summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-19Add a check for time not flowing monotonically and just don't changeTodd C. Miller
2003-12-19remove extraneous space at the end of the _bgpd entryBrad Smith
2003-12-19fix copyrightHenning Brauer
2003-12-19knf & 64-bit cleanup; henning okTheo de Raadt
2003-12-19for(p = something; p != NULL; p = p->next) is not going to fly if there isHenning Brauer
2003-12-19assert copyright. i rewrite much of thisTheo de Raadt
2003-12-19Clean up PackageLocator so it looks somewhat more object-oriented.Marc Espie
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-12-18oops; pointed out by brunoTheo de Raadt
2003-12-18First step for configuration merges in the RDE. Currently this will notClaudio Jeker
2003-12-18Save pf_status.hostid and pf_status.stateid in the DIOCCLRSTATUSRyan Thomas McBride
2003-12-18Unbreak compile with no pfsync(4) device.Ryan Thomas McBride
2003-12-18document various aspects of awk behaviour:Jason McIntyre
2003-12-18TCP timestamp modulation (scrub reassemble tcp) fix from frantzen@Daniel Hartmeier
2003-12-18Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@Dale Rahn
2003-12-18reset nconf to NULL after free(), from claudioHenning Brauer
2003-12-18resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@Daniel Hartmeier
2003-12-18document `b0' and `b1' attributes;Jason McIntyre
2003-12-18random numbers are obtained via arc4random(3), not random(3);Jason McIntyre
2003-12-18Permit ethernet multicast addresses, as used by some HA/failover solutions. S...Hakan Olsson
2003-12-18Recognize NAT-D and NAT-OA payloads. markus@ ok.Hakan Olsson
2003-12-18spls do not protect cpu_itmr and thus time might jump back sometimes due to c...Michael Shalayeff
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
2003-12-18cvs uses zlib, not gzip; remove a lie. OK deraadt@Todd C. Miller
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-12-18Mention the exchange name when giving up on a message. Suggested byHakan Olsson
2003-12-18syncTheo de Raadt
2003-12-17attempt to power down voyager (untested); miod okTheo de Raadt
2003-12-17Change pfsync IP protocol and multicast group numbers.Ryan Thomas McBride
2003-12-17- add -w to options descriptionJason McIntyre
2003-12-17Use SLIST macros instead of rolling our own. Idea from and partlyTodd C. Miller
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-12-17no mail for _ftpdHenning Brauer
2003-12-17no ftp access for _bgpdHenning Brauer
2003-12-17add user & group _bgpdHenning Brauer
2003-12-17don't use inffast on the boot floppies; saves more spaceHenning Brauer
2003-12-17send reconf requests to the RDE as well and handle them there; syncing peerHenning Brauer
2003-12-17styleHenning Brauer
2003-12-17not qualifying a product based on vendor AND product ID just bugs meJason Wright
2003-12-17SMC 9452TXJason Wright
2003-12-17marvell skv2 (smc9452TX); from freebsdJason Wright
2003-12-17marvell skv2; from freebsdJason Wright
2003-12-17more sk'sJason Wright
2003-12-17more cardsJason Wright
2003-12-17add support for linksys (eg1032v2, eg1064v2) and dlink (dge530t); from NetBSDJason Wright
2003-12-17syncJason Wright
2003-12-17- add linksys vendor idJason Wright
2003-12-17cosmetics, ok mcbride@Daniel Hartmeier
2003-12-17Always use the nitty-gritty name for cr16.Miod Vallat
2003-12-17Extra regression test (mostly string handling). With kind permission fromOtto Moerbeek