Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Last bits of diff generated by Chris Kuethe. | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-11 | pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested ↵ | Markus Friedl | |
by millert@ | |||
2002-10-11 | Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don't | Todd C. Miller | |
evaluate the same thing for each loop iteration in wi_get_id(). [ previous commit contained unrelated changes and has been removed ] | |||
2002-10-11 | Sigh, we can't just put the htole16() in the WI_CARD_IDS macro | Todd C. Miller | |
since gcc doesn't seem to evaluate htole16() of a constant at compile time after all. Noticed by deraadt@ | |||
2002-10-11 | make CBQ aware of the pf API so that pf developers can play with CBQ. | Kenjiro Cho | |
for now, implemnet a tentative transition mechanism to allow the old API and the new API to coexit. the old API will go away when pfctl(8) becomes ready. | |||
2002-10-10 | constify a few strings. various@ ok | Artur Grabowski | |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller | |
make the table itself a #define so we can reuse it in wicontrol. Also add a bunch of chip IDs from NetBSD/FreeBSD. mickey@ OK | |||
2002-10-10 | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. | Jason Wright | |
2002-10-10 | sync; sun crypto 1000; from Jamil Nimeh | Jason Wright | |
2002-10-10 | Sun Crypto 1000 | Jason Wright | |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier | |
panic: m_copym0: m == 0 and not COPYALL and/or panic: m_copydata: null muf on bridges running pf with scrubbing enabled. Bug report, test vector and confirmation by Jon Morby. ok jason@, jasoni@ | |||
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev | |
2002-10-10 | padd pf_state; dhartmei@ ok | Michael Shalayeff | |
2002-10-10 | add a borrow flag to be used by pf/altq. | Kenjiro Cho | |
2002-10-10 | preserve the m_tag order in m_tag_copy_chain() as originally intended. | Kenjiro Cho | |
the order doesn't matter at this moment but could be problematic if 2 tags of the same type are ever added. ok jason@, dhartmei@, angelos@ | |||
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback | |
Started by a commit to siop from provos@netbsd.org. ok miod@ millert@ | |||
2002-10-09 | pretty print | Theo de Raadt | |
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-09 | Nobody expects the spanish inquisition! | Miod Vallat | |
2002-10-09 | regen | Henning Brauer | |
2002-10-09 | Broadcom BCM4401 | Henning Brauer | |
2002-10-09 | new message to track uid/gid changes | Jun-ichiro itojun Hagino | |
from provos | |||
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho | |
this commit is to allow further development in both userland and kernel. the goal is to replace altq's classifier by pf(4). - make pf tag a queue id to mbuf and make altq read the queue id - merge altq config into pf.conf(5) ok dhartmei@, henning@ | |||
2002-10-07 | Remove a diagnostic check that I added when reorganizing the code. | Artur Grabowski | |
It triggers on ppc and while the check itself is correct, it's better to fix the bug before breaking peoples systems. | |||
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff | |
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this. | |||
2002-10-07 | also s/_PSW/_PSL/ | Michael Shalayeff | |
2002-10-07 | s/PSW_/PSL_/ to match other archs | Michael Shalayeff | |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier | |
2002-10-07 | proper terminate the user stack on signal | Michael Shalayeff | |
2002-10-07 | on implementations w/ fpu included unimplemented instructions | Michael Shalayeff | |
are signaled through the exception trap w/ invalid opcode marked instruction in the exception registers, not through the emulation trap (as long as the fpu is enabled, of course). parse emulation from the exception trap as well as the emulation trap and fix the dispatcher into usable condition. parse invalid op exception on trap and signal the user appropriately. reset the exception on exec and for child on fork. the later is appropriate since exceptions are delayed until next fpu instruction, which was in the parent indeed, let him get it. save parent's fpu context on fork before cipying it, if the parent owned the fpu. | |||
2002-10-07 | set block-policy [drop|return] | Henning Brauer | |
drop is default, same behaviour as before support block drop to override a return policy | |||
2002-10-07 | support a generic return | Henning Brauer | |
block return in|out ... acts like return-rst on tcp, like return-icmp on udp and like an ordinary block on anything else ok dhartmei@ | |||
2002-10-07 | make return-icmp work for rules covering both v4 and v6 | Henning Brauer | |
-new field "return_icmp6" in pf_rule -parser accepts block return-icmp(ipv4-icmpcode, ipv6-icmpcode) ok and some input dhartmei@ | |||
2002-10-07 | use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not | Henning Brauer | |
instead of just testing return_icmp > 0 ok dhartmei@ | |||
2002-10-07 | Add 'reply-to' to filter rules, similar to route-to, but applying to | Daniel Hartmeier | |
replies (packets that flow in the opposite direction of the packet that created state), used for symmetric routing enforcement. Document how route-to and reply-to work in context of stateful filtering. | |||
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn | |
be put in the cardbus register which really work instead of crashing the machine. if_dc @cardbus now works, xl@cardbus will configure, but does not work properly (endian?) wdc should work fine, but has not been tested recently. | |||
2002-10-06 | Remove some '#if 0' cruft. | Artur Grabowski | |
2002-10-06 | unused prototype. | Artur Grabowski | |
2002-10-06 | Move out the execution of vmcmds into a separate function. | Artur Grabowski | |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski | |
2002-10-06 | Initialize the result list in uvm_pglistalloc. | Artur Grabowski | |
2002-10-06 | nbuf doesn't belong here. It's declared on all architectures instead. | Artur Grabowski | |
And here it goes into the bss, while it's initialized in MD code. | |||
2002-10-06 | Declare nbuf just like all other architectures. | Artur Grabowski | |
2002-10-06 | Garbage collect __HAVE_SPLASSERT. It wasn't necessary. | Artur Grabowski | |
2002-10-06 | use syslog format for syslog, now that release is past... | Marc Espie | |
2002-10-05 | spelling. | Federico G. Schwindt | |
2002-10-05 | Allow filtering based on IP header's tos field. | Daniel Hartmeier | |
2002-10-05 | fix a embarrassing list-handling bug in cbq. | Kenjiro Cho | |
this bug is triggered only when 3 or more cbq instances are created at a time. | |||
2002-10-05 | match 5822 | Jason Wright | |