Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one variable was common, fixing what I can. | 2021-01-26 | 2 | -4/+4 | |
| | | | | (the portable code in here is not in great shape, and I am ignoring it) | ||||
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | 2018-04-26 | 1 | -5/+4 | |
| | | | | | | | Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ | ||||
* | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | 2017-10-29 | 1 | -2/+2 | |
| | | | | ok jca@, deraadt@ | ||||
* | change if ((a == b)) to if (a == b); silences noisy on-by-default | 2017-07-29 | 4 | -15/+15 | |
| | | | | | | "equality comparison with extraneous parentheses [-Wparentheses-equality]" clang warning. OK deraadt, kettenis | ||||
* | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | 2017-04-19 | 1 | -2/+2 | |
| | | | | | | around for two releases, it should be safe to do so. ok bluhm deraadt sthen tb yasuoka | ||||
* | Nuke whitespace foolish enough to expose itself during the great | 2017-01-21 | 4 | -32/+32 | |
| | | | | "warning:" rectification. | ||||
* | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | 2016-12-25 | 1 | -2/+3 | |
| | | | | ok tb@ millert@ | ||||
* | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | 2016-05-28 | 1 | -11/+3 | |
| | | | | ok deraadt jca | ||||
* | Give the mop suite the ability to process alpha Elf64 files and create mop | 2014-12-13 | 3 | -129/+375 | |
| | | | | alpha images of them. | ||||
* | In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, so | 2014-11-30 | 1 | -2/+3 | |
| | | | | | | | that the next call to this function will not access e_sections[] out of bounds. Repairs mopa.out(1) behaviour noticed by sebastia@ | ||||
* | more ctype cleanups | 2013-11-24 | 1 | -3/+3 | |
| | | | | checked by jca | ||||
* | Remove support for a.out and ecoff. We only do elf now. | 2013-10-17 | 1 | -4/+4 | |
| | | | | ok miod | ||||
* | Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot | 2013-07-05 | 5 | -347/+724 | |
| | | | | blocks to be converted to working mop binaries. From NetBSD. | ||||
* | missing err.h include | 2011-09-21 | 1 | -2/+3 | |
| | | | | ok maja@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 12 | -72/+12 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Check the correct bits in the control byte. | 2006-11-10 | 1 | -5/+5 | |
| | | | | Found by Alexey Dobriyan (adobriyan at gmail dot com) -moj | ||||
* | use SEEK_SET; chl@tuxfamily.org | 2006-10-11 | 1 | -3/+3 | |
| | |||||
* | Some more delint. -moj | 2006-05-11 | 2 | -106/+86 | |
| | |||||
* | Change the compile time option -DINFO into a runtime option to get ride | 2006-04-29 | 2 | -117/+121 | |
| | | | | of some lint warnings. -moj | ||||
* | More delint. -moj | 2006-04-20 | 3 | -75/+74 | |
| | |||||
* | more cleanup | 2006-04-17 | 5 | -15/+15 | |
| | |||||
* | Make the code lint friendly. -moj | 2006-04-17 | 7 | -217/+193 | |
| | |||||
* | Fix some bugs in printing of MOP packets. -moj | 2006-04-15 | 2 | -14/+14 | |
| | |||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 2 | -6/+6 | |
| | | | | OK deraadt@ | ||||
* | addres -> address | 2004-09-20 | 2 | -6/+6 | |
| | |||||
* | Filter bpf writes and lock descriptor. tested by hshoexer@ | 2004-05-08 | 1 | -2/+15 | |
| | | | | ok henning@ deraadt@ | ||||
* | 4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such | 2004-04-14 | 17 | -1334/+1111 | |
| | | | | tested by hshoexer, "don't wait for me" miod@ | ||||
* | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | 2004-01-04 | 1 | -3/+2 | |
| | | | | unnecessary for these files, delete. ok espie@ | ||||
* | -Wall cleanup: trim unused vars, right format strings, constify rcsids, | 2003-12-01 | 13 | -65/+61 | |
| | | | | | | braces where needed, add missing prototypes. tested and ok maja@ | ||||
* | adress -> address, and a few more; all from Jonathon Gray; | 2003-11-07 | 1 | -3/+3 | |
| | | | | | (mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | ||||
* | Make deviceInitAll work again. -moj | 2003-08-31 | 1 | -3/+3 | |
| | |||||
* | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | 2003-08-19 | 2 | -77/+32 | |
| | |||||
* | more 3/4 cleanups for lazy developers | 2003-06-04 | 1 | -7/+2 | |
| | |||||
* | remove clause 3 and 4. -moj | 2003-06-02 | 25 | -175/+50 | |
| | |||||
* | off by one fix from aaron@. -moj | 2002-09-07 | 2 | -7/+7 | |
| | |||||
* | pedantic ansify. -moj | 2002-09-07 | 4 | -19/+22 | |
| | |||||
* | use snprintf | 2002-07-13 | 1 | -3/+3 | |
| | |||||
* | Remove NO__P since __P has been removed. Found by hin@ -moj | 2002-06-10 | 11 | -134/+25 | |
| | |||||
* | change the extra text following preprocessor directives into comments. | 2002-04-01 | 1 | -3/+3 | |
| | | | | | | patch from David Krause <openbsd@davidkrause.com> ok millert@ | ||||
* | kill more registers. | 2002-03-14 | 4 | -31/+31 | |
| | | | | millert@ ok | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 3 | -15/+13 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 11 | -67/+67 | |
| | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 14 | -44/+44 | |
| | | | | deraadt@ ok | ||||
* | string manipluation paranoia changes. Most probably not exploitable. | 2000-02-20 | 2 | -11/+15 | |
| | |||||
* | Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -moj | 1999-03-27 | 4 | -43/+31 | |
| | |||||
* | fd_set is not a struct | 1998-07-07 | 1 | -4/+4 | |
| | |||||
* | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | 1997-08-18 | 3 | -9/+9 | |
| | |||||
* | Replace $Id with $OpenBSD, 3:rd try. -moj | 1996-09-21 | 25 | -26/+75 | |
| | |||||
* | Replace $Id with $OpenBSD. -moj | 1996-09-21 | 2 | -2/+5 | |
| | |||||
* | Initial import of mopd-2.5.3. -moj | 1996-09-21 | 27 | -0/+4670 | |