summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Collapse)Author
2002-02-23remove things we do not needTheo de Raadt
2002-02-18comment out fsinfo(8), we don't install it; deraadt@ ok.Federico G. Schwindt
2002-02-13remove the cast too; ok deraadtPeter Valchev
2002-02-13proc is not an enum, dummy! this makes sparc64 amd workTheo de Raadt
2002-02-13be a bit more pendrantic about spelling than the brit wasTheo de Raadt
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
POSIX counterparts.
2001-08-18Mention in SEE ALSO that "Amd - The 4.4 BSD Automounter" is available byPeter Valchev
running ``info amd''; ok millert
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
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
user __progname, err/warn.
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
amdref.texinfo could do with some cleaning up but this is a start.
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
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
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
cleanup along the way.
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
is used instead; kwesterback@home.com
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
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
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