| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix const warnings | Samuel Thibault | 2022-01-17 | 1 | -14/+16 |
* | Make RPC input array parameters const | Samuel Thibault | 2022-01-16 | 1 | -18/+18 |
* | Fix build warnings | Samuel Thibault | 2022-01-01 | 1 | -2/+2 |
* | exec: only constraint loading the ELF interpreter | Samuel Thibault | 2021-12-30 | 1 | -7/+7 |
* | exec: Fix and use mask for memory layout | Samuel Thibault | 2021-08-16 | 1 | -20/+7 |
* | Use the data_t type defined in hurd_types.h. | Flavio Cruz | 2019-09-01 | 1 | -4/+4 |
* | exec: Leave room for mmaps etc. before PIE binaries | Samuel Thibault | 2018-04-22 | 1 | -0/+3 |
* | exec: Fix else branch | Samuel Thibault | 2018-04-22 | 1 | -19/+21 |
* | exec: document why mask code is currently commented | Samuel Thibault | 2018-04-22 | 1 | -0/+5 |
* | Fix warnings | Samuel Thibault | 2018-03-05 | 1 | -0/+1 |
* | Implement /proc/<pid>/exe | Samuel Thibault | 2018-01-08 | 1 | -0/+3 |
* | Add support for $ORIGIN rpath expansion | Samuel Thibault | 2018-01-08 | 1 | -4/+83 |
* | Add a new exec_exec_paths RPC | Emilio Pozuelo Monfort | 2018-01-08 | 1 | -4/+47 |
* | Record executable entry for PIE core dumps | Samuel Thibault | 2017-12-11 | 1 | -0/+5 |
* | exec: Avoid calling mmap with zero size | Samuel Thibault | 2017-09-10 | 1 | -0/+2 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -1/+1 |
* | exec: Fix loading binaries without a memory manager object | Brent W. Baccala | 2016-08-31 | 1 | -7/+8 |
* | Fix loading small pic programs | Samuel Thibault | 2016-08-26 | 1 | -15/+42 |
* | exec: fix setting the name of early servers | Justus Winter | 2015-07-14 | 1 | -17/+33 |
* | Fix space style | Samuel Thibault | 2015-03-05 | 1 | -12/+12 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -11/+7 |
* | exec: redzone page zero before loading anything | Justus Winter | 2014-09-29 | 1 | -0/+10 |
* | exec: add missing includes | Justus Winter | 2014-05-26 | 1 | -0/+1 |
* | exec: abbreviate the task name if necessary | Justus Winter | 2014-04-29 | 1 | -2/+13 |
* | exec: fix receiver lookup | Justus Winter | 2014-04-05 | 1 | -4/+1 |
* | exec: provide a meaningful name for new tasks | Justus Winter | 2014-02-23 | 1 | -6/+21 |
* | exec: remove support for transparently ungziping executables | Justus Winter | 2013-09-15 | 1 | -138/+0 |
* | exec: remove support for transparently unbzip2ing executables | Justus Winter | 2013-09-15 | 1 | -124/+0 |
* | exec: keep track of the range where executable segments are mapped | Justus Winter | 2013-09-15 | 1 | -0/+23 |
* | exec: remove the BFD code | Justus Winter | 2013-08-29 | 1 | -512/+55 |
* | exec: Remove #ifdef 0-out code for user specified exec servers. | Justus Winter | 2013-08-28 | 1 | -81/+0 |
* | Remove unused variable | Miguel Figueiredo | 2013-06-01 | 1 | -3/+0 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -18/+18 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -1/+1 |
* | Add comment about finish being called several times | Samuel Thibault | 2011-02-14 | 1 | -1/+3 |
* | Protect exec from memory faults | Samuel Thibault | 2010-09-14 | 1 | -6/+16 |
* | Fix compressed binaries execution | Samuel Thibault | 2010-09-14 | 1 | -4/+6 |
* | Fix in-memory mapping | Samuel Thibault | 2010-09-14 | 1 | -2/+7 |
* | Fix duplicate oldtask port deallocation | Samuel Thibault | 2009-12-21 | 1 | -2/+0 |
* | Fixes long-standing random hang of exec. | Samuel Thibault | 2009-08-23 | 1 | -2/+5 |
* | 2009-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-04-02 | 1 | -3/+3 |
* | (check_elf_phdr): Fix typo in last change. | Roland McGrath | 2004-10-23 | 1 | -1/+1 |
* | 2004-10-22 Roland McGrath <roland@frob.com> | Roland McGrath | 2004-10-22 | 1 | -8/+25 |
* | (check_elf_phdr): Tweak last change. | Roland McGrath | 2004-09-26 | 1 | -0/+2 |
* | 2004-09-26 Roland McGrath <roland@frob.com> | Roland McGrath | 2004-09-26 | 1 | -17/+9 |
* | 2004-02-11 Roland McGrath <roland@frob.com> | Roland McGrath | 2004-02-11 | 1 | -21/+27 |
* | 2004-01-15 Roland McGrath <roland@frob.com> | Roland McGrath | 2004-02-10 | 1 | -1/+21 |
* | (prepare): fix last change | Roland McGrath | 2002-05-11 | 1 | -4/+1 |
* | 2002-05-10 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-10 | 1 | -11/+12 |
* | 2002-04-27 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-04-27 | 1 | -14/+14 |