summaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.c
AgeCommit message (Collapse)Author
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
delete <sys/param.h> if now possible ok guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo 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-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-24pretty print bigger off_tTheo de Raadt
ok tedu otto
2013-04-23prepare for more time (bits); ok deraadt@ millert@Otto Moerbeek
2013-04-16bzero struct tm before useTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-26First 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-10better take the size of the right table; found while tinkering with fsck_ffsOtto Moerbeek
by accident the buggy expression yields the same value.
2007-04-10Add support for ffs2 filesystems. From pedro@ based on the ufs2Todd C. Miller
changes in FreeBSD by Kirk McKusick.
2007-02-20clarify that -f is not optional; ok ottoJason McIntyre
2004-03-19Fix bad indentation that creates the illusion that there's a bug here. tedu@,Aaron Campbell
deraadt@ ok
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
way for some future work. no function changes yet. help testing otto@ and markus@
2003-06-26const the rcsid, and make it say OpenBSDTed Unangst
2003-06-11ansificationTheo de Raadt
2003-04-17strlcpy; ok teduTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part 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-05kill more registers;Mike Pechkin
millert@ ok
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-05-19Use fprintf/exit in place of errx for usage display.Alex Feldman
1998-08-08fix atime and mtime commands; ms@xy.orgTheo de Raadt
1997-01-16Update from NetBSD: adds chlen command and makes -Wall happy.Todd C. Miller
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt