Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-28 | remove excess tab at end of line (how did they afford the extra bytes in | Theo de Raadt | |
the dark ages?) | |||
2015-07-18 | remove note in BUGS about the he capability; | Jason McIntyre | |
2015-07-16 | remove mention of hostname editing | Ted Unangst | |
2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) | Ted Unangst | |
2015-04-14 | Log a more useful error message if ttyname() fails. OK deraadt@ | Todd C. Miller | |
2015-01-16 | adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX | Theo de Raadt | |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback | |
ok deraadt@ | |||
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback | |
ok espie@ deraadt@ millert@ tedu@ | |||
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley | |
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||
2014-05-24 | Remove errant double quote; from Jean-Philippe Ouellet | Todd C. Miller | |
2014-04-12 | remove the prototype for compatflags() which was removed in 2013. | Jonathan Gray | |
2013-12-10 | Drop the f0, f1, f2 gettytab capabilities that were used to poke | Christian 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-27 | unsigned char for ctype | Theo de Raadt | |
ok okan kettenis | |||
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre | |
from Jan Stary | |||
2013-06-04 | do not go into upper to lower case translation mode when a all-caps | Sebastian Benoit | |
username has been entered. ok deraadt@ | |||
2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set | Theo de Raadt | |
ok tedu | |||
2011-09-03 | knock out some useless Pp; | Jason McIntyre | |
2011-09-03 | make -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-07 | Fix a comment typo | Philip Guenthe | |
2010-02-18 | The .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-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-22 | Mention that "secure" on the console entry means, that | Marco 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-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre | |
2008-02-09 | Remove an old workaround that was needed in SCCS times (%M% expanding to the | Marc Balmer | |
filename). ok mikeb, millert | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre | |
2003-07-05 | protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck | |
in comments. | |||
2002-07-03 | KNF | Theo de Raadt | |
2002-05-27 | unsigned to unsigned int | Theo de Raadt | |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt | |
2002-03-29 | -Wall | Theo de Raadt | |
2002-02-16 | Part 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-19 | remove the signal handler races and longjmps, and then do a bit of KNF | Theo de Raadt | |
2001-11-19 | clean & KNF | Theo de Raadt | |
2001-11-13 | o) 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 | -Wall | Theo de Raadt | |
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-01-31 | more fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-19 | mark remaining signal races | Theo de Raadt | |
2000-10-06 | use fd_set instead of int | Theo de Raadt | |
2000-09-08 | Some miscellaneous man page repairs. | Aaron Campbell | |
2000-09-08 | Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ ok | Aaron Campbell | |
2000-09-08 | Significant cleanup. The capabilities table looks much nicer now. | Aaron Campbell | |