aboutsummaryrefslogtreecommitdiff
path: root/libps/proclist.c
Commit message (Expand)AuthorAgeFilesLines
* Style tweaksSergey Bugaev2023-05-101-1/+1
* libps: Port to x86_64Sergey Bugaev2023-05-101-9/+12
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-4/+2
* libps: fix some signed vs unsigned comparisionEtienne Brateau2022-01-201-1/+1
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Simplify deallocations.Justus Winter2017-08-051-4/+2
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-12/+15
* (proc_stat_list_clone): New function.Miles Bader1996-06-271-4/+28
* Add some const decls.Miles Bader1996-05-071-3/+3
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-128/+134
* (proc_stat_list_add_pids): Add and support new return parameter PROC_STATS.Miles Bader1996-02-151-41/+85
* (proc_stat_list_fmt): Use new write function names.Miles Bader1995-11-201-18/+8
* (proc_stat_list_for_each): New function for iterating over proc_stat_lists.Miles Bader1995-05-031-0/+47
* (proc_stat_list_sort1): Always keep threads after their process when sorting!Miles Bader1995-04-071-54/+70
* A proc_stat_list_t points to a ps_context_t now instead of directly to the procMiles Bader1995-03-141-28/+32
* Initial revisionMiles Bader1995-03-131-0/+561