summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TSO support on VLANs. Also make sure to update TSO capabilityyongari2010-02-221-13/+3
* POSIX patch(1) would treat -b as different meaning (the functionalitydelphij2010-02-223-3/+3
* Add TSO support on VLANs. jme(4) controllers do not require VLANyongari2010-02-221-1/+4
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesyongari2010-02-221-18/+5
* According to the Linux sungem driver, in case of Apple (K2) GMACsmarius2010-02-221-1/+4
* Virtualize transport part of periph announcement.mav2010-02-224-150/+188
* Add TSO on VLANs. Because re(4) has a TSO limitation for jumboyongari2010-02-221-9/+17
* Provide a new useless feature: an led(4) interface for the system's sleepnwhitehorn2010-02-221-0/+24
* Oops! Wrong word order. :(mav2010-02-221-16/+16
* Enforce stronger semantics for bus-dma alignment (currently only on amd64).gibbs2010-02-221-12/+19
* Fix some typos.bschmidt2010-02-221-3/+3
* Update mxge to support IFCAP_VLAN_HWTSO.gallatin2010-02-221-0/+12
* Support the extended PLT format used when objects have more than 8192nwhitehorn2010-02-223-25/+67
* Add Intel PCH SATA controller IDs.mav2010-02-221-0/+16
* Fix constant assignment for netisr protocol information sysctl.rwatson2010-02-221-1/+1
* Update date on netstat(1) for -Q.rwatson2010-02-221-1/+1
* Cross-reference netstat(1) from netisr(9) since you can now use it torwatson2010-02-221-1/+4
* Remove write-only variable.kib2010-02-221-3/+0
* Teach netstat(1) to print out netisr statistics when given the -Q argument.rwatson2010-02-225-4/+298
* Export netisr configuration and statistics to userspace via sysctl(9).rwatson2010-02-222-5/+251
* Fix previous commit: led_func() doesn't exist, it should be fled_cb().rpaulo2010-02-221-1/+1
* Allow user programs to execute mfpvr instructions. Linux allows this, andnwhitehorn2010-02-221-1/+22
* Improve output for controllers that doesn't report SATA speed.mav2010-02-226-7/+24
* Use KERNLOADADDR instead of hardcoded address. This is required to be able toneel2010-02-221-1/+1
* Use mf and not mf.a. The latter doesn't force memory ordering andmarcel2010-02-221-1/+1
* Prefer I-units and M-units for nop instructions. This works aroundmarcel2010-02-225-58/+58
* Normalize nop instructions: Only use 0 for the immediate operand.marcel2010-02-211-3/+3
* Remove pm_active from struct pmap as it serves no purpose.marcel2010-02-212-6/+0
* Align the start of the clean submap to a superpage boundary. Althoughalc2010-02-211-1/+1
* Add a simple fan management callout to the SMU driver. This is designednwhitehorn2010-02-211-4/+112
* Fix several mistakes in this file, in order to allow individual fan speedsnwhitehorn2010-02-211-19/+48
* Prefer exit(0) from main over return(0).uqs2010-02-211-1/+1
* Changing proto_socketpair.c compilation and linking order revealedpjd2010-02-211-1/+4
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-213-94/+134
* Fix another fo-pa of mine... duplicate patches shouldrrs2010-02-211-760/+0
* Adds the missing mips gdb files that Irrs2010-02-215-0/+818
* ifconfig(8) expects interface fooX to be supported by the module if_foo,rwatson2010-02-211-2/+2
* While there, trim some trailing whitespace.ed2010-02-211-1/+0
* - Remove GNU bc/dc bits. There has not been any regressions seen aftergabor2010-02-2188-20901/+0
* Add proper const keywords to sysctl(3) parameters.ed2010-02-215-27/+17
* Document the interaction between /etc/devfs.conf andgavin2010-02-212-4/+17
* Add a "-x" option to chown(8)/chgrp(1) similar to the same option ingavin2010-02-213-13/+26
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-211-2/+2
* Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn'talc2010-02-211-2/+0
* - fix bootstrap for variable KVA_PAGESkmacy2010-02-212-85/+55
* don't hold spin lock across freekmacy2010-02-211-1/+1
* - make printf conditionalkmacy2010-02-211-17/+21
* remove atkbd from default config to avoid pulling in real-mode bios emulationkmacy2010-02-211-3/+3
* Add __FBSDID.yongari2010-02-211-2/+3
* Increase PCIe maximuim read request size to 2048. Because re(4) usesyongari2010-02-211-0/+3
OpenPOWER on IntegriCloud