summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some enums and constants from Adaptec's latest driveremaste2010-09-151-1/+14
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-154-26/+34
* Fixes spellings and uses the better sentence. While I'm here bumpsweongyo2010-09-141-6/+5
* MFp4 (//depot/projects/mps/...)ken2010-09-143-0/+161
* Force commit to note, than the previous change was...pjd2010-09-140-0/+0
* Remove dead code.pjd2010-09-141-15/+6
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;marius2010-09-141-2/+2
* Remove a KASSERT which will also trigger for perfectly valid combinationsmarius2010-09-142-6/+0
* Remove redundant raising of the PIL to PIL_TICK as the respective locoremarius2010-09-142-2/+0
* Rename the field to not confuse readers. The bytes are actually used.kib2010-09-141-1/+1
* Update comments in soft updates code to more fully describemckusick2010-09-143-80/+103
* MFp4: (//depot/projects/mps/...)ken2010-09-141-4/+2
* Remove now unused G_TYPE_ASCNUM.pjd2010-09-142-3/+1
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-142-63/+126
* Update two last places where "arg0" should be used instead of "geom".pjd2010-09-141-2/+2
* Remove duplicated VFS_HOLD due to a mismerge.mm2010-09-141-7/+0
* Synchronize newfs(8) manual with code.gjb2010-09-141-3/+4
* Simplify the code a bit.pjd2010-09-141-12/+8
* All gpart(8) subcommands apart from the 'bootcode' subcommand handlepjd2010-09-141-0/+2
* Remove dot which shouldn't be here, as err(3) will attach error messagepjd2010-09-141-1/+1
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldpjd2010-09-143-11/+12
* Add missing vop_vector zfsctl_ops_sharesmm2010-09-141-2/+19
* Fix panic on NULL dereference possible after r212541.mav2010-09-141-1/+2
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-146-9/+22
* Replace spin lock with the set of atomics. It is impractical for onemav2010-09-141-10/+14
* Add some foot shooting protection by checking singlemul value correctness.mav2010-09-141-4/+5
* Resurrect PSIM support by moving the cacheline size-detection warninggrehan2010-09-141-2/+10
* Avoid repeatedly spamming the console while a timed out command is waitingemaste2010-09-141-1/+6
* Port r212559 to mips.neel2010-09-141-2/+0
* Remove libf2c. It hasn't been used for more than 11 years, since revisionemaste2010-09-14256-31660/+0
* Remove extra ;emaste2010-09-141-1/+1
* Enforce that pmap_mapdev() always returns uncacheable mappings.neel2010-09-141-9/+17
* Fix a missing set of parantheses that could cause recent versions of libthrnwhitehorn2010-09-131-2/+2
* Fix segment:offset calculation of interrupt vector for relocated video BIOSjkim2010-09-131-8/+6
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.hrs2010-09-136-37/+127
* Localize $_punct_c in get_if_var() and whitespace clean-ups.hrs2010-09-131-6/+6
* - Check some specific IFs first in ipv6_autoconfif().hrs2010-09-131-18/+15
* Add $ipv6_privacy to support net.inet6.ip6.use_tempaddr. Note that thishrs2010-09-133-0/+15
* Fix $ipv6_network_interfaces and set it as AUTO by default.hrs2010-09-132-23/+12
* 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
OpenPOWER on IntegriCloud