summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Close a race involving the OEA64 scratchpage. When the scratch page'snwhitehorn2010-02-242-10/+15
* Allow cxgbtool to build with WARNS=6np2010-02-235-160/+211
* Yet another attempt to make palette loading more safer:jkim2010-02-235-30/+63
* Minor diff reduction with Adaptec's driver: in aac_release_command() setemaste2010-02-232-3/+1
* o adds sysctl variables to show device statistics.weongyo2010-02-232-10/+37
* fixes a compile error; invalid type argument of '->'.weongyo2010-02-231-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not usemav2010-02-231-1/+2
* Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode.mav2010-02-231-3/+3
* The New and Improved snake_server - Service Pack 1: now even moreivoras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!ivoras2010-02-231-6/+49
* Fix two bugs in this manpage: 'System' is not abbreviated with 'P',nwhitehorn2010-02-231-2/+2
* xpt_rescan only honors a wildcard in the target field. Revert the previousmjacob2010-02-231-1/+6
* Fix compilation problems with INVARIANTS.imp2010-02-231-27/+20
* Add a manpage for smu(4) now that it does something useful.nwhitehorn2010-02-232-0/+123
* Re-add accidentally removed pixel format for direct memory model.jkim2010-02-231-2/+42
* Fix FBIO_ADPINFO ioctl on amd64.jkim2010-02-231-3/+3
* When we rescan, just scan from logical unit 0. In other words, don'tmjacob2010-02-231-1/+1
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesyongari2010-02-221-25/+5
* 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
OpenPOWER on IntegriCloud