summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Revert rev 184216 and 184199, due to the way the thread_lock works,davidxu2008-11-056-17/+57
* Use shared vnode locks for auditing vnode arguments as auditing onlyjhb2008-11-042-6/+6
* Don't lock the vnode around calls to vn_fullpath().jhb2008-11-041-16/+3
* Even though the previous commit was functionally equivalent with the code it ...rink2008-11-041-1/+1
* Fix the build (on at least powerpc) by moving the htole16() from the case(x) ...rink2008-11-041-3/+3
* Don't bother calling setrunnable() and clearing the sleeping flag injhb2008-11-041-9/+12
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-045-21/+12
* Quiet a WITNESS warning with the dirhash sx locks by setting the DUPOKjhb2008-11-041-1/+10
* Don't pass WANTPARENT to the pathname lookup of the mount point for ajhb2008-11-041-4/+1
* Don't leak a reference on the /compat/linux vnode everytimejhb2008-11-041-5/+7
* Include <sys/eventhandler.h>.dfr2008-11-041-0/+1
* In UFS, when reading EA that contains ACL fails for some reason, includetrasz2008-11-041-2/+5
* Add support for Asus A8Sr notebooks.rpaulo2008-11-041-0/+75
* Remove redundant return value tests.ed2008-11-041-6/+1
* add usb2_if.m to mfiles to unbreak build of modules.alfred2008-11-041-0/+1
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-04239-3/+127424
* Bugfix: Cut&paste error from the NetBSD code.n_hibma2008-11-031-18/+22
* uaa->ifaces contains pointers so set its entry to NULL not 0.n_hibma2008-11-031-1/+1
* Adjust the license statement to more closely match a standard 3-clause BSDjhb2008-11-031-12/+12
* Use shared vnode locks instead of exclusive vnode locks for the access(),jhb2008-11-033-16/+16
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-033-22/+3
* Remove some unused and broken code that attempted to not invoke lockingjhb2008-11-031-6/+0
* A few style nits.jhb2008-11-031-1/+2
* Remove " + 1".mav2008-11-031-1/+1
* Fix few missed accmode changes in coda.trasz2008-11-033-5/+7
* Nit: Add a few leading zeros to make this match other mask constantsimp2008-11-031-1/+1
* Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.rwatson2008-11-031-7/+19
* Regen.dfr2008-11-0310-12/+40
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-03100-935/+17138
* Turns out this isn't even used at all... The bogon that I was tracing wasimp2008-11-031-6/+0
* Use child (the card) in preference to cbdev (the bridge) whenimp2008-11-031-2/+4
* We can't mask out the higher order bits and have the size come outimp2008-11-031-1/+1
* Add amr_cam module directory that was missed in the previous commit.scottl2008-11-032-3/+9
* Move the CAM passthrough code into a true module so that it doesn't have to bescottl2008-11-037-105/+65
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-022-6/+6
* Catch up internal locking routines in netsmb with lockmgr changes --rwatson2008-11-022-57/+54
* Increase the initial sbuf size for CPU topology dump to something moreivoras2008-11-021-1/+1
* smb_vc_put() requires that the passed vcp be locked, so lock it beforerwatson2008-11-021-1/+3
* Revert r184516. Option RL_TWISTER_ENABLE is no more after it becamekib2008-11-021-1/+0
* Make the touch pad on my PowerBook G4 12" a little more usable.ed2008-11-021-7/+18
* MFp4:imp2008-11-025-6/+34
* Make the no driver stuff an ifdef.imp2008-11-021-4/+9
* Move mn over. One of the last stragglers in sys/pci. There's noimp2008-11-022-1/+1
* Document a few sysctls in the NFS client and server code.trhodes2008-11-026-24/+43
* Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.imp2008-11-024-30/+34
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Bump __FreeBSD_version in order to reflect vfs_busy() prototype changingattilio2008-11-021-1/+1
* Improve VFS locking:attilio2008-11-0212-73/+95
* Add support for reading Tivo Series 1 partitioning. This likely needsimp2008-11-021-12/+52
OpenPOWER on IntegriCloud