CVS commit: src/libexec/getty

2020-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 26 15:44:57 UTC 2020 Modified Files: src/libexec/getty: getty.8 main.c Log Message: uugetty is no more To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/libexec/getty/getty.8 cvs rdiff -u -r1.66

CVS commit: src/libexec/getty

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 21:08:16 UTC 2017 Modified Files: src/libexec/getty: main.c Log Message: need for chmod To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/libexec/getty/main.c Please note that diffs are not public

CVS commit: src/libexec/getty

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 17 00:21:04 UTC 2016 Modified Files: src/libexec/getty: main.c Log Message: Add volatile for gcc 5 To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/libexec/getty/main.c Please note that diffs are not

CVS commit: src/libexec/getty

2015-02-11 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Thu Feb 12 07:32:09 UTC 2015 Modified Files: src/libexec/getty: ttys.5 Log Message: Fix previous commit by using tty00 as an example of dialin peripheral instead of dialout dty00. Thanks to mrg@ for pointing it out. To

CVS commit: src/libexec/getty

2014-11-12 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Wed Nov 12 21:56:48 UTC 2014 Modified Files: src/libexec/getty: ttys.5 Log Message: update the example to use dty00 instead of ttyd0 to reflect a current practice To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/libexec/getty

2013-08-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 12 13:54:33 UTC 2013 Modified Files: src/libexec/getty: main.c Log Message: Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/libexec/getty/main.c Please note that diffs are not public

CVS commit: src/libexec/getty

2013-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 09:16:42 UTC 2013 Modified Files: src/libexec/getty: main.c Log Message: Fix another automatic variable that is life both pre- and post the siglongjmp (which gcc calls might be clobbered) by marking it volatile: on

CVS commit: src/libexec/getty

2013-08-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 16:36:30 UTC 2013 Modified Files: src/libexec/getty: subr.c Log Message: Don't try to estrdup() NULL; thanks martin@ To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/libexec/getty/subr.c Please

CVS commit: src/libexec/getty

2013-08-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 05:42:41 UTC 2013 Modified Files: src/libexec/getty: Makefile extern.h gettytab.h init.c main.c subr.c Log Message: Pass WARNS=5. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/libexec/getty

2013-08-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 05:48:56 UTC 2013 Modified Files: src/libexec/getty: main.c Log Message: Use siglongjmp to jump out of signal handlers. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/libexec/getty/main.c Please

CVS commit: src/libexec/getty

2013-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 29 15:02:12 UTC 2013 Modified Files: src/libexec/getty: getty.8 Log Message: - Add the actual binary to `FILES' section; - bump date. From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/libexec/getty

2012-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 4 21:14:59 UTC 2012 Modified Files: src/libexec/getty: main.c Log Message: remove useless include (sys/stat.h) and add useful one (stdio.h) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/libexec/getty

2012-06-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jun 28 08:55:10 UTC 2012 Modified Files: src/libexec/getty: main.c Log Message: Don't attempt to parse a termcap/terminfo string ourselves; always use tputs(3). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/libexec/getty

2009-07-04 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jul 4 13:24:09 UTC 2009 Modified Files: src/libexec/getty: main.c Log Message: Remove an old workaround from SCCS times (%M% would insert the filename). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57