summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Back out revision 1.150, since dwmalone reports that it causes a panicdas2004-06-061-4/+0
* Sync to 1.181 of usbdevssanpei2004-06-052-2/+9
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,sanpei2004-06-052-0/+3
* Update stale comments regarding page coloring.alc2004-06-051-10/+10
* Document the 64bit version of blocks_to_recover for logical drive status.ps2004-06-051-0/+2
* Detect interrupt storms better. The storm detection didn't work at allbde2004-06-051-23/+50
* Add pci id's for the SmartArray 6422 and V100 controllers. Alsops2004-06-051-0/+17
* Sync to 1.180 of usbdevssanpei2004-06-052-2/+9
* Add device ID for atuwi USB wlan driver, AWL400 Wireless adapter.sanpei2004-06-051-0/+1
* When we don't have any meaningful value to print for the device sysctlmux2004-06-051-8/+4
* Don't forget to pass shutdown events down to children first now that wenjl2004-06-051-0/+3
* Fixed some style bugs.bde2004-06-051-2/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesnjl2004-06-051-4/+11
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-109/+78
* Sync to 1.179 of usbdevssanpei2004-06-052-2/+9
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllersanpei2004-06-052-0/+5
* Initialize the MXCSR to the appropriate default value at startup.das2004-06-051-0/+4
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-056-11/+13
* Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitationtjr2004-06-051-21/+8
* Take advantage of the dev sysctl tree.des2004-06-044-0/+28
* Centralize the line discipline optimization determination in a functionphk2004-06-0413-232/+66
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-0412-34/+36
* Update logical drive structureps2004-06-041-3/+5
* Work around the preemption problem in acpi_cpu.c for shutting down.peter2004-06-041-0/+2
* Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).yar2004-06-041-5/+13
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Machine generated patch which changes linedisc calls from accessingphk2004-06-0425-168/+168
* It is probably too early to drop the dev_t argument for the ttyld_open()phk2004-06-041-2/+2
* Move the line discipline related stuff out of <sys/conf.h> and intophk2004-06-043-303/+50
* Regenerate.jhb2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofjhb2004-06-041-1/+1
* Add missing <sys/module.h> #includesphk2004-06-044-0/+4
* Add missing <sys/module.h> #includesphk2004-06-046-0/+6
* Remove a stale comment.tjr2004-06-042-8/+0
* Add a devclass level to the dev sysctl tree, in order to support per-des2004-06-042-10/+66
* Whitespace cleanup.des2004-06-041-7/+7
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-0416-112/+48
* Get rid of ttyregister(). All drivers now use ttymalloc() for structphk2004-06-042-9/+2
* Use ttymalloc() instead of ttyregister().phk2004-06-044-15/+12
* Use ttymalloc() instead of ttyregister(). Use ttyioctl() instead ofphk2004-06-041-8/+6
* Write segments to core dump files in maximally-sized chunks that neithertjr2004-06-041-8/+21
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())wpaul2004-06-041-13/+19
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):wpaul2004-06-041-7/+12
* Mark sun_noname as const since it's immutable. Update definitionsrwatson2004-06-044-8/+8
* Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h toalc2004-06-043-13/+8
* Automatically recognize the WRAP.1C and Soekris 4801 platforms and configurephk2004-06-031-14/+35
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-034-0/+46
* MFi386: add ixgp devicepeter2004-06-031-0/+1
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therephk2004-06-033-0/+9
OpenPOWER on IntegriCloud