Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-23 | -sparc64 is always 64bit on openbsd | Henning Brauer | |
-add amd64 | |||
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 | |
need to fallback to their raw socket code suddenly dhclient is so fast... pb tested and sez ok | |||
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 | |
ok ho@ | |||
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger | |
ok dhartmei@ markus@ mcbride@ | |||
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger | |
Kernel/Userland Sync needed. ok dhartmei@ jmc@ markus@ mcbride@ | |||
2004-02-19 | Oops. | Alexander Yurchenko | |
2004-02-19 | wdc logs parser, now not only costa@ can read it. | Alexander Yurchenko | |
ok costa@ | |||
2004-02-19 | small cleanup of log messages. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson | |
Without -d, logs should be sent to syslog, level LOG_INFO. | |||
2004-02-19 | Cleanup. | Hakan Olsson | |
2004-02-19 | now that qids are managed entirely in the kernel, the qid related code | Kenjiro Cho | |
is no longer needed in pfctl. ok, henning@ | |||
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 ↵ | Markus Friedl | |
hshoexer@ | |||
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 | |
ok avsm@ millert@ canacar@ | |||
2004-02-12 | - sort SYNOPSIS and options list | Jason McIntyre | |
- add -p to SYNOPSIS - uppercase start of sentence - sync usage() w/ SYNOPSIS | |||
2004-02-12 | add -p flag to specify the device - ok mcbride@, henning@ with no objections | Bob Beck | |
from deraadt@ | |||
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger | |
Fix "antispoof for foo" when foo has no addresses. ok+help dhartmei@, ok mcbride@ | |||
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 | |
which allows to drop information from broken, unwired, disabled, etc sensors. ok hshoexer@ | |||
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer | |
and an off by one | |||
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 | |
check the link state of the interface(s) in question and don't try on intrfaces that for sure have no link. interfaces with unknown linkstates are treated as if they had a link, not all drivers are capable of reporting linkstate upstream, and for some media there is no such thing as a link state. saves quite sme time when booting notebooks configured for dhcp without teh cable inserted... note that this is the not yet active copy of dhclient ok grange@ mcbride@ pb@ naddy@ | |||
2004-02-10 | new kernel reports enabled & disabled time - use that info. | Cedric Berger | |
ok henning@ mcbride@ | |||
2004-02-10 | Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitly | Todd C. Miller | |
ask for it, else just ignore it. This is consistent with sysctl behavior and other entries of type CTLTYPE_STRUCT. | |||
2004-02-10 | Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values are | Todd C. Miller | |
now int. | |||
2004-02-09 | Add cats to MANSUBDIRS, missed when cats was added to the top of the file. | Dale Rahn | |
ok deraadt@ | |||
2004-02-08 | fix preprocessor syntax; ok henning@ | Christian Weisgerber | |
2004-02-07 | it's a little sad that this beast has only one asprintf, and that one | Henning Brauer | |
just mimics a strdup... so make it a strdup. spotted by theo | |||
2004-02-07 | Add a comment to remind people to update distrib/special/kbd/Makefile as | Miod Vallat | |
well as this file when adding architectures. | |||
2004-02-07 | some pretty. ok henning | Ted Unangst | |
2004-02-07 | shut it up a bit more | Henning Brauer | |
2004-02-07 | zap stupid message | Henning Brauer | |
2004-02-07 | KNF | Henning Brauer | |
2004-02-07 | more KNF From: Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
great job. no binary change. | |||
2004-02-07 | whitespace police | Henning Brauer | |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
Thank you very much for this excellent work, it helps a lot. binary unchanged. I am still convinced dhclient can be made readable. | |||
2004-02-06 | more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more | Henning Brauer | |
readable. no effect on the binary. From: Emil Mikulic <emikulic@dmr.ath.cx> |