Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Miles Bader | 1997-06-08 | 1 | -0/+5 |
* | (ps_emit_wait): | Miles Bader | 1997-06-08 | 1 | -6/+11 |
* | 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 | 2 | -5/+18 |
* | . | Miles Bader | 1997-03-01 | 1 | -0/+5 |
* | (ps_fmt_squash): | Miles Bader | 1997-02-28 | 1 | -2/+3 |
* | . | Miles Bader | 1996-11-16 | 1 | -0/+6 |
* | (proc_stat_set_flags): | Miles Bader | 1996-11-16 | 1 | -3/+6 |
* | . | Miles Bader | 1996-10-09 | 1 | -0/+6 |
* | (ps_nominal_string): | Miles Bader | 1996-10-09 | 1 | -6/+16 |
* | . | Miles Bader | 1996-10-08 | 1 | -0/+6 |
* | (ps_emit_seconds, ps_emit_minutes): | Miles Bader | 1996-10-08 | 1 | -4/+10 |
* | (proc_stat_set_flags): | Miles Bader | 1996-10-08 | 1 | -8/+3 |
* | . | Miles Bader | 1996-10-08 | 1 | -0/+26 |
* | (struct ps): | Miles Bader | 1996-10-08 | 1 | -133/+140 |
* | (_fmt_create): | Miles Bader | 1996-10-08 | 1 | -7/+14 |
* | (proc_stat_thread_create): | Miles Bader | 1996-10-08 | 1 | -38/+75 |
* | (ps_emit_wait): Correct mapping of init ports. | Miles Bader | 1996-10-06 | 1 | -3/+5 |
* | . | Miles Bader | 1996-10-01 | 1 | -0/+5 |
* | (noise_write, noise_len): | Miles Bader | 1996-10-01 | 1 | -2/+2 |
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -1/+7 |
* | . | Miles Bader | 1996-08-02 | 1 | -0/+6 |
* | (set_procinfo_flags): Pass HAVE to count_threads. | Miles Bader | 1996-08-02 | 1 | -10/+18 |
* | . | Miles Bader | 1996-07-18 | 1 | -0/+4 |
* | (ps_tty_abbrevs): Add an entry for /dev/comX -> cX. | Miles Bader | 1996-07-18 | 1 | -4/+5 |
* | *** empty log message *** | Michael I. Bushnell | 1996-07-18 | 2 | -1/+5 |
* | *** empty log message *** | Michael I. Bushnell | 1996-07-18 | 2 | -849/+0 |
* | *** empty log message *** | Michael I. Bushnell | 1996-07-18 | 2 | -0/+849 |
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+747 |
* | (set_procinfo_flags): Don't use fake "*" wait value if there's no msgport. | Miles Bader | 1996-07-11 | 1 | -1/+2 |
* | (_ps_stream_write_field): If a field is truncatable (MAX_WIDTH >= 0), take | Miles Bader | 1996-07-09 | 1 | -0/+4 |
* | (proc_stat_set_flags): | Miles Bader | 1996-07-02 | 1 | -1/+1 |
* | (proc_stat_list_clone): New function. | Miles Bader | 1996-06-27 | 1 | -4/+28 |
* | (_fmt_create): Set NEW_FMT->src_len. Use strdup. | Miles Bader | 1996-06-27 | 1 | -5/+36 |
* | (struct ps_fmt): Add SRC_LEN field. | Miles Bader | 1996-06-27 | 1 | -0/+9 |
* | (LCLHDRS): Add common.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
* | (ps_emit_wait): Never truncate what we write. | Miles Bader | 1996-06-03 | 1 | -2/+2 |
* | (merge_procinfo): | Miles Bader | 1996-06-03 | 1 | -60/+72 |
* | (struct proc_stat): Add PROC_INFO_VM_ALLOCED, THREAD_WAITS_VM_ALLOCED, and | Miles Bader | 1996-06-03 | 1 | -0/+5 |
* | (ps_user_passwd): Check return value of install_passwd correctly (it's an err... | Miles Bader | 1996-06-03 | 1 | -1/+1 |
* | (struct ps_fmt_specs): The EXPANSIONS field now points to a struct | Miles Bader | 1996-06-02 | 1 | -2/+1 |
* | (struct ps_fmt_spec_block): New type. | Miles Bader | 1996-06-02 | 1 | -28/+31 |
* | (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 |
* | Renumber PSTAT_ values to remove dup. | Miles Bader | 1996-05-29 | 1 | -16/+16 |
* | (merge_procinfo): Don't die if WAITS == 0. | Miles Bader | 1996-05-29 | 1 | -16/+32 |
* | (_fmt_create): Make NAME termination work for posix-mode. | Miles Bader | 1996-05-28 | 1 | -16/+23 |
* | (ps_fmt_write_proc_stat): Call the output function correctly. | Miles Bader | 1996-05-28 | 1 | -8/+4 |
* | (merge_procinfo): And update *HAVE with PSTAT_PROC_INFO from | Michael I. Bushnell | 1996-05-24 | 1 | -1/+2 |