Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2016-03-17 | Remove needless DIAGNOSTICS sections saying only "Various messages about | mmcc |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-07 | When reading time intervals, start with a long long and convert from there. | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-05-18 | replace some (type *)0 to NULL | Charles Longeau |
2013-11-23 | yet more unsigned char casts for ctype | Theo de Raadt |
2013-04-21 | Unbreak edquota by fixing the temporary file name template. Whilst here, | Joel Sing |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-24 | sort flags in synopsis to match "usage:" and style(9) | Igor Sobrado |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt |
2005-04-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt |
2004-03-09 | type, Marek Blaszkowski | Ted Unangst |
2003-06-26 | strict proto cleanups | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-25 | replace an unbounded %s in a sscanf with a bounded one | Anil Madhavapeddy |
2003-04-02 | strlcpy; millert ok | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-02-01 | typos; | Jason McIntyre |
2002-09-06 | cope with INITQFNAMES without a ; | Theo de Raadt |
2002-09-06 | no ; after INITQFNAMES | Theo de Raadt |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-29 | more snprintf | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-03-14 | kill more registers. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-01-15 | Revert previous patch (I should stop believing Theo, esp. when he's | Angelos D. Keromytis |
2001-01-14 | Handle quotas over 4G, PR 1534 (bob@prophecy.lu) | Angelos D. Keromytis |
2000-12-21 | Deal with quotas over 4G correctly; also, tidy a bit and be a touch more | Paul Janzen |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
1999-06-15 | change getentry() args to solve problem | Theo de Raadt |
1999-06-15 | Check return value of getentry() for -1, not < 0 since it returns | Todd C. Miller |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1999-01-03 | fix overflow; bde | Theo de Raadt |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |