| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option | Mike Barcroft | 2002-01-27 | 2 | -6/+44 |
| * | Make usage message and man page synopsis reflect the fact that -n | David Malone | 2002-01-24 | 2 | -3/+5 |
| * | Add new option HAVE_STRERROR to CFLAGS. | David Malone | 2002-01-24 | 1 | -1/+1 |
| * | Don't set PAM_RHOST, this is a local login. | Dag-Erling Smørgrav | 2002-01-24 | 1 | -5/+1 |
| * | Show arguments of command line options | Philippe Charnier | 2002-01-22 | 1 | -11/+21 |
| * | o Remove the -V [version number] option, since our version of at(1) no | Mike Barcroft | 2002-01-22 | 3 | -43/+26 |
| * | When running on a local terminal, set PAM_RHOST to the local hostname. | Dag-Erling Smørgrav | 2002-01-21 | 1 | -2/+10 |
| * | Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant, | Mike Heffner | 2002-01-19 | 2 | -4/+7 |
| * | I've been meaning to do this for a while. Add an underscore to the | Matthew Dillon | 2002-01-19 | 3 | -8/+8 |
| * | Back out PAM_CRED_ERR addition | Andrey A. Chernov | 2002-01-19 | 1 | -1/+0 |
| * | Add PAM_CRED_ERR as valid failure case | Andrey A. Chernov | 2002-01-19 | 1 | -0/+1 |
| * | mdoc(7) police: bump document date for the -p change, tidy up the markup. | Ruslan Ermilov | 2002-01-17 | 1 | -6/+3 |
| * | Fix a typo introduced in the previous delta. The mistake was mine | Mike Barcroft | 2002-01-17 | 1 | -1/+1 |
| * | Document fetch(1) reaction to SIGINFO. | Ruslan Ermilov | 2002-01-16 | 1 | -0/+12 |
| * | Replace reference to ANSI C draft with standard. | Ruslan Ermilov | 2002-01-16 | 1 | -4/+1 |
| * | yp(4) -> yp(8). | Ruslan Ermilov | 2002-01-14 | 3 | -3/+3 |
| * | 'uname -p' prints the value of hw.machine_arch instead of hw.machine. | Yoshihiro Takahashi | 2002-01-14 | 2 | -8/+18 |
| * | Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some | Mike Barcroft | 2002-01-13 | 4 | -26/+157 |
| * | Make substitutions in internal macros like $(@F:.o=.c) work. | Jens Schweikhardt | 2002-01-12 | 1 | -1/+1 |
| * | Don't format lines that look like troff requests, for | Ruslan Ermilov | 2002-01-11 | 2 | -5/+28 |
| * | mdoc(7) police: oops, forgot about those interim XXX'es. | Ruslan Ermilov | 2002-01-10 | 1 | -8/+4 |
| * | mdoc(7) police: tidy up. | Ruslan Ermilov | 2002-01-10 | 1 | -212/+237 |
| * | - Add 4-digit year variants in the manpage, since at(1) already | Giorgos Keramidas | 2002-01-10 | 1 | -6/+7 |
| * | Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines. | John Baldwin | 2002-01-08 | 1 | -1/+2 |
| * | Remove gcc specific compiler flags, at least one of which doesn't work with | John Baldwin | 2002-01-08 | 1 | -2/+0 |
| * | Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a | John Baldwin | 2002-01-08 | 1 | -1/+1 |
| * | Update for less v371 | Paul Saab | 2002-01-07 | 1 | -0/+4 |
| * | Add some missing years, fix Bach's birthday entry. | Thomas Gellekum | 2002-01-07 | 2 | -12/+11 |
| * | Remove duplicate entry for Descartes. | Greg Lehey | 2002-01-07 | 1 | -1/+0 |
| * | Update Judaic for year 2002. Name Josef as maintainer. | David Malone | 2002-01-05 | 1 | -187/+209 |
| * | Argh...argv->argc | Guido van Rooij | 2002-01-04 | 1 | -1/+1 |
| * | Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is | Guido van Rooij | 2002-01-04 | 1 | -1/+1 |
| * | Add opie lib dir to includes list | Andrey A. Chernov | 2002-01-03 | 3 | -1/+4 |
| * | Add myself. | OKAZAKI Tetsurou | 2002-01-02 | 1 | -0/+1 |
| * | A global is used even though the value is | Wolfram Schneider | 2002-01-01 | 1 | -13/+13 |
| * | Correct typos. | Greg Lehey | 2001-12-31 | 1 | -2/+2 |
| * | Print open(2) flags in hex instread of decimal for clarity. | Alfred Perlstein | 2001-12-30 | 1 | -2/+2 |
| * | Use LC_ALL to pick LC_COLLATE too (for strcoll()) | Andrey A. Chernov | 2001-12-30 | 1 | -1/+1 |
| * | Fixed bitrot in DPADD in rev.1.8. | Bruce Evans | 2001-12-29 | 1 | -1/+1 |
| * | Fix comment. | Mike Heffner | 2001-12-23 | 1 | -1/+1 |
| * | Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve | Mike Heffner | 2001-12-22 | 3 | -27/+138 |
| * | Re-enable tip, now that the import and merge are done. | Mark Murray | 2001-12-20 | 1 | -0/+1 |
| * | Fix merge conflicts, and because this still has a zillion warnings, | Mark Murray | 2001-12-20 | 41 | -3549/+1241 |
| |\ |
|
| | * | Import of OpenBSD's tip (which was the tip code of a month ago, modulo | Mark Murray | 2001-12-20 | 28 | -0/+6954 |
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2001-11-16 | 1 | -0/+381 |
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2001-09-27 | 1 | -0/+224 |
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2001-09-18 | 1 | -0/+18 |
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 1999-11-09 | 1 | -0/+59 |
| * | | Bring files back from the dead prior to remote commit to fix import | Mark Murray | 2001-12-20 | 2 | -0/+154 |
| * | | Temporarily remove tip(1) from the build while I upgrade it. | Mark Murray | 2001-12-20 | 1 | -1/+0 |