| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nuke special handling to extend cts when bursting; it was race prone | sam | 2005-11-15 | 3 | -65/+2 |
* | bandaid inconsistent state handling: the rate index map may be | sam | 2005-11-15 | 1 | -0/+5 |
* | Unbreak kernel builds. | kan | 2005-11-15 | 1 | -2/+2 |
* | Keep track of volumes in non-optimal state and expose a simple count | kan | 2005-11-15 | 2 | -0/+13 |
* | Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one can | cognet | 2005-11-14 | 1 | -1/+7 |
* | 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handle | jkim | 2005-11-14 | 2 | -32/+144 |
* | In ktr_getrequest(), acquire ktrace_mtx earlier -- while the race | rwatson | 2005-11-14 | 1 | -2/+3 |
* | Update my email address, so people know where the exact / | ariff | 2005-11-14 | 3 | -7/+7 |
* | From luigi: | ariff | 2005-11-14 | 1 | -35/+71 |
* | From luigi: | ariff | 2005-11-14 | 1 | -2/+9 |
* | Unlike the rest of the world, NDIS code can access "struct | ru | 2005-11-14 | 1 | -1/+2 |
* | ac97.c: | ariff | 2005-11-14 | 2 | -2/+3 |
* | Fix a long standing unhandled interrupt bug which can cause | ariff | 2005-11-14 | 1 | -2/+2 |
* | - Added few more Intel HDA ids (ICH 6/7) which does have backward | ariff | 2005-11-14 | 1 | -104/+154 |
* | Use both (enabled by default) DAC1 and DAC2 to provide 2 | ariff | 2005-11-14 | 1 | -105/+473 |
* | Fix left/right channel mixed-up during recording by splitting recdev | ariff | 2005-11-14 | 1 | -13/+22 |
* | Unbreak for !INET6 case. | ru | 2005-11-14 | 1 | -1/+1 |
* | Fix misspelling. | imp | 2005-11-14 | 1 | -2/+2 |
* | Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98. | imp | 2005-11-14 | 4 | -6/+4 |
* | Add xbox associated options/devices to LINT. | imp | 2005-11-14 | 1 | -0/+17 |
* | o Slightly refactor the ctlreq code to maximize code sharing between | marcel | 2005-11-13 | 1 | -67/+127 |
* | Restore backwards source compatibility with 6.x and 5.x. | wpaul | 2005-11-13 | 1 | -2/+6 |
* | Fix a second missed case where the refcount is not decremented. | thompsa | 2005-11-13 | 1 | -2/+3 |
* | Fix a mbuf and refcnt leak in the broadcast code. | thompsa | 2005-11-13 | 1 | -4/+4 |
* | Fix endianness issues. iwi now works on big endian architectures too. | damien | 2005-11-13 | 1 | -10/+10 |
* | Remove the unused AAC_DRIVER_BUILD_DATE macro. | schweikh | 2005-11-13 | 1 | -49/+48 |
* | Be more robust when handling Rx interrupts. If we can't allocate a new mbuf, | damien | 2005-11-13 | 1 | -11/+11 |
* | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | damien | 2005-11-13 | 1 | -21/+41 |
* | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | damien | 2005-11-13 | 1 | -24/+42 |
* | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | damien | 2005-11-13 | 1 | -20/+40 |
* | Add support for 24/32 bit audio formats/conversion. | netchild | 2005-11-13 | 3 | -113/+264 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | rwatson | 2005-11-13 | 8 | -92/+213 |
* | Add some cards: | netchild | 2005-11-13 | 4 | -5/+67 |
* | Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__. | schweikh | 2005-11-13 | 1 | -1/+1 |
* | Define SIGLWP which is an alias for SIGTHR, the reason why I did this | davidxu | 2005-11-13 | 1 | -0/+1 |
* | In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlock | alc | 2005-11-13 | 4 | -4/+16 |
* | Make the kern.geom.conftxt sysctl more usable by also dumping the | marcel | 2005-11-12 | 1 | -5/+4 |
* | Really fix it this time. | ru | 2005-11-12 | 1 | -3/+3 |
* | Attempt to fix pc98 GENERIC compile breakage. | ru | 2005-11-12 | 1 | -3/+3 |
* | Fix a > 1 year old typo that caused the ulpt driver to try reading | iedowse | 2005-11-12 | 1 | -1/+1 |
* | style(9) cleanups. | rodrigc | 2005-11-12 | 1 | -16/+17 |
* | Significant refactoring of the accounting code to improve locking and VFS | rwatson | 2005-11-12 | 1 | -108/+93 |
* | Make sure only remove one signal by debugger. | davidxu | 2005-11-12 | 1 | -1/+2 |
* | Update PCI ids to add the E200, E200i, P400, and P400i storage | ps | 2005-11-11 | 1 | -3/+8 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 81 | -242/+220 |
* | Use the more appropriate ifnet_byindex() instead of ifaddr_byindex(). | ru | 2005-11-11 | 1 | -2/+2 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | ru | 2005-11-11 | 8 | -12/+10 |
* | Add definitions for 64-bit PTEs | grehan | 2005-11-11 | 1 | -10/+47 |
* | Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency | pjd | 2005-11-11 | 3 | -6/+5 |
* | Force this interface to be RUNNING. | glebius | 2005-11-11 | 1 | -0/+1 |