summaryrefslogtreecommitdiff
path: root/usr.sbin/bootp
AgeCommit message (Expand)Author
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-02-08Typos.dholland
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-04Drop main() prototype.sevan
2017-01-11Disable a couple of warnings until further investigation.joerg
2017-01-11Avoid access to unaligned data.joerg
2014-03-29Fix syntax (hi apb!)joerg
2014-03-29sizeof(pointer) is not a good buffer length to pass to strlcat.apb
2013-10-19fix unused variable warnings.christos
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2012-04-21Add capfile(5) to describe the termcap format.roy
2011-10-07Fix under-allocation-by-onejoerg
2011-08-29Use __dead.joerg
2011-08-21use const char [] for formatchristos
2011-08-16fix non-literal stringschristos
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-01-04Add missing breaks in switch statement. Found by cppcheck.wiz
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