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