summaryrefslogtreecommitdiffstats
path: root/usr.sbin/edquota (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-6/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-1/+1
* Remove needless DIAGNOSTICS sections saying only "Various messages aboutmmcc2016-03-171-5/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-1/+1
* clean up flags++ instances around getopt()deraadt2015-02-091-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* When reading time intervals, start with a long long and convert from there.guenther2014-10-071-11/+12
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-1/+2
* replace some (type *)0 to NULLchl2014-05-181-4/+4
* yet more unsigned char casts for ctypederaadt2013-11-231-2/+2
* Unbreak edquota by fixing the temporary file name template. Whilst here,jsing2013-04-212-39/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-11/+0
* sort flags in synopsis to match "usage:" and style(9)sobrado2008-06-241-4/+4
* - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byderaadt2007-10-171-12/+9
* Copy editit() from sendbug, synchronizing editor calling code.ray2007-08-311-48/+52
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-062-9/+10
* convert to new .Dd format;jmc2007-05-311-3/+3
* do not name FILE * variables "fd" since it is confusingderaadt2006-10-181-28/+28
* use SEEK_* for lseek()deraadt2006-04-021-2/+2
* more asprintf; ok dhill@mindcry.orgderaadt2005-11-121-7/+4
* these commands said "blocks" when they meant "KBytes" (they even calculatedderaadt2005-04-011-3/+3
* type, Marek Blaszkowskitedu2004-03-091-2/+2
* strict proto cleanupsderaadt2003-06-261-48/+16
* - section reorderjmc2003-06-121-4/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* replace an unbounded %s in a sscanf with a bounded oneavsm2003-04-251-2/+2
* strlcpy; millert okderaadt2003-04-021-4/+6
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-4/+5
* typos;jmc2003-02-011-3/+3
* cope with INITQFNAMES without a ;deraadt2002-09-061-2/+2
* no ; after INITQFNAMESderaadt2002-09-061-2/+2
* spelling; raj@cerias.purdue.eduderaadt2002-06-041-2/+2
* more snprintfderaadt2002-05-291-5/+5
* pid_t cleanupderaadt2002-05-261-2/+3
* kill more registers.mpech2002-03-141-12/+12
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-16/+16
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-7/+10
* Revert previous patch (I should stop believing Theo, esp. when he'sangelos2001-01-151-12/+6
* Handle quotas over 4G, PR 1534 (bob@prophecy.lu)angelos2001-01-141-6/+12
* Deal with quotas over 4G correctly; also, tidy a bit and be a touch morepjanzen2000-12-211-24/+34
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-6/+6
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-2/+4
* change getentry() args to solve problemderaadt1999-06-151-21/+34
* Check return value of getentry() for -1, not < 0 since it returnsmillert1999-06-151-2/+2
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-20/+24
* fix overflow; bdederaadt1999-01-031-3/+3
* usr.sbin/ man page repairs, a-iaaron1998-11-081-8/+12
* ftpd: sleep for an indeterminate amount for non-existant loginsmillert1998-07-131-6/+6
* MAXPATHLEN not MAXPATHLEN+1deraadt1998-05-181-2/+2