summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Test the new M_VLANTAG packet flag before callingyar2005-09-161-2/+5
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-169-16/+31
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-1617-40/+35
* Fix "struct ifnet" leak on detach.ru2005-09-161-0/+1
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-166-4/+27
* Add missing if_free() in rue_detach().ru2005-09-161-0/+1
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-162-0/+4
* plugged a possible memory leaksuz2005-09-161-1/+1
* Make the exploring of all luns supported by an HBA more of amjacob2005-09-161-5/+38
* Don't attempt to recurse lockmgr, it doesn't like it.phk2005-09-152-3/+6
* Fix race condition that caused activation of an event toups2005-09-151-2/+4
* Oops, missed adding the required include.jhb2005-09-151-0/+1
* Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down})jhb2005-09-151-8/+2
* Don't disallow sleeping for handlers on swi's since some swi handlersjhb2005-09-151-2/+4
* Add two missing if_free() calls.ru2005-09-151-0/+3
* Fixed a diagnostic message.ru2005-09-151-1/+1
* Spell "destroy" correctly.ru2005-09-152-2/+2
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-154-92/+102
* Handle a race condition where NULLFS vnode can be cleaned while threadskan2005-09-151-4/+28
* - Enforce an implicit lock order that Giant cannot be locked while holdingjhb2005-09-151-1/+17
* Don't recommend re_detach() (like in vr(4)) as anotherru2005-09-151-2/+1
* - Add a new simple facility for marking the current thread as being in ajhb2005-09-154-31/+27
* - Adjust a comment, we do program the performance counter LVT entry nowjhb2005-09-151-3/+7
* re_detach() fixes:ru2005-09-151-15/+7
* When bus_alloc_resource_any() fails, dc_detach() is called and itkeramida2005-09-152-10/+22
* Explicitly switch to the new TSS by updating the current CPU's TSS selectorjhb2005-09-152-4/+7
* - Fixup locking and mark MPSAFE.jhb2005-09-152-51/+58
* Add a memory barrier for PREWRITE operations to ensure all writes by thejhb2005-09-151-0/+4
* 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
OpenPOWER on IntegriCloud