Age | Commit message (Expand) | Author |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-10-14 | fairly obvious reallocarray() conversion | Theo de Raadt |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2013-12-13 | Remove struct ttysize which was introduced for compatibility with | Christian Weisgerber |
2013-12-05 | no more stty(3), so point to tty(4); | Jason McIntyre |
2013-12-03 | do not need sgttyb.h anymore; ok millert | Theo de Raadt |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-11-11 | obvious use after free, found by parfait | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-08-14 | zap sccsid, okay deraadt@ | Marc Espie |
2004-12-18 | Use more standard TIOCGSIZE instead of the older TIOCGWINSZ. | Todd C. Miller |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-03-13 | .SY -> .Sy | Jason McIntyre |
2004-02-09 | make Nm match Dt; found by pb@ | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-22 | typos from Jared Yanovich, improved by Tom Cosgrove, | Jason McIntyre |
2003-07-18 | add missing includes | David Krause |
2003-06-06 | slightly more logical section order, and a typo; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-24 | - typos; | Jason McIntyre |
2003-04-04 | use strlcpy/snprintf; deraadt@ OK | Todd C. Miller |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-06-24 | Properly install links for debug libraries; ok deraadt@ | Thorsten Lockert |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
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-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-24 | Make _PATH_DEF an ANSI C compatible preprocessor token. | Heikki Korpela |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2000-12-17 | data base -> database | Todd C. Miller |
2000-10-09 | Don't call cgetset() on $TERMCAP. There are no known problems (that I am | Todd C. Miller |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
1999-11-29 | Move definitions of bool, TRUE, and FALSE out from behind a comment | Todd C. Miller |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-12-28 | kill reg #define, nothing uses it and it causes problems elswhere; jwise@unic... | Todd C. Miller |
1998-12-02 | Unobfuscate comment | Marc Espie |
1998-11-30 | document libotermcap and say why it is deprecated | Todd C. Miller |