aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Phase out ttyslot(3).Ed Schouten2010-01-141-1/+0
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-021-0/+2
* Stop mentioning /usr/X11R6.Xin LI2007-07-241-1/+1
* Bump document date on behalf of a recent change.Ruslan Ermilov2005-06-141-1/+1
* Fixup of last commit: Use the name X instead of XFree86 for the server binary,Eivind Eklund2005-05-271-1/+1
* Make the example for using xterm as a login manager to match the X of theEivind Eklund2005-05-271-1/+1
* Include gettytab.h before extern.h so that the declarations of structStefan Farfeleder2005-04-064-5/+3
* Sort sections.Ruslan Ermilov2005-01-183-14/+14
* Report once that the device isn't there, but keep trying. Don'tWarner Losh2004-09-291-21/+14
* Nuke COMPAT_43Poul-Henning Kamp2004-06-251-150/+0
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
* Prototype defttymode() instead of just declaring it.Yaroslav Tykhiy2003-07-181-1/+1
* - Use the initial terminal mode instead of the current modeYaroslav Tykhiy2003-06-182-73/+64
* Improve the manpage language a bit.Yaroslav Tykhiy2003-06-171-1/+1
* In the last clean-up of this code, the fact that the default tty modeBrian Feldman2003-06-141-6/+20
* Read gettytab(5) soon enough to fill in all necessary values.Yaroslav Tykhiy2003-06-102-16/+40
* Spot one more place where boolean variables were incrementedYaroslav Tykhiy2003-06-101-1/+1
* Coding style fix: Use "foo = 1" instead of "foo++" to assignYaroslav Tykhiy2003-06-101-2/+2