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