Age | Commit message (Expand) | Author |
2009-08-13 | Remove unrelated bit from last commit which breaks at least 2 arches. | Bret Lambert |
2009-08-13 | - ansify function declarations, no binary change | Jasper Lievisse Adriaanse |
2009-08-13 | Forgot to add break to the switch cases. Silly. | Paul Irofti |
2009-08-13 | make scsi_done set ITSDONE on the xs. this means hba drivers dont have to | David Gwynne |
2009-08-13 | More changes to make the parsing of those evil messages a bit easier. | Claudio Jeker |
2009-08-13 | rwlock assertion functions, currently unused | Bret Lambert |
2009-08-13 | Add wake/suspend support for pckbd(4). | Paul Irofti |
2009-08-13 | Rewrite part of the promiscuous/multicast handling; tested by myself, | Stuart Henderson |
2009-08-13 | Enable guard pages and slow recycling of kva. | Ariane van der Steldt |
2009-08-13 | Add more stuff change some fields to make the handling a bit easier. | Claudio Jeker |
2009-08-13 | add ioctls to allow userland to initiator a probe or detach of devices it | David Gwynne |
2009-08-13 | provide an api for an interrupt (or something like it) to notify the | David Gwynne |
2009-08-13 | repair vscsi line | Theo de Raadt |
2009-08-13 | toby do you even care enough to try to do right? | Theo de Raadt |
2009-08-13 | typo | Miod Vallat |
2009-08-13 | rewrite the promisc mode / multicast handling code for the sparc hme(4) | Peter Hessler |
2009-08-13 | In pmap_pte_flush flush the icache before the dcache, as is done elsewhere. | Theo de Raadt |
2009-08-13 | - remove super-obvious comments from vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-13 | fix a typo its supposed to be show all vnodes not show all vnodes, | Thordur I. Bjornsson |
2009-08-13 | Cleanup differences between i386 and amd64. | Mark Kettenis |
2009-08-13 | PAGEFASTRECYCLE is an option we have been using for a while to encourage | Theo de Raadt |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | Teach nfsm_fhtom about nfsm_info structs | Bret Lambert |
2009-08-13 | - remove the ef(4) chunk, it's unused now and the ioc ethernet driver | Jasper Lievisse Adriaanse |
2009-08-13 | i forgot a comment | David Gwynne |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | change version 3 post-operation attribute building function to not | Bret Lambert |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-13 | Start using a linking script for this kernel. This | Tobias Weingartner |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-13 | Make the i386 APIC code closer to the amd64 version. Many whitespace fixes, | Mark Kettenis |
2009-08-13 | - missing printf("\n"); after calling lockmgr_printinfo() | Jasper Lievisse Adriaanse |
2009-08-13 | set ITSDONE on the xs before calling scsi_done() | David Gwynne |
2009-08-13 | - set DV_IFNET, instead of DV_NULL | Jasper Lievisse Adriaanse |
2009-08-12 | Add wake support to acpihpet(4). | Paul Irofti |
2009-08-12 | Optimize Syndrome calculation, 30% speedup on writes | Jordan Hargrave |
2009-08-12 | just bzero the pkthdr instead of setting each and every member of that | Henning Brauer |
2009-08-12 | only pull in the source file if it is needed, so that all the others | Theo de Raadt |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | Let this work with C99 compilers that do not define __GNUC__ | Jonathan Gray |
2009-08-12 | Non-equivalent writable aliases (aka illegal aliases) are bad. Since PA-RISC | Mark Kettenis |
2009-08-12 | Mark sensor as invalid if the i2c transaction to read its value fails. | Mark Kettenis |
2009-08-12 | ix currently relies on a gcc extension that removes a comma | Jonathan Gray |
2009-08-12 | Namecache revamp. | Bob Beck |
2009-08-12 | Backing store for ega and vga virtual console is not allocated until the | Miod Vallat |
2009-08-12 | dlg deferred calling interfaces' if_start routine so we call them less, | Henning Brauer |
2009-08-12 | New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok... | Constantine A. Murenin |