Age | Commit message (Expand) | Author |
2002-01-23 | Detect if a udp socket on STDIN_FILENO is connected by calling | brian |
2002-01-23 | proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out... | Michael Shalayeff |
2002-01-23 | sort SEE ALSO | Jun-ichiro itojun Hagino |
2002-01-22 | trailing spaces, humppa | Michael Shalayeff |
2002-01-22 | HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org | Michael Shalayeff |
2002-01-21 | s/deamon/daemon/ | Theo de Raadt |
2002-01-20 | do not dump core if errors; instead report issue | Theo de Raadt |
2002-01-19 | do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ ok | Michael Shalayeff |
2002-01-19 | We don't have <sys/map.h> any more; Tim Tickel | Todd C. Miller |
2002-01-16 | socket()s first argument should be a protocol family rather than an | brian |
2002-01-16 | socket's first argument is an address family, not a protocol family. | brian |
2002-01-12 | xr to dig. | Marc Espie |
2002-01-12 | Make sure the daemon() call is harmless to file descriptors. | Miod Vallat |
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino |
2002-01-10 | Use IFNAMSIZ for strlcpy() and also pretty the man page | Jason Wright |
2002-01-09 | perl lives in /usr/bin, not /usr/local/bin; Ingolf Schuchardt | Todd C. Miller |
2002-01-09 | Kill volatile now that jongjmp is history. | Todd C. Miller |
2002-01-07 | Revert local changes that should not have been committed | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-01 | bit more cleanup | Theo de Raadt |
2002-01-01 | go back to the swapped xdr_ypresp_key_val for now | Theo de Raadt |
2001-12-29 | forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282 | Theo de Raadt |
2001-12-23 | integrate a patch i did around 1.5 years ago that's already in | Kevin Steves |
2001-12-22 | No Virginia, there is no adduser.conf(5). | Todd C. Miller |
2001-12-20 | Cause crontab to send SIGUSR1 when a user's crontab file has changed. | Todd C. Miller |
2001-12-13 | Mention that cron should be started late in the rc file and why. | Todd C. Miller |
2001-12-12 | o pids should be pid_t, not int | Todd C. Miller |
2001-12-12 | daemon() can close innocent file descriptors, including opened log. | Michael Shalayeff |
2001-12-11 | Make Makefile.boot produce a working config(8) again, at least on 4.4BSD. | Miod Vallat |
2001-12-11 | This file was forgotten in the previous wsmouse commits. | Miod Vallat |
2001-12-11 | If we receive a signal during the sleep(), run signal handlers as | Todd C. Miller |
2001-12-10 | handle "q" input better; bug reported in 2244 | Theo de Raadt |
2001-12-10 | follow post-2.1 ip_off & ip_len byte orders | Theo de Raadt |
2001-12-09 | i like it this way better | Michael Shalayeff |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-09 | *** empty log message *** | Miod Vallat |
2001-12-09 | Consider PROTO_IPV6 as compressible by CCP. | brian |
2001-12-07 | OK, this is horrible. stdio safety in a signal handler, requires that we | Theo de Raadt |
2001-12-07 | do not call abort(), it is tasteless | Theo de Raadt |
2001-12-07 | Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>. | Niklas Hallqvist |
2001-12-06 | use err/warn and friends instead of printf/exit. | Eric Jackson |
2001-12-05 | Minor sync with NetBSD | Todd C. Miller |
2001-12-05 | o Use proper uid_t and gid_t types and fixup printf format strings to match | Todd C. Miller |
2001-12-05 | this has been setuid for quite some time | Theo de Raadt |
2001-12-05 | simplify | Theo de Raadt |
2001-12-05 | more free KNF from maja, though this was hard to do | Theo de Raadt |
2001-12-05 | this stuff is supplied by -lrpcsvc | Theo de Raadt |
2001-12-05 | simplify the source | Theo de Raadt |
2001-12-04 | All files are copied from the skel dir, not just dot.* | Todd C. Miller |