| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-05-07 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -1/+1 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -4/+2 |
* | 1999-06-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-02 | 1 | -1/+22 |
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -57/+65 |
* | fix typo | Thomas Bushnell | 1997-05-23 | 1 | -1/+1 |
* | Fri May 23 13:13:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-05-23 | 1 | -5/+10 |
* | (proc_stat_set_flags): | Miles Bader | 1996-11-16 | 1 | -3/+6 |
* | (proc_stat_set_flags): | Miles Bader | 1996-10-08 | 1 | -8/+3 |
* | (proc_stat_thread_create): | Miles Bader | 1996-10-08 | 1 | -38/+75 |
* | (set_procinfo_flags): Pass HAVE to count_threads. | Miles Bader | 1996-08-02 | 1 | -10/+18 |
* | (set_procinfo_flags): Don't use fake "*" wait value if there's no msgport. | Miles Bader | 1996-07-11 | 1 | -1/+2 |
* | (proc_stat_set_flags): | Miles Bader | 1996-07-02 | 1 | -1/+1 |
* | (merge_procinfo): | Miles Bader | 1996-06-03 | 1 | -60/+72 |
* | (set_procinfo_flags): New function. | Miles Bader | 1996-06-02 | 1 | -199/+246 |
* | (proc_stat_set_flags): After fetching number of threads to guess whether we | Miles Bader | 1996-05-31 | 1 | -14/+38 |
* | (MP_MGET): Only disable msgport on timeout. | Miles Bader | 1996-05-29 | 1 | -15/+12 |
* | (merge_procinfo): Don't die if WAITS == 0. | Miles Bader | 1996-05-29 | 1 | -16/+32 |
* | (merge_procinfo): And update *HAVE with PSTAT_PROC_INFO from | Michael I. Bushnell | 1996-05-24 | 1 | -1/+2 |
* | (fetch_procinfo): Always turn on PSTAT_PROC_INFO if proc_getprocinfo | Michael I. Bushnell | 1996-05-24 | 1 | -0/+1 |
* | (PSTAT_PROCINFO, PSTAT_PROCINFO_THREAD): Add PSTAT_THREAD_WAITS. | Miles Bader | 1996-05-13 | 1 | -27/+69 |
* | (merge_procinfo, fetch_procinfo): Change HAVE to be an input/output parameter. | Miles Bader | 1996-05-12 | 1 | -30/+40 |
* | (get_thread_wait): Correctly advance WAIT. | Miles Bader | 1996-05-12 | 1 | -1/+5 |
* | Frob comment. | Miles Bader | 1996-05-12 | 1 | -1/+3 |
* | (fetch_procinfo): Pass a reference to PI_FLAGS in call to | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
* | (add_preconditions, proc_stat_set_flags): Remove references to exec_flags. | Miles Bader | 1996-05-07 | 1 | -6/+1 |
* | (proc_stat_set_flags): Use new `ps_' prefix for msg rpcs. | Miles Bader | 1996-03-27 | 1 | -7/+11 |
* | Get rid of mega typedefs, and just use structure pointers like other hurd | Miles Bader | 1996-03-26 | 1 | -54/+54 |
* | (fetch_procinfo, merge_procinfo): Return wait strings. | Miles Bader | 1996-02-13 | 1 | -33/+74 |
* | (summarize_thread_basic_info): | Miles Bader | 1996-01-19 | 1 | -14/+61 |
* | (proc_stat_set_flags): If there's no owner, set the uid to -1 (and the owner | Miles Bader | 1995-12-20 | 1 | -2/+20 |
* | (proc_stat_set_flags): | Miles Bader | 1995-11-08 | 1 | -17/+49 |
* | (add_preconditions): Don't require PSTAT_EXEC_FLAGS for getting the state | Miles Bader | 1995-11-03 | 1 | -140/+401 |
* | (thread_state, proc_stat_set_flags): Use the new state bits. | Miles Bader | 1995-08-19 | 1 | -20/+19 |
* | If a msg port call times out, disable use of that msg port. | Miles Bader | 1995-05-05 | 1 | -32/+51 |
* | (proc_stat_set_flags, add_preconditions): Add support for the suspend_count | Miles Bader | 1995-05-02 | 1 | -0/+15 |
* | (add_preconditions): A new function that calculates inter-flag dependencies; | Miles Bader | 1995-05-02 | 1 | -29/+91 |
* | Tighten up types used (i.e., don't use int for everything). | Miles Bader | 1995-04-07 | 1 | -6/+6 |
* | (proc_stat_set_flags): If PSTAT_NO_MSGPORT is set, don't use the msg port. | Miles Bader | 1995-04-05 | 1 | -3/+10 |
* | Don't get barf on processes with zero threads. | Miles Bader | 1995-03-29 | 1 | -4/+6 |
* | Add support for the exec_flags field, and make the state bits calculation use | Miles Bader | 1995-03-28 | 1 | -2/+11 |
* | Include <string.h>. | Michael I. Bushnell | 1995-03-21 | 1 | -0/+1 |
* | Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate. | Miles Bader | 1995-03-15 | 1 | -0/+5 |
* | A proc_stat_t points to a ps_context_t now instead of directly to the proc | Miles Bader | 1995-03-14 | 1 | -53/+22 |
* | Initial revision | Miles Bader | 1995-03-13 | 1 | -0/+419 |