summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use uma_set_align().cognet2007-02-111-13/+17
* Add uma_set_align() interface, which will be called at most once duringrwatson2007-02-112-2/+26
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-114-11/+11
* Forced commit and #include changes for repo copy fromrodrigc2007-02-117-21/+21
* Use the free page queue mutex instead of the page queue mutex toalc2007-02-112-7/+6
* Add missing MNT_ILOCK around some mnt_kern_flag accesses.mohans2007-02-111-0/+6
* Now that the free page queue mutex is a sleep mutex, we cannot callmarcel2007-02-111-7/+0
* Use MAXTTL.bms2007-02-101-1/+1
* Fix small altq related copy and paste error.mlaier2007-02-102-2/+2
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-104-45/+55
OpenPOWER on IntegriCloud