Age | Commit message (Expand) | Author |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-01-17 | use NGROUPS_MAX instead of NGROUPS | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-08 | Make quota(1) work with DUIDs. | Joel Sing |
2011-01-20 | more double word removal; | Jason McIntyre |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-04-08 | Fix order of arithmetic operations so that large NFS file system quotas | william |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-12-30 | lowercase "usage:"; align synopses | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-05-05 | sort options + sync usage() | Jason McIntyre |
2005-04-03 | Report quotas > 10GB in a readable way. Diff based on PR 2836. | Otto Moerbeek |
2005-04-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt |
2004-10-10 | make err msg more like the others | Michael Shalayeff |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-15 | specifed -> specified | Theo de Raadt |
2002-05-17 | quota(1) does not need to be setuid root; tested by mickey@ | Todd C. Miller |
2002-05-14 | some -Wall cleanup; closes pr/2649. | Federico G. Schwindt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-01 | KNF | Theo de Raadt |
2000-10-18 | Quiet warning with cast | Paul Janzen |
2000-10-18 | Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotas | Paul Janzen |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
1999-10-17 | More consistent introduction to options. | Aaron Campbell |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-10 | memset and friends | Theo de Raadt |
1998-07-10 | avoid buf oflows | Theo de Raadt |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-10-28 | Be more paranoid about passing around user/group name from argv. | Todd C. Miller |
1996-08-07 | strncpy() dyslexia on last commit. | etheisen |
1996-08-06 | buf oflow | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt |
1995-11-25 | make quotas work on ffs; from andrew@wipux2.wifo.uni-mannheim.de; netbsd pr #... | Theo de Raadt |