aboutsummaryrefslogtreecommitdiff
path: root/exec
Commit message (Expand)AuthorAgeFilesLines
* exec: Fix and use mask for memory layoutSamuel Thibault2021-08-161-20/+7
* Fix references to startup in commentsSamuel Thibault2020-07-251-1/+1
* Fix build with -fno-commonSamuel Thibault2020-03-312-2/+7
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-4/+4
* exec: Leave room for mmaps etc. before PIE binariesSamuel Thibault2018-04-221-0/+3
* exec: Fix else branchSamuel Thibault2018-04-221-19/+21
* exec: document why mask code is currently commentedSamuel Thibault2018-04-221-0/+5
* Fix warningsSamuel Thibault2018-03-052-0/+3
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+3
* Add support for $ORIGIN rpath expansionSamuel Thibault2018-01-081-4/+83
* Fix exec_paths through fakeroot or chrootJustus Winter2018-01-081-42/+51
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-9/+25
* Add a new exec_exec_paths RPCEmilio Pozuelo Monfort2018-01-083-11/+62
* Record executable entry for PIE core dumpsSamuel Thibault2017-12-112-0/+18
* exec: Avoid calling mmap with zero sizeSamuel Thibault2017-09-101-0/+2
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-055-17/+17
* exec: Fix loading binaries without a memory manager objectBrent W. Baccala2016-08-311-7/+8
* Fix exec crash when setexecdata has never been calledSamuel Thibault2016-08-281-5/+7
* Fix loading small pic programsSamuel Thibault2016-08-261-15/+42
* Revert part of "fix compiler warnings in hurd/exec"Thomas Schwinge2016-05-231-2/+2
* exec: remove duplicate function callEsa Peuha2016-02-041-5/+0
* Fix typoSamuel Thibault2016-01-191-1/+1
* Also build exec.staticSamuel Thibault2016-01-171-2/+1
* Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz2015-12-311-1/+1
* fix compiler warnings in hurd/execFlavio Cruz2015-12-292-3/+3
* exec: convert to trivfs dynamic classes and bucketsJustus Winter2015-09-271-19/+32
* exec: add missing includeJustus Winter2015-09-231-0/+1
* Define TIME_VALUE_TO_TIMESPEC only when not defined alreadySamuel Thibault2015-09-191-0/+2
* exec: fix setting the name of early serversJustus Winter2015-07-141-17/+33
* Fix space styleSamuel Thibault2015-03-054-48/+48
* Replace `bzero' with `memset'Justus Winter2014-12-101-11/+7
* exec: add payload-aware intrans functionsJustus Winter2014-12-072-0/+9
* startup: bind the startup server to /servers/startupJustus Winter2014-11-211-2/+9
* Fix actual procinfo_t typeSamuel Thibault2014-11-021-2/+2
* Fix proc_getprocinfo callsSamuel Thibault2014-11-021-2/+2
* Fix proc_getprocinfo callsSamuel Thibault2014-11-021-1/+1
* exec: redzone page zero before loading anythingJustus Winter2014-09-291-0/+10
* exec: add proper argument parsing, add --device-master-portJustus Winter2014-09-291-13/+93
* exec: add missing includesJustus Winter2014-05-262-0/+2
* exec: abbreviate the task name if necessaryJustus Winter2014-04-291-2/+13
* exec: fix receiver lookupJustus Winter2014-04-055-5/+51
* libtrivfs: improve the mig mutator functionsJustus Winter2014-02-251-1/+3
* exec: provide a meaningful name for new tasksJustus Winter2014-02-231-6/+21
* exec: connect std{in,out,err} to the mach consoleJustus Winter2014-02-021-2/+15
* exec: include the mig-generated server headers in main.cJustus Winter2014-01-201-3/+3
* exec: improve the exec_demuxer functionJustus Winter2013-12-021-6/+15
* exec: Remove the remaining BFD related bitsJustus Winter2013-11-013-120/+1
* Fix memory leak in execRichard Braun2013-10-081-0/+1
* Fix gcc warningSamuel Thibault2013-09-211-1/+1