summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-1510-178/+296
* Fix spurious I/O errors when under high load.scottl2007-02-152-2/+6
* Catch up file descriptor printing function in DDB to the addition of kqueuesrwatson2007-02-151-0/+4
* Break file descriptor printing logic out of db_show_files() intorwatson2007-02-151-9/+32
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able torwatson2007-02-151-3/+3
* If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks outkib2007-02-151-3/+4
* Style(9).kib2007-02-151-5/+11
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-152-15/+7
* Fix three bugs:imp2007-02-151-6/+25
* Unbreak non-H/W VLAN extraction case.yongari2007-02-151-2/+4
* Relax the page queue lock assertions in vm_page_remove() andalc2007-02-151-2/+3
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-152-0/+531
* Fix accidental removal of an empty line from the previous commit.jkim2007-02-151-0/+1
* Regen.jkim2007-02-153-4/+10
* MFP4: 113033jkim2007-02-152-2/+20
* Regen.jkim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-155-115/+119
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyjhb2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyjhb2007-02-141-2/+10
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainjkim2007-02-141-1/+1
* Fix two typos in comments.jkim2007-02-141-2/+2
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Add missing 'break' that in this case is harmless.jhb2007-02-141-0/+1
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* Minor rearrangement of global variables, comments, etc, in UNIX domainrwatson2007-02-141-37/+34
* Change unp_mtx to supporting recursion, and do not drop the unp_mtx overrwatson2007-02-141-13/+5
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Avoid the unnecessary acquisition of the free page queues lock when a pagealc2007-02-141-4/+5
* Optimize bitcount32 by replacing 6 logical operations with 2. The keycperciva2007-02-141-3/+3
* Add KTR tracingkevlo2007-02-141-0/+4
* style(9) cleanup.kevlo2007-02-142-9/+6
* In sendsig:kevlo2007-02-141-24/+46
* Set UNP_CONNECTING when committing to moving ahead in unp_connect().rwatson2007-02-131-0/+1
* Make sure the address is valid before mapping it.cognet2007-02-131-0/+13
* Fix typo: MacPPC -> ARMkevlo2007-02-131-1/+1
* Get the vfs giant lock before calling nfs_access.mpp2007-02-131-3/+9
* Repocopied from src/sys/isofs/cd9660 to src/sys/fs/cd9660.rodrigc2007-02-1315-4332/+0
* Make vfs_getopts() set *error to ENOENT if the option wasn't found, so thatcognet2007-02-131-0/+1
* Fix typos in comments while I am here.jkim2007-02-132-28/+29
* Do not do a vn_close for all references to the ktraced file if we arempp2007-02-131-10/+13
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-123-0/+26
* Fix style(9).jkim2007-02-124-1845/+1848
* - Copyright updates (aka 2007)rrs2007-02-1220-1537/+1181
* Add a VNASSERT to vn_close to detect if v_writecount is goingmpp2007-02-121-1/+4
* Add PHY DSP code for BCM5755M.jkim2007-02-124-1/+32
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* Remove the cast to caddr_t for sfp, they're not needed.kevlo2007-02-122-4/+4
OpenPOWER on IntegriCloud