summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-07-04Kill non-standard -l option as discussed with tedu@Todd C. Miller
2003-07-04Kill diff -h, we don't use or want diffh. Discussed w/ tedu@Todd C. Miller
2003-07-04'static const char rcsid[]' to make it -Wall cleanAnil Madhavapeddy
2003-07-04- use sizeof(var) instead of hardcoding length in functions that need itAnil Madhavapeddy
2003-07-04knf typoMarkus Friedl
2003-07-04no need for an BKTR_DEBUG alwaysMichael Shalayeff
2003-07-04test nat passHenning Brauer
2003-07-04KNF after cedric (grmpf)Henning Brauer
2003-07-04KNFHenning Brauer
2003-07-04cosmetic changes to keep the different code paths in sync; ok henningMarkus Friedl
2003-07-04nat passHenning Brauer
2003-07-04allow for a "pass" modifier on translation rules:Henning Brauer
2003-07-04-add a "natpass" field to pf_ruleHenning Brauer
2003-07-04bad redundant copy; ok danielMarkus Friedl
2003-07-04off byone; netbsd pr 22012Markus Friedl
2003-07-04Some cosmetic fixes:Todd C. Miller
2003-07-04no more thailand. joel knight via nick@Ted Unangst
2003-07-03Fix setting of umaskset. Also, there is no need to use TMP3 forTodd C. Miller
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
2003-07-03Bye bye atexit(), bye bye globals...Cedric Berger
2003-07-03ansifyJason Wright
2003-07-03ansifyJason Wright
2003-07-03clean up strn{cpy,cat}->strl{cpy,cat}Anil Madhavapeddy
2003-07-03Use numeric comparison operators when testing numeric values.Kenneth R Westerback
2003-07-03some more regress tests for __bounded__Anil Madhavapeddy
2003-07-03Clarify and shrink.Kenneth R Westerback
2003-07-03unused global. dhartmei okJun-ichiro itojun Hagino