Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-03 | various tweaks; | Jason McIntyre | |
ok tholo@ | |||
2005-06-03 | Don't use __LINE__ to prevent binary changing when nothing really | Alexander Yurchenko | |
changes. ok tholo@ | |||
2005-06-03 | i386 and amd64 only | Theo de Raadt | |
2005-06-03 | not like this yet, it is ugly | Theo de Raadt | |
2005-06-03 | print negative values correctly; From: serge rasnikov <747500@gmail.com> | Henning Brauer | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | Use the correct pointer when printing out the error message. OK henning | Chad Loder | |
2005-06-02 | Cleanup recent kroute6 additions. OK henning | Chad Loder | |
2005-06-02 | fix some displays; | Jason McIntyre | |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre | |
ok deraadt@ | |||
2005-05-31 | add -nv to SYNOPSIS; | Jason McIntyre | |
2005-05-31 | tweaks; | Jason McIntyre | |
2005-05-31 | minor tweaks; | Jason McIntyre | |
2005-05-30 | Don't call va_start() when we do not log. From Andrey Matveev. | Camiel Dobbelaar | |
2005-05-28 | Fix confusing typo. | Esben Norby | |
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | Hakan Olsson | |
failover gateways. ok mcbride@, "looks good" hshoexer@ | |||
2005-05-28 | support decapsulation of 802.11 data frames | Reyk Floeter | |
ok canacar@ | |||
2005-05-28 | Add sasyncd. deraadt@ ok | Hakan Olsson | |
2005-05-28 | result not used; ok ho | Theo de Raadt | |
2005-05-28 | Optionally prevent syncing failover node-node SA/SPD info (master side). | Hakan Olsson | |
2005-05-27 | Update, also mention pfsync integration | Hakan Olsson | |
2005-05-27 | Keep sockaddr in syncpeer struct. | Hakan Olsson | |
2005-05-27 | do not allow nul in the control connection. | Camiel Dobbelaar | |
ok beck | |||
2005-05-27 | bah, more kaesefondue (debugging cruft left in) | Henning Brauer | |
2005-05-27 | don't need to fetch the kernel routing twice, once for v4 and once for v6, | Henning Brauer | |
do it once and handle both families. claudio ok | |||
2005-05-27 | Implement SPD (IPsec flow) snapshots. | Hakan Olsson | |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer | |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker | |
up more. OK henning@ | |||
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier | |
inserted the rule which causes the logging. secondly, the uid/pid of the process in case the logged packet is delivered to/from a local socket. a lookup of the local socket can be forced for logged packets with a new option, 'log (user)'. make tcpdump print the additional information when -e and -v is used. note: this changes the pflog header struct, rebuild all dependancies. ok bob@, henning@. | |||
2005-05-27 | Add a flag for specifying the socket to open to talk to bgpd. | Claudio Jeker | |
Needed for upcomming spamd madness. Requested and OK beck@ | |||
2005-05-27 | When the neighbor at the other end of the virtual link goes to state | Esben Norby | |
full, originate a new router LSA. ok claudio@ | |||
2005-05-27 | Set the V-bit when originating virtual links in router LSAs. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support, originate virtual links in router LSAs. | Esben Norby | |
jajaja claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller | |
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller | |
2005-05-27 | Fix a access after free on shutdown. OK norby@ | Claudio Jeker | |
2005-05-27 | Clearify. | Esben Norby | |
2005-05-27 | Initial virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Nasty bug! | Esben Norby | |
Found during the development of virtual link support. Personally I spend 3 hours chasing this, and I didn't find it. Claudio spend 2 hours and he found it, credit goes to him :-) It is wise to put the payload you just created onto the wire, instead of putting some freshly 0'ed bytes.... ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Preparations for virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Preparation for upcoming virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | While calculating the routing table don't ignore all routes with a cost of | Claudio Jeker | |
LS_INFINITY. Summary LSA are not touched by the SPF algorithm and so they got dropped here because the still had a cost of LS_INFINITY. The calculated routing table starts to make sense now. OK norby@ | |||
2005-05-27 | Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL is | Claudio Jeker | |
not enough to distinguish between calculated vertexes and those just queued in the candidate list. So add a additional check if the vertex is on the candidate list. This fixes a problem Stephen Marley reported some time ago. OK norby@ | |||
2005-05-27 | Small formatting bits in show neighbor detail. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Fix nexthop calculation by setting w->prev before calling calc_next_hop(). | Claudio Jeker | |
OK norby@ | |||
2005-05-26 | Unnecessary () | Claudio Jeker | |