Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-09-23 Mark Kettenis <kettenis@gnu.org> | Thomas Bushnell | 1999-09-28 | 1 | -1/+2 |
| | | | | * getty.c (main): Report an error if login_tty failed. | ||||
* | 1999-09-22 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-22 | 1 | -3/+0 |
| | | | | * getty.c: Undo last change. | ||||
* | 1999-09-22 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-22 | 1 | -0/+4 |
| | | | | * getty.c (main): Make TTY our controlling terminal with TIOCSCTTY. | ||||
* | 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-19 | 1 | -3/+2 |
| | | | | * getty.c: Include <utmp.h> for login_tty decl. | ||||
* | 1998-07-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -5/+6 |
| | | | | * getty.c: Include <string.h> for basename decl. | ||||
* | (main): Get the tty name from the right element in ARGV. | Miles Bader | 1996-07-20 | 1 | -2/+2 |
| | |||||
* | (print_banner): Use basename instead of rolling our own. | Miles Bader | 1996-07-07 | 1 | -8/+1 |
| | |||||
* | (print_banner): Don't include directory in terminal name. | Michael I. Bushnell | 1996-07-06 | 1 | -1/+8 |
| | |||||
* | (print_banner): Use localhost instead of grotty loop. Make static. | Miles Bader | 1996-07-06 | 1 | -23/+8 |
| | | | | (main): Use syslog instead of error to report exec failure. | ||||
* | Include <sys/utsname.h> and <stdlib.h>. | Michael I. Bushnell | 1996-07-06 | 1 | -1/+4 |
| | | | | (main): Return something. | ||||
* | (print_banner): New function. | Michael I. Bushnell | 1996-07-06 | 1 | -0/+36 |
| | | | | (main): Call print_banner. | ||||
* | Don't test for dialups if TT == 0. | Miles Bader | 1996-07-01 | 1 | -1/+1 |
| | |||||
* | (main): | Miles Bader | 1996-07-01 | 1 | -3/+11 |
| | | | | | Don't time out hardwired lines. Print an error if exec fails. | ||||
* | (main): Repair loop. | Michael I. Bushnell | 1996-06-27 | 1 | -3/+4 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-06-17 | 1 | -0/+80 |