summaryrefslogtreecommitdiff
path: root/src/unexec.c
Commit message (Expand)AuthorAgeFilesLines
* (make_hdr): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (write_segment, unexec): Move these functions to avoid forwardEli Zaretskii2005-03-191-98/+97
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Comment change.Richard M. Stallman2003-05-191-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
* *** empty log message ***Richard M. Stallman2001-12-111-1/+1
* Don't include coff.h unless HAVE_COFF_H is defined.Eli Zaretskii2001-11-161-1/+1
* (write_segment) [USE_CRT_DLL]: Remove unnecessaryAndrew Innes2000-08-221-0/+2
* (toplevel): Fix last change, so as not to deprive MSDOSEli Zaretskii2000-06-151-12/+8
* (toplevel) [COFF]: Include coff.h.Gerd Moellmann2000-06-141-0/+4
* [COFF]: New variable coff_offset.Richard M. Stallman1998-06-291-4/+31
* (copy_text_and_data) [DJGPP >= 2]: Switch off two bitsKarl Heuer1996-07-191-0/+10
* [DJGPP v2]: Include fcntl.h.Richard M. Stallman1996-04-101-0/+18
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (write_segment): Write valid data in units of 1<<13,Richard M. Stallman1995-10-081-5/+18
* (write_segment): Use pagesize as unit of writing instead of 128.Richard M. Stallman1995-10-031-4/+5
* Comment changes.Richard M. Stallman1994-10-261-5/+4
* (make_hdr): Undo June 16 change.Richard M. Stallman1994-10-061-2/+3
* Don't test CANNOT_UNEXEC.Richard M. Stallman1994-09-241-4/+0
* (copy_text_and_data): Delete some printf's.Richard M. Stallman1994-09-231-3/+0
* (copy_text_and_data): Add RISCiX changes.Richard M. Stallman1994-09-231-0/+86
* (make_hdr): Handle case of no "additional header".Richard M. Stallman1994-06-161-1/+4
* Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.Roland McGrath1994-06-161-4/+24
* [MSDOS]: Don't include files from the dos extenderRichard M. Stallman1994-05-221-10/+9
* Update copyright.Karl Heuer1994-05-041-1/+1
* [MSDOS]: Don't #include <a.out.h>, but use other headers.Richard M. Stallman1994-01-081-1/+40
* [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers.Roland McGrath1993-11-111-2/+9
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (make_hdr): Use & in call to bzero.Richard M. Stallman1993-07-281-1/+1
* * unexec.c [HPUX] (sbrk): This returns a void *.Jim Blandy1993-06-161-1/+5
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* Some more changes from Michael K. Johnson for Linux.Jim Blandy1993-05-201-1/+1
* * unexec.c (copy_text_and_data): Error message tweaked.Jim Blandy1993-03-111-1/+1
* (Fforward_comment): New function.Richard M. Stallman1993-02-231-6/+7
* entered into RCSJim Blandy1992-04-241-0/+4
* *** empty log message ***Jim Blandy1992-03-141-2/+2
* *** empty log message ***Jim Blandy1992-01-131-2/+63
* Initial revisionRichard M. Stallman1991-01-291-0/+978