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