summaryrefslogtreecommitdiff
path: root/sbin/clri/clri.c
AgeCommit message (Collapse)Author
2016-03-07Use opendev() instead of a plain open().natano
ok deraadt
2015-11-03Add blank lines surrounding pledge call, as per decree of deraadt@mmcc
2015-10-12pledge "stdio" right after opening the device. The remainder isTheo de Raadt
is just read, write, fsync, and close. ok doug
2015-02-06convert atoi to strtonumTed Unangst
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-23handle big ino_tTheo de Raadt
ok otto
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
2007-05-21Add ffs2 support. Adapted from the ufs2 changes in FreeBSD and NetBSD.Todd C. Miller
2004-01-25random generation numbers; millert okTheo 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-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-07-03ansiTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-06-04return from main() don't exitMichael Shalayeff
1997-10-12indentTheo de Raadt
1997-10-12mark filesystem dirtyMichael Shalayeff
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt