aboutsummaryrefslogtreecommitdiff
path: root/proc/info.c
Commit message (Expand)AuthorAgeFilesLines
* Add proc_getchildren_rusage RPC and track rusage for children and descendantsFlavio Cruz2024-02-171-0/+8
* proc: Fix pointer truncation in get_string_arraySergey Bugaev2023-06-211-2/+2
* proc: Fix use-after-reallocSergey Bugaev2023-05-101-2/+4
* proc: Port to x86_64Sergey Bugaev2023-05-101-12/+12
* Remove the concept of process ownerSergey Bugaev2022-08-101-2/+5
* proc: Use UIDs for evaluating permissionsSergey Bugaev2022-08-101-9/+31
* Make RPC input array parameters constSamuel Thibault2022-01-161-2/+2
* Fix build warningsSamuel Thibault2022-01-011-4/+4
* 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-051-2/+0
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+41
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-4/+4
* proc: Hierarchical proc servers.Justus Winter2017-03-111-1/+215
* hurd: Use polymorphic port types to return some rights.Justus Winter2017-03-101-2/+6
* Fix space styleSamuel Thibault2015-03-051-12/+12
* proc: make the function check_owner availableJustus Winter2013-08-291-1/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-2/+2
* Fix proc faultSamuel Thibault2011-12-051-3/+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
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-0/+8
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-12/+26
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-1/+15
* 2001-06-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-06-271-1/+6
* 2000-04-03 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-151-39/+65
* 2000-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-01-241-21/+22
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-6/+9
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-13/+9
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-2/+3
* 1999-05-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-05-041-1/+3
* (get_string_array):Miles Bader1996-07-291-5/+8
* (S_proc_getprocinfo): Get rid of temp hack for strnlen.Miles Bader1996-05-291-3/+0
* (S_proc_getprocinfo): Set PI->exitstatus and PI->sigcode.Michael I. Bushnell1996-05-241-0/+7
* (S_proc_pid2task, S_proc_pid2proc): Use check_owner.Miles Bader1996-05-151-2/+3
* (PI_FETCH_THREAD_DETAILS): New macro.Miles Bader1996-05-121-13/+27
* (S_proc_getprocinfo): Add comment.Miles Bader1996-05-121-0/+3
* (S_proc_get_tty): New function.Miles Bader1996-05-101-0/+7
* (S_proc_getprocinfo): FLAGS is now an in-out parameter.Michael I. Bushnell1996-05-091-11/+11
* (S_proc_getprocinfo):Miles Bader1996-05-011-6/+16
* (S_proc_getprocinfo): Install temporary hack so things at leastMichael I. Bushnell1996-04-291-0/+3
* *** empty log message ***Michael I. Bushnell1996-04-291-48/+42
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-251-4/+45
* Add some more #ifdef'd-out code to return wait strings.Miles Bader1996-02-141-18/+70
* (get_vector): Rewritten without arbitrary limits.Roland McGrath1995-12-201-31/+37
* (get_string_array): Fix stupid bug in copying to newly allocated space.Roland McGrath1995-12-191-43/+48