summaryrefslogtreecommitdiff
path: root/proc/info.c
AgeCommit message (Expand)Author
2024-02-17Add proc_getchildren_rusage RPC and track rusage for children and descendantsFlavio Cruz
2023-06-21proc: Fix pointer truncation in get_string_arraySergey Bugaev
2023-05-10proc: Fix use-after-reallocSergey Bugaev
2023-05-10proc: Port to x86_64Sergey Bugaev
2022-08-10Remove the concept of process ownerSergey Bugaev
2022-08-10proc: Use UIDs for evaluating permissionsSergey Bugaev
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
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-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2017-03-11proc: Hierarchical proc servers.Justus Winter
2017-03-10hurd: Use polymorphic port types to return some rights.Justus Winter
2015-03-05Fix space styleSamuel Thibault
2013-08-29proc: make the function check_owner availableJustus Winter
2012-11-27Switch from cthreads to pthreadsRichard Braun
2011-12-05Fix proc faultSamuel 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
2002-06-052002-06-05 Roland McGrath <roland@frob.com>Roland McGrath
2002-05-082002-05-07 Roland McGrath <roland@frob.com>Roland McGrath
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
2001-06-272001-06-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2001-04-152000-04-03 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
2000-01-242000-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-07-111999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-05-301999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-05-041999-05-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
1996-07-29(get_string_array):Miles Bader
1996-05-29(S_proc_getprocinfo): Get rid of temp hack for strnlen.Miles Bader
1996-05-24(S_proc_getprocinfo): Set PI->exitstatus and PI->sigcode.Michael I. Bushnell
1996-05-15(S_proc_pid2task, S_proc_pid2proc): Use check_owner.Miles Bader
1996-05-12(PI_FETCH_THREAD_DETAILS): New macro.Miles Bader
1996-05-12(S_proc_getprocinfo): Add comment.Miles Bader
1996-05-10(S_proc_get_tty): New function.Miles Bader
1996-05-09(S_proc_getprocinfo): FLAGS is now an in-out parameter.Michael I. Bushnell
1996-05-01(S_proc_getprocinfo):Miles Bader
1996-04-29(S_proc_getprocinfo): Install temporary hack so things at leastMichael I. Bushnell
1996-04-29*** empty log message ***Michael I. Bushnell
1996-04-25 Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell
1996-02-14Add some more #ifdef'd-out code to return wait strings.Miles Bader
1995-12-20(get_vector): Rewritten without arbitrary limits.Roland McGrath
1995-12-19(get_string_array): Fix stupid bug in copying to newly allocated space.Roland McGrath