summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-12rename variable to better indicate it's meaningJasper Lievisse Adriaanse
2014-07-12guenther (who also should have been credited in previous free size commits)Ted Unangst
2014-07-12Remove the redundant csum_flag variable and just set the checksum flagLawrence Teo
2014-07-12Protocol checksums have been recalculated on reinjection for a whileLawrence Teo
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12No INET6 in ramdisk, fix the tree.Martin Pieuchot
2014-07-12Fix root hub descriptors by matching ehci(4)'s descriptors.Paul Irofti
2014-07-12Remove the temporary dospartoff work around.Joel Sing
2014-07-12To enable Intel XHCI host controller, re-route all of usb port to xhciYojiro Uo
2014-07-12Implement Set Port Feature request support.Paul Irofti
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-12/* this has no effect on IP, and will kill all ISO connections XXX */Henning Brauer
2014-07-12Add support for Get Port Status requests.Paul Irofti
2014-07-12Add support for Get Hub Descriptor requests.Paul Irofti
2014-07-12Rework zyd(4)'s register read/write methods to eliminate race conditions.Stefan Sperling
2014-07-12I don't need to treat the (half-)empty Tx and Rx FIFO cases.Paul Irofti
2014-07-12Add support for the CLEAR FEATURE requests.Paul Irofti
2014-07-12Always create a local route for every configured IPv4 address on theMartin Pieuchot
2014-07-12remove ifdef'd out valleyview/baytrail device listsJonathan Gray
2014-07-12fix annoying bug where the first character would be eaten, cnischar() wasJasper Lievisse Adriaanse
2014-07-12- fill in cninit to enable rtsJasper Lievisse Adriaanse
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
2014-07-12Change config_deactivate(9) to always unset the DVF_ACTIVE flag soMartin Pieuchot
2014-07-12fix a type error on BE architecturesMartin Pelikan
2014-07-12- rewrite register reading/writing to use octeon_xkphys_{read,write}_8 whichJasper Lievisse Adriaanse
2014-07-12Remove the qli driver for QLogic 4010 & 4022 iSCSI.Jonathan Gray
2014-07-12sizeof(afh), afh being uint32, is cooler than literal "4"Henning Brauer
2014-07-12in-memory superblock was being filled in two places -> merge themMartin Pelikan
2014-07-12pull dirblock search code from ext2fs_lookup() like FreeBSD has doneMartin Pelikan
2014-07-12remove bluetooth typesTed Unangst
2014-07-12regenJonathan Gray
2014-07-12add some more matrox devices found in serversJonathan Gray
2014-07-12Pull in more atomic functions to avoid <sys/atomic.h> trying to use gcc4Miod Vallat
2014-07-12regenYojiro Uo
2014-07-12fix location of 7 Series xHCI entryYojiro Uo
2014-07-12print more useful information on wrong superblocks.Martin Pelikan
2014-07-12revert previous unwanted commit. sorry!Martin Pelikan
2014-07-12Add a function to drop all clean pages on the page daemon queues and callMark Kettenis
2014-07-12*** empty log message ***Martin Pelikan
2014-07-12Use the correct poll interval for HS root hub before it gets copied, noMartin Pieuchot
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-07-12essentially mechanical conversion of softraid rebuild fromBret Lambert
2014-07-12move macppc abtn(4) driver from workq to taskqBret Lambert
2014-07-12Remove incorrect comment about how autoconf(9) works and documentMartin Pieuchot
2014-07-12Only detach the USB device you disconnected, fix a regression reportedMartin Pieuchot
2014-07-12Implement checksum offload for divert(4): simply set the checksum flagLawrence Teo
2014-07-12Preread the thermal zone trip points before reading the temperature value.Mike Larkin