summaryrefslogtreecommitdiff
path: root/libexec/getty
AgeCommit message (Collapse)Author
2014-05-24Remove errant double quote; from Jean-Philippe OuelletTodd C. Miller
2014-04-12remove the prototype for compatflags() which was removed in 2013.Jonathan Gray
2013-12-10Drop the f0, f1, f2 gettytab capabilities that were used to pokeChristian Weisgerber
magic numbers into sgttyb. The "modern" replacement for f# is the set of i#, o#, c#, l# to poke magic numbers into termios. ok miod@
2013-11-27unsigned char for ctypeTheo de Raadt
ok okan kettenis
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
from Jan Stary
2013-06-04do not go into upper to lower case translation mode when a all-capsSebastian Benoit
username has been entered. ok deraadt@
2013-04-21use poll + nanosleep instead of select with a fixed size fd_setTheo de Raadt
ok tedu
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2010-06-07Fix a comment typoPhilip Guenthe
2010-02-18The .It macro is parsed, and .Do is callable, so we must escape.Ingo Schwarze
Found by and unbreaking the build with mandoc(1). OK jmc@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-10-22Mention that "secure" on the console entry means, thatMarco Pfatschbacher
no password will be needed for single-user. It's already noted in init(8), but having it here to cannot hurt. s/login/log in/ + corrections from jmc. OK jmc@
2008-10-16sub-system -> subsystem, for consistency withour other pages;Jason McIntyre
2008-02-09Remove an old workaround that was needed in SCCS times (%M% expanding to theMarc Balmer
filename). ok mikeb, millert
2007-05-31convert to new .Dd format;Jason McIntyre
2003-07-29spacesTheo de Raadt
2003-07-15.Ql Fl -> .Sq Fl where literal makes no sense;Jason McIntyre
2003-07-05protosTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02section reorder;Jason McIntyre
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-03KNFTheo de Raadt
2002-05-27unsigned to unsigned intTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-03-29-WallTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19remove the signal handler races and longjmps, and then do a bit of KNFTheo de Raadt
2001-11-19clean & KNFTheo de Raadt
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok;
2001-07-08-WallTheo de Raadt
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-19mark remaining signal racesTheo de Raadt
2000-10-06use fd_set instead of intTheo de Raadt
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
2000-09-08Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ okAaron Campbell
2000-09-08Significant cleanup. The capabilities table looks much nicer now.Aaron Campbell
2000-09-08grammar, spelling, and stylePaul Janzen
2000-09-07off by one overflowTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-12-09oopsTheo de Raadt
1999-12-07do not crash if stdin is not a ttyTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.