Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright | |
correctly and it doesn't crash | |||
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright | |
then only if necessary) - When flushing a partial segment make sure we flush all of the necessary pages (the case where len < NBPG would not correctly flush both pages if va + off <-> va + off + len crossed a page boundary) | |||
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt | |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt | |
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs) | |||
2002-02-22 | From NetBSD: | Jason Wright | |
- Fix pr sparc64/15633: datafault at tlp_start causes panic - Also clean up some additional 32-bit kernel printf issues. - Handle the case where a DMA operation wraps from the end of a page to the beginning of the same page properly by double-mapping that page. - Move a brace so this will compile w/o DEBUG. - Overhaul iommu_dvmamap_load_raw(). From Me: - Verify the streaming cache exists before waiting on it to clear during flush. - Force sync of flush status (hardware sets it to 1 when its done) - Force sync flush of registers (bus_space_barrier) - Flush ALL segments on BUS_DMA_POSTREAD operations (not just the first!) | |||
2002-02-22 | Typo | Thierry Deval | |
2002-02-22 | make test for pr 2354 explicit | Markus Friedl | |
2002-02-22 | test keyscan as well (test for pr 2354) | Markus Friedl | |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl | |
2002-02-22 | IEEE80211_NWKEY_* flags; from netbsd | Michael Shalayeff | |
2002-02-22 | update Python listing and remove Squid. | Brad Smith | |
2002-02-22 | do not transmit ICMP source quench. from kjc/kame | Jun-ichiro itojun Hagino | |
2002-02-22 | Xr netstat(8) | Miod Vallat | |
2002-02-22 | Attempt to document the multicast routing configuration here, rather than | Miod Vallat | |
having people read the comments in /etc/netstart. Add more Xr in the way. | |||
2002-02-22 | Check the right return value in the second mmap. | Artur Grabowski | |
2002-02-22 | Fix stack sharing in FORK_VMNOSTACK. | Artur Grabowski | |
Don't assume that the stack is on the top of user address space. And don't assume that the stack grows down. | |||
2002-02-22 | Ugh. fix numerous bugs. | Artur Grabowski | |
2002-02-22 | mark opened device and socket as close on exec; idea from freebsd pr/35182 | Michael Shalayeff | |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ↵ | Theo de Raadt | |
my first draft | |||
2002-02-22 | note KTRFAC_EMUL | Theo de Raadt | |
2002-02-21 | Invoke helper scripts with relative path; this got borked in rev 1.13. | Miod Vallat | |
2002-02-21 | newlines at eof | Theo de Raadt | |
2002-02-21 | for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just ↵ | Theo de Raadt | |
the fault page) | |||
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn | |
tested on alpha sparc64 powerpc. | |||
2002-02-21 | i_nwid is not a NUL-terminated string. Use the length parameter for the | Todd C. Miller | |
length and sanity check against IEEE80211_NWID_LEN. | |||
2002-02-21 | In WI_SETSTR round up i_len to be an even number if needed since we | Todd C. Miller | |
are going to divide it by 2. More or less based on NetBSD. | |||
2002-02-21 | Make this file lie less, and just a little more informative. | Hans Insulander | |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski | |
2002-02-21 | Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵ | Artur Grabowski | |
gubble, gubble... | |||
2002-02-21 | Added an outcommented example of a parameter that's very nice for | Hans Insulander | |
people with NAT. Requested by some local users. | |||
2002-02-21 | Make sure that the stack is not shared. | Artur Grabowski | |
2002-02-21 | account for the process signal mask when dealing with signals; tested | Federico G. Schwindt | |
a while ago by marc@ and brad@ | |||
2002-02-21 | correct .Xr's. | Federico G. Schwindt | |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski | |
It's just a pasto from sparc. | |||
2002-02-21 | Correctly initialize the compression case. | Angelos D. Keromytis | |
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | Use .St for standards. Random cleanups as well. | Federico G. Schwindt | |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright | |
(iommu_clear was renamed awhile ago, but comments and such were not updated) | |||
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval | |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval | |
2002-02-21 | I should back out the base files too | Theo de Raadt | |
2002-02-21 | Remove uncommited garbage. I am sorry, but this was just not tested. It | Theo de Raadt | |
crashes sh, EVEN after that possible fix. It appears to overflow the ramdisk _before_ it dumps core. Noone was shown these changes. They were just tossed in. This is not a development process that will work, so I am just backing out all the changes in the last 24 hours. | |||
2002-02-21 | "rephrase" the loop's condition, gets rid of an ugly operation. | Vincent Labrecque | |
2002-02-21 | fgsch, if you commit without test compiling ONE MORE TIME, I will send a ↵ | Theo de Raadt | |
castration team down to argentina | |||
2002-02-21 | Fix signal handlers to take an int arg even though it is not used. | Todd C. Miller | |
This allows us to use real prototypes for rmtconnaborted and alarmcatch without causing a warning. | |||
2002-02-21 | KNF | Theo de Raadt | |
2002-02-21 | st0 goes on sparc ramdisk | Todd T. Fries | |
2002-02-21 | ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ ok | Todd T. Fries | |
2002-02-21 | allow over-ride of MAKEDEVTARGS | Todd T. Fries | |