summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-02-10Fix SIGTERM handling; deraadt@ okTodd C. Miller
2002-02-07add cbq.ssh_tosArtur Grabowski
2002-02-07Install altq config samples.Artur Grabowski
2002-02-07device -> decide; fixes PR#2382.Aaron Campbell
2002-02-07fix typo, ok art@Peter Stromberg
2002-02-06Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix forJason Wright
2002-02-06example configuration that sees the difference between interactive and bulk s...Artur Grabowski
2002-02-06sparc64 needs this tooJason Wright
2002-01-28fix coredump on apropos; fixes PR# 2320.Federico G. Schwindt
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-23Detect if a udp socket on STDIN_FILENO is connected by callingbrian
2002-01-23proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out...Michael Shalayeff
2002-01-23sort SEE ALSOJun-ichiro itojun Hagino
2002-01-22trailing spaces, humppaMichael Shalayeff
2002-01-22HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgMichael Shalayeff
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-20do not dump core if errors; instead report issueTheo de Raadt
2002-01-19do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ okMichael Shalayeff
2002-01-19We don't have <sys/map.h> any more; Tim TickelTodd C. Miller
2002-01-16socket()s first argument should be a protocol family rather than anbrian
2002-01-16socket's first argument is an address family, not a protocol family.brian
2002-01-12xr to dig.Marc Espie
2002-01-12Make sure the daemon() call is harmless to file descriptors.Miod Vallat
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
2002-01-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
2002-01-09perl lives in /usr/bin, not /usr/local/bin; Ingolf SchuchardtTodd C. Miller
2002-01-09Kill volatile now that jongjmp is history.Todd C. Miller
2002-01-07Revert local changes that should not have been committedTodd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller
2002-01-01bit more cleanupTheo de Raadt
2002-01-01go back to the swapped xdr_ypresp_key_val for nowTheo de Raadt
2001-12-29forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282Theo de Raadt
2001-12-23integrate a patch i did around 1.5 years ago that's already inKevin Steves
2001-12-22No Virginia, there is no adduser.conf(5).Todd C. Miller
2001-12-20Cause crontab to send SIGUSR1 when a user's crontab file has changed.Todd C. Miller
2001-12-13Mention that cron should be started late in the rc file and why.Todd C. Miller
2001-12-12o pids should be pid_t, not intTodd C. Miller
2001-12-12daemon() can close innocent file descriptors, including opened log.Michael Shalayeff
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