Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-17 | Document proper cross-tools command to run, specially when working on a | Paul Irofti | |
new port. Okay miod@ | |||
2011-09-17 | update pointer variable after copying misaligned packet; ok claudio@ | Christian Weisgerber | |
2011-09-17 | Implement new mrt table dump format as specified in draft-ietf-grow-mrt. | Claudio Jeker | |
Tested with IP and IPv6 sessions and against the libbgpdump parser. OK henning@ | |||
2011-09-17 | tweak previous; | Jason McIntyre | |
2011-09-17 | The pd->ip_sum and pd->proto_sum fields are not needed. Replace | Alexander Bluhm | |
the one occurrence in pf_test_state_icmp() that uses pd2.ip_sum by a local variable. Remove ip_sum and proto_sum from struct pf_pdesc. ok claudio henning | |||
2011-09-17 | access a 32-bit field as u_int32_t, not as u_long; ok bluhm@ | Christian Weisgerber | |
2011-09-17 | Fix a truncated DPRINTF. | Miod Vallat | |
2011-09-17 | List another suported adapter I could test. | Stefan Sperling | |
2011-09-17 | make pkg_add -nvv work with respect to whatis.db updates; | Ingo Schwarze | |
ok espie@ | |||
2011-09-17 | Rewrite the main loop of the "sed s/..." command, to fix multiple | Ingo Schwarze | |
issues regarding the replacement of zero-length strings. This commit brings back rev. 1.16, but without the regression that forced the backout: No NUL bytes will be output now, not even when the input file lacks a trailing newline character and there is a zero-length match at the end. OK otto@ deraadt@; and naddy@ (who originally found the regression) checked that the regression is indeed fixed. | |||
2011-09-17 | Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd. | Stefan Sperling | |
ok henning | |||
2011-09-17 | Expand fnmatch() regress with patterns obtained from the tests for APR's | Stefan Sperling | |
new fnmatch implementation. With kind permission from Bill Rowe. Tweak the test code to allow comment lines in the test data file. ok millert@ | |||
2011-09-17 | Initial, incomplete support for -Tman | Ingo Schwarze | |
to convert mdoc(7) documents to the man(7) language. This is work in progress and will be developed in tree. It does already handle the cat(1) manual, but will hardly handle all your fancy manuals yet. go ahead kristaps@ jmc@ millert@ deraadt@ | |||
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert | |
accept the same values as pf.conf. It accepts decimal, hexadecimal and the dscp/tos keywords. The ping option was ripped of in SMALL. ok mcbride@ sthen@ | |||
2011-09-17 | Add SMALL infrastructure to ping. | Christiano F. Haesbaert | |
ok mcbride@ sthen@ | |||
2011-09-17 | Change the mandocdb(8) interface to better agree with makewhatis(8); | Ingo Schwarze | |
in particular, allow recursing multiple directories and create multiple databases in one call. This commit includes some reorganization, and exposing mandoc_strdup as a utility function in mandoc.h. written by kristaps@ | |||
2011-09-17 | use default_chip_unmap for sata_chip_map, lets the via controllers detach | Jonathan Gray | |
ok deraadt@ | |||
2011-09-17 | move initialisation of pd->nsaddr and pd->ndaddr from pf_test_rule to | Henning Brauer | |
pf_setup_pdesc. fixes logging of packets passed statefully. ok bluhm | |||
2011-09-17 | tweak previous; | Jason McIntyre | |
2011-09-17 | Deduplicate IPv4 and IPv6 code that handles fragments that have not | Alexander Bluhm | |
been reassembled by normalization. ok henning claudio | |||
2011-09-17 | improve -s description. the major points are set vs adjust and stay in | Henning Brauer | |
the forground until we receive a reply or hit the 15 second timeout. with theo, evolved out of sth completely different | |||
2011-09-17 | work-around for default vs. no flavor | Marc Espie | |
2011-09-17 | Also test input files ending without a newline, | Ingo Schwarze | |
and catch NUL characters in the sed output. That requires using hexdump(1), which also makes the test suite output more intelligible in case of errors. Of course, many tests still fail, until i commit my patch to sed. | |||
2011-09-17 | remove mdoc.samples(7): all info already is in mdoc(7) | Ingo Schwarze | |
feedback and ok jmc@ | |||
2011-09-17 | arithemtic -> arithmetic | Miod Vallat | |
2011-09-17 | Don't bother keeping a {u,}lptioctl function which is a duplicate of | Miod Vallat | |
enodev(). ok jsing@ krw@ deraadt@ | |||
2011-09-16 | tweak previous; help/ok yuo | Jason McIntyre | |
2011-09-16 | Use cdev_ulpt_init() to setup ulpt(4) instead of cdev_lpt_init, for | Miod Vallat | |
consistency. | |||
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo | |
ok deraadt@ | |||
2011-09-16 | regen | Jonathan Gray | |
2011-09-16 | add Intel E600/EG20T and some other devices from submitted dmesgs | Jonathan Gray | |
2011-09-16 | tweak previous; | Jason McIntyre | |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre | |
a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert | |||
2011-09-16 | Rather than reloading kernel routes immediately when an RTM_DESYNC is seen, | Stuart Henderson | |
set (or extend) a timer and only reload when this expires. Avoids repeatedly dumping full kernel routes (thus generating more load) when the machine has problems keeping up with messages on the route socket. (if you see lots of repeated "reloading interface list and routing table" in ospfd logs, this will help). Suggestions/ok claudio@. | |||
2011-09-16 | add missing Makefile.inc | Alexandr Shadchin | |
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin | |
ok nicm@ | |||
2011-09-16 | Set the shared priority entry to the value of the current maxipl entry, | Dale Rahn | |
not the index. ok kettenis@ | |||
2011-09-16 | Import of Less 444 | Alexandr Shadchin | |
ok nicm@ | |||
2011-09-16 | add lacked cases of sensors value, and fix orders. | Yojiro Uo | |
2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. | Miod Vallat | |
2011-09-16 | sync | Theo de Raadt | |
2011-09-16 | Xr usps | Theo de Raadt | |
2011-09-16 | fix typo | Yojiro Uo | |
2011-09-16 | add man page for usps(4) | Yojiro Uo | |
2011-09-16 | add device driver for Fujitsu Components FX-5204PS smart power strip. | Yojiro Uo | |
ok deraadt@ | |||
2011-09-16 | Fix my usual typo | Claudio Jeker | |
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo | |
- change accuracy of SENSOR_FREQ from Hz to muHz - add SENSOR_VOLTS_AC entry to userland programs ok deraadt@ | |||
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre | |
2011-09-16 | If a user configures logging explicitly in relayd.conf, do it | Alexander Bluhm | |
regardlessly of debugging mode and compile switch. ok sthen@ | |||
2011-09-16 | regen | Yojiro Uo | |