| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some initial bits (currently unused) for upcoming AMRR support. | damien | 2005-11-15 | 1 | -0/+10 |
* | Add some initial bits (currently unused) for upcoming AMRR support. | damien | 2005-11-15 | 1 | -0/+77 |
* | Optimize and clean TX time computation. | damien | 2005-11-15 | 2 | -44/+14 |
* | Add BCM5752 to HARDWARE section. | glebius | 2005-11-15 | 1 | -1/+3 |
* | Recognize Broadcom BCM5752 chip, that can be found in HP DC7600. | glebius | 2005-11-15 | 2 | -2/+7 |
* | Some whitespace and style cleanup. | glebius | 2005-11-15 | 2 | -89/+88 |
* | Update ieee80211_mhz2ieee to understand public safety bands and spectrum | sam | 2005-11-15 | 2 | -9/+24 |
* | 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 |
* | The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASES | ume | 2005-11-15 | 1 | -0/+1 |
* | Keep track of volumes in non-optimal state and expose a simple count | kan | 2005-11-15 | 2 | -0/+13 |
* | Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or | brooks | 2005-11-14 | 4 | -5/+84 |
* | Briefly document the use of kern.elf32.can_exec_dyn. | cognet | 2005-11-14 | 1 | -0/+4 |
* | 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 |
* | Listen to jhb, and remove bogus claim of support of DE425. | wilko | 2005-11-14 | 1 | -1/+1 |
* | 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 |