Age | Commit message (Expand) | Author |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-07-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy |
2003-07-06 | convert strn{cpy,cat}->strl{cpy,cat} in directory processing | Anil Madhavapeddy |
2003-07-06 | remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit. | Ted Unangst |
2003-07-06 | reset inode fields if deleted, prevents a panic after deleting a device. | Ted Unangst |
2003-07-06 | trailing spaces | Alexander Yurchenko |
2003-07-06 | fix off by one. inodes start at 1, so e2fs_icount is a valid inode number. | Ted Unangst |
2003-07-06 | Use symbolic constants for output format. | Todd C. Miller |
2003-07-06 | convert a bunch of strn{cpy,cat}->strl{cpy,cat} | Anil Madhavapeddy |
2003-07-06 | add a comment that an strncpy should not be converted to an strlcpy; | Anil Madhavapeddy |
2003-07-06 | convert some strncpy->strlcpy | Anil Madhavapeddy |
2003-07-05 | fix inaccuracy in obsolete NO_CONFIGURE variable description | Peter Valchev |
2003-07-05 | ansi | Theo de Raadt |
2003-07-05 | do not make bad machine@ links | Theo de Raadt |
2003-07-05 | protos | Theo de Raadt |
2003-07-05 | sync with netbsd | Nathan Binkert |
2003-07-05 | sync with NetBSD | Nathan Binkert |
2003-07-05 | better indent | Alexander Yurchenko |
2003-07-05 | Add missing timing value for CMD649 UDMA 5 mode. | Alexander Yurchenko |
2003-07-05 | backout 1.29; problem reported by Rukh w/ userland ppp. | Jun-ichiro itojun Hagino |
2003-07-04 | Update based on reality; this should probably be renamed dirent.5 | Todd C. Miller |
2003-07-04 | Fix the types in struct dirent and document d_type (description | Todd C. Miller |
2003-07-04 | Accept but ignore -h for backwards compat like GNU diff does. | Todd C. Miller |
2003-07-04 | Kill non-standard -l option as discussed with tedu@ | Todd C. Miller |
2003-07-04 | Kill 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 clean | Anil Madhavapeddy |
2003-07-04 | - use sizeof(var) instead of hardcoding length in functions that need it | Anil Madhavapeddy |
2003-07-04 | knf typo | Markus Friedl |
2003-07-04 | no need for an BKTR_DEBUG always | Michael Shalayeff |
2003-07-04 | test nat pass | Henning Brauer |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-04 | KNF | Henning Brauer |
2003-07-04 | cosmetic changes to keep the different code paths in sync; ok henning | Markus Friedl |
2003-07-04 | nat pass | Henning Brauer |
2003-07-04 | allow for a "pass" modifier on translation rules: | Henning Brauer |
2003-07-04 | -add a "natpass" field to pf_rule | Henning Brauer |
2003-07-04 | bad redundant copy; ok daniel | Markus Friedl |
2003-07-04 | off byone; netbsd pr 22012 | Markus Friedl |
2003-07-04 | Some cosmetic fixes: | Todd C. Miller |
2003-07-04 | no more thailand. joel knight via nick@ | Ted Unangst |
2003-07-03 | Fix setting of umaskset. Also, there is no need to use TMP3 for | Todd C. Miller |
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst |
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger |
2003-07-03 | ansify | Jason Wright |
2003-07-03 | ansify | Jason Wright |
2003-07-03 | clean up strn{cpy,cat}->strl{cpy,cat} | Anil Madhavapeddy |
2003-07-03 | Use numeric comparison operators when testing numeric values. | Kenneth R Westerback |
2003-07-03 | some more regress tests for __bounded__ | Anil Madhavapeddy |
2003-07-03 | Clarify and shrink. | Kenneth R Westerback |
2003-07-03 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |