aboutsummaryrefslogtreecommitdiff
path: root/libps/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* 2000-01-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-01-251-11/+13
| | | | | | | | * 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.
* (ps_tty_abbrevs): Add an entry for /dev/comX -> cX.Miles Bader1996-07-181-4/+5
|
* (ps_tty_name): Use new `ps_' prefix for term rpcs.Miles Bader1996-03-271-1/+3
| | | | Include "ps_term.h".
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-30/+25
| | | | libraries. Other misc cleanups.
* (ps_tty_short_name): That assignment around which extra parents were put wasMiles Bader1995-07-081-1/+1
| | | | actually supposed to be a test! Make it so...
* (ps_tty_short_name): Put extra parens around assignment inside ifMichael I. Bushnell1995-07-071-1/+1
| | | | test.
* (ps_tty_short_name): New function; functionality used to be in spec.c.Miles Bader1995-04-071-1/+70
| | | | | (ps_tty_create, ps_tty_free): Add short_name fields. Tighten up types used (i.e., don't use int for everything).
* Include <hurd/term.h>.Michael I. Bushnell1995-03-211-0/+1
|
* Initial revisionMiles Bader1995-03-141-0/+85