Age | Commit message (Expand) | Author |
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 |
2000-02-27 | - Set scr_offset to -1 at driver init, not 0. Fixes a subtle bug. | Aaron Campbell |
2000-02-27 | repair some gotchas in the .{u,}{mul,div,rem} replacement routines, out of a ... | Theo de Raadt |
2000-02-27 | Provide a means to lock ddb off on systems at high securelevel, in order | Hugh Graham |
2000-02-26 | fix printf's | Jason Wright |
2000-02-26 | use LIST_* macros where appropriate instead of using LIST* internals. | Michael Shalayeff |
2000-02-25 | cypress is not pure SUN4M | Theo de Raadt |
2000-02-25 | import latest version from kame. | Jun-ichiro itojun Hagino |
2000-02-25 | sync with reality | Jun-ichiro itojun Hagino |
2000-02-25 | clear m->m_pkthdr when changing mbuf type to M_PKTHDR. | Jun-ichiro itojun Hagino |
2000-02-24 | hide IP6_EXTHDR_CHECK from the userland. | Jun-ichiro itojun Hagino |
2000-02-23 | if we discover we are on a v8 cpu, and thus have the multiply and divide | Theo de Raadt |
2000-02-22 | blah, blah, blah, msgbuf | Michael Shalayeff |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | put C accessable labels on {,u}{rem,div} | Theo de Raadt |
2000-02-22 | Regen. | Aaron Campbell |
2000-02-22 | Add some more Texas Instruments PCI-CardBus bridges; from NetBSD. | Aaron Campbell |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-22 | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, | Artur Grabowski |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski |
2000-02-21 | From FreeBSD: | Jason Wright |
2000-02-21 | From FreeBSD: Correct use of NULL/0 | Jason Wright |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski |