1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

31 Commits

Author SHA1 Message Date
miod
ce1663765c a.out is no longer the commonly encountered binary file format, the world has
moved to ELF.

Move the a.out specific defines and macros, but the MID_xxx values, from
<sys/exec.h> to <a.out.h>, and update the few userland binaries which really
need these defines (i.e. boot-related tools for old architectures) to
explicitly include <a.out.h> when needed.

"Fine" deraadt@
2024-10-16 18:47:47 +00:00
jmc
3a50f0a93a spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech
2022-12-28 21:30:15 +00:00
mpi
9f79a69831 Prefer <elf.h> to the non portable <sys/exec_elf.h>.
ok jca@, deraadt@
2017-10-29 08:45:53 +00:00
schwarze
26bacc257e delete duplicate RCS IDs; found with mandoc -Tlint 2017-07-06 16:50:58 +00:00
krw
f7f1b83409 Nuke whitespace foolish enough to expose itself during the great
"warning:" rectification.
2017-01-21 08:33:51 +00:00
krw
9313a659c4 Add 'default:' cases to switch statements that gcc whines about.
ok jung@
2016-12-20 22:19:08 +00:00
miod
8f91148657 Give the mop suite the ability to process alpha Elf64 files and create mop
alpha images of them.
2014-12-13 14:44:59 +00:00
jmc
1e7f05ab77 catch up with elf(5)/stab(5) removal;
ok miod
2013-10-20 07:40:39 +00:00
deraadt
d335c2c784 Remove support for a.out and ecoff. We only do elf now.
ok miod
2013-10-17 08:02:14 +00:00
miod
05230cd511 Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot
blocks to be converted to working mop binaries. From NetBSD.
2013-07-05 21:02:07 +00:00
miod
b0bf873f40 mahine->machine 2010-11-19 21:09:20 +00:00
deraadt
043fbe51c1 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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
2009-10-27 23:59:19 +00:00
sobrado
15f617c714 synchronize the synopsis and usage of mopa.out(1); mopchk(1) can handle
more than one filename at a time; add a description for -3 and -4
in mopd(8), and document -v; remove a duplicate flag in mopprobe(1);
use a better style for synopses; sort flags and arguments.

written with help by jmc@

ok jmc@
2009-07-11 13:42:32 +00:00
jmc
9490d37cb6 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
maja
694e69a1da Change the compile time option -DINFO into a runtime option to get ride
of some lint warnings. -moj
2006-04-29 16:26:56 +00:00
deraadt
ec735e7973 more cleanup 2006-04-17 16:23:01 +00:00
avsm
861d17787e -Wall cleanup: trim unused vars, right format strings, constify rcsids,
braces where needed, add missing prototypes.

tested and ok maja@
2003-12-01 00:56:51 +00:00
jmc
9d0b46bce1 - section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
2003-06-12 12:59:48 +00:00
maja
4deb52dcff remove clause 3 and 4. -moj 2003-06-02 21:38:39 +00:00
avsm
25fb1695f9 obvious typo: "s%" -> "%s" in format string 2003-04-13 22:39:38 +00:00
todd
e4d25771e5 spelling; from Brian Poole <raj@cerias.purdue.edu> 2002-06-14 21:34:58 +00:00
todd
2c56b21e86 spelling 2001-02-07 20:17:43 +00:00
aaron
38a123d192 - Get rid of ".Sh OPTIONS" and always use the standard options list intro.
- Move some BUGS/CAVEATS to the end of the man pages where they should go.
- Correct some .Nm usage.
2000-11-08 19:37:32 +00:00
aaron
a3542fadce - For consistency, super-user' -> superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
2000-04-15 11:45:51 +00:00
aaron
4aac73a429 More pedantic man page formatting insanity, lalala 2000-03-23 21:39:53 +00:00
aaron
7f3168a29b The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
1999-07-07 10:50:04 +00:00
aaron
6931a8aa25 remove trailing whitespace, some Nm cleanup 1999-06-05 22:16:18 +00:00
alex
350bb3b813 Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.
1999-05-16 19:54:36 +00:00
aaron
05b742b341 ethernet -> Ethernet, other repairs 1999-05-15 02:17:52 +00:00
maja
4759189ab9 Replace $Id with $OpenBSD. -moj 1996-09-21 18:04:54 +00:00
maja
bff609efb6 Initial import of mopd-2.5.3. -moj 1996-09-21 13:49:15 +00:00