summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd
AgeCommit message (Expand)Author
2006-05-11Some more delint. -mojMats O Jansson
2006-04-29Change the compile time option -DINFO into a runtime option to get rideMats O Jansson
2006-04-20More delint. -mojMats O Jansson
2006-04-17Remove 'ipc' in PLT message and replace it with current hostname.Mats O Jansson
2006-04-17more cleanupTheo de Raadt
2006-04-17Make the code lint friendly. -mojMats O Jansson
2006-04-17Only show a interface once. Some cleanup and silence lint. -mojMats O Jansson
2006-04-16Some cleanup and delint. -mojMats O Jansson
2006-04-16Add on which interface the packet arrived. Some cleanup and delint. -mojMats O Jansson
2006-04-15Fix some bugs in printing of MOP packets. -mojMats O Jansson
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2004-09-20addres -> addressMiod Vallat
2004-05-12tzsetHenning Brauer
2004-05-08Filter bpf writes and lock descriptor. tested by hshoexer@Can Erkin Acar
2004-04-15chroot and drop privileges to _mopd:_mopd after initialization.Henning Brauer
2004-04-144000 lines worth of cleanup, KNF, Knall&Rauch elemination and suchHenning Brauer
2004-04-12~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrownHenning Brauer
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
2003-12-16bad printf; leopold-bloom@foni.netTheo de Raadt
2003-12-01-Wall cleanup: trim unused vars, right format strings, constify rcsids,Anil Madhavapeddy
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-08-31Make deviceInitAll work again. -mojMats O Jansson
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-06-12- section reorderJason McIntyre
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-04-19format string typo in usage (%d -> %s for program name)Anil Madhavapeddy
2003-04-13obvious typo: "s%" -> "%s" in format stringAnil Madhavapeddy
2003-03-09bad licenseMatthieu Herrb
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-09-07off by one fix from aaron@. -mojMats O Jansson
2002-09-07pedantic ansify. -mojMats O Jansson
2002-07-13use snprintfTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-10Remove NO__P since __P has been removed. Found by hin@ -mojMats O Jansson
2002-05-26pid_t cleanupTheo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-04-01change the extra text following preprocessor directives into comments.Dan Harnett
2002-03-14kill more registers.Mike Pechkin
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-16Close comment.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-02-07spellingTodd T. Fries
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-07-04File of the week :-) If Tertiary Loader data link size might not be set.Mats O Jansson
2000-07-04If the spec allows 128-character filenames, our buffer has to be at least 129Aaron Campbell
2000-07-03typoNiklas Hallqvist