summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2001-12-11Make Makefile.boot produce a working config(8) again, at least on 4.4BSD.Miod Vallat
2001-12-11This file was forgotten in the previous wsmouse commits.Miod Vallat
2001-12-11If we receive a signal during the sleep(), run signal handlers asTodd C. Miller
2001-12-10handle "q" input better; bug reported in 2244Theo de Raadt
2001-12-10follow post-2.1 ip_off & ip_len byte ordersTheo de Raadt
2001-12-09i like it this way betterMichael Shalayeff
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
2001-12-09*** empty log message ***Miod Vallat
2001-12-09Consider PROTO_IPV6 as compressible by CCP.brian
2001-12-07OK, this is horrible. stdio safety in a signal handler, requires that weTheo de Raadt
2001-12-07do not call abort(), it is tastelessTheo de Raadt
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>.Niklas Hallqvist
2001-12-06use err/warn and friends instead of printf/exit.Eric Jackson
2001-12-05Minor sync with NetBSDTodd C. Miller
2001-12-05o Use proper uid_t and gid_t types and fixup printf format strings to matchTodd C. Miller
2001-12-05this has been setuid for quite some timeTheo de Raadt
2001-12-05simplifyTheo de Raadt
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-12-05this stuff is supplied by -lrpcsvcTheo de Raadt
2001-12-05simplify the sourceTheo de Raadt
2001-12-04All files are copied from the skel dir, not just dot.*Todd C. Miller
2001-12-04Provide eeprom(8) on sparc64.Miod Vallat
2001-12-03cleanup submitted by by Miod Vallat <miod@online.fr>Kenjiro Cho
2001-12-03fix bugs in reporting unknown keywords. (argv shoud be *argv)Kenjiro Cho
2001-12-02KNF, and remove unneccessary signal blocking and errno saving, since not sign...Theo de Raadt
2001-12-02pretty much KNF or simplification; millert okTheo de Raadt
2001-12-01Revert previous, as pidfile() uses atexit(), which is no use if we callMiod Vallat
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-12-01fd_set, not struct fd_setTheo de Raadt
2001-12-01document why multicast tools are missingTheo de Raadt
2001-12-01pull in protosTheo de Raadt
2001-11-29Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto.Miod Vallat
2001-11-29Use getifaddrs(3) instead of SIOCGIFCONF, SIOCGIFADDR, SIOCGIFNETMASK,Todd C. Miller
2001-11-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-23Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian
2001-11-23When writing messages to the routing socket, round sockaddr sizesbrian
2001-11-23Be paranoid about non-zero netmasks being associated with INET addressesbrian
2001-11-23Removed an unsed variable (oops)brian
2001-11-23Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian
2001-11-23cmott@scientech.com -> cm@linktel.netbrian
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackTheo de Raadt
2001-11-23use siginterrupt() enabling around all blocking calls, and check the flags; m...Theo de Raadt
2001-11-22kill wasteful shells. +TypoMarc Espie
2001-11-21assume the presense of getifaddrs(3). sync with kameJun-ichiro itojun Hagino
2001-11-21be more careful on malloc failures. sync with kameJun-ichiro itojun Hagino
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-11-19use _exit in signal handlerTheo de Raadt
2001-11-19use a private svc_run() function that checks for a signal handler flag;Theo de Raadt