| Commit message (Expand) | Author | Age | Files | Lines |
* | Use shared vnode locks instead of exclusive vnode locks for the access(), | jhb | 2008-11-03 | 3 | -16/+16 |
* | Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless. | attilio | 2008-11-03 | 3 | -22/+3 |
* | Remove some unused and broken code that attempted to not invoke locking | jhb | 2008-11-03 | 1 | -6/+0 |
* | A few style nits. | jhb | 2008-11-03 | 1 | -1/+2 |
* | Remove " + 1". | mav | 2008-11-03 | 1 | -1/+1 |
* | Fix few missed accmode changes in coda. | trasz | 2008-11-03 | 3 | -5/+7 |
* | Nit: Add a few leading zeros to make this match other mask constants | imp | 2008-11-03 | 1 | -1/+1 |
* | Implement device cloning for /dev/nsmb, the netsmb control pseudo-device. | rwatson | 2008-11-03 | 1 | -7/+19 |
* | Regen. | dfr | 2008-11-03 | 10 | -12/+40 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 121 | -991/+18973 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 6 | -8/+124 |
* | Fix style. | kib | 2008-11-03 | 1 | -1/+1 |
* | Turns out this isn't even used at all... The bogon that I was tracing was | imp | 2008-11-03 | 1 | -6/+0 |
* | Use child (the card) in preference to cbdev (the bridge) when | imp | 2008-11-03 | 1 | -2/+4 |
* | We can't mask out the higher order bits and have the size come out | imp | 2008-11-03 | 1 | -1/+1 |
* | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | delphij | 2008-11-03 | 2 | -68/+46 |
* | Add amr_cam module directory that was missed in the previous commit. | scottl | 2008-11-03 | 2 | -3/+9 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | scottl | 2008-11-03 | 7 | -105/+65 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 2 | -6/+6 |
* | Catch up internal locking routines in netsmb with lockmgr changes -- | rwatson | 2008-11-02 | 2 | -57/+54 |
* | Increase the initial sbuf size for CPU topology dump to something more | ivoras | 2008-11-02 | 1 | -1/+1 |
* | smb_vc_put() requires that the passed vcp be locked, so lock it before | rwatson | 2008-11-02 | 1 | -1/+3 |
* | When encoding an smb name, truncate one byte earlier in order than we did | rwatson | 2008-11-02 | 1 | -1/+1 |
* | Revert r184516. Option RL_TWISTER_ENABLE is no more after it became | kib | 2008-11-02 | 1 | -1/+0 |
* | Make the touch pad on my PowerBook G4 12" a little more usable. | ed | 2008-11-02 | 1 | -7/+18 |
* | MFp4: | imp | 2008-11-02 | 5 | -6/+34 |
* | Make the no driver stuff an ifdef. | imp | 2008-11-02 | 1 | -4/+9 |
* | Move mn over. One of the last stragglers in sys/pci. There's no | imp | 2008-11-02 | 2 | -1/+1 |
* | Document a few sysctls in the NFS client and server code. | trhodes | 2008-11-02 | 6 | -24/+43 |
* | Document dev.rl.%unit.twister_enable sysctl/tunable. | imp | 2008-11-02 | 1 | -1/+7 |
* | Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option. | imp | 2008-11-02 | 4 | -30/+34 |
* | As soon as we have several threads per process now, it is not correct to | mav | 2008-11-02 | 1 | -5/+1 |
* | Remove the call to getinoquota() from ntfs_access. How did it get there?! | trasz | 2008-11-02 | 1 | -7/+0 |
* | Reflect changes for the vfs_busy() prototype. | attilio | 2008-11-02 | 1 | -18/+7 |
* | Bump __FreeBSD_version in order to reflect vfs_busy() prototype changing | attilio | 2008-11-02 | 1 | -1/+1 |
* | Improve VFS locking: | attilio | 2008-11-02 | 12 | -73/+95 |
* | Add support for reading Tivo Series 1 partitioning. This likely needs | imp | 2008-11-02 | 1 | -12/+52 |
* | Merge some minor deltas from p4 newcard tree: | imp | 2008-11-02 | 1 | -0/+2 |
* | Remove cardbus attachment. It likely was a cut-n-paste left over from | imp | 2008-11-02 | 1 | -1/+0 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 43 | -4/+59 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 27 | -4/+46 |
* | Various comment nits, and typos. | keramida | 2008-11-02 | 1 | -32/+32 |
* | Update introductory comment for audit pipes. | rwatson | 2008-11-02 | 1 | -4/+4 |
* | Remove stale comment about filtering in audit pipe ioctl routine: we do | rwatson | 2008-11-02 | 1 | -3/+0 |
* | Add comment for per-pipe stats. | rwatson | 2008-11-01 | 1 | -0/+3 |
* | We only allow a partial read of the first record in an audit pipe | rwatson | 2008-11-01 | 1 | -15/+28 |
* | Allow a single read(2) system call on an audit pipe to retrieve data from | rwatson | 2008-11-01 | 1 | -40/+32 |
* | Correct the documented declaration of the archive_write_callback to | kientzle | 2008-11-01 | 1 | -2/+2 |
* | Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with something | trasz | 2008-11-01 | 1 | -37/+4 |
* | Fix a few typos/spelling errors in my comments from the last commit, | imp | 2008-11-01 | 1 | -7/+7 |