Age | Commit message (Expand) | Author |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-11-13 | Added mapping for failure flags for read/write mode (not yet used). | Jordan Hargrave |
2009-11-13 | >15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah] | Theo de Raadt |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-13 | do not need to pad up the uhub allocation anymore, from miod | Theo de Raadt |
2009-11-13 | Use TAILQ_ macros instead of handrolling them self. Tested by myself. | Claudio Jeker |
2009-11-13 | Packets generated by ip_fragment() need to inherit the rdomain from the | Claudio Jeker |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-11-13 | sizeof -> nitems, found by parfait; ok dlg | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-11-12 | More unused fields in struct sys_rec. | Miod Vallat |
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 |