summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-07some fixes from Andrey Matveev:Jason McIntyre
2003-07-07clarification in nat pass, pointed out by theoHenning Brauer
2003-07-07I'm pretty sure the formatting cleanup & clarifications here that Joel KnightHenning Brauer
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-07-07make this match protos; millert okTheo de Raadt
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
2003-07-07I never committed the fix for PR 3296, "Dump prints negative numbers for time"Todd C. Miller
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
2003-07-07protosTheo de Raadt
2003-07-06protosTheo de Raadt
2003-07-06error out instead of silently truncating command-line arguments if theyAnil Madhavapeddy
2003-07-06proto into scopeTheo de Raadt
2003-07-06Add -q option from GNU diffTodd C. Miller
2003-07-06protosTheo de Raadt
2003-07-06Implement -P from GNU diff (like -N but only for files that are missingTodd C. Miller
2003-07-06knf (cedric did not do it right)Theo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-07-06proto in scopeTheo de Raadt
2003-07-06ansi rpcgenTheo de Raadt
2003-07-06protosTheo de Raadt
2003-07-06protos and ansiTheo de Raadt
2003-07-06generate protos for functionsTheo de Raadt
2003-07-06Add Corega Wireless LAN PCCL-11; Jonathon FletcherTodd C. Miller
2003-07-06regenTodd C. Miller
2003-07-06Add Corega Wireless LAN PCCL-11Todd C. Miller
2003-07-06error out on hostspec overflow with a "hostname too long" instead of silentlyAnil Madhavapeddy
2003-07-06Some fairly major changes:Todd C. Miller
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-07-06no need to redefine strlcpy here; millert@ okAnil Madhavapeddy
2003-07-06convert strn{cpy,cat}->strl{cpy,cat} in directory processingAnil Madhavapeddy
2003-07-06remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit.Ted Unangst
2003-07-06reset inode fields if deleted, prevents a panic after deleting a device.Ted Unangst
2003-07-06trailing spacesAlexander Yurchenko
2003-07-06fix off by one. inodes start at 1, so e2fs_icount is a valid inode number.Ted Unangst
2003-07-06Use symbolic constants for output format.Todd C. Miller
2003-07-06convert a bunch of strn{cpy,cat}->strl{cpy,cat}Anil Madhavapeddy
2003-07-06add a comment that an strncpy should not be converted to an strlcpy;Anil Madhavapeddy
2003-07-06convert some strncpy->strlcpyAnil Madhavapeddy
2003-07-05fix inaccuracy in obsolete NO_CONFIGURE variable descriptionPeter Valchev
2003-07-05ansiTheo de Raadt
2003-07-05do not make bad machine@ linksTheo de Raadt
2003-07-05protosTheo de Raadt
2003-07-05sync with netbsdNathan Binkert
2003-07-05sync with NetBSDNathan Binkert
2003-07-05better indentAlexander Yurchenko
2003-07-05Add missing timing value for CMD649 UDMA 5 mode.Alexander Yurchenko
2003-07-05backout 1.29; problem reported by Rukh w/ userland ppp.Jun-ichiro itojun Hagino
2003-07-04Update based on reality; this should probably be renamed dirent.5Todd C. Miller
2003-07-04Fix the types in struct dirent and document d_type (descriptionTodd C. Miller
2003-07-04Accept but ignore -h for backwards compat like GNU diff does.Todd C. Miller