summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-03121-991/+18973
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-036-8/+124
* Fix style.kib2008-11-031-1/+1
* 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
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overdelphij2008-11-032-68/+46
* 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
* When encoding an smb name, truncate one byte earlier in order than we didrwatson2008-11-021-1/+1
* 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
* Document dev.rl.%unit.twister_enable sysctl/tunable.imp2008-11-021-1/+7
* 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
* Reflect changes for the vfs_busy() prototype.attilio2008-11-021-18/+7
* 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
* Merge some minor deltas from p4 newcard tree:imp2008-11-021-0/+2
* Remove cardbus attachment. It likely was a cut-n-paste left over fromimp2008-11-021-1/+0
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesepeter2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-0227-4/+46
* Various comment nits, and typos.keramida2008-11-021-32/+32
* Update introductory comment for audit pipes.rwatson2008-11-021-4/+4
* Remove stale comment about filtering in audit pipe ioctl routine: we dorwatson2008-11-021-3/+0
* Add comment for per-pipe stats.rwatson2008-11-011-0/+3
* We only allow a partial read of the first record in an audit piperwatson2008-11-011-15/+28
* Allow a single read(2) system call on an audit pipe to retrieve data fromrwatson2008-11-011-40/+32
* Correct the documented declaration of the archive_write_callback tokientzle2008-11-011-2/+2
* Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with somethingtrasz2008-11-011-37/+4
* Fix a few typos/spelling errors in my comments from the last commit,imp2008-11-011-7/+7
OpenPOWER on IntegriCloud