| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-format XLR configuartion files and remove obsolete options. | jchandra | 2011-01-20 | 3 | -104/+93 |
* | Add a comment from my local HAL about what is actually going on here | adrian | 2011-01-20 | 1 | -0/+17 |
* | Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API. | adrian | 2011-01-20 | 2 | -99/+36 |
* | Add in the public method to access the tx completion rates. | adrian | 2011-01-20 | 1 | -0/+2 |
* | ldscript and conf cleanup for MIPS | jchandra | 2011-01-20 | 6 | -619/+7 |
* | Fixes in the XLR platform code | jchandra | 2011-01-20 | 2 | -3/+3 |
* | Include the initial support for external EEPROMs. | adrian | 2011-01-20 | 13 | -13/+24 |
* | Port over another EEPROM option from ath9k - AR_EEP_DAC_HPWR_5G | adrian | 2011-01-20 | 3 | -0/+10 |
* | Add another HAL function which waits for a register for a configurable amount. | adrian | 2011-01-20 | 2 | -2/+10 |
* | Add a new HAL method to retrieve the completion schedule. It sets | adrian | 2011-01-20 | 13 | -0/+76 |
* | Fix build by changing format for size_t to %jd | gonzo | 2011-01-20 | 1 | -14/+14 |
* | Use the now-exposed diag code, rather than a hard-coded magic number. | adrian | 2011-01-20 | 1 | -1/+1 |
* | Break out the diagnostic codes from ah_internal.h and place them in ah_diagco... | adrian | 2011-01-20 | 3 | -39/+70 |
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | mdf | 2011-01-19 | 12 | -59/+91 |
* | document that even when wakeup_one is used to wakeup, msleep and friends | jmg | 2011-01-19 | 1 | -0/+8 |
* | The output format should be determined by the ABI flags, not the ldscript. | jmallett | 2011-01-19 | 1 | -4/+1 |
* | Cleanup the management of CC functions. | tuexen | 2011-01-19 | 5 | -256/+68 |
* | Fix format of physical addresses; this fixes the n32 build. | jmallett | 2011-01-19 | 1 | -3/+3 |
* | Bump .Dd date of manpage for r217481 | keramida | 2011-01-19 | 1 | -1/+1 |
* | Use CTLFLAG_RDTUN for read-only sysctl that exports tunable. | kib | 2011-01-19 | 1 | -2/+2 |
* | Fix style 9 nit that snuck in when I | rrs | 2011-01-19 | 1 | -1/+1 |
* | Fix a small typo nit | uqs | 2011-01-19 | 1 | -4/+4 |
* | Update groff manpage and symbols with what has been submitted upstream. | uqs | 2011-01-19 | 4 | -20/+84 |
* | Fix build with KDB defined. | jhb | 2011-01-19 | 1 | -0/+2 |
* | Update driver to version 2.3.8: | jfv | 2011-01-19 | 8 | -663/+357 |
* | Fix a bug where Multicast packets sent from a | rrs | 2011-01-19 | 1 | -3/+5 |
* | Fix for kern/152853, pullup at the wrong point | jfv | 2011-01-19 | 1 | -5/+10 |
* | Jump to the next element and not to an arbitrary point. frm[1] contains | bschmidt | 2011-01-19 | 1 | -1/+1 |
* | Here v->iov_len has been assigned the return value from snprintf. | dwmalone | 2011-01-19 | 1 | -2/+3 |
* | Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since there | trasz | 2011-01-19 | 1 | -1/+1 |
* | Fix yet another fallout from r208833. VM86 BIOS call may cause page fault | jkim | 2011-01-19 | 1 | -3/+2 |
* | sysctl(8) should use the CTLTYPE to determine the type of data when | mdf | 2011-01-19 | 9 | -82/+41 |
* | Whitespace and style fixes. | jhb | 2011-01-19 | 3 | -6/+5 |
* | Move calculation of 'bmask' earlier to match it's current location in | jhb | 2011-01-19 | 1 | -1/+2 |
* | Add missed (). | kib | 2011-01-19 | 1 | -2/+2 |
* | Merge 118969 from UFS: | jhb | 2011-01-19 | 3 | -4/+5 |
* | There is no point in calling vm_object_set_writeable_dirty() on an object | alc | 2011-01-19 | 1 | -1/+0 |
* | In linuxolator getdents_common(), it seems there is no reason to loop | kib | 2011-01-19 | 1 | -3/+4 |
* | o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0. | maxim | 2011-01-19 | 1 | -2/+2 |
* | Don't do a device_identify to add uart0, it's already hinted. | jmallett | 2011-01-19 | 1 | -8/+0 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 9 | -19/+21 |
* | Make the length of the LDT a loader tunable, machdep.max_ldt_segment, | kib | 2011-01-18 | 1 | -2/+18 |
* | Use malloc(9) instead of kmem_alloc(9) for temporal copy of the | kib | 2011-01-18 | 1 | -9/+3 |
* | For architectures not using direct map , and requiring real KVA page for | kib | 2011-01-18 | 6 | -6/+6 |
* | There are PowerMacs which do not have a hwsensor-location property | andreast | 2011-01-18 | 1 | -7/+12 |
* | Make sure the PKGDIR exists before we move stuff into it. | phk | 2011-01-18 | 1 | -0/+1 |
* | Make USB packet filtering code optional. | hselasky | 2011-01-18 | 3 | -5/+11 |
* | sh: Fix signal messages being sent to the wrong file sometimes. | jilles | 2011-01-18 | 2 | -0/+9 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 9 | -36/+45 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 8 | -22/+26 |