Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-09-08 | grammar, spelling, and style | Paul Janzen | |
2000-09-07 | off by one overflow | Theo de Raadt | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd 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-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-12-09 | oops | Theo de Raadt | |
1999-12-07 | do not crash if stdin is not a tty | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup 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. | |||
1998-11-25 | whoops | Aaron Campbell | |
1998-11-25 | cleanup; d@ | Aaron Campbell | |
1998-10-20 | .Nm gettytab 5 -> .Xr gettytab 5 | Angelos D. Keromytis | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-10 | spelling | Theo de Raadt | |
1998-02-27 | Make ``pp='' work. | brian | |
1997-11-20 | puts -> xputs | Theo de Raadt | |
1997-09-20 | Fix a few minor nits, grammar and the location of a sentence. | Todd C. Miller | |
1997-08-05 | Remove duplicate inclusion of signal.h | Angelos D. Keromytis | |
1997-07-23 | tabify | kstailey | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-06-02 | if getty to# parameter is used, pp option has timeout problem; ↵ | Theo de Raadt | |
kfurge@worldnet.att.net, freebsd pr#3733 | |||
1997-04-06 | clean -Wall | Theo de Raadt | |
1996-12-17 | Add traditional handling of all upper-case input | Thorsten Lockert | |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert | |
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||
1996-12-16 | strncat like THIS | Theo de Raadt | |
1996-12-16 | yet another strncat botch | Theo de Raadt | |
1996-12-10 | PPP autologin code from freebsd; do not use until pppd has been checked for ↵ | Theo de Raadt | |
security... | |||
1996-08-31 | buf oflow | Theo de Raadt | |
1996-08-26 | pretty flag section | Theo de Raadt | |
1996-08-11 | <tab>Ta -> <space>Ta fix; netbsd pr#2685; enami@ba2.so-net.or.jp | Theo de Raadt | |
1996-08-07 | expand hostname to 48 chars; pointed out by msaitoh@spa.is.uec.ac.jp, netbsd ↵ | Theo de Raadt | |
pr#2676 | |||
1996-05-22 | libutil | Theo de Raadt | |
1996-05-17 | exit dark ages; enable crt erase & kill by default | Theo de Raadt | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Make sure that the user name cannot ever be interpreted as an option to login(8). Note: This does *not* fix any security holes. | |||
1995-11-13 | repair indentation | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |