Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt | |
delete <sys/param.h> if now possible ok guenther | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek | |
2013-04-24 | pretty print bigger off_t | Theo de Raadt | |
ok tedu otto | |||
2013-04-23 | prepare for more time (bits); ok deraadt@ millert@ | Otto Moerbeek | |
2013-04-16 | bzero struct tm before use | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-10 | better take the size of the right table; found while tinkering with fsck_ffs | Otto Moerbeek | |
by accident the buggy expression yields the same value. | |||
2007-04-10 | Add support for ffs2 filesystems. From pedro@ based on the ufs2 | Todd C. Miller | |
changes in FreeBSD by Kirk McKusick. | |||
2007-02-20 | clarify that -f is not optional; ok otto | Jason McIntyre | |
2004-03-19 | Fix bad indentation that creates the illusion that there's a bug here. tedu@, | Aaron Campbell | |
deraadt@ ok | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst | |
2003-06-11 | ansification | Theo de Raadt | |
2003-04-17 | strlcpy; ok tedu | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman | |
1998-08-08 | fix atime and mtime commands; ms@xy.org | Theo de Raadt | |
1997-01-16 | Update from NetBSD: adds chlen command and makes -Wall happy. | Todd C. Miller | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |