aboutsummaryrefslogtreecommitdiff
path: root/libps/procstat.c
Commit message (Expand)AuthorAgeFilesLines
* libps: Fix allocating args/envSamuel Thibault2023-05-231-6/+4
* libps: Port to x86_64Sergey Bugaev2023-05-101-6/+12
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-3/+2
* libps: Fix memory leakRichard Braun2022-11-051-0/+1
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+17
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-5/+5
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* Fix proc_getprocinfo callsSamuel Thibault2014-11-021-2/+2
* Fix proc_getprocinfo callsSamuel Thibault2014-11-021-2/+2
* libps: fix task/thread times fetchingRichard Braun2014-01-161-8/+16
* libps: fix process user and system timesRichard Braun2013-12-301-0/+7
* Update nasty/nice priority limitSamuel Thibault2013-03-111-2/+2
* Add TASK_EVENTS_INFO support to libpsDavid Höppner2013-01-131-0/+6
* fix common misspellingsJonathan Neuschäfer2011-08-201-3/+3
* Obtain number of ports in proc and libpsantrik2010-09-181-0/+4
* libps (proc_stat_set_flags): Fix pointer signedness warningJeremie Koenig2010-08-261-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2010-08-261-0/+2
|\
| * libps (_proc_stat_free): Fix memory leakJeremie Koenig2010-08-261-0/+2
* | libps (fetch_procinfo): Fix non-set flag PSTAT_TASK_EVENTSJeremie Koenig2010-08-261-22/+17
|/
* libps: Fix deadly typoJeremie Koenig2010-08-261-1/+1
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-19/+7
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-1/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-4/+2
* 1999-06-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-021-1/+22
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-57/+65
* fix typoThomas Bushnell1997-05-231-1/+1
* Fri May 23 13:13:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-231-5/+10
* (proc_stat_set_flags):Miles Bader1996-11-161-3/+6
* (proc_stat_set_flags):Miles Bader1996-10-081-8/+3
* (proc_stat_thread_create):Miles Bader1996-10-081-38/+75
* (set_procinfo_flags): Pass HAVE to count_threads.Miles Bader1996-08-021-10/+18
* (set_procinfo_flags): Don't use fake "*" wait value if there's no msgport.Miles Bader1996-07-111-1/+2
* (proc_stat_set_flags):Miles Bader1996-07-021-1/+1
* (merge_procinfo):Miles Bader1996-06-031-60/+72
* (set_procinfo_flags): New function.Miles Bader1996-06-021-199/+246
* (proc_stat_set_flags): After fetching number of threads to guess whether weMiles Bader1996-05-311-14/+38
* (MP_MGET): Only disable msgport on timeout.Miles Bader1996-05-291-15/+12
* (merge_procinfo): Don't die if WAITS == 0.Miles Bader1996-05-291-16/+32
* (merge_procinfo): And update *HAVE with PSTAT_PROC_INFO fromMichael I. Bushnell1996-05-241-1/+2
* (fetch_procinfo): Always turn on PSTAT_PROC_INFO if proc_getprocinfoMichael I. Bushnell1996-05-241-0/+1
* (PSTAT_PROCINFO, PSTAT_PROCINFO_THREAD): Add PSTAT_THREAD_WAITS.Miles Bader1996-05-131-27/+69
* (merge_procinfo, fetch_procinfo): Change HAVE to be an input/output parameter.Miles Bader1996-05-121-30/+40
* (get_thread_wait): Correctly advance WAIT.Miles Bader1996-05-121-1/+5
* Frob comment.Miles Bader1996-05-121-1/+3
* (fetch_procinfo): Pass a reference to PI_FLAGS in call toMichael I. Bushnell1996-05-091-1/+1
* (add_preconditions, proc_stat_set_flags): Remove references to exec_flags.Miles Bader1996-05-071-6/+1
* (proc_stat_set_flags): Use new `ps_' prefix for msg rpcs.Miles Bader1996-03-271-7/+11
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-54/+54
* (fetch_procinfo, merge_procinfo): Return wait strings.Miles Bader1996-02-131-33/+74