summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert changes in r206408.hrs2010-09-136-186/+187
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.pjd2010-09-131-2/+0
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-1311-88/+194
* Allow a kernel config to specify a set but empty value viaemaste2010-09-131-0/+1
* Bump __FreeBSD_version to reflect the userland DTrace changes.rpaulo2010-09-131-1/+1
* Add a note about userland DTracing.rpaulo2010-09-131-0/+10
* TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd).imp2010-09-133-10/+0
* Fix a subtle bug uncovered by the recent one-shot timer import in whichnwhitehorn2010-09-131-3/+0
* Move to using Makefile.arch to include the proper target-specific programs.imp2010-09-131-136/+57
* Change call order to enable interrupts only after timer being programmed.mav2010-09-131-3/+3
* Add G_TYPE_MULTI flag, which when set for the given option, willpjd2010-09-132-6/+40
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-1318-273/+244
* sys/mips/rmi/msgring.h - fixes and clean up.jchandra2010-09-133-248/+211
* Don't compare thread pointers again.davidxu2010-09-131-3/+3
* Fix copy&paste problem.davidxu2010-09-131-2/+2
* bus_add_child method is needed now.jchandra2010-09-131-0/+1
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTavg2010-09-131-9/+1
* Update symbol.davidxu2010-09-131-1/+1
* - Allow to specify value as const pointers.pjd2010-09-138-54/+53
* bus_add_child: add specialized default implementation that calls panicavg2010-09-131-1/+11
* Simplify atomic selectionimp2010-09-132-7/+14
* Prefer MACHINE_CPUARCH over MACHINE_ARCHimp2010-09-131-9/+10
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-1336-706/+1176
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...imp2010-09-131-18/+18
* PS_DEAD state needs not be checked because _thr_find_thread() has alreadydavidxu2010-09-131-4/+0
* Use MACHINE_CPUARCH as appropriateimp2010-09-131-7/+13
* It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, butimp2010-09-131-11/+2
* Convert thread list lock from mutex to rwlock.davidxu2010-09-1315-129/+153
* Doh! two last second refactoring typos crept in. Fix.imp2010-09-131-2/+2
* Revert r212513 and reimplement the search order to be ARCH, CPUARCHimp2010-09-133-13/+62
* Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers drivermav2010-09-131-1/+7
* The functions in sys/mips/mips/psraccess.S can be implemented withjchandra2010-09-134-87/+19
* This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* Ooops! Shouldn't have committed thisimp2010-09-131-528/+0
* MF tbemd: Move to using Makefile.arch to select what to build.imp2010-09-138-56/+43
* Merge from tbemd: Move to using Makefile.arch to control what's build.imp2010-09-136-0/+26
* Merge from tbemd: use Makefile.arch to control building.imp2010-09-139-319/+728
* MFtbemd: use MACHINE_CPUARCHimp2010-09-132-2/+2
* Use :T:Micc here like everywhere else we test iccimp2010-09-131-1/+1
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* Include FreeBSD svn tagimp2010-09-131-0/+2
* Merge from tbemd, with a small amount of rework:imp2010-09-139-16/+11
* Merge from tbemd:imp2010-09-131-6/+7
* merge powerpc and powerpc64 now that we use TARGET_CPUARCHimp2010-09-132-55/+11
* Move to using TARGET_CPUARCH instead of TARGET_ARCH.imp2010-09-131-1/+9
* Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCHimp2010-09-131-2/+11
* sh: Add __dead2 to two functions that do not return.jilles2010-09-121-2/+2
* In pmap_remove_all(), do not decrease pm_stats.wired_count if the mapping wascognet2010-09-121-2/+0
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenkib2010-09-123-2/+48
* In backup_kernel(), support backing up subdirectories and handle filesjh2010-09-121-5/+6
OpenPOWER on IntegriCloud