summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: If exit is used without args from a trap action, exit on the signal.jilles2011-01-162-4/+32
* Add support for resource pooling to CMT.tuexen2011-01-161-44/+119
* Reference rgephy.4 in man pages of additional MAC drivers also known tomarius2011-01-163-3/+6
* Add a manual page for rgephy(4) and reference it as appropriate. Themarius2011-01-155-3/+103
* For consistency, use kernel_object instead of &kernel_object_storekib2011-01-151-2/+2
* sh: Fix some things about -- in trap:jilles2011-01-152-11/+33
* Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. Thismarcel2011-01-151-1/+2
* For some time now, the kernel and kmem objects have been ordinaryalc2011-01-151-4/+1
* Remove unused variable. Spotted by a cppcheckandreast2011-01-151-3/+0
* Remove unused variables. Spotted by a cppcheckandreast2011-01-151-10/+1
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-146-2/+51
* sh: Make 'trap -l' look like 'kill -l'.jilles2011-01-141-1/+1
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-142-2/+1
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-142-29/+11
* Add two more features to cpuset(1):jhb2011-01-142-5/+43
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualmarius2011-01-141-22/+29
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE ismarius2011-01-142-6/+8
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-143-16/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-143-21/+20
* Rework realtime priority support:jhb2011-01-144-17/+26
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-144-8/+14
OpenPOWER on IntegriCloud