Age | Commit message (Expand) | Author |
2009-11-12 | typo | Miod Vallat |
2009-11-12 | Oops, I can't even spell `spurious' correctly. | Miod Vallat |
2009-11-12 | Only read mace interrupt registers once in the interrupt handler; and fix | Miod Vallat |
2009-11-12 | Move the interrupt makemasks() code to the interrupt template; no functional | Miod Vallat |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | Use the number of products in the terminating condition when iterating | Jonathan Gray |
2009-11-12 | be paranoid in case the action array changes size (again, grr) | Theo de Raadt |
2009-11-12 | count packets; from claudio | Theo de Raadt |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-12 | oops my slow editor conspired against me | Theo de Raadt |
2009-11-12 | if the table got messed up, early loop termination is not gauranteed, and | Theo de Raadt |
2009-11-11 | fix memory leak found by parfait | Jacob Meuser |
2009-11-11 | fixup of locking issues with sdmmc, which were causing | Jasper Lievisse Adriaanse |
2009-11-11 | memory leaks found by parfait; ok oga | Theo de Raadt |
2009-11-11 | add a icache flush which appears to make the machines even more stable | Theo de Raadt |
2009-11-11 | Let ioc(4) pass the information whether it is an onboard device or not, to its | Miod Vallat |
2009-11-11 | Perform a bit more kbc initialization, instead of relying upon the prom to | Miod Vallat |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-11 | Fix some memory leaks in error cases. | Jonathan Gray |
2009-11-11 | Pass the structure by reference. pointed out and ok by miod@ | Federico G. Schwindt |
2009-11-10 | Use buffered fwrite(3) to build the udl Huffman table, | Marco Pfatschbacher |
2009-11-10 | Handle LOMlite2 in an interrupt-driven way; avoids using delay(9) once the | Mark Kettenis |
2009-11-10 | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on | Joel Sing |
2009-11-10 | Fix indentation. | Joel Sing |
2009-11-10 | remove a stale comment from a previous revision of the diff i | David Gwynne |
2009-11-10 | dont compare devids when we dont have a devid to compare with. | David Gwynne |
2009-11-10 | fix the NO_CCB handling i broke when working on simplifying the midlayer. | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-09 | bump pfsync protocol version | David Gwynne |
2009-11-09 | Fix error message. | Mark Kettenis |
2009-11-09 | s/MPLS_DEBUG/VETHER_DEBUG | Marco Pfatschbacher |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-09 | Make sure we correctly return failure in l1_serial_ppp_read() when a read | Miod Vallat |
2009-11-09 | Only invoke the L1 code if IP35. | Miod Vallat |
2009-11-09 | Link state change interrupt was not generated due to a missing bit in | David Gwynne |
2009-11-09 | sync | Stuart Henderson |
2009-11-09 | - remove wrongly-sorted duplicate entries | Stuart Henderson |
2009-11-09 | vether(4) is a virtual ethernet device driver which can be used | Theo de Raadt |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-08 | Relocate FDT blob such that it doesn't clash with the kernel we're going to | Mark Kettenis |
2009-11-08 | Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch(). | Mark Kettenis |
2009-11-08 | Make sure xscale_cache_flushD_rng will not try to flush more than the | Miod Vallat |
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat |
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat |
2009-11-08 | update description for iwn(4) | Damien Bergamini |
2009-11-08 | regen | Damien Bergamini |
2009-11-08 | - remove non-production pci ids for 6050 3x3 | Damien Bergamini |
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray |
2009-11-07 | According to Brad, bnx(4) is not endian-safe, so remove it from sgi kernels. | Miod Vallat |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |