summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common
AgeCommit message (Expand)Author
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-07-29change if ((a == b)) to if (a == b); silences noisy on-by-defaultFlorian Obser
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25Add some {}'s to eliminate "ambiguous else" warnings from gcc.Kenneth R Westerback
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2014-12-13Give the mop suite the ability to process alpha Elf64 files and create mopMiod Vallat
2014-11-30In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, soMiod Vallat
2013-11-24more ctype cleanupsTheo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-07-05Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF bootMiod Vallat
2011-09-21missing err.h includeJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-11-10Check the correct bits in the control byte.Mats O Jansson
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
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-17more cleanupTheo de Raadt
2006-04-17Make the code lint friendly. -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
2004-09-20addres -> addressMiod Vallat
2004-05-08Filter bpf writes and lock descriptor. tested by hshoexer@Can Erkin Acar
2004-04-144000 lines worth of cleanup, KNF, Knall&Rauch elemination and suchHenning Brauer
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
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-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
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-10Remove NO__P since __P has been removed. Found by hin@ -mojMats O Jansson
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-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2000-02-20string manipluation paranoia changes. Most probably not exploitable.bitblt
1999-03-27Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -mojMats O Jansson
1998-07-07fd_set is not a structArtur Grabowski
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1996-09-21Replace $Id with $OpenBSD, 3:rd try. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD. -mojMats O Jansson
1996-09-21Initial import of mopd-2.5.3. -mojMats O Jansson