summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
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
1996-11-29Another explicit include of machine/endian.h blowing upimp
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-26Prefer $LOGNAME to $USER.Todd C. Miller
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-08-22__OpenBSD__Theo de Raadt
1996-08-13do not play with the dog; messed up socket typeTheo de Raadt
1996-08-10call bindresvport() instead of faking it badlyTheo de Raadt
1996-08-04use rresvport() instead.. it is even betterTheo de Raadt
1996-08-04bzero sin, bindresvportTheo de Raadt
1996-07-27typoTheo de Raadt
1996-05-26syncTheo de Raadt
1996-05-24netbsd pr#2395Theo de Raadt
1996-04-25NIS+ in YP compatibility mode does not support a working yp_order(). amdTheo de Raadt
1996-04-03fixed compilation errors--but NQNFS may not work with new NFS codedm