summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
2002-11-25"successful" spelling fixes in comments & documentationPeter Valchev
2002-11-06no need for makeinfo --no-warn anymore; fgs removed offending parts inPeter Valchev
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
2002-09-10knfTheo de Raadt
2002-09-10more knfTheo de Raadt
2002-09-10various cleanupsTheo de Raadt
2002-09-07makeinfo --no-warn to suppress harmless but annoying warningsPeter Valchev
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-08-26minor cleanups, correct cast of a svc_getargs() arg; ok deraadtPeter Valchev
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
2002-08-04Handle snprintf(3) returning -1; ok deraadtPeter Valchev
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-07-20do not install mk-amd-map and remove references to it in our documentationPeter Valchev
2002-07-18ansify, pull some prototypesPeter Valchev
2002-07-18more indentTheo de Raadt
2002-07-18space nitsTheo de Raadt
2002-07-18inet_atonTheo de Raadt
2002-07-18ansify, style changes, removal of bogus libc function prototypes; ok deraadtPeter Valchev
2002-07-18ANSIfy; ok deraadtPeter Valchev
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-11use snprintf.Jun-ichiro itojun Hagino
2002-06-10strlcpy, strlcatJun-ichiro itojun Hagino
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-26missed two pid_t conversions; moritz@jodeit.orgTheo de Raadt
2002-05-26pid_cleanup, inspired by work by jason@ackley.netTheo de Raadt
2002-05-25__progname stuff; jason@ackley.netTheo de Raadt
2002-05-25incorrrect kill(); jason@ackley.netTheo de Raadt
2002-05-16repair some warningsTheo de Raadt
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
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