Age | Commit message (Expand) | Author |
2009-12-26 | SIGINTR -> SIGINT; taken from mrg@netbsd's fix to termios.4 (-r1.33); | Jason McIntyre |
2009-12-26 | move st over to the new midlayer. | David Gwynne |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | A couple more device types. | Miod Vallat |
2009-12-25 | regen | Miod Vallat |
2009-12-25 | One more Geode device. | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | Pass both the virtual address and the physical address of the memory range | Miod Vallat |
2009-12-25 | Don't bother returning a value in *_InvalidateICache(), as it's supposed to be | Miod Vallat |
2009-12-25 | Do not #include unused <machine/mcontext.h> | Miod Vallat |
2009-12-25 | Implement bus_space_vaddr(). | Miod Vallat |
2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. | Miod Vallat |
2009-12-25 | Fix (currently unused) bus_space_vaddr() return value. | Miod Vallat |
2009-12-25 | No stand subdir to recurse in. | Miod Vallat |
2009-12-24 | do not run the unsolicited event queue from the interrupt handler. | Jacob Meuser |
2009-12-24 | add support to pf for filtering a packet by the interface it was received | David Gwynne |
2009-12-23 | - add and enable uthum | Jasper Lievisse Adriaanse |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-12-22 | rewrite promiscuous mode and multicast handling; from Brad | Christian Weisgerber |
2009-12-22 | Revert last commit, I should have checked with damien@ first. | Stuart Henderson |
2009-12-22 | Sort pci ids, from Brad. | Stuart Henderson |
2009-12-22 | treat the front headphone jack more like a built-in speaker. make it's | Jacob Meuser |
2009-12-21 | typo in comment; Holger Mikolon | Stuart Henderson |
2009-12-21 | Add uthum(4) to arches I could test it. ok deraadt@. | Matthieu Herrb |
2009-12-21 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-12-21 | Some cleaning for the rl(4) driver: | Christian Weisgerber |
2009-12-20 | When using ptrace(), death of the traced process should always send | Philip Guenthe |
2009-12-20 | svr4_sys_waitsys() was seemingly implemented by copying sys_wait4() | Philip Guenthe |
2009-12-20 | compile in utrh | Theo de Raadt |
2009-12-19 | fix tsleep parameter | Yojiro Uo |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-12-18 | More device id ordering, from Brad | Stuart Henderson |
2009-12-18 | Add lofn(4) and ubsec(4) crypto devices. From Brad. | Joel Sing |
2009-12-18 | More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use by | Joel Sing |
2009-12-18 | regen | Yojiro Uo |
2009-12-18 | add utrh(4): USBRH temperature / humidity sensor driver | Yojiro Uo |
2009-12-17 | Initialize ccb_xs to NULL when taking a ccb off the free list. This | Kenneth R Westerback |
2009-12-17 | if anyone vref()s a VNON vnode, panic. This should not happen. | Owain Ainsworth |
2009-12-17 | This fixes a case where we could panic on a null deref with a bad vnode | Bob Beck |