summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-01typos;Jason McIntyre
2003-02-01Make it build without INET6 again.Daniel Hartmeier
2003-02-01The network interface is not mandatory for translation rules.Ryan Thomas McBride
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ...Jason Wright
2003-02-01syncTheo de Raadt
2003-02-01how about installing those new man pagesTheo de Raadt
2003-02-01ansiTheo de Raadt
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
2003-01-31do not merge the rodata sections into the .text . they could be moved above 4...Michael Shalayeff
2003-01-31Fix Xr listMiod Vallat
2003-01-31Concise manual pages for gsckbc and gsckbd.Miod Vallat
2003-01-31sync w/ generic and correct minirotsizeMichael Shalayeff
2003-01-31Enter gsckbc, a driver for the ps/2-like input device ports found on manyMiod Vallat
2003-01-31The version of open in ld.so, _dl_open(), will return -errno instead of -1.Dale Rahn
2003-01-31typoTheo de Raadt
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-31typos;Jason McIntyre
2003-01-31syncTheo de Raadt
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller
2003-01-31These cards just don't master... don't bother trying to enable it.Jason Wright
2003-01-31Sigh. I comitted the wrong diff in the last vfs changes.Artur Grabowski
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
2003-01-31Change how the bootloader links to get around size/start address issuesDale Rahn
2003-01-31The fix introduced with 1.294 to solve issues with route-to inDaniel Hartmeier
2003-01-31Check protocol (TCP/UDP/ICMP/ICMP6) checksums of all incoming packets,Daniel Hartmeier
2003-01-31stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.Jason Wright
2003-01-31Send a RST when an invalid packet matches a TCP state during theDaniel Hartmeier
2003-01-31bad marc, commited crap to shut gcc up. Remove the crap.Marco S Hyman
2003-01-31o When checking for root, look at effective, not real uid; checking theTodd C. Miller
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2003-01-31KNFTheo de Raadt
2003-01-31plug a mbuf leakHenning Brauer
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
2003-01-31more quietTheo de Raadt
2003-01-31we do not need that mess of -ITheo de Raadt
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2003-01-30when an interface is no longer valid, remove it from the protocol listTed Unangst
2003-01-30syncTheo de Raadt
2003-01-30remove bogus commentTheo de Raadt
2003-01-30enter hppaTheo de Raadt
2003-01-30Again this comment was not updated. now we have 7 load sections.Dale Rahn
2003-01-30ELF security enhancement: put .rodata into it's own load section insteadDale Rahn
2003-01-30this allows to build a ramdiskNN.lifMichael Shalayeff
2003-01-30Stop using an LFS type for cluster mallocs, use an own type andArtur Grabowski
2003-01-30in these two cases strdup makes more sense than asprintf, pointed out byHenning Brauer