Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04getty: Avoid NULL deref if stdin is not a tty.Dag-Erling Smørgrav
2022-11-04getty: code cleanup, part 2Dag-Erling Smørgrav
2022-11-04getty: code cleanup, part 1Dag-Erling Smørgrav
2022-09-29manpages: Remove telnetd referencesBrooks Davis
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2021-06-01libexec/getty/ttys.5: document correct "dialup" flag.Ceri Davies
2021-05-09Revert "getty: push assignment to inner block."Xin LI
2021-05-09getty: push assignment to inner block.Xin LI
2021-05-09getty: const'ify search pointer.Xin LI
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-07-22getty appears to date from 3rd edition research unix. That's the oldest man pageWarner Losh
2020-07-11Add cross references betwen ttys(5) and related driversAllan Jude
2019-12-01Simplify code with strlcpy/strlcat.Xin LI
2019-01-26Fix potential buffer overflow and undefined behavior.Stefan Eßer
2018-09-05Move gettytab to libexec/getty/Brad Davis
2018-08-03Remove pointless comment.Edward Tomasz Napierala
2018-08-03.Xr pam_securetty(8) from ttys(5), to hint the users as to what actuallyEdward Tomasz Napierala
2018-03-02.Xr pstat(8), so that people have a chance to learn how to get a listEdward Tomasz Napierala
2018-02-26Fix gettytab(5) to document f0, f1, and f2 as unsupported; they've been goneEdward Tomasz Napierala
2018-02-25Prevent getty(8) from looping indefinitely if the device node doesn'tEdward Tomasz Napierala
2018-02-21Build getty(8) with WARNS=6.Edward Tomasz Napierala
2018-02-04Sprinkle static; avoid nested externs.Edward Tomasz Napierala
2018-02-04Add missing initializer.Edward Tomasz Napierala
2018-02-04Rename getty's getline() to get_line(), to avoid clash with getline(3).Edward Tomasz Napierala
2018-02-04Don't cast away the const, it's not been needed since r92925.Edward Tomasz Napierala
2018-02-04Initialize all the fields. This is one of the steps required to bump WARNS.Edward Tomasz Napierala
2018-02-04Reduce code duplication; no functional changes.Edward Tomasz Napierala
2018-02-04Remove unused variable.Edward Tomasz Napierala
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-07Add a new getty/gettytab capability to generate an initial message dynamically.David Bright
2017-05-04Fix markup in gettytab(5).Edward Tomasz Napierala
2017-03-22Impelemnt ttys onifexists in init.Warner Losh
2017-02-02Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8)Alexey Dokuchaev
2016-02-27Missing tab.Pedro F. Giffuni
2016-02-26getty(8): Undo incomplete support VEOL2 and VSTATUS.Pedro F. Giffuni
2016-02-26getty(8): Support VEOL2 and VSTATUSPedro F. Giffuni
2016-02-26getty(8): Use poll(2) and nanosleep(2) instead of select(2).Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-29Remove the #ifdef DEBUG code, which is not compilable on 64bitKonstantin Belousov
2014-11-26Convert to LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-08-17Remove LOG_ODELAY because it does nothing.Neel Natu
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-03-10ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete.Jilles Tjoelker
2014-02-18Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer