summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11Enable the interrupt routine.Paul Irofti
2014-07-11introduce the IFXF_AUTOCONF6 interface flag which controls wether weHenning Brauer
2014-07-11Remove redundant mask check in the interrupt routine.Paul Irofti
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2014-07-11Use uint32_t instead of uint16_t for pr_timeout_sec of structYASUOKA Masahiko
2014-07-11new dinode format for big-endian conversion routinesMartin Pelikan
2014-07-11Prevent division by zero on erroneous file systems.Tobias Stoeckmann
2014-07-11add some more register definitionsJasper Lievisse Adriaanse
2014-07-11in_proto_cksum_out: zero the icmp cksum before going on so that we do notHenning Brauer
2014-07-11split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has doneMartin Pelikan
2014-07-11move IPv6 prefix adding from workq to taskq; as a happy benefit, weBret Lambert
2014-07-11Use the correct type, found by naddy@.Martin Pieuchot
2014-07-11reboot(9): Add MI reboot entry functionMasao Uebayashi
2014-07-11Fix invocation of _OSC. We were passing the capabilities in the wrong DWORDMark Kettenis
2014-07-11determine and use maximum file size instead of magical constantsMartin Pelikan
2014-07-11There is a use-after-free somewhere in the code that links the pfAlexander Bluhm
2014-07-11sgmap loading didnt respect the dmamaps max number of segments.David Gwynne