summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a resource leak introduced in recent accept locking changes:rwatson2004-06-071-4/+4
* Remove accidental change.njl2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-072-17/+17
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-074-74/+70
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Remove references to L1 in the comments, according to Alan they arenetchild2004-06-072-7/+7
* Reformat the comments for cam_hdr so that they can be read.scottl2004-06-071-8/+7
* Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.cjulian2004-06-072-1209/+14
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Fix format string.pjd2004-06-071-2/+2
* According to SUSv3, sigwait is different with sigwaitinfo, sigwaitdavidxu2004-06-071-5/+12
* Don't allow for duplicated entries creation.pjd2004-06-071-5/+11
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Remove unused code.pjd2004-06-072-12/+2
* allow more than MLEN bytes for ancillary data to meet theume2004-06-071-1/+9
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* Remove a stale and misleading comment.tjr2004-06-071-7/+0
* Move the KSE ABI specific code here and separate it from code thatjulian2004-06-071-977/+19
* Add missing <sys/module.h> includes.phk2004-06-0710-0/+10
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-072-0/+6
* Remove filename+line number from panic messages.phk2004-06-068-50/+17
* 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
OpenPOWER on IntegriCloud