| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -14/+2 |
* | Delete unused #include <sys/select.h>. | wollman | 2001-01-09 | 1 | -2/+0 |
* | When p_ucred is passed to the venus daemon, first grab the proc lock to | jhb | 2000-12-15 | 1 | -2/+14 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -1/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+4 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -2/+2 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -4/+3 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -56/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+1 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 1 | -219/+1 |
* | Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev. | phk | 1999-07-20 | 1 | -2/+28 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -5/+4 |
* | remove cast from dev_t to dev_t. | phk | 1999-05-09 | 1 | -2/+11 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+5 |
* | Clean up the KLD/LKM goop a bit. | peter | 1999-01-17 | 1 | -13/+15 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+6 |
* | A few bug fixes for Robert Watson | rvb | 1998-11-16 | 1 | -2/+12 |
* | Support KLD. We register and unregister two modules. "coda" (the vfs) | peter | 1998-11-03 | 1 | -2/+8 |
* | Fixes for lkm: | rvb | 1998-09-29 | 1 | -3/+8 |
* | Put "stray" printouts under DIAGNOSTIC. Make everything build | rvb | 1998-09-25 | 1 | -19/+34 |
* | Finish conversion of cfs -> coda | rvb | 1998-09-13 | 1 | -7/+11 |
* | All the references to cfs, in symbols, structs, and strings | rvb | 1998-09-11 | 1 | -110/+110 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -3/+6 |
* | Pass2 complete | rvb | 1998-09-02 | 1 | -223/+58 |
* | Very Preliminary Coda | rvb | 1998-08-29 | 1 | -0/+887 |