summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-199-19/+21
* Make the length of the LDT a loader tunable, machdep.max_ldt_segment,kib2011-01-181-2/+18
* Use malloc(9) instead of kmem_alloc(9) for temporal copy of thekib2011-01-181-9/+3
* For architectures not using direct map , and requiring real KVA page forkib2011-01-186-6/+6
* There are PowerMacs which do not have a hwsensor-location propertyandreast2011-01-181-7/+12
* Make sure the PKGDIR exists before we move stuff into it.phk2011-01-181-0/+1
* Make USB packet filtering code optional.hselasky2011-01-183-5/+11
* sh: Fix signal messages being sent to the wrong file sometimes.jilles2011-01-182-0/+9
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-189-36/+45
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-188-22/+26
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-187-76/+82
* Update to upstream version 2.3fanf2011-01-181-15/+10
* Rework RX filter programming by providing separate handler foryongari2011-01-181-91/+90
* - Remove some always-true checks (checking for unsigned < 0).jhb2011-01-182-7/+6
* Fix some bugs in my last set of changes to ale(4):jhb2011-01-182-9/+8
* MFi386: revision 217515nyan2011-01-181-3/+0
* Remove some always-true comparisons.jhb2011-01-182-2/+2
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)jhb2011-01-181-2/+0
* Add libm to the dependencies section.nwhitehorn2011-01-181-1/+1
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Limit maximum number of GPT entries to 4k. It is most realistic valueae2011-01-181-15/+33
* Move the definition of M_VMPGDATA to the swap pager, where the onlyalc2011-01-183-5/+1
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.yongari2011-01-182-9/+9
* Support booting non FDT-capable loaders:marcel2011-01-172-3/+31
* Fix typo and bump date.mdf2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, somdf2011-01-172-56/+2
* Check the environment for system devices before using the FDT.marcel2011-01-171-8/+11
* Remove empty dev_mem_md_init() stubs.jkim2011-01-174-21/+0
* Save the CPU model, the board and the CPU clock rate so they are reported byimp2011-01-171-9/+16
* Kill redundant cpu lineimp2011-01-171-1/+0
* Make cpu_model public (otherwise there's no way to set it) and bump itimp2011-01-171-1/+4
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-1723-57/+92
* In order to save instructions the MMU trap handlers assumed that the kernelmarius2011-01-172-34/+72
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-1710-54/+4
* Fix 32bit bit fields handling. This fixes card serial number fetching.mav2011-01-171-1/+1
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingalc2011-01-174-5/+8
* Avoid preemption while manipulating CRs and MTRRs.jkim2011-01-172-0/+8
* Fix a bug related to connection caching which could cause a crash afterdes2011-01-171-0/+1
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIeyongari2011-01-172-116/+363
* Add initial support for RTL8168E/8111E-VL PCIe GbE.yongari2011-01-172-0/+7
* Add missing comma to unbreak the PC98 build.brucec2011-01-171-1/+1
* Reduce the amount of text users need to read on each screen. Also try andbrucec2011-01-172-18/+14
* mknod(2): The required include is <sys/stat.h>, not <unistd.h>.jilles2011-01-161-2/+2
* Sort function prototypes.alc2011-01-161-4/+4
* Fix the mount example of xfDmitry Marakasov <amdmi3@FreeBSD.org>s(5) filesyst...keramida2011-01-161-1/+1
* Update a lock annotation on the page structure.alc2011-01-161-1/+1
* Shift responsibility for synchronizing access to the page's act_countalc2011-01-163-6/+7
* Clean up the start of vm_page_alloc(). In particular, eliminate analc2011-01-161-7/+3
* Add a missing word.marius2011-01-161-1/+1
* sh(1): Document changes to 'exit' from traps.jilles2011-01-161-2/+7
OpenPOWER on IntegriCloud