summaryrefslogtreecommitdiff
path: root/libexec/getty
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-16/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-289-53/+19
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Remove the #ifdef DEBUG code, which is not compilable on 64bitKonstantin Belousov2015-04-291-14/+0
* | | | Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
| |/ |/|
* | ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete.Jilles Tjoelker2014-03-091-6/+5
* | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-179-45/+9
* | Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if theNathan Whitehorn2014-01-201-2/+5
|/
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-2/+2
* Spelling fixes for libexec/Ulrich Spörlein2012-01-071-1/+1
* In libexec/getty/chat.c, replace && with & in chat_send(). The intentDimitry Andric2011-12-161-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-202-8/+6
* Add a new libc function: cfmakesane(3).Ed Schouten2010-11-021-5/+7