summaryrefslogtreecommitdiff
path: root/proc
AgeCommit message (Expand)Author
2016-11-01Adjust to the fixed new task notifications.Justus Winter
2016-11-01proc: Fix new task notifications.Justus Winter
2016-10-15Avoid warnings if increasing a threads priority fails.Justus Winter
2016-08-08proc: Fix permission check.Justus Winter
2016-08-07proc: Fix references to the startup server.Justus Winter
2016-02-14Make sure to complete auth_server_authenticateSamuel Thibault
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-29Include missing header file in hurd/procFlavio Cruz
2015-03-05Fix space styleSamuel Thibault
2015-01-17proc: call `startup_essential_task' earlierJustus Winter
2014-12-10proc: implement `proc_make_task_namespace'Justus Winter
2014-12-10proc: register for new task notificationsJustus Winter
2014-12-07proc: add payload-aware intrans functionsJustus Winter
2014-11-27Fix proc crashesSamuel Thibault
2014-11-21proc: gracefully handle failure to increase priorityJustus Winter
2014-11-21Add proc_set_init_task, make runsystem pid 1Justus Winter
2014-05-16proc: move translation functions to mig-decls.hJustus Winter
2014-04-22Add missing receiver lookup fixSamuel Thibault
2014-04-06libports: fix notify_port_t receiver lookupsJustus Winter
2014-01-20proc: fix the receiver lookup in S_proc_exception_raiseJustus Winter
2014-01-20proc: include the mig-generated server headers in main.cJustus Winter
2013-12-02proc: improve the message_demuxer functionJustus Winter
2013-11-28proc: store the device master port in _hurd_device_masterJustus Winter
2013-11-28proc: store the privileged host port in _hurd_host_privJustus Winter
2013-11-28proc: update commentsJustus Winter
2013-11-10proc: turn count_up and store_pid into normal functionsJustus Winter
2013-11-09proc: fix error handling in S_proc_exception_raiseJustus Winter
2013-11-09proc: fix a use-after-free errorJustus Winter
2013-11-09proc: fix the declaraton of genpidJustus Winter
2013-11-09proc: remove declaration of nested functions from proc.hJustus Winter
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
2013-09-27Decouple the Hurd version from the package version.Thomas Schwinge
2013-09-21proc: do not hand out PID 0Justus Winter
2013-09-15proc: Remove unused declaration of zombie_listJustus Winter
2013-09-15proc: remove unused file exc-reply.defsJustus Winter
2013-09-15proc: keep track of {start,end}_codeJustus Winter
2013-08-29proc: add proc_mark_important server codeJustus Winter
2013-08-29proc: make the function check_owner availableJustus Winter
2013-08-28Define and use symbolic names for important processesJustus Winter
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2011-12-05Fix proc faultSamuel Thibault
2011-08-11Fix spurious port deallocationSamuel Thibault
2011-03-03Deallocate thread ports on errorSamuel Thibault
2010-09-18Obtain number of ports in proc and libpsantrik
2010-08-31Make proc not claim it was able to fetch PI_FETCH_TASKEVENTSSamuel Thibault
2009-12-28Fix duplicate port deallocation on errorSamuel Thibault
2009-12-22Fix duplicate port deallocationSamuel Thibault
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
2004-03-01auth/Marcus Brinkmann