aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/subr.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* libexec: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* getty: code cleanup, part 2Dag-Erling Smørgrav2022-11-041-4/+4
* getty: code cleanup, part 1Dag-Erling Smørgrav2022-11-041-6/+10
* Revert "getty: push assignment to inner block."Xin LI2021-05-091-2/+2
* getty: push assignment to inner block.Xin LI2021-05-091-2/+2
* Simplify code with strlcpy/strlcat.Xin LI2019-12-011-4/+2
* Build getty(8) with WARNS=6.Edward Tomasz Napierala2018-02-211-17/+14
* Sprinkle static; avoid nested externs.Edward Tomasz Napierala2018-02-041-1/+1
* Add missing initializer.Edward Tomasz Napierala2018-02-041-1/+1
* Don't cast away the const, it's not been needed since r92925.Edward Tomasz Napierala2018-02-041-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8)Alexey Dokuchaev2017-02-021-34/+39
* Missing tab.Pedro F. Giffuni2016-02-271-1/+1
* getty(8): Undo incomplete support VEOL2 and VSTATUS.Pedro F. Giffuni2016-02-261-2/+1
* getty(8): Support VEOL2 and VSTATUSPedro F. Giffuni2016-02-261-4/+5
* getty(8): Use poll(2) and nanosleep(2) instead of select(2).Pedro F. Giffuni2016-02-261-14/+13
* Remove the #ifdef DEBUG code, which is not compilable on 64bitKonstantin Belousov2015-04-291-14/+0
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Nuke COMPAT_43Poul-Henning Kamp2004-06-251-150/+0
* o __P removalWarner Losh2002-02-061-43/+34
* Replace a strcat() with a strlcat(). Partial sync with OpenBSD; moreKris Kennaway2001-04-241-1/+1
* Changed setflags() to set_flags(). This fixes world breakage due toBruce Evans2000-01-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Getty is missing the speed table entry for 230400 baud.Poul-Henning Kamp1998-07-221-2/+3
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-211-8/+10
* 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-011-3/+3
* Fix memory leak caused by not freeing memory returned by cgetstr()David Nugent1997-05-111-8/+80
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Added:David Nugent1997-02-021-0/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Finally commit the changes that make getty(8) no longer depend on theJoerg Wunsch1996-05-051-130/+388
* Change hardcoded 15 (which means 38400) to B115200 which is 17Andrey A. Chernov1995-07-231-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Fix truncating hostname using MAXHOSTNAMELENAndrey A. Chernov1995-03-241-1/+2
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is tooJordan K. Hubbard1994-08-261-84/+71
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+531