Age | Commit message (Expand) | Author |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-25 | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | Kenneth R Westerback |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2014-12-13 | Give the mop suite the ability to process alpha Elf64 files and create mop | Miod Vallat |
2014-11-30 | In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, so | Miod Vallat |
2013-11-24 | more ctype cleanups | Theo de Raadt |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-07-05 | Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot | Miod Vallat |
2011-09-21 | missing err.h include | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2006-11-10 | Check the correct bits in the control byte. | Mats O Jansson |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-05-11 | Some more delint. -moj | Mats O Jansson |
2006-04-29 | Change the compile time option -DINFO into a runtime option to get ride | Mats O Jansson |
2006-04-20 | More delint. -moj | Mats O Jansson |
2006-04-17 | more cleanup | Theo de Raadt |
2006-04-17 | Make the code lint friendly. -moj | Mats O Jansson |
2006-04-15 | Fix some bugs in printing of MOP packets. -moj | Mats O Jansson |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2004-09-20 | addres -> address | Miod Vallat |
2004-05-08 | Filter bpf writes and lock descriptor. tested by hshoexer@ | Can Erkin Acar |
2004-04-14 | 4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such | Henning Brauer |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn |
2003-12-01 | -Wall cleanup: trim unused vars, right format strings, constify rcsids, | Anil Madhavapeddy |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-08-31 | Make deviceInitAll work again. -moj | Mats O Jansson |
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino |
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson |
2002-09-07 | off by one fix from aaron@. -moj | Mats O Jansson |
2002-09-07 | pedantic ansify. -moj | Mats O Jansson |
2002-07-13 | use snprintf | Theo de Raadt |
2002-06-10 | Remove NO__P since __P has been removed. Found by hin@ -moj | Mats O Jansson |
2002-04-01 | change the extra text following preprocessor directives into comments. | Dan Harnett |
2002-03-14 | kill more registers. | Mike Pechkin |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part 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-20 | string manipluation paranoia changes. Most probably not exploitable. | bitblt |
1999-03-27 | Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -moj | Mats O Jansson |
1998-07-07 | fd_set is not a struct | Artur Grabowski |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller |
1996-09-21 | Replace $Id with $OpenBSD, 3:rd try. -moj | Mats O Jansson |
1996-09-21 | Replace $Id with $OpenBSD. -moj | Mats O Jansson |
1996-09-21 | Initial import of mopd-2.5.3. -moj | Mats O Jansson |