| Commit message (Expand) | Author | Age | Files | Lines |
* | Change memguard_fudge() so that it can handle km_max being zero. Not | Alan Cox | 2010-12-14 | 1 | -2/+3 |
* | Tighten up some of the comments describing turnstiles and sleepqueues. | Kirk McKusick | 2010-12-13 | 2 | -9/+10 |
* | Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS) | Edward Tomasz Napierala | 2010-12-13 | 1 | -63/+258 |
* | Updates for I2C devices on XLR engg boards. | Jayachandran C. | 2010-12-13 | 3 | -34/+10 |
* | fix mips build breakage introduced in r216375: atomic_store_int doesn't exists | Andriy Gapon | 2010-12-13 | 1 | -3/+1 |
* | Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching | Robert Watson | 2010-12-13 | 1 | -0/+1 |
* | Bugfix: Do correct accounting using the MIB counters when an | Michael Tuexen | 2010-12-12 | 1 | -0/+5 |
* | In fpudna()/npxdna(), mark FPU context initialized and optionally | Konstantin Belousov | 2010-12-12 | 2 | -2/+6 |
* | Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the | Jaakko Heinonen | 2010-12-12 | 1 | -0/+5 |
* | I2C drivers for XLR/XLS processors. | Jayachandran C. | 2010-12-12 | 9 | -263/+711 |
* | Reduce the Xen timecounter from 1GHz to 2^-9 GHz, thereby increasing the | Colin Percival | 2010-12-11 | 1 | -2/+3 |
* | Add some isync()s related to the 64-bit MMU scratch page to avoid race | Nathan Whitehorn | 2010-12-11 | 2 | -0/+4 |
* | Make the machdep.independent_wallclock sysctl do what it says on the box. | Colin Percival | 2010-12-11 | 1 | -1/+2 |
* | Remove redundant semicolon and empty like. | Pawel Jakub Dawidek | 2010-12-11 | 1 | -2/+1 |
* | acpi_fujitsu: update for P8010 | Andriy Gapon | 2010-12-11 | 1 | -1/+54 |
* | fix atomic_set_xxx misuse in rge | Andriy Gapon | 2010-12-11 | 1 | -2/+2 |
* | fix atomic_set_xxx misuse in drm | Andriy Gapon | 2010-12-11 | 1 | -1/+1 |
* | fix incorrect use of atomic_set_xxx in cxgb | Andriy Gapon | 2010-12-11 | 1 | -1/+1 |
* | Fix race in devfs by using LIST_FIRST() instead of | Hans Petter Selasky | 2010-12-11 | 1 | -2/+2 |
* | Fix setting LUN numbers in the mps(4) driver. | Kenneth D. Merry | 2010-12-11 | 1 | -3/+39 |
* | Derive the XENHVM kernel from GENERIC, adding only the options required | Robert Watson | 2010-12-10 | 1 | -138/+9 |
* | Implement more of __ibsta: END and SRQI status bits (taken out of the | Joerg Wunsch | 2010-12-10 | 1 | -0/+8 |
* | Fix an event handling bug with the mps(4) driver. | Kenneth D. Merry | 2010-12-10 | 2 | -11/+51 |
* | Remove unecessary and clearly wrong usage of atomic(9). | Pyun YongHyeon | 2010-12-10 | 2 | -11/+9 |
* | Fix a few issues related to the XPT_GDEV_ADVINFO CCB. | Kenneth D. Merry | 2010-12-10 | 2 | -4/+14 |
* | On the Xserve G5 we find the LM75 instead of the DS1775. The core | Andreas Tobler | 2010-12-10 | 1 | -2/+3 |
* | Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io. | Tijl Coosemans | 2010-12-10 | 1 | -1/+1 |
* | Fix __retval vs. retval confusion: retval is meant to store the (userland) | Joerg Wunsch | 2010-12-10 | 1 | -1/+1 |
* | Refactor fork1() to make it easier to follow. No functional changes. | Edward Tomasz Napierala | 2010-12-10 | 1 | -191/+220 |
* | Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off. | Bjoern A. Zeeb | 2010-12-09 | 1 | -1/+3 |
* | Remove AMD Family 0Fh, Model 6Bh, Stepping 2 from the list of P-state | Jung-uk Kim | 2010-12-09 | 1 | -1/+1 |
* | Fix a long standing (from the original 4.4BSD lite sources) race between | Max Laier | 2010-12-09 | 2 | -1/+46 |
* | When r207410 eliminated the acquisition and release of the page queues | Alan Cox | 2010-12-09 | 1 | -61/+40 |
* | Disable attempts to establish a callback connection from the | Rick Macklem | 2010-12-09 | 1 | -5/+13 |
* | Fix compilation when DEBUG option is enabled. | Jayachandran C. | 2010-12-09 | 3 | -9/+1 |
* | - dump_avail layout should be sequence of [start, end) | Oleksandr Tymoshenko | 2010-12-09 | 8 | -18/+12 |
* | Revert the vm/vm_page.c change in r216317. | Jayachandran C. | 2010-12-09 | 1 | -1/+1 |
* | - Populate dump_avail with proper values from phys_avail | Oleksandr Tymoshenko | 2010-12-09 | 9 | -3/+43 |
* | swi_vm() for mips. | Jayachandran C. | 2010-12-09 | 2 | -1/+4 |
* | Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.c | Colin Percival | 2010-12-09 | 5 | -1225/+3 |
* | UMA_MD_SMALL_ALLOC for mips. | Jayachandran C. | 2010-12-09 | 5 | -12/+103 |
* | MFp4: | David Xu | 2010-12-09 | 1 | -3/+42 |
* | MFp4: | David Xu | 2010-12-09 | 7 | -31/+35 |
* | Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC. | Jung-uk Kim | 2010-12-08 | 3 | -13/+15 |
* | Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips). | Alexander Motin | 2010-12-08 | 1 | -0/+4 |
* | On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192, | Colin Percival | 2010-12-08 | 2 | -0/+8 |
* | MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is a | Colin Percival | 2010-12-08 | 1 | -0/+5 |
* | MFi386 r1.81, r1.82, r1.84: Reorganize code to reduce cache pressure and | Colin Percival | 2010-12-08 | 1 | -72/+80 |
* | Use convenience macro for minimum and maximum value capping when | Attilio Rao | 2010-12-08 | 2 | -15/+19 |
* | r184610 changed the way how TX frames are handled on AX88178 and | Pyun YongHyeon | 2010-12-08 | 1 | -42/+31 |