summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - In gem_ioctl() move the call to ether_ioctl() to the default case ofmarius2005-09-181-47/+29
* Add a note pointing out that certain information (IP address, list ofcperciva2005-09-181-0/+15
* ehcivar.h:netchild2005-09-184-12/+100
* Fix spelling in a comment.rwatson2005-09-181-1/+1
* Assert that (vp) is locked in fifo_close(), since we rely on therwatson2005-09-181-0/+1
* Re-comment sbcompress() to explain what it is it does; it took merwatson2005-09-182-14/+40
* Sort the list of disk controllers by driver-name. The notable exception isbrueffer2005-09-182-62/+62
* Sort the list of ethernet devices by driver-name.brueffer2005-09-182-94/+94
* Sort list of supported hardware.brueffer2005-09-182-10/+10
* Don't claim matcd(4) support, it was removed long ago.brueffer2005-09-182-10/+0
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-187-0/+196
* Merged from src/sbin/fdisk/fdisk.c revision 1.81.nyan2005-09-181-1/+4
* MFi386: pci attribute allocation fixes.imp2005-09-183-2/+6
* MFp4: Expose device_probe_child()imp2005-09-182-1/+2
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busimp2005-09-173-2/+4
* Remove reference to bpfstat, this no longer exists.csjp2005-09-171-1/+0
* Implement new world order in VFS locking for ACLs. This will remove thecsjp2005-09-173-132/+135
* Handle circular dependencies properly (via errx(3)) rather than dumpingcperciva2005-09-171-2/+15
* Bump .Ddjoel2005-09-171-1/+1
* Clarify wording for -m flag.rodrigc2005-09-171-2/+12
* Call gctl_free() to free resource allocated with gctl_get_handle().rodrigc2005-09-171-1/+4
* Fix so that color changes are not lost when the video mode changes.rodrigc2005-09-171-0/+6
* o Add initial bits for IBSS support.damien2005-09-173-25/+110
* Add cdce(4).joel2005-09-173-0/+5
* 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
OpenPOWER on IntegriCloud