Age | Commit message (Expand) | Author |
2000-03-04 | Remove unnecessary, unreached, confusing code. | Artur Grabowski |
2000-03-04 | Cut the number of dependencies to reduce problems on low-memory machines. | Artur Grabowski |
2000-03-04 | to be Posix.1g compliant, fix ancillary message alignment. it will now be | Jun-ichiro itojun Hagino |
2000-03-03 | If we attempted reschedule two times without suceeding, uiomove will yield, | Artur Grabowski |
2000-03-03 | Keep track of the number of times we trigger a reschedule before the | Artur Grabowski |
2000-03-03 | remove WIDE's experimental ip reass code, mistakingly merged in partially. | Jun-ichiro itojun Hagino |
2000-03-03 | Use the LIST_FIRST macro to get the head of zombproc list. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
2000-03-03 | fix a comment | Artur Grabowski |
2000-03-03 | Style. | Angelos D. Keromytis |
2000-03-03 | Remove extraneous newline. | Angelos D. Keromytis |
2000-03-03 | $OpenBSD$ | Todd T. Fries |
2000-03-02 | Prep for CardBus support; from NetBSD. | Aaron Campbell |
2000-03-02 | protect more reads and rights^Wwrites w/ spl; avoid inline which blows the co... | Michael Shalayeff |
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com> | Todd T. Fries |
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com> | Todd T. Fries |
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms. | Todd T. Fries |
2000-03-02 | New function: m_getptr(), takes as argument an mbuf chain and an | Angelos D. Keromytis |
2000-03-02 | Add prototype for m_getptr() | Angelos D. Keromytis |
2000-03-02 | EXTMEM_SIZE is a dead meat; remove commented-out entries | Michael Shalayeff |
2000-03-02 | Add an option DDB_SAFE_CONSOLE that defaults db_console to 1. | Artur Grabowski |
2000-03-02 | do not add ifa_dstaddr for non-pointopoint interface. IPv6 has no | Jun-ichiro itojun Hagino |
2000-03-02 | Several people noted that non-UVM was broken | Niklas Hallqvist |
2000-03-01 | If sf_encap() fails, we need to drop the packet. If sf_encap() reassembles | Aaron Campbell |
2000-03-01 | Much nicer pte.h commented by Chuck Cranor; from NetBSD | Niklas Hallqvist |
2000-03-01 | Proper bus_dma usage, fixes cache incosistencies | Niklas Hallqvist |
2000-03-01 | Prepare for new pmap | Niklas Hallqvist |
2000-03-01 | Initialize xs->req_sense_length to 0. This is not used by many | Todd C. Miller |
2000-03-01 | sync | Jason Wright |
2000-03-01 | add broadcom bcm5201; netbsd | Jason Wright |
2000-02-29 | more fix to ancillary data alignment. we need padding after | Jun-ichiro itojun Hagino |
2000-02-29 | Enable the AriadneII driver + more of IDE stuff | Niklas Hallqvist |
2000-02-29 | This one is for jj: The AriadneII driver, adapted from Bernd Enesti's | Niklas Hallqvist |
2000-02-29 | <crypto/blf.h> | Markus Friedl |
2000-02-29 | ensure tcp window size does not overflow (16bit unsigned after window scale). | Jun-ichiro itojun Hagino |
2000-02-28 | remove unneeded variable and clean | Jason Wright |
2000-02-28 | move crypto code | Theo de Raadt |
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos |
2000-02-28 | - check raw socket icmp6 filter only if the packet is icmp6. | Jun-ichiro itojun Hagino |
2000-02-28 | Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun... | Theo de Raadt |
2000-02-28 | fix ICMPv6 redirect input. the bug can result in invalid ND entry. | Jun-ichiro itojun Hagino |
2000-02-28 | Regen. | Aaron Campbell |
2000-02-28 | Add Trident Cyber 9525. | Aaron Campbell |
2000-02-28 | upgrade node information query protocol support from 04 draft to | Jun-ichiro itojun Hagino |
2000-02-28 | sync | jasoni |
2000-02-28 | Add missing system calls as unimplemented. | jasoni |
2000-02-28 | add proxy NDP part. | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-28 | Don't let scrollback happen if scr_offset == 0. | Aaron Campbell |
2000-02-27 | Fix a minor off-by-one error. | Aaron Campbell |