aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build with -fno-commonSamuel Thibault2020-03-312-11/+26
* proc: do not set last_processor on thread_info() errorSamuel Thibault2019-10-311-7/+9
* proc: fix filling last_processor member.Almudena Garcia2019-10-311-1/+1
* proc: add support for last_processorAlmudena Garcia2019-10-311-0/+8
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-3/+3
* Fix warningsSamuel Thibault2018-03-052-3/+0
* Implement /proc/<pid>/exeSamuel Thibault2018-01-083-0/+46
* Record executable entry for PIE core dumpsSamuel Thibault2017-12-112-0/+19
* Simplify deallocations.Justus Winter2017-08-051-2/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-058-34/+35
* Pass the kernel's task port to proc.Justus Winter2017-03-121-5/+37
* proc: Hierarchical proc servers.Justus Winter2017-03-115-2/+398
* hurd: Use polymorphic port types to return some rights.Justus Winter2017-03-102-4/+10
* proc: Refactor.Justus Winter2017-03-092-8/+18
* proc: Remove erroneous process entry.Justus Winter2017-03-091-0/+31
* proc: Receive new-task notifications on kernel's process port.Justus Winter2017-03-093-2/+14
* proc: Open console earlier.Justus Winter2017-03-061-11/+28
* Adjust to the fixed new task notifications.Justus Winter2016-11-011-2/+2
* proc: Fix new task notifications.Justus Winter2016-11-012-5/+16
* Avoid warnings if increasing a threads priority fails.Justus Winter2016-10-151-1/+6
* proc: Fix permission check.Justus Winter2016-08-081-1/+1
* proc: Fix references to the startup server.Justus Winter2016-08-074-11/+10
* Make sure to complete auth_server_authenticateSamuel Thibault2016-02-141-7/+9
* Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz2015-12-311-2/+1
* Include missing header file in hurd/procFlavio Cruz2015-12-291-0/+1
* Fix space styleSamuel Thibault2015-03-057-84/+84
* proc: call `startup_essential_task' earlierJustus Winter2015-01-173-1/+26
* proc: implement `proc_make_task_namespace'Justus Winter2014-12-102-9/+107
* proc: register for new task notificationsJustus Winter2014-12-103-3/+47
* proc: add payload-aware intrans functionsJustus Winter2014-12-073-0/+22
* Fix proc crashesSamuel Thibault2014-11-271-2/+4
* proc: gracefully handle failure to increase priorityJustus Winter2014-11-211-12/+32
* Add proc_set_init_task, make runsystem pid 1Justus Winter2014-11-213-25/+68
* proc: move translation functions to mig-decls.hJustus Winter2014-05-164-21/+21
* Add missing receiver lookup fixSamuel Thibault2014-04-221-1/+0
* libports: fix notify_port_t receiver lookupsJustus Winter2014-04-063-15/+46
* proc: fix the receiver lookup in S_proc_exception_raiseJustus Winter2014-01-203-6/+51
* proc: include the mig-generated server headers in main.cJustus Winter2014-01-201-5/+5
* proc: improve the message_demuxer functionJustus Winter2013-12-021-12/+18
* proc: store the device master port in _hurd_device_masterJustus Winter2013-11-283-5/+3
* proc: store the privileged host port in _hurd_host_privJustus Winter2013-11-285-7/+6
* proc: update commentsJustus Winter2013-11-282-2/+2
* proc: turn count_up and store_pid into normal functionsJustus Winter2013-11-101-9/+14
* proc: fix error handling in S_proc_exception_raiseJustus Winter2013-11-091-0/+2
* proc: fix a use-after-free errorJustus Winter2013-11-091-1/+7
* proc: fix the declaraton of genpidJustus Winter2013-11-091-1/+1
* proc: remove declaration of nested functions from proc.hJustus Winter2013-11-091-2/+0
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-3/+0
* Decouple the Hurd version from the package version.Thomas Schwinge2013-09-271-3/+4
* proc: do not hand out PID 0Justus Winter2013-09-211-1/+1