summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-10-23remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised.Ted Unangst
2010-10-23fix the two extremely retarded bugs that prevented the RT30XXDamien Bergamini
2010-10-23Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks!Paul Irofti
2010-10-23Add working compile directoryMiod Vallat
2010-10-22Attach the two run(4) usb ids that krw@ added to usbdevs.Damien Bergamini
2010-10-21There is no TCP6 in our kernel, so remove the #ifndef TCP6.Alexander Bluhm
2010-10-20Disestablish interrupts if attachment fails.Michael Knudsen
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-10-19Remove the LOG_MAKEPRI macro. It has been broken (the << 3 is wrong) sinceTheo de Raadt
2010-10-19update initialization values for the Osprey 2.2.Damien Bergamini
2010-10-19Unify some error messages to simplify reset code. No functionalKenneth R Westerback
2010-10-18bFrameIntervalType affects frame rates, not frame sizesJacob Meuser
2010-10-18when configuring the streaming interface with the video probe andJacob Meuser
2010-10-18use setting with closest matching bandwidth for the current configurationJacob Meuser
2010-10-18tmac update no longer neededTheo de Raadt
2010-10-18Stop compiling with ATHN_DEBUG defined by default.Damien Bergamini
2010-10-18Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors.Damien Bergamini
2010-10-18remove v2.0 initialization values for the Osprey.Damien Bergamini
2010-10-18Revert non-compatible and undocumented bullshit commited by 3 developersTheo de Raadt
2010-10-18There is no reason to not include MPLS and mpe(4) in GENERIC. Makes myClaudio Jeker
2010-10-18PRU_PEEREID is only used by code under COMPAT_O47, so put it there tooPhilip Guenthe
2010-10-17Add quirks support to operating system fingerprinting. tcpdump partJoel Sing
2010-10-17Ansify non-ansified function definitions. No functional change.Kenneth R Westerback
2010-10-16SyncKenneth R Westerback
2010-10-16Two run(4)'s picked up in Akihabara after j2k10. Melco WLI-UC-GNM andKenneth R Westerback
2010-10-16Remove some duplicated code. No need to flush/reset at attach and thenKenneth R Westerback
2010-10-16SUNWEIT DVI can be just about any chipset. Use the revision to select which.Mats O Jansson
2010-10-15Remove redundant definitionJordan Hargrave
2010-10-15Enable multipath support on the MPLS routing table. ldpd needs this andClaudio Jeker
2010-10-14Move glxpcib(4) to MI land unifying the two MD drivers.Paul Irofti
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip Guenthe
2010-10-13do the same thing for the cd:Mike Belopuhov
2010-10-13shave some bytes off the ramdisk kernels by disaling a bunch ofMike Belopuhov
2010-10-13No need to check ST_DYING flag twice in succession.Kenneth R Westerback
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
2010-10-12regenMarco Pfatschbacher
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth R Westerback
2010-10-11correct MACHINE, MACHINE_ARCHTakuya ASADA
2010-10-1116-byte commands just won't fit in 12-byte buffers. So make theKenneth R Westerback
2010-10-11Implement an rtsocket filter for rtableids. A process will initiallyClaudio Jeker
2010-10-11Remove some commented code we will never have.Claudio Jeker
2010-10-10In tcp_update_sndspace() and tcp_update_rcvspace() change the typeAlexander Bluhm
2010-10-10Compact Flash support for OCTEONTakuya ASADA
2010-10-10Add proper malloc flags so we can attach again.Marcus Glocker
2010-10-09Make trm(4) work again. Avoid use-after-free of xs fields, don'tKenneth R Westerback
2010-10-09* define structure that represents USB descriptor with variable sizedJacob Meuser
2010-10-09only print out of sync messages when compiled for debuggingJacob Meuser
2010-10-09control values can be 1 or 2 bytes, signed or unsigned. fixes hueJacob Meuser
2010-10-08don't trust that bFrameIndex in frame descriptors is unique. fixesJacob Meuser