aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the OEA64 scratchpage to the end of KVA from the beginning, and setNathan Whitehorn2010-02-251-9/+14
* Provide an implementation of pmap_dev_direct_mapped() on OEA64. This isNathan Whitehorn2010-02-251-1/+16
* Do not force verbose and single mode in non-metadata boot case.Rafal Jaworowski2010-02-241-2/+1
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim2010-02-243-64/+123
* Update the commented out option for omitting the sysctl descriptions; itRebecca Cran2010-02-243-3/+3
* Use the DB_SHOW_ALL_COMMAND() macro to register the formerly 'show ifnets'Bjoern A. Zeeb2010-02-241-1/+1
* Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit wasBrooks Davis2010-02-241-2/+0
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-2412-256/+29
* Accessing an mbuf after it has been handed off to the hardware is a badNavdeep Parhar2010-02-241-22/+8
* Add the ability to set SMU-based machines to restart automatically afterNathan Whitehorn2010-02-241-0/+58
* Use dcbz instead of word stores for page zeroing, providing a factor ofNathan Whitehorn2010-02-241-9/+21
* Close a race involving the OEA64 scratchpage. When the scratch page'sNathan Whitehorn2010-02-242-10/+15
* Yet another attempt to make palette loading more safer:Jung-uk Kim2010-02-235-30/+63
* Minor diff reduction with Adaptec's driver: in aac_release_command() setEd Maste2010-02-232-3/+1
* o adds sysctl variables to show device statistics.Weongyo Jeong2010-02-232-10/+37
* fixes a compile error; invalid type argument of '->'.Weongyo Jeong2010-02-231-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not useAlexander Motin2010-02-231-1/+2
* Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode.Alexander Motin2010-02-231-3/+3
* The New and Improved snake_server - Service Pack 1: now even moreIvan Voras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!Ivan Voras2010-02-231-6/+49
* xpt_rescan only honors a wildcard in the target field. Revert the previousMatt Jacob2010-02-231-1/+6
* Fix compilation problems with INVARIANTS.Warner Losh2010-02-231-27/+20
* Re-add accidentally removed pixel format for direct memory model.Jung-uk Kim2010-02-231-2/+42
* Fix FBIO_ADPINFO ioctl on amd64.Jung-uk Kim2010-02-231-3/+3
* When we rescan, just scan from logical unit 0. In other words, don'tMatt Jacob2010-02-231-1/+1
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesPyun YongHyeon2010-02-221-25/+5
* Add TSO support on VLANs. Also make sure to update TSO capabilityPyun YongHyeon2010-02-221-13/+3
* Add TSO support on VLANs. jme(4) controllers do not require VLANPyun YongHyeon2010-02-221-1/+4
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesPyun YongHyeon2010-02-221-18/+5
* According to the Linux sungem driver, in case of Apple (K2) GMACsMarius Strobl2010-02-221-1/+4
* Virtualize transport part of periph announcement.Alexander Motin2010-02-224-150/+188
* Add TSO on VLANs. Because re(4) has a TSO limitation for jumboPyun YongHyeon2010-02-221-9/+17
* Provide a new useless feature: an led(4) interface for the system's sleepNathan Whitehorn2010-02-221-0/+24
* Oops! Wrong word order. :(Alexander Motin2010-02-221-16/+16
* Enforce stronger semantics for bus-dma alignment (currently only on amd64).Justin T. Gibbs2010-02-221-12/+19
* Update mxge to support IFCAP_VLAN_HWTSO.Andrew Gallatin2010-02-221-0/+12
* Add Intel PCH SATA controller IDs.Alexander Motin2010-02-221-0/+16
* Fix constant assignment for netisr protocol information sysctl.Robert Watson2010-02-221-1/+1
* Remove write-only variable.Konstantin Belousov2010-02-221-3/+0
* Export netisr configuration and statistics to userspace via sysctl(9).Robert Watson2010-02-222-5/+251
* Fix previous commit: led_func() doesn't exist, it should be fled_cb().Rui Paulo2010-02-221-1/+1
* Allow user programs to execute mfpvr instructions. Linux allows this, andNathan Whitehorn2010-02-221-1/+22
* Improve output for controllers that doesn't report SATA speed.Alexander Motin2010-02-224-7/+21
* Use KERNLOADADDR instead of hardcoded address. This is required to be able toNeel Natu2010-02-221-1/+1
* Use mf and not mf.a. The latter doesn't force memory ordering andMarcel Moolenaar2010-02-221-1/+1
* Prefer I-units and M-units for nop instructions. This works aroundMarcel Moolenaar2010-02-225-58/+58
* Normalize nop instructions: Only use 0 for the immediate operand.Marcel Moolenaar2010-02-211-3/+3
* Remove pm_active from struct pmap as it serves no purpose.Marcel Moolenaar2010-02-212-6/+0
* Align the start of the clean submap to a superpage boundary. AlthoughAlan Cox2010-02-211-1/+1
* Add a simple fan management callout to the SMU driver. This is designedNathan Whitehorn2010-02-211-4/+112