summaryrefslogtreecommitdiff
path: root/libps/tty.c
AgeCommit message (Collapse)Author
2000-01-252000-01-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* tty.c (struct ps_tty_abbrev): Add const to member types. (ps_tty_abbrevs): Make const. (ps_tty_short_name): Clean up type usage, add consts. Include null terminator in calculation for short_name allocation size. Save lengths and use memcpy instead of using strcpy and strcat.
1996-07-18(ps_tty_abbrevs): Add an entry for /dev/comX -> cX.Miles Bader
1996-03-27(ps_tty_name): Use new `ps_' prefix for term rpcs.Miles Bader
Include "ps_term.h".
1996-03-26Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader
libraries. Other misc cleanups.
1995-07-08(ps_tty_short_name): That assignment around which extra parents were put wasMiles Bader
actually supposed to be a test! Make it so...
1995-07-07(ps_tty_short_name): Put extra parens around assignment inside ifMichael I. Bushnell
test.
1995-04-07(ps_tty_short_name): New function; functionality used to be in spec.c.Miles Bader
(ps_tty_create, ps_tty_free): Add short_name fields. Tighten up types used (i.e., don't use int for everything).
1995-03-21Include <hurd/term.h>.Michael I. Bushnell
1995-03-14Initial revisionMiles Bader