summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-05-10OpenBSD/socppc, a port to the Thecus N1200, and potentially other FreescaleMark Kettenis
2008-05-10Make MPLS code compile without pseudo device mpe. OK norbyClaudio Jeker
2008-05-10convert sdltosa to a real cast because I removed the silly makro last night.Claudio Jeker
2008-05-09- Count excess and late collisions as output errors.Brad Smith
2008-05-09Another rtrequest() rtrequest1() replacement.Claudio Jeker
2008-05-09more rtrequest() to rtrequest1() replacement.Claudio Jeker
2008-05-09replace rtrequest() with corresponding rtrequest1() replacement.Claudio Jeker
2008-05-09Kill some useless makros.Claudio Jeker
2008-05-09switch altq from ifp->if_start to if_start() to take advantage of tx mit.David Gwynne
2008-05-09Add support to kill states by rule label or state id.Marco Pfatschbacher
2008-05-09Add support for NTT DoCoMo A2502.Jonathan Gray
2008-05-09regenJonathan Gray
2008-05-09NTT DoCoMo A2502.Jonathan Gray
2008-05-09Increase buffer size to 4k and make use of interrupt endpointJonathan Gray
2008-05-09there was a race between the addition of mpls and tx mitigation. this givesDavid Gwynne
2008-05-09procfs can use vop_generic_bmap too;Thordur I. Bjornsson
2008-05-09Fix a logic botch around prioinv that resulted in wrong ordering of moreClaudio Jeker
2008-05-09when cloning, copy the priority from the parent to the cloned route,Henning Brauer
2008-05-09arp entries in the routing table should have priority RTF_CONNECTEDHenning Brauer
2008-05-09Attempt to fix link status change handling so that the proper RTM_IFINFOKenneth R Westerback
2008-05-09Lock in removable media while trying to determine the disk parameters. ThisKenneth R Westerback
2008-05-09should check for null pointers; from henning@Markus Friedl
2008-05-09IP_RECVDSTPORT, allows you to get the destination port of UDP datagramsMarkus Friedl
2008-05-09Add SO_BINDANY socket option from BSD/OS.Markus Friedl
2008-05-09divert packets to local socket without modifying the ip header;Markus Friedl
2008-05-09A little bit of magic to make arp lookups work in MPLS as they should.Claudio Jeker
2008-05-09Oops. When detaching tape drives look for devices using 'stopen' notKenneth R Westerback
2008-05-08regenMark Kettenis
2008-05-08Add the Freescale vendor ID and some devices from the MPC8349E family.Mark Kettenis
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
2008-05-08do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2008-05-08regenMiod Vallat
2008-05-08Add support for yet another exotic Microsoft Mouse, this time theMiod Vallat
2008-05-08KNFJoel Sing
2008-05-08Fix alignment - sizeof(long) does not always match the address size of theJoel Sing
2008-05-08Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only doesMiod Vallat
2008-05-08Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens.Pierre-Yves Ritschard
2008-05-08reorder elements in pf_state_peer to avoid wasting memory. cvs blameTheo de Raadt
2008-05-08Start at making mpe tap to bpf. While there move if_start() call insidePierre-Yves Ritschard
2008-05-08Hook mpe(4) correctly into mpls so that it is possible to tunnel packets overClaudio Jeker
2008-05-08UP mpe interfaces.Esben Norby
2008-05-08fix TIOCSIG definition; from Hannah Schroeter <hannah at schlund dot de>Federico G. Schwindt
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-05-07oops, forgot to remove vfc_mountroot from vfsconf for real.Thordur I. Bjornsson
2008-05-07remove the vfc_mountroot member from vfsconf andThordur I. Bjornsson
2008-05-07enable tx mitigation when putting packets on the wire by switching fromDavid Gwynne
2008-05-07Add MPLS support to loopback.Esben Norby
2008-05-07check TIOCSIG for 0 and do not send that to psignal() and pgsignal()Theo de Raadt
2008-05-07Missing return and correctly indent a debug printf.Claudio Jeker
2008-05-07add mpe_input() to be able to be fed packets that will reenter ip.Pierre-Yves Ritschard