summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-17Document proper cross-tools command to run, specially when working on aPaul Irofti
new port. Okay miod@
2011-09-17update pointer variable after copying misaligned packet; ok claudio@Christian Weisgerber
2011-09-17Implement 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-17tweak previous;Jason McIntyre
2011-09-17The pd->ip_sum and pd->proto_sum fields are not needed. ReplaceAlexander 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-17access a 32-bit field as u_int32_t, not as u_long; ok bluhm@Christian Weisgerber
2011-09-17Fix a truncated DPRINTF.Miod Vallat
2011-09-17List another suported adapter I could test.Stefan Sperling
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze
ok espie@
2011-09-17Rewrite the main loop of the "sed s/..." command, to fix multipleIngo 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-17Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd.Stefan Sperling
ok henning
2011-09-17Expand fnmatch() regress with patterns obtained from the tests for APR'sStefan 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-17Initial, incomplete support for -TmanIngo 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-17Standarize the ToS option across nc/ping/traceroute so that they'llChristiano 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-17Add SMALL infrastructure to ping.Christiano F. Haesbaert
ok mcbride@ sthen@
2011-09-17Change 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-17use default_chip_unmap for sata_chip_map, lets the via controllers detachJonathan Gray
ok deraadt@
2011-09-17move initialisation of pd->nsaddr and pd->ndaddr from pf_test_rule toHenning Brauer
pf_setup_pdesc. fixes logging of packets passed statefully. ok bluhm
2011-09-17tweak previous;Jason McIntyre
2011-09-17Deduplicate IPv4 and IPv6 code that handles fragments that have notAlexander Bluhm
been reassembled by normalization. ok henning claudio
2011-09-17improve -s description. the major points are set vs adjust and stay inHenning Brauer
the forground until we receive a reply or hit the 15 second timeout. with theo, evolved out of sth completely different
2011-09-17work-around for default vs. no flavorMarc Espie
2011-09-17Also 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-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
feedback and ok jmc@
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-17Don't bother keeping a {u,}lptioctl function which is a duplicate ofMiod Vallat
enodev(). ok jsing@ krw@ deraadt@
2011-09-16tweak previous; help/ok yuoJason McIntyre
2011-09-16Use cdev_ulpt_init() to setup ulpt(4) instead of cdev_lpt_init, forMiod Vallat
consistency.
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
ok deraadt@
2011-09-16regenJonathan Gray
2011-09-16add Intel E600/EG20T and some other devices from submitted dmesgsJonathan Gray
2011-09-16tweak previous;Jason McIntyre
2011-09-16after some thought, i think it unlikely that we will need to specifyJason 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-16Rather 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-16add missing Makefile.incAlexandr Shadchin
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
ok nicm@
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
not the index. ok kettenis@
2011-09-16Import of Less 444Alexandr Shadchin
ok nicm@
2011-09-16add lacked cases of sensors value, and fix orders.Yojiro Uo
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-09-16syncTheo de Raadt
2011-09-16Xr uspsTheo de Raadt
2011-09-16fix typoYojiro Uo
2011-09-16add man page for usps(4)Yojiro Uo
2011-09-16add device driver for Fujitsu Components FX-5204PS smart power strip.Yojiro Uo
ok deraadt@
2011-09-16Fix my usual typoClaudio Jeker
2011-09-16apply 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-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-16If a user configures logging explicitly in relayd.conf, do itAlexander Bluhm
regardlessly of debugging mode and compile switch. ok sthen@
2011-09-16regenYojiro Uo