aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty
Commit message (Expand)AuthorAgeFilesLines
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-7/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* libexec: Remove ancient SCCS tags.Warner Losh2023-11-2711-24/+0
* ttys: bump dateWarner Losh2023-10-261-1/+1
* ttys: Document insecure flagWarner Losh2023-10-261-2/+3
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-252-4/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* getty: Avoid NULL deref if stdin is not a tty.Dag-Erling Smørgrav2022-11-041-3/+8
* getty: code cleanup, part 2Dag-Erling Smørgrav2022-11-044-79/+79
* getty: code cleanup, part 1Dag-Erling Smørgrav2022-11-045-26/+26
* manpages: Remove telnetd referencesBrooks Davis2022-09-291-3/+2
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* libexec/getty/ttys.5: document correct "dialup" flag.Ceri Davies2021-06-011-2/+2
* 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
* getty: const'ify search pointer.Xin LI2021-05-091-1/+2
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* getty appears to date from 3rd edition research unix. That's the oldest man pageWarner Losh2020-07-221-2/+2
* Add cross references betwen ttys(5) and related driversAllan Jude2020-07-111-1/+4
* Simplify code with strlcpy/strlcat.Xin LI2019-12-012-7/+4
* Fix potential buffer overflow and undefined behavior.Stefan Eßer2019-01-261-2/+2
* Move gettytab to libexec/getty/Brad Davis2018-09-052-0/+240
* Remove pointless comment.Edward Tomasz Napierala2018-08-031-2/+0
* .Xr pam_securetty(8) from ttys(5), to hint the users as to what actuallyEdward Tomasz Napierala2018-08-031-1/+2
* .Xr pstat(8), so that people have a chance to learn how to get a listEdward Tomasz Napierala2018-03-022-4/+6
* Fix gettytab(5) to document f0, f1, and f2 as unsupported; they've been goneEdward Tomasz Napierala2018-02-261-15/+4
* Prevent getty(8) from looping indefinitely if the device node doesn'tEdward Tomasz Napierala2018-02-251-2/+4
* Build getty(8) with WARNS=6.Edward Tomasz Napierala2018-02-214-26/+24
* Sprinkle static; avoid nested externs.Edward Tomasz Napierala2018-02-043-16/+16
* Add missing initializer.Edward Tomasz Napierala2018-02-041-1/+1
* Rename getty's getline() to get_line(), to avoid clash with getline(3).Edward Tomasz Napierala2018-02-041-3/+3
* Don't cast away the const, it's not been needed since r92925.Edward Tomasz Napierala2018-02-041-4/+4
* Initialize all the fields. This is one of the steps required to bump WARNS.Edward Tomasz Napierala2018-02-041-90/+91
* Reduce code duplication; no functional changes.Edward Tomasz Napierala2018-02-041-14/+16
* Remove unused variable.Edward Tomasz Napierala2018-02-041-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-5/+17
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add a new getty/gettytab capability to generate an initial message dynamically.David Bright2017-09-074-2/+8
* Fix markup in gettytab(5).Edward Tomasz Napierala2017-05-041-36/+36
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-1/+7
* Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8)Alexey Dokuchaev2017-02-022-52/+48
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\