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