Age | Commit message (Expand) | Author |
2004-02-24 | teach dhclient about another invention of the last century: getopt(3) | Henning Brauer |
2004-02-24 | remove ill-advised interface discovery-scan, and require an interface to be | Henning Brauer |
2004-02-24 | Check for 'source-track rule' with 'max-src-nodes'. | Ryan Thomas McBride |
2004-02-24 | cut debug crap | Henning Brauer |
2004-02-23 | goodbye VOIDPTR | Henning Brauer |
2004-02-23 | scratch the PTRSIZE64 define, the gunk that was using it was in some of the | Henning Brauer |
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt |
2004-02-23 | remove prototypes we don't implement | Henning Brauer |
2004-02-23 | not used not needed | Henning Brauer |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer |
2004-02-23 | -sparc64 is always 64bit on openbsd | Henning Brauer |
2004-02-23 | scrap dead code | Henning Brauer |
2004-02-23 | no token ring | Henning Brauer |
2004-02-23 | remove a bunch of unused defines | Henning Brauer |
2004-02-23 | dhclient always uses bpf on openbsd no matter what, it works, and we don't | Henning Brauer |
2004-02-22 | oops; always man page | Theo de Raadt |
2004-02-21 | commit man page always, on all architectures | Theo de Raadt |
2004-02-20 | More small adjustments of log messages. | Hans-Joerg Hoexer |
2004-02-20 | Fix some double free errors. While around, adjust a log message. | Hans-Joerg Hoexer |
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger |
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger |
2004-02-19 | Oops. | Alexander Yurchenko |
2004-02-19 | wdc logs parser, now not only costa@ can read it. | Alexander Yurchenko |
2004-02-19 | small cleanup of log messages. | Hans-Joerg Hoexer |
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson |
2004-02-19 | Cleanup. | Hakan Olsson |
2004-02-19 | now that qids are managed entirely in the kernel, the qid related code | Kenjiro Cho |
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger |
2004-02-16 | check for isakmp_sa->transport != NULL; noticed by bluhm at genua.de ok hshoe... | Markus Friedl |
2004-02-16 | no need for extra param; Mathias@enloco.net | Theo de Raadt |
2004-02-14 | lotsa KNF, no binary change | Henning Brauer |
2004-02-13 | cleanup signal handling; close descriptors. | Otto Moerbeek |
2004-02-12 | - sort SYNOPSIS and options list | Jason McIntyre |
2004-02-12 | add -p flag to specify the device - ok mcbride@, henning@ with no objections | Bob Beck |
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger |
2004-02-11 | typo; from Olivier Cherrier; | Jason McIntyre |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller |
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller |
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | fix at leats the worst of Cedric "KNF is for everybody but me" Berger's fuckup | Henning Brauer |
2004-02-10 | at startup, before sending several DHCPDISCOVER and waiting ages for answers, | Henning Brauer |
2004-02-10 | new kernel reports enabled & disabled time - use that info. | Cedric Berger |
2004-02-10 | Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitly | Todd C. Miller |
2004-02-10 | Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values are | Todd C. Miller |
2004-02-09 | Add cats to MANSUBDIRS, missed when cats was added to the top of the file. | Dale Rahn |
2004-02-08 | fix preprocessor syntax; ok henning@ | Christian Weisgerber |