Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-18 | Use user_from_uid(3) instead of getpwuid(3) and keep the passwd | Todd C. Miller | |
file open. OK tb@ | |||
2018-07-26 | add pledge(2) to quot(8): | Ricardo Mestre | |
- rpath to traverse the filesystem(s) - getpw to figure out who owns what OK tb@ deraadt@ | |||
2017-09-07 | unifdef some ancient COMPAT code that's not used. 500 byte blocks! | Ted Unangst | |
noticed by miod | |||
2017-08-31 | assorted warning fixes; ok millert@ | Otto Moerbeek | |
2015-11-12 | use symbolics for flags to open | Theo de Raadt | |
from Ricardo Mestre | |||
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt | |
ok millert krw | |||
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-11-12 | ensure there are prototypes | Theo de Raadt | |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther | |
suggestions and ok millert@ | |||
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt | |
test period; i think 3 years ago the last bugs fell out. ok otto beck others | |||
2013-04-23 | handle large ino_t | 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-03-17 | sync the synopsis and usage; "usage:" is lowercase | Igor Sobrado | |
ok jmc@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-07-04 | Add ffs2 support; from FreeBSD. OK deraadt@ | Todd C. Miller | |
2007-06-25 | daddr64_t changes to match other parts of tree; ok otto | Theo de Raadt | |
2006-04-02 | use SEEK_* for lseek() | 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 | strict proto cleanups | Theo de Raadt | |
2003-06-25 | proto cleanup | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2000-11-21 | Don't include mfs partitions in 'quot -a' since there is no device file | Todd C. Miller | |
to open. | |||
2000-06-07 | Strip trailing slashes from dir names and give a reasonable error if | Todd C. Miller | |
what is specified on the command line is not a mount point or device. | |||
2000-06-06 | Make quot work when passed a filesystem mount point like the documentation | Todd C. Miller | |
leads one to believe. Also some -Wall and other cleanup. | |||
1999-09-22 | do not know how to fix, doc it at least | Theo de Raadt | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1998-07-08 | When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵ | Todd C. Miller | |
don't wrap. | |||
1996-06-10 | random cleanup | Theo de Raadt | |
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1995-11-06 | Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |