Age | Commit message (Expand) | Author |
2024-10-16 | a.out is no longer the commonly encountered binary file format, the world has | Miod Vallat |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-09-06 | use ansi function decls | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-27 | delete duplicate OpenBSD CVS keyword line | Ingo Schwarze |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-01-26 | one variable was common, fixing what I can. | Theo de Raadt |
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-07-06 | delete duplicate RCS IDs; found with mandoc -Tlint | Ingo Schwarze |
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-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-07-18 | Linking against libkvm is unnecessary here | Philip Guenther |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2015-12-28 | build mopd with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-11-16 | Replace remaining calls to index(3) with strchr(3). OK jca@ krw@ | Todd C. Miller |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
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 |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2013-11-24 | more ctype cleanups | Theo de Raadt |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
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 |
2010-11-19 | mahine->machine | Miod Vallat |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-01-03 | below .Rs, unqualified text is not allowed, each line needs ".%?" markup; | Ingo Schwarze |
2009-11-12 | Make life easier for parfait. I corporation with deraadt. -moj | Mats O Jansson |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-11 | synchronize the synopsis and usage of mopa.out(1); mopchk(1) can handle | Igor Sobrado |
2008-09-06 | correct name. -moj | Mats O Jansson |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
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 | Remove 'ipc' in PLT message and replace it with current hostname. | Mats O Jansson |
2006-04-17 | more cleanup | Theo de Raadt |