summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-08typoTheo de Raadt
2003-04-07strcpy -> strlcpy. some from and ok deraadt@Ted Unangst
2003-04-05one more trivial strlcpy that i forgot; ok deraadtPeter Valchev
2003-04-05strncpy should be strlcpy. ok pvalchevTed Unangst
2003-04-05strlcat, strncpy; ok tedu henningPeter Valchev
2003-04-04strlcpy; tedu okTheo de Raadt
2003-03-13more strlcpy; ok beck, and others pointed out a glitchTheo de Raadt
2003-03-11spellingDavid Krause
2003-01-29typos;Jason McIntyre
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