aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change memguard_fudge() so that it can handle km_max being zero. NotAlan Cox2010-12-141-2/+3
* Tighten up some of the comments describing turnstiles and sleepqueues.Kirk McKusick2010-12-132-9/+10
* Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS)Edward Tomasz Napierala2010-12-131-63/+258
* Updates for I2C devices on XLR engg boards.Jayachandran C.2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsAndriy Gapon2010-12-131-3/+1
* Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matchingRobert Watson2010-12-131-0/+1
* Bugfix: Do correct accounting using the MIB counters when anMichael Tuexen2010-12-121-0/+5
* In fpudna()/npxdna(), mark FPU context initialized and optionallyKonstantin Belousov2010-12-122-2/+6
* Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set theJaakko Heinonen2010-12-121-0/+5
* I2C drivers for XLR/XLS processors.Jayachandran C.2010-12-129-263/+711
* Reduce the Xen timecounter from 1GHz to 2^-9 GHz, thereby increasing theColin Percival2010-12-111-2/+3
* Add some isync()s related to the 64-bit MMU scratch page to avoid raceNathan Whitehorn2010-12-112-0/+4
* Make the machdep.independent_wallclock sysctl do what it says on the box.Colin Percival2010-12-111-1/+2
* Remove redundant semicolon and empty like.Pawel Jakub Dawidek2010-12-111-2/+1
* acpi_fujitsu: update for P8010Andriy Gapon2010-12-111-1/+54
* fix atomic_set_xxx misuse in rgeAndriy Gapon2010-12-111-2/+2
* fix atomic_set_xxx misuse in drmAndriy Gapon2010-12-111-1/+1
* fix incorrect use of atomic_set_xxx in cxgbAndriy Gapon2010-12-111-1/+1
* Fix race in devfs by using LIST_FIRST() instead ofHans Petter Selasky2010-12-111-2/+2
* Fix setting LUN numbers in the mps(4) driver.Kenneth D. Merry2010-12-111-3/+39
* Derive the XENHVM kernel from GENERIC, adding only the options requiredRobert Watson2010-12-101-138/+9
* Implement more of __ibsta: END and SRQI status bits (taken out of theJoerg Wunsch2010-12-101-0/+8
* Fix an event handling bug with the mps(4) driver.Kenneth D. Merry2010-12-102-11/+51
* Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon2010-12-102-11/+9
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-102-4/+14
* On the Xserve G5 we find the LM75 instead of the DS1775. The coreAndreas Tobler2010-12-101-2/+3
* Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.Tijl Coosemans2010-12-101-1/+1
* Fix __retval vs. retval confusion: retval is meant to store the (userland)Joerg Wunsch2010-12-101-1/+1
* Refactor fork1() to make it easier to follow. No functional changes.Edward Tomasz Napierala2010-12-101-191/+220
* Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off.Bjoern A. Zeeb2010-12-091-1/+3
* Remove AMD Family 0Fh, Model 6Bh, Stepping 2 from the list of P-stateJung-uk Kim2010-12-091-1/+1
* Fix a long standing (from the original 4.4BSD lite sources) race betweenMax Laier2010-12-092-1/+46
* When r207410 eliminated the acquisition and release of the page queuesAlan Cox2010-12-091-61/+40
* Disable attempts to establish a callback connection from theRick Macklem2010-12-091-5/+13
* Fix compilation when DEBUG option is enabled.Jayachandran C.2010-12-093-9/+1
* - dump_avail layout should be sequence of [start, end)Oleksandr Tymoshenko2010-12-098-18/+12
* Revert the vm/vm_page.c change in r216317.Jayachandran C.2010-12-091-1/+1
* - Populate dump_avail with proper values from phys_availOleksandr Tymoshenko2010-12-099-3/+43
* swi_vm() for mips.Jayachandran C.2010-12-092-1/+4
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.cColin Percival2010-12-095-1225/+3
* UMA_MD_SMALL_ALLOC for mips.Jayachandran C.2010-12-095-12/+103
* MFp4:David Xu2010-12-091-3/+42
* MFp4:David Xu2010-12-097-31/+35
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.Jung-uk Kim2010-12-083-13/+15
* Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).Alexander Motin2010-12-081-0/+4
* On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192,Colin Percival2010-12-082-0/+8
* MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is aColin Percival2010-12-081-0/+5
* MFi386 r1.81, r1.82, r1.84: Reorganize code to reduce cache pressure andColin Percival2010-12-081-72/+80
* Use convenience macro for minimum and maximum value capping whenAttilio Rao2010-12-082-15/+19
* r184610 changed the way how TX frames are handled on AX88178 andPyun YongHyeon2010-12-081-42/+31