aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty
Commit message (Expand)AuthorAgeFilesLines
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-163-3/+3
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-222-2/+2
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: Add 'df' string to gettytab - the strftime(3) formatYaroslav Tykhiy2001-07-034-5/+9
* MFC: 1.17: strcat() -> strlcat()Kris Kennaway2001-05-121-1/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-2/+2
* MFC: r1.32: check some function return valuesKris Kennaway2001-03-051-1/+12
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-2/+2
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-4/+4
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-082-4/+2
* MFC: Add 'nc' flag to gettytab -- no carrier.Paul Saab2000-08-074-3/+7
* Changed setflags() to set_flags(). This fixes world breakage due toBruce Evans2000-01-283-5/+5
* Correct the ttys.5 and init.8 manpages with respect to the incorrectSheldon Hearn1999-12-061-1/+11
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-2/+3
* Add an 'al' (autologin username) capability to getty/gettytab. This is aPeter Wemm1999-04-044-7/+27
* Set the CPU resource limit back to infinity before exec()ing PP.Brian Somers1999-03-091-1/+4
* This thing has its own puts function, so use it.Jordan K. Hubbard1998-10-081-1/+3
* Getty is missing the speed table entry for 230400 baud.Poul-Henning Kamp1998-07-221-2/+3
* Spelling fixes.Poul-Henning Kamp1998-06-101-2/+2
* Clarify use of 'if' capability.Steve Price1998-05-041-5/+6
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-217-52/+58
* Fix botch with escaped characters, go back to using cgetstr().David Nugent1997-09-031-3/+3
* Use cgetustr() since we handled special escapes ourselves.David Nugent1997-09-012-5/+5
* Turn off hyphenation in this manpage so that .Xr macros, don't getSteve Price1997-08-231-1/+3
* .Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5.Steve Price1997-08-171-2/+2
* kill the undeadPeter Wemm1997-07-131-54/+0
* Removed unused variables.Alexander Langer1997-06-271-4/+1
* Reset alarm before invoking ppplogin.David Nugent1997-06-031-1/+3
* login.group => login.conf.David Nugent1997-06-021-2/+2
* Fix memory leak caused by not freeing memory returned by cgetstr()David Nugent1997-05-111-8/+80
* Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etcDavid Nugent1997-04-131-16/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
* Tidy-up modem-chat handling: ensure tty modes are restored toDavid Nugent1997-02-092-49/+45
* Increased username size to allow passing username:auth_method toDavid Nugent1997-02-071-1/+1
* Make username size dependant on MAXLOGNAME in sys/param.h. WasDavid Nugent1997-02-021-2/+2
* Added:David Nugent1997-02-028-54/+852
* Fix bug in %s, %m, %r and %v macros not displaying data.David Nugent1997-02-021-1/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* Sort cross references.Wolfram Schneider1997-01-131-4/+4
* Added group= facility to /etc/ttys for tty grouping for moreDavid Nugent1997-01-021-10/+26
* Add a new 'de' capability, specifying a number of seconds to sleep beforeMike Smith1996-12-314-5/+15
* Correct some xrefs/mlinks.Mike Pritchard1996-12-141-5/+5
* remove newly added reference to ppploginPaul Traina1996-11-131-2/+1
* Add the >optional< ability to sense PPP link bringups and call an authentica...Paul Traina1996-11-134-7/+62
* This should have gone away with the COMPAT_43 cruft. cgetent() is nowBruce Evans1996-09-201-339/+0
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* Replace non-POSIX speed setting by POSIX oneAndrey A. Chernov1996-05-071-2/+3