summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the ICMP6 path to handle FQDN 'who-are-you' queries, check that thebms2007-02-101-1/+1
* In mac_biba_check_system_swapoff(), don't extract the object label sincerwatson2007-02-101-2/+1
* add a missing piece for 2432mjacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.mjacob2007-02-101-1/+12
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-097-0/+7
* Give which signal caller has attempted to deliver when panicking.delphij2007-02-091-2/+2
* Backing out the wrong fix which could possibly trash the memory if devfsavatar2007-02-091-1/+0
* Add support for Huawei Technologies Mobile card (3G).le2007-02-092-0/+6
* In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrectbms2007-02-091-0/+3
* It turns out that devfs_close() does a dev_refthread() before invokingavatar2007-02-091-0/+1
* Remove an unneeded define.bms2007-02-091-2/+0
* Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.cognet2007-02-091-1/+1
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-082-3/+2
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-082-312/+19
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
OpenPOWER on IntegriCloud