Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2004-02-05 | pfctl_update_qstats() returns -1 on error and the # of queues otehrwise | Henning Brauer | |
fix a check of the return value to cope woth that inspired by PR3675 from Marc Huber <Marc.Huber@web.de>, fixed slightly different. | |||
2004-02-05 | isours() returns a pointer and thus should be checked against NULL not 0 | Henning Brauer | |
From: Emil Mikulic <emikulic@dmr.ath.cx> | |||
2004-02-05 | plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
2004-02-05 | small logging cleanup and improvement requested by markus | Hans-Joerg Hoexer | |
ok ho@ markus@ | |||
2004-02-04 | Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state' | Ryan Thomas McBride | |
ok dhartmei@ henning@ | |||
2004-02-04 | $OpenBSD$, tedu | Henning Brauer | |
2004-02-04 | Fix a number of bugs with setting pool limits which I introduced with | Ryan Thomas McBride | |
source-tracking. Found by Pyun YongHyeon. Also add support to pfctl to set the src-nodes pool limit. "Luckily" some of the bugs cancel each other out; update kernel before pfctl. ok dhartmei@ | |||
2004-02-04 | more KNF | Henning Brauer | |
2004-02-04 | unobfuscate varargs shitz | Henning Brauer | |
2004-02-04 | asprintf | Henning Brauer | |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer | |
changing by a single byte. partly from theo | |||
2004-02-03 | fix PR 3664 / jared r r spiegel | Henning Brauer | |
we need to save the unexpanded tag/tagged strings before entering the expansion loop, and at each loop, start with the unexpanded tag, so that on subsequent loops the macros are replaced with current values and not the values from previous loop persist ryan theo ok | |||
2004-02-03 | bring back this fluffy change, of course without the bug: | Henning Brauer | |
== to parse v4 adresses, only use inet_net_pton when we find a /, otherwise use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok == make sure bits is either 32 or what inet_net_pton tells us, and always call set_ipmask to mask the boring bits away ok dhartmei@ mcbride@ david@ | |||
2004-02-02 | memset typo; Moritz Jodeit | Markus Friedl | |
2004-02-02 | pod enable/disable have never been implemented, sigh. From gluk@. | Alexander Yurchenko | |
2004-02-02 | A little better explanation about pod from gluk@ | Alexander Yurchenko | |
help and ok jmc@ | |||
2004-02-02 | tabulate list items; | Jason McIntyre | |
2004-02-01 | doc new i386 machdep sysctl | Theo de Raadt | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl | |
2004-01-29 | another typo | Michael Shalayeff | |
2004-01-29 | typo | Michael Shalayeff | |