aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* proc: Remove unused declaration of zombie_listJustus Winter2013-09-151-2/+0
* proc: remove unused file exc-reply.defsJustus Winter2013-09-151-36/+0
* proc: keep track of {start,end}_codeJustus Winter2013-09-152-0/+41
* proc: add proc_mark_important server codeJustus Winter2013-08-293-3/+40
* proc: make the function check_owner availableJustus Winter2013-08-292-1/+2
* Define and use symbolic names for important processesJustus Winter2013-08-282-2/+4
* Switch from cthreads to pthreadsRichard Braun2012-11-278-27/+51
* Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge2012-04-081-3/+3
* Fix proc faultSamuel Thibault2011-12-051-3/+1
* Fix spurious port deallocationSamuel Thibault2011-08-111-1/+1
* Deallocate thread ports on errorSamuel Thibault2011-03-031-1/+5
* Obtain number of ports in proc and libpsantrik2010-09-181-0/+32
* Make proc not claim it was able to fetch PI_FETCH_TASKEVENTSSamuel Thibault2010-08-311-0/+6