| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add Intel ICH7. | joel | 2005-11-14 | 1 | -1/+3 |
* | 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 |
* | In build_iovec(), if passed in len is -1, check to see if | rodrigc | 2005-11-14 | 1 | -3/+6 |
* | o Style: restore tab indentation mangled in the previous delta. | maxim | 2005-11-14 | 1 | -5/+5 |
* | Eliminate coredump problem introduced by last commit. | rodrigc | 2005-11-14 | 1 | -2/+8 |
* | Use the new syntax for GENERIC. | des | 2005-11-14 | 1 | -1/+1 |
* | Build a PAE kernel if a PAE config exists. | des | 2005-11-14 | 1 | -0/+1 |
* | Add support for the += operator, which appends to a multiple-value variable. | des | 2005-11-14 | 2 | -6/+19 |
* | Add support for building other kernels than LINT and GENERIC. | des | 2005-11-14 | 2 | -15/+39 |
* | Unbreak for !INET6 case. | ru | 2005-11-14 | 1 | -1/+1 |
* | Eliminate build breakage due to warnings about const. | rodrigc | 2005-11-14 | 1 | -3/+3 |
* | Reuse delete_and_clear() template helper. | bland | 2005-11-14 | 1 | -5/+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 |
* | Update to match geom_gpt:1.35 | marcel | 2005-11-13 | 1 | -3/+5 |
* | 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 |
* | Use ANSI definitions. | dwmalone | 2005-11-13 | 13 | -574/+352 |
* | len and len2 work better as size_t | dwmalone | 2005-11-13 | 1 | -1/+2 |
* | Const poision, deregister and use ANSI definitions. | dwmalone | 2005-11-13 | 1 | -23/+20 |
* | Declare find_err in indent_globs.h where the other shared variables | dwmalone | 2005-11-13 | 3 | -4/+1 |
* | Avoid shadowing a local scratch variable, | dwmalone | 2005-11-13 | 1 | -2/+2 |
* | 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 |
* | This commit was generated by cvs2svn to compensate for changes in r152390, | sam | 2005-11-13 | 1 | -1/+1 |
|\ |
|
| * | correct check for whether or not md5 signature matches; applied | sam | 2005-11-13 | 1 | -1/+1 |
* | | 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 |
* | | Modify netstat -mb to use libmemstat when accessing a core dump or live | rwatson | 2005-11-13 | 3 | -178/+54 |
* | | Add symlinks for kvm access methods for memstat(3). | rwatson | 2005-11-13 | 1 | -0/+3 |
* | | 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 |
* | | Increase WARNS level to 6. | rodrigc | 2005-11-13 | 1 | -1/+1 |