summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add HARDWARE section.joel2005-09-171-10/+14
* Complete rewrite in preparation of adding support for controlmarcel2005-09-171-154/+726
* o Change the type of the ent_name field from short to uint16_t.marcel2005-09-171-1/+1
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-176-1/+798
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-162-22/+40
* Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is notkan2005-09-161-0/+3
* Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions ifkan2005-09-161-0/+8
* The arguments to printf() were swapped.ru2005-09-161-2/+2
* Break out of loop if next buffer pointer has become invalid while flushingtegge2005-09-161-0/+15
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-165-3/+12
* Do assorted nitpicking in diagnostics while I'm here:yar2005-09-161-9/+9
* Avoid deferencing NULL in if_free().ru2005-09-161-3/+2
* It's nice to have relevant comments both in if {} and else {},yar2005-09-161-1/+4
* 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
* Pidfiles should be created with permission preventing users from openingpjd2005-09-166-6/+6
* 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
* Cosmetic fixes to prev. commit.ache2005-09-151-4/+4
* - 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
* Use sysctl -q when querying for kern.bootp_cookie in order to avoidrwatson2005-09-151-1/+1
* Use is '-' to imply that the flag is not set, rather than '.'.csjp2005-09-151-1/+1
* Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/rwatson2005-09-152-5/+17
* 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
* Portsnap uses host(1) to search for mirrors, but this is only availablecperciva2005-09-151-0/+6
* Add tnt4882 driver to the buildphk2005-09-152-3/+10
OpenPOWER on IntegriCloud