Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Don't include varargs.h. | Dave Love | 2003-09-17 | 1 | -1/+0 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | (update_dynamic_symbols): Cast arg of fatal_unexec. | Dave Love | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | Prototype fatal_unexec, mark_x, update_dynamic_symbols. Declare | Dave Love | 2000-08-17 | 1 | -3/+6 |
| | | | | unexec as void. | ||||
* | Include errno.h, string.h, unistd.h. Don't declare errno, strerror. | Dave Love | 2000-06-19 | 1 | -6/+11 |
| | | | | Put text after #endif in comment. | ||||
* | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-09-06 | 1 | -5/+9 |
| | |||||
* | (unexec): Cast arg to fprintf. | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 |
| | |||||
* | (unexec): Don't call update_dynamic_symbols if static link. | Richard M. Stallman | 1997-07-14 | 1 | -2/+4 |
| | |||||
* | (update_dynamic_symbols): Add cast when setting reladdr. | Richard M. Stallman | 1997-07-06 | 1 | -1/+1 |
| | |||||
* | (unexec): Call update_dynamic_symbols unconditionally. | Richard M. Stallman | 1997-06-11 | 1 | -7/+4 |
| | | | | | (update_dynamic_symbols): Define unconditionally, but do nothing if __linux__or __NetBSD__. | ||||
* | [__NetBSD__]: Don't include filehdr.h, aouthdr.h | Richard M. Stallman | 1997-06-02 | 1 | -0/+37 |
| | | | | scnhdr.h or syms.h. Add many other conditionalized definitions. | ||||
* | Conditionalize the changes below on not __linux__. | Richard M. Stallman | 1996-08-21 | 1 | -60/+91 |
| | | | | | | | | | | Include reloc.h and elf_abi.h. (rel_dyn_section, dynstr_section, dynsym_section): New variables. (old_data_scnhdr): New variable. (CHECK_SCNHDR): Compare just 8 chars of section name. (unexec): Check for rel_dyn_section, dynsym_section, dynstr_section. Do call update_dynamic_symbols. (update_dynamic_symbols): Finish it up and take away #if 0. | ||||
* | (unexec): Copy the .got section. | Richard M. Stallman | 1996-08-19 | 1 | -0/+17 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (fatal_unexec): Don't use varargs. | Richard M. Stallman | 1995-11-11 | 1 | -6/+4 |
| | |||||
* | (fatal_unexec): Use vfprintf, not _doprnt. | Richard M. Stallman | 1995-08-11 | 1 | -1/+1 |
| | |||||
* | (Brk): Declare as unsigned long. | Richard M. Stallman | 1994-10-25 | 1 | -24/+32 |
| | | | | | | | | (unexec): Do CHECH_SCNHDR on _RCONST if that's defined. Ignore rdata_section if there is none. (update_dynamic_symbols): New arg new_name. Call changed. Fix some calls to WRITE. (fatal_unexec): Declare all arguments. | ||||
* | Initial revision | Richard M. Stallman | 1994-09-17 | 1 | -0/+440 |