Age | Commit message (Expand) | Author |
2001-09-05 | Call do_select() with sigset_t *, not a sigset_t. | Todd C. Miller |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-18 | Mention in SEE ALSO that "Amd - The 4.4 BSD Automounter" is available by | Peter Valchev |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-06-25 | support readahead option | Niklas Hallqvist |
2001-03-02 | if auto_dir does not exist, create it | Theo de Raadt |
2001-03-02 | KNF | Theo de Raadt |
2001-01-03 | Descend into doc dir, missed in past amd doc commit | Todd C. Miller |
2001-01-02 | fix sprintf overflow, found by spock@techfour.net, just a better fix of mine. | Michael Shalayeff |
2001-01-02 | do not build/install fsinfo; deraadt@ | Michael Shalayeff |
2000-12-15 | Build and install amdref.info and install an entry for it in the dir file. | Todd C. Miller |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
2000-02-22 | sorry previous fix against alignment issue was totally broken. | Jun-ichiro itojun Hagino |
2000-02-21 | prevent align fault on alpha. | Jun-ichiro itojun Hagino |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen |
1999-08-28 | Fix potential buf oflow in log routines. Adapted from am-utils patch. | Todd C. Miller |
1999-08-26 | Make it clear that "amq -M" mounts are disabled and kill some dead code. | Todd C. Miller |
1999-08-26 | Don't document the disabled -M flag | Todd C. Miller |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell |
1999-05-28 | more .El madness | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-12-16 | more .Nm fixes | Aaron Campbell |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell |
1998-07-12 | allow to build correctly with ro /usr/src | Todd T. Fries |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-05-24 | typo | Todd T. Fries |
1998-03-20 | Cleaner handling. | Angelos D. Keromytis |
1998-03-20 | Be "aware" of ifaliases. | Angelos D. Keromytis |
1997-12-17 | do not overflow fd_set. i _pray_ I got this right... | Theo de Raadt |
1997-12-17 | make fd_set not overflow | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1997-06-24 | delay free of mf_mount until after last use; tegge@idt.unit.no | Theo de Raadt |
1997-06-23 | alpha long problems | Theo de Raadt |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt |
1997-02-23 | build host and user is not important | Theo de Raadt |
1997-02-17 | whoops, typo | Theo de Raadt |
1997-02-17 | __OpenBSD__ | Theo de Raadt |
1997-02-16 | give up on amd -M until amd gets proper localhost detection | Theo de Raadt |
1997-01-31 | make amd 64bit ready for the alpha (from NetBSD/thorpej) | Thomas Graichen |
1997-01-21 | Fixed potential buffer overflow. | bitblt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |