summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+2
* - Fix an assert now that the XLOCK no longer exists.jeff2005-03-131-4/+1
* - In ufs_mknod(), hold the lock across the call to vgone() as that is nowjeff2005-03-131-24/+4
* - Don't drop the lock in ufs_inactive().jeff2005-03-131-4/+0
* - Do a vn_start_write in vn_close, we may write if this is the last refjeff2005-03-131-21/+20
* - Remove vx_lock, vx_unlock, vx_wait, etc.jeff2005-03-131-225/+129
* - A lock is required before calling VOP_REVOKE. Our reference protects usjeff2005-03-131-1/+2
* - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now.jeff2005-03-132-20/+10
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLjeff2005-03-131-14/+1
* - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects usjeff2005-03-131-21/+10
* - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnodejeff2005-03-131-4/+4
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Unbreak build with POLLING. I should really listen and test with NOTESmlaier2005-03-131-1/+1
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,kan2005-03-121-0/+24
* ALTQ support for re(4).mlaier2005-03-121-6/+14
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
* Function jailed() looks into ucred strcture, so be sure ucred is not NULL.pjd2005-03-121-4/+4
* Clean up a bit.pjd2005-03-121-11/+12
* Extend the coverage of the accept and socket mutexes in soisconnected()rwatson2005-03-122-6/+6
* Add a sysctl net.link.log_link_state_change, which allows toglebius2005-03-121-5/+13
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionrwatson2005-03-123-18/+29
* Part two of post-SMPng cleanup of accept filter registration: perform allrwatson2005-03-121-34/+16
* Don't build the nve on pc98.nyan2005-03-121-1/+1
* MFi386: revision 1.217.nyan2005-03-123-9/+0
* Due to a CVS misfire, I ended up committing the wrong version of this.obrien2005-03-121-3/+7
* MFCi386: Prevent integer underflow that could result in all memory beingscottl2005-03-121-3/+9
* Guard against an integer underflow that could cause busdma to eat up allscottl2005-03-121-3/+9
* Adding new device ID for BCM5751M support.avatar2005-03-122-0/+3
* Used unsigned version.obrien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.obrien2005-03-121-1/+1
* Fix a long-standing bug in alpha's implementation of busdma. We need tomux2005-03-121-4/+4
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-128-0/+1917
* This commit was generated by cvs2svn to compensate for changes in r143439,obrien2005-03-127-0/+1975
|\
| * Import the nForce MCP NIC bits. This is version 1.0-0301.obrien2005-03-127-0/+1975
* Replace my previous change for 32 bit systems with hz > 169 with Bruce'speter2005-03-121-10/+11
* Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines.peter2005-03-121-7/+7
* Correct a last-minute thinko. Instead of copying the nul with the string,njl2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singlenjl2005-03-111-36/+41
* Remove diffs to i386 version that came in via the compiler support ifdefs.peter2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratepeter2005-03-111-15/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-112-6/+0
* gbde(8) is also rejndael user.ume2005-03-111-2/+0
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportpeter2005-03-111-0/+8
* Remove an OBE set of comments, fix a minor whitespace nit while here.peter2005-03-111-8/+1
* First step in simplifying accept filter socket option logic in therwatson2005-03-111-17/+24
* reorder ath_rate_onoe to after ath_rate_sample so it gets used as thesam2005-03-111-1/+1
* Remove an additional commented out reference to a possible future sxrwatson2005-03-111-1/+0
OpenPOWER on IntegriCloud