summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-11pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by...Markus Friedl
2002-10-11Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don'tTodd C. Miller
2002-10-11Sigh, we can't just put the htole16() in the WI_CARD_IDS macroTodd C. Miller
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho
2002-10-10constify a few strings. various@ okArtur Grabowski
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-10-10Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821.Jason Wright
2002-10-10sync; sun crypto 1000; from Jamil NimehJason Wright
2002-10-10Sun Crypto 1000Jason Wright
2002-10-10Missing m_pullup() and mbuf corruption. This potentially causedDaniel Hartmeier
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-10-10padd pf_state; dhartmei@ okMichael Shalayeff
2002-10-10add a borrow flag to be used by pf/altq.Kenjiro Cho
2002-10-10preserve the m_tag order in m_tag_copy_chain() as originally intended.Kenjiro Cho
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-10-09pretty printTheo de Raadt
2002-10-09supress too noisy log - can be re-enabled by sysctl. sync w/kameJun-ichiro itojun Hagino
2002-10-09Nobody expects the spanish inquisition!Miod Vallat
2002-10-09regenHenning Brauer
2002-10-09Broadcom BCM4401Henning Brauer
2002-10-09new message to track uid/gid changesJun-ichiro itojun Hagino
2002-10-08the first step of pf/altq merge.Kenjiro Cho
2002-10-07Remove a diagnostic check that I added when reorganizing the code.Artur Grabowski
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-07also s/_PSW/_PSL/Michael Shalayeff
2002-10-07s/PSW_/PSL_/ to match other archsMichael Shalayeff
2002-10-07-Wsign-compare cleanDaniel Hartmeier
2002-10-07proper terminate the user stack on signalMichael Shalayeff
2002-10-07on implementations w/ fpu included unimplemented instructionsMichael Shalayeff
2002-10-07set block-policy [drop|return]Henning Brauer
2002-10-07support a generic returnHenning Brauer
2002-10-07make return-icmp work for rules covering both v4 and v6Henning Brauer
2002-10-07use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or notHenning Brauer
2002-10-07Add 'reply-to' to filter rules, similar to route-to, but applying toDaniel Hartmeier
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-10-06Remove some '#if 0' cruft.Artur Grabowski
2002-10-06unused prototype.Artur Grabowski
2002-10-06Move out the execution of vmcmds into a separate function.Artur Grabowski
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Initialize the result list in uvm_pglistalloc.Artur Grabowski
2002-10-06nbuf doesn't belong here. It's declared on all architectures instead.Artur Grabowski
2002-10-06Declare nbuf just like all other architectures.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-10-06use syslog format for syslog, now that release is past...Marc Espie
2002-10-05spelling.Federico G. Schwindt
2002-10-05Allow filtering based on IP header's tos field.Daniel Hartmeier
2002-10-05fix a embarrassing list-handling bug in cbq.Kenjiro Cho
2002-10-05match 5822Jason Wright