Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -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 McGrath | 2000-01-25 | 1 | -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 Bader | 1996-07-18 | 1 | -4/+5 |
| | |||||
* | (ps_tty_name): Use new `ps_' prefix for term rpcs. | Miles Bader | 1996-03-27 | 1 | -1/+3 |
| | | | | Include "ps_term.h". | ||||
* | Get rid of mega typedefs, and just use structure pointers like other hurd | Miles Bader | 1996-03-26 | 1 | -30/+25 |
| | | | | libraries. Other misc cleanups. | ||||
* | (ps_tty_short_name): That assignment around which extra parents were put was | Miles Bader | 1995-07-08 | 1 | -1/+1 |
| | | | | actually supposed to be a test! Make it so... | ||||
* | (ps_tty_short_name): Put extra parens around assignment inside if | Michael I. Bushnell | 1995-07-07 | 1 | -1/+1 |
| | | | | test. | ||||
* | (ps_tty_short_name): New function; functionality used to be in spec.c. | Miles Bader | 1995-04-07 | 1 | -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. Bushnell | 1995-03-21 | 1 | -0/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-03-14 | 1 | -0/+85 |