index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "exec: Stop relying on address space size"
Samuel Thibault
2024-03-23
1
-1
/
+3
*
exec: Stop relying on address space size
Sergey Bugaev
2024-03-23
1
-3
/
+1
*
exec: Fix creating executable stacks
Sergey Bugaev
2024-03-23
1
-4
/
+5
*
exec: TODO note about implementing interrupt
Samuel Thibault
2023-11-20
1
-0
/
+4
*
exec: Properly preallocate address space
Sergey Bugaev
2023-07-03
1
-101
/
+67
*
exec: On 64-bit, map lower 4 GB inaccessible for PIEs
Sergey Bugaev
2023-07-03
1
-1
/
+14
*
exec: Allow loading x86_64 executables on x86_64
Sergey Bugaev
2023-05-15
1
-1
/
+7
*
exec: Port to x86_64
Sergey Bugaev
2023-05-10
1
-2
/
+2
*
Rename proc_complete_reauthentication to proc_reauthenticate_complete
Samuel Thibault
2022-08-10
1
-1
/
+1
*
Make proc_reauthenticate () recreate proc port
Sergey Bugaev
2022-08-10
1
-0
/
+7
*
exec: Use proc_reauthenticate_reassign ()
Sergey Bugaev
2022-08-10
1
-42
/
+33
*
exec: Support ELIBEXEC error
Samuel Thibault
2022-04-12
1
-0
/
+7
*
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
[next]