Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-05-07 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -2/+2 |
| | | | | | | | | | * context.c (ps_context_find_tty_by_cttyid): int -> mach_port_t * proclist.c (proc_stat_list_add_all): unsigned -> size_t (proc_stat_list_add_login_coll): Likewise. (proc_stat_list_add_session): Likewise. (proc_stat_list_add_fn_pids): Likewise. (proc_stat_list_add_id_fn_pids): Likewise. | ||||
* | 2000-02-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-02-11 | 1 | -2/+2 |
| | | | | | * context.c (ps_context_find_tty_by_cttyid): Use the ttys_by_cttyid hash table, not the ttys hash table. | ||||
* | 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-29 | 1 | -3/+5 |
| | | | | | * context.c (ps_context_free): Don't call ihash_free on PC->procs twice! Instead, call it on ttys, ttys_by_cttyid, and users. | ||||
* | Get rid of mega typedefs, and just use structure pointers like other hurd | Miles Bader | 1996-03-26 | 1 | -42/+44 |
| | | | | libraries. Other misc cleanups. | ||||
* | (ps_context_create): Initialize USER_HOOKS field. | Miles Bader | 1996-01-19 | 1 | -0/+1 |
| | |||||
* | Tighten up types used (i.e., don't use int for everything). | Miles Bader | 1995-04-07 | 1 | -4/+4 |
| | |||||
* | Include <hurd/term.h>. | Michael I. Bushnell | 1995-03-21 | 1 | -0/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-03-14 | 1 | -0/+159 |