summaryrefslogtreecommitdiff
path: root/src/unexelf.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove printmax_t etc.Paul Eggert2019-07-071-1/+2
* Pacify GCC when compiling unexelf.c on Fedora 30Paul Eggert2019-05-301-0/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Port to QNXPaul Eggert2017-10-241-6/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix crash when built by GNU Gold linker on x86Paul Eggert2017-06-201-1/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Clean out some IRIX cruftPaul Eggert2016-12-061-50/+0
* | Port to FreeBSD 11 AMDPaul Eggert2016-11-081-0/+4
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Remove support for IRIXPaul Eggert2016-03-071-26/+0
* | * src/alloc.c: Include "sheap.h".Paul Eggert2016-01-301-8/+0
* | Pacify GCC on extern declsPaul Eggert2016-01-301-1/+4
* | unexelf.c hook to support HYBRID_MALLOC on ELFRich Felker2016-01-301-0/+5
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ELF unexec: align section headerPaul Eggert2015-11-161-3/+8
* * src/unexelf.c (NEW_PROGRAM_H): Remove unused macro (Bug#20614).Paul Eggert2015-11-081-3/+1
* ELF unexec: Don't insert a new sectionAlan Modra2015-11-081-474/+50
* ELF unexec: Drive from PT_LOAD header rather than sectionsAlan Modra2015-11-081-213/+77
* ELF unexec: R_*_NONE relocsAlan Modra2015-11-081-7/+7
* ELF unexec: _OBJC_ symbols in bss sectionsAlan Modra2015-11-081-13/+18
* ELF unexec: Symbol table patchingAlan Modra2015-11-081-4/+5
* ELF unexec: Merge Alpha and MIPS COFF debug handlingAlan Modra2015-11-081-67/+29
* ELF unexec: Tidy codeAlan Modra2015-11-081-114/+96
* ELF unexec: Correct section header indexAlan Modra2015-11-081-8/+8
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify unexec file mode settingPaul Eggert2014-12-201-11/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+0
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-3/+3
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-6/+5
* * unexelf.c: Don't assume ElfW (Half) fits in int.Paul Eggert2013-05-071-27/+26
* * unexelf.c: Fix some 32-bit integer problems, notably when debugging.Paul Eggert2013-05-051-81/+94
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64enami tsugutomo2012-11-161-1/+1
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-4/+6
* Assume C89 or later.Paul Eggert2012-05-211-5/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix for GNUstep build failure during dumping.YAMAMOTO Mitsuharu2011-12-091-3/+9
* Fix typos.Juanma Barranquero2011-11-141-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-36/+36
* Port to OpenBSD.Paul Eggert2011-07-191-2/+2
* * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.Paul Eggert2011-06-121-1/+2