| Age | Commit message (Expand) | Author |
| 2009-04-15 | Fix -Wsign-compare issues | lukem |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-05-03 | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is | lukem |
| 2008-05-02 | WARNS=4 | xtraeme |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-27 | For FORTIFY_SOURCE: do not pretend to convert code from b* to mem* by | tls |
| 2007-04-29 | fix typos | msaitoh |
| 2007-03-10 | - Remove unused ctype.h header | hubertf |
| 2006-06-17 | Fix typo or mispelling. | reed |
| 2006-05-23 | Coverity CID 2448: Remove extra NULL check. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-02-25 | Fix some typos. | wiz |
| 2004-11-17 | usage: Add -f and -m. Use getprogname(). Print to strerr. | hira |
| 2004-11-17 | usage: Print program name. Whitespace nit. | hira |
| 2004-10-29 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-05-23 | Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and | lukem |
| 2003-08-18 | SIOCGIFCONF -> getifaddrs conversion | itojun |
| 2003-07-14 | use bounded string op | itojun |
| 2003-07-14 | use boundedd string ops | itojun |
| 2003-05-17 | use strlcpy/strlcat | itojun |
| 2003-02-02 | guarantee, not guarentee. Idea from miod@openbsd. | wiz |
| 2003-01-28 | unknown, not unkown. Noted by mjl. | wiz |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-10-29 | Fix typos. Found by Adrian Mrva. | wiz |
| 2002-09-20 | Minor cosmetica. | mycroft |
| 2002-09-18 | Fix pluralization in a syslog message. | mycroft |
| 2002-09-18 | select() -> poll() | mycroft |
| 2002-09-18 | minor makefile delint | lukem |
| 2002-07-14 | De-register. | wiz |
| 2002-07-13 | ANSIfy. Remove ifndef __STDC__. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-04-11 | ether_hostton(3), not ether_hton(3) (thanks, Klaus!) | wiz |
| 2001-01-09 | convert to using .WAIT | lukem |
| 2001-01-07 | Use PRINTOBJDIR. | enami |
| 2001-01-05 | Language police: | agc |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 1999-09-26 | Need <sys/param.h> for MAXHOSTNAMELEN. | kleink |
| 1999-03-13 | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | lukem |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-01-31 | Missing ). | briggs |
| 1999-01-31 | ensure C strings are nul terminated, and do not overflow buffers. | mrg |
| 1999-01-11 | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration | kleink |
| 1998-12-04 | From OpenBSD: ignore requests with bogus network types | abs |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-04-02 | Need <time.h> for ctime() prototype. | kleink |