Age | Commit message (Expand) | Author |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | Build kernels at -O2 instead of -Os, as done for userland and on all other | Miod Vallat |
2014-07-12 | Fix the last commit by proper dereferencing the disklabel partition. | Paul Irofti |
2014-07-12 | Kill the last dumb DVACT_DEACTIVATE handlers. | Martin Pieuchot |
2014-07-12 | Refactor out dosigsuspend() function | Matthew Dempsky |
2014-07-12 | Fix USB connect freeze by clearing the host port interrupt. | Paul Irofti |
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | teduuuuuudfu(4) it has never been enabled in 5 years. | Martin Pieuchot |
2014-07-12 | revert more free fallout | Ted Unangst |
2014-07-12 | Oops. Correct variable name more likely to compile. | Kenneth R Westerback |
2014-07-12 | - replace main() with mips_init() so we can save the arguments from uboot to | Jasper Lievisse Adriaanse |
2014-07-12 | Calculate i/o starts and sizes in 'proper' sectors rather assuming | Kenneth R Westerback |
2014-07-12 | add guards to just make available to the bootblocks what they need. | Jasper Lievisse Adriaanse |
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot |
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi |
2014-07-12 | Protect the freelists of transfer descriptors with the appropriate spl | Martin Pieuchot |
2014-07-12 | Mark the interface down and cancel the watchdog timer in imxenet_stop(). | Brad Smith |
2014-07-12 | Whitespace | Paul Irofti |
2014-07-12 | rename variable to better indicate it's meaning | Jasper Lievisse Adriaanse |
2014-07-12 | guenther (who also should have been credited in previous free size commits) | Ted Unangst |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | revert bogus free changes in not kernel files. got a little trigger happy. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | No INET6 in ramdisk, fix the tree. | Martin Pieuchot |
2014-07-12 | Fix root hub descriptors by matching ehci(4)'s descriptors. | Paul Irofti |
2014-07-12 | Remove the temporary dospartoff work around. | Joel Sing |
2014-07-12 | To enable Intel XHCI host controller, re-route all of usb port to xhci | Yojiro Uo |
2014-07-12 | Implement Set Port Feature request support. | Paul Irofti |
2014-07-12 | Tackle 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-12 | Add support for Get Port Status requests. | Paul Irofti |
2014-07-12 | Add support for Get Hub Descriptor requests. | Paul Irofti |
2014-07-12 | Rework zyd(4)'s register read/write methods to eliminate race conditions. | Stefan Sperling |
2014-07-12 | I don't need to treat the (half-)empty Tx and Rx FIFO cases. | Paul Irofti |
2014-07-12 | Add support for the CLEAR FEATURE requests. | Paul Irofti |
2014-07-12 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-07-12 | remove ifdef'd out valleyview/baytrail device lists | Jonathan Gray |
2014-07-12 | fix annoying bug where the first character would be eaten, cnischar() was | Jasper Lievisse Adriaanse |
2014-07-12 | - fill in cninit to enable rts | Jasper Lievisse Adriaanse |
2014-07-12 | boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) | Masao Uebayashi |
2014-07-12 | Change config_deactivate(9) to always unset the DVF_ACTIVE flag so | Martin Pieuchot |
2014-07-12 | fix a type error on BE architectures | Martin Pelikan |
2014-07-12 | - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which | Jasper Lievisse Adriaanse |
2014-07-12 | Remove the qli driver for QLogic 4010 & 4022 iSCSI. | Jonathan Gray |
2014-07-12 | sizeof(afh), afh being uint32, is cooler than literal "4" | Henning Brauer |
2014-07-12 | in-memory superblock was being filled in two places -> merge them | Martin Pelikan |