aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredAlexander Motin2010-09-146-9/+22
* Replace spin lock with the set of atomics. It is impractical for oneAlexander Motin2010-09-141-10/+14
* Add some foot shooting protection by checking singlemul value correctness.Alexander Motin2010-09-141-4/+5
* Resurrect PSIM support by moving the cacheline size-detection warningPeter Grehan2010-09-141-2/+10
* Avoid repeatedly spamming the console while a timed out command is waitingEd Maste2010-09-141-1/+6
* Port r212559 to mips.Neel Natu2010-09-141-2/+0
* Enforce that pmap_mapdev() always returns uncacheable mappings.Neel Natu2010-09-141-9/+17
* Fix a missing set of parantheses that could cause recent versions of libthrNathan Whitehorn2010-09-131-2/+2
* Fix segment:offset calculation of interrupt vector for relocated video BIOSJung-uk Kim2010-09-131-8/+6
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.Pawel Jakub Dawidek2010-09-131-2/+0
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-1311-88/+194
* Bump __FreeBSD_version to reflect the userland DTrace changes.Rui Paulo2010-09-131-1/+1
* TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd).Warner Losh2010-09-133-10/+0
* Fix a subtle bug uncovered by the recent one-shot timer import in whichNathan Whitehorn2010-09-131-3/+0
* Change call order to enable interrupts only after timer being programmed.Alexander Motin2010-09-131-3/+3
* - Remove gc_argname field. It was introduced for gpart(8), but if IPawel Jakub Dawidek2010-09-131-8/+4
* sys/mips/rmi/msgring.h - fixes and clean up.Jayachandran C.2010-09-133-248/+211
* bus_add_child method is needed now.Jayachandran C.2010-09-131-0/+1
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTAndriy Gapon2010-09-131-9/+1
* - Allow to specify value as const pointers.Pawel Jakub Dawidek2010-09-132-3/+3
* bus_add_child: add specialized default implementation that calls panicAndriy Gapon2010-09-131-1/+11
* Simplify atomic selectionWarner Losh2010-09-132-7/+14
* Prefer MACHINE_CPUARCH over MACHINE_ARCHWarner Losh2010-09-131-9/+10
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-1336-706/+1176
* Use MACHINE_CPUARCH as appropriateWarner Losh2010-09-131-7/+13
* Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers driverAlexander Motin2010-09-131-1/+7
* The functions in sys/mips/mips/psraccess.S can be implemented withJayachandran C.2010-09-134-87/+19
* MFtbemd: use MACHINE_CPUARCHWarner Losh2010-09-132-2/+2
* Use :T:Micc here like everywhere else we test iccWarner Losh2010-09-131-1/+1
* In pmap_remove_all(), do not decrease pm_stats.wired_count if the mapping wasOlivier Houchard2010-09-121-2/+0
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenKonstantin Belousov2010-09-123-2/+48
* Adding an address on an interface also requires the loopback route toQing Li2010-09-121-0/+2
* Add DF_1_LOADFLTR.Konstantin Belousov2010-09-121-0/+1
* Fix typo.Konstantin Belousov2010-09-121-1/+1
* List low-level Blowfish ECB module in the SRCS. It looks like it was droppedIvan Voras2010-09-121-1/+1
* Revamp locking a bit. This fixes three problems:Rui Paulo2010-09-122-18/+26
* Instead of storing last event timestamp, store the next event timestamp.Alexander Motin2010-09-121-19/+28
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,Nathan Whitehorn2010-09-111-1/+3
* Do not print "frequency 0 Hz", when frequency is unknown.Alexander Motin2010-09-111-3/+9
* Add missing pointer increment to sbuf_cat.Alexander Kabaev2010-09-111-1/+1
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-115-14/+11
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakKonstantin Belousov2010-09-113-15/+34
* Avoid a LOR (sleepable after non-sleepable) inRui Paulo2010-09-111-0/+2
* Fix the build after r212453. IPI_STATCLOCK declaration is still neededAlexander Motin2010-09-111-0/+1
* make acpi_hp device a child of acpi_wmiAndriy Gapon2010-09-112-25/+12
* Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. TellAlexander Motin2010-09-111-1/+1
* Merge some SCHED_ULE features to SCHED_4BSD:Alexander Motin2010-09-111-4/+28
* Update PowerPC event timer code to use new event timers infrastructure.Alexander Motin2010-09-1112-118/+286
* This patch applies one of the two fixes suggested byRick Macklem2010-09-101-1/+6
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server soRick Macklem2010-09-101-2/+1