summaryrefslogtreecommitdiff
path: root/proc
AgeCommit message (Expand)Author
2019-10-31proc: do not set last_processor on thread_info() errorSamuel Thibault
2019-10-31proc: fix filling last_processor member.Almudena Garcia
2019-10-31proc: add support for last_processorAlmudena Garcia
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2018-03-05Fix warningsSamuel Thibault
2018-01-08Implement /proc/<pid>/exeSamuel Thibault
2017-12-11Record executable entry for PIE core dumpsSamuel Thibault
2017-08-05Simplify deallocations.Justus Winter
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2017-03-12Pass the kernel's task port to proc.Justus Winter
2017-03-11proc: Hierarchical proc servers.Justus Winter
2017-03-10hurd: Use polymorphic port types to return some rights.Justus Winter
2017-03-09proc: Refactor.Justus Winter
2017-03-09proc: Remove erroneous process entry.Justus Winter
2017-03-09proc: Receive new-task notifications on kernel's process port.Justus Winter
2017-03-06proc: Open console earlier.Justus Winter
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