summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The socket pointers in fifoinfo are not permitted to be NULL, sorwatson2005-09-151-5/+2
* Improve the MP safeness associated with the creation of symboliccsjp2005-09-154-5/+11
* Add tnt4882 driver to the buildphk2005-09-152-3/+10
* First cut at a driver for National Instruments PCI-GPIB hardware.phk2005-09-151-0/+400
* Backout rev. 1.246, it breaks code uses shutdown(2) on non-connectedmaxim2005-09-151-2/+0
* Fix system shutdown timeout handling by again supporting longer runningrse2005-09-151-0/+11
* Allocate unit numbers with unr, implement detach function.phk2005-09-152-5/+21
* o Return ENOTCONN when shutdown(2) on non-connected socket.maxim2005-09-151-0/+2
* Various minor polishing.phk2005-09-153-22/+10
* Protect the devfs rule internal global lists with a sx lock, the perphk2005-09-151-1/+9
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-153-19/+5
* Retire unused dev_named() function.phk2005-09-152-14/+0
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-153-44/+34
* When stopping the card, and returning to page 0, it is best if you doimp2005-09-151-1/+1
* Fix so that when a slice or a partition is removed through g_slice_config(),rodrigc2005-09-141-0/+1
* Make device_detach methods really work.ru2005-09-142-2/+2
* Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95andre2005-09-141-4/+0
* Increase boot-time DigiBIOS initialization timeout to allowandre2005-09-141-1/+1
* Do not ignore all other TCP options (eg. timestamp, window scaling)andre2005-09-141-1/+1
* Remove bogous semicolons at the end of the definitions ofandre2005-09-142-7/+7
* Harden the hotplug support for SATA devices.sos2005-09-144-51/+77
* Add some defines for EPSON machines and use them.nyan2005-09-143-12/+29
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-146-108/+12
* Fixed "Memory modified after free" panic in rl_detach() dueru2005-09-141-4/+3
* Fix "Memory modified after free" panic on detach, caused by accessingru2005-09-141-3/+0
* Fix panic when kernel compiled without INET6 by rejectingbz2005-09-141-6/+30
* Bring aac_cam into line with using time_uptime instead of time_second.scottl2005-09-141-1/+1
* Use time_uptime for timing commands instead of time_second. This is a bitscottl2005-09-141-9/+9
* Fix module unload panic which was caused by missing sx lock release.yongari2005-09-141-1/+5
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanimp2005-09-131-1/+1
* MFp4:imp2005-09-131-37/+13
* MFp4: Omnibus ed changesimp2005-09-134-198/+285
* MFp4:imp2005-09-131-73/+40
* Use new convenience function to read CIS rather than the older, harder toimp2005-09-131-2/+1
* MFp4: Minor formatting nits in pccard table.imp2005-09-131-9/+9
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantimp2005-09-131-9/+9
* Add the olicom OC2231 and OC2232 to the list of cards that we shouldimp2005-09-131-0/+2
* Add a few new functions interfaces to allow reading/writing attributeimp2005-09-134-11/+172
* Define and use PCCARD_MEM_PAGE_SIZE.imp2005-09-132-1/+3
* Trim down now (believed to be) unused fifo_ioctl() andrwatson2005-09-131-65/+75
* MFp4: Remove stale functions.imp2005-09-131-21/+0
* Remove unused functions.nyan2005-09-131-39/+0
* Remove EPSON_NRDISK support.nyan2005-09-131-177/+2
* As a result of kqueue locking work, socket buffer locks will alwaysrwatson2005-09-131-18/+6
* Unlock driver lock before calling resource_int_value(9).yongari2005-09-131-0/+3
* Annotate two issues:rwatson2005-09-131-0/+12
* MFi386: revision 1.11.nyan2005-09-131-9/+108
* MFi386: revisions 1.10 and 1.11.nyan2005-09-131-1/+2
* Introduce no-op nosup fifo kqueue filter and detach routine, which arerwatson2005-09-121-1/+33
* In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter typerwatson2005-09-121-1/+1
OpenPOWER on IntegriCloud