aboutsummaryrefslogtreecommitdiff
path: root/libps/context.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-02-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-111-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 McGrath1999-05-291-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 hurdMiles Bader1996-03-261-42/+44
| | | | libraries. Other misc cleanups.
* (ps_context_create): Initialize USER_HOOKS field.Miles Bader1996-01-191-0/+1
|
* Tighten up types used (i.e., don't use int for everything).Miles Bader1995-04-071-4/+4
|
* Include <hurd/term.h>.Michael I. Bushnell1995-03-211-0/+1
|
* Initial revisionMiles Bader1995-03-141-0/+159