aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_aout.h
Commit message (Expand)AuthorAgeFilesLines
* Turns out the emulators still need/want a_magic, so put it back here.Warner Losh2012-06-281-0/+1
* Remove an old hack I noticed years ago, but never committed.Warner Losh2012-06-281-1/+0
* Merge projects/enhanced_coredumps (r204346) into HEAD:Alfred Perlstein2010-03-021-1/+2
* kern_execve.c hasn't been around in ages, so update the file(s) whereWarner Losh2009-09-091-1/+1
* Capitalize at the start of sentence.Maxim Konovalov2005-05-081-1/+1
* o N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros live in imgact_aout.hMaxim Konovalov2005-05-081-1/+1
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-18/+20
* Define MID_ARM6.Olivier Houchard2004-05-041-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Forward declare struct vnode so that <sys/vnode.h> or some other headerBruce Evans2002-09-051-0/+1
* Remove __PAlfred Perlstein2002-03-191-1/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-4/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fixed style bugs in prototype for aout_coredump() (mainly wrapping it withBruce Evans1999-10-021-3/+1
* General cleanup of core-dumping code.Julian Elischer1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-1/+9
* Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with anBruce Evans1997-12-191-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Corrected a comment.David Greenman1995-07-261-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Avoid compiler warnings for overflow in ~(__LDPGSZ - 1).Bruce Evans1994-12-301-2/+2
* New file to contain a.out specific macros and definitions.David Greenman1994-09-241-0/+146