summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-09Export compression info only if the SA (xform) is initialized.Angelos D. Keromytis
2002-06-09Added registers in cheetahMarcus Watts
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09Don't use an int for the flags, when the structure usesAngelos D. Keromytis
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist
2002-06-09More sc_arpcom fallout.Artur Grabowski
2002-06-09don't need device.hJason Wright
2002-06-09Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so itDaniel Hartmeier
2002-06-09if_addrlen need not be 4, set to 0. From: Martin Husemann <martin@duskware.de>Jun-ichiro itojun Hagino
2002-06-09make sure to bzero sockaddr_inJun-ichiro itojun Hagino
2002-06-09support SIO*PHYADDR, so that we can configure outer address with ifconfig(8)Jun-ichiro itojun Hagino
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-06-09whitespace cleanupJun-ichiro itojun Hagino
2002-06-09reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIGPhilipp Buehler
2002-06-09reapply patch from jasoni@ for pf_route[6]Philipp Buehler
2002-06-09Userland might want resource.h.Artur Grabowski
2002-06-09split ioctl functions out of pf.c into pf_ioctl.cPhilipp Buehler
2002-06-09support published arp entries again. PR 2635 (confirmed by submitter).Jun-ichiro itojun Hagino
2002-06-09no need to log() on outgoing packet on !IFF_UP caseJun-ichiro itojun Hagino
2002-06-09zap EMBMEDANY leftovers (all the comments were wrong).Artur Grabowski
2002-06-09unbreak sparc64 kernel builds after the arpcom change.Artur Grabowski
2002-06-09add struct pstats to struct eprocArtur Grabowski
2002-06-09KNFDale Rahn
2002-06-09Ah, seems we've seen this problem before (macro's with wrong name)Jason Wright
2002-06-09typoJun-ichiro itojun Hagino
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason okJun-ichiro itojun Hagino
2002-06-09This commit commit commit without testing has to STOP. BE CAREFUL.Theo de Raadt
2002-06-09M_TCPV4_CSUM_OUT=0x0002 not 0x2002Mike Frantzen
2002-06-09uncommit, broken (by corrupt diff)Philipp Buehler
2002-06-09Use LIST_FOREACH.Artur Grabowski
2002-06-09KERN_MBSTATAngelos D. Keromytis
2002-06-09Add KERN_MBSTATAngelos D. Keromytis
2002-06-09Comment out currently-unused code (it's there for the ethernet-ipsecAngelos D. Keromytis
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09new file sys/net/pf_ioctl.cPhilipp Buehler
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-09make gem compile, arpcom is sc_arpcom.Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-09replace epsetfilter() / epsetmedia() with epinit() and only if theFederico G. Schwindt
2002-06-09an agr(0) was overwriting the saved r18, fix thatMichael Shalayeff
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen <mariu...Michael Shalayeff
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-06-09increment ifs6_in_toobig if ipv6 packet too large for interface injasoni
2002-06-09in pf_route{6}, if too large for outgoing interface and not allowed tojasoni
2002-06-09ANSIfy (started as some other change that just ran away).Artur Grabowski
2002-06-09change M_AUTHxx to openbsd definition (M_AUTH_AH)Jun-ichiro itojun Hagino
2002-06-09Set/clear M_AUTH_AH.Angelos D. Keromytis
2002-06-09Handle out of memory gracefully. ok miod@Thomas Nordin