Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-10-11 | makes source code fit on a 80-column display, no binary change. | Igor Sobrado | |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-21 | remove extra *p tests, from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-02-27 | support rfc2919 List-Id, from Tamas TEVESZ, ok millert | Theo de Raadt | |
2007-02-23 | show flag argument | Theo de Raadt | |
2007-02-23 | Ignore trailing space after "Auto-Submitted: no" | Todd C. Miller | |
Remove an unneeded check for !*p OK deraadt@ | |||
2007-02-23 | support for "Auto-Submitted: no" from Tamas TEVESZ | Jason McIntyre | |
plus use a list for things not replied to; | |||
2007-02-23 | add back in character count check by Tamas TEVESZ, though this does | Theo de Raadt | |
not truly handle trailing whitespace on the line. but that is handled very weakly for other patterns, too. | |||
2007-02-23 | support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert, | Theo de Raadt | |
ok millert (man page update being done by jmc) | |||
2006-12-13 | fix a display; | Jason McIntyre | |
2006-08-14 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller | |
2004-04-05 | cope with fdopen failure better | Theo de Raadt | |
2004-03-08 | knf. there are some scary XXX in here which need fixing | Theo de Raadt | |
2003-08-09 | Fix off by one in strlcpy() check; Patrick Latifi | Todd C. Miller | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | 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. | |||
2002-02-07 | I want my vacation to be case nonsensitive in readheaders(). | Mike Pechkin | |
millert@ ok | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2000-08-05 | Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'm | Paul Janzen | |
at it, do some -Wall fixing. | |||
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1999-08-09 | document "Precedence: list" | 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-06-06 | Once again, fix the spelling of "occurrence" in the documentation | Paul Janzen | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-06-03 | add support for including the subject of a message being replied to | Marco S Hyman | |
in the reply; OK'd by deraadt@ | |||
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. | |||
1999-02-12 | Note that vacation can now use the Return-Path | Marco S Hyman | |
header as well as UNIX From to find the sender | |||
1999-02-12 | parse "Return-Path:" headers in addition to UUCP style | Marco S Hyman | |
"From " lines; remove redundant program name from log messages | |||
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-07-08 | close(fileno()) inside vfork(); cgd | Theo de Raadt | |
1998-02-07 | o Don't put newlines in syslog() messages and use %m, not strerror() | Todd C. Miller | |
o If .vacation.db is size 0, dbopen() with O_TRUNC (otherwise vacation will do exit(1) and sendmail will be unhappy. dbopen() should probably deal with zero-length files sanely. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-20 | syslog(3) | Theo de Raadt | |
1997-08-06 | use -- instead; eric | Theo de Raadt | |
1997-07-29 | oops | Theo de Raadt | |
1997-07-29 | Theo really wanted a hole in Allman code. Now he's got one. | bitblt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-06 | vfork w/ exit botch | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |