summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Remove __P.alfred2002-03-201-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-131-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* fix typojulian2001-09-131-3/+0
* KSE Milestone 2julian2001-09-121-18/+23
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+4
* fix it so it compiles againmjacob2001-04-231-0/+2
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-14/+2
* Delete unused #include <sys/select.h>.wollman2001-01-091-2/+0
* When p_ucred is passed to the venus daemon, first grab the proc lock tojhb2000-12-151-2/+14
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+4
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-2/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-4/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-56/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-211-219/+1
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-201-2/+28
* Simplify cdevsw registration.phk1999-05-311-5/+4
* remove cast from dev_t to dev_t.phk1999-05-091-2/+11
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+5
* Clean up the KLD/LKM goop a bit.peter1999-01-171-13/+15
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+6
* A few bug fixes for Robert Watsonrvb1998-11-161-2/+12
* Support KLD. We register and unregister two modules. "coda" (the vfs)peter1998-11-031-2/+8
* Fixes for lkm:rvb1998-09-291-3/+8
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-19/+34
* Finish conversion of cfs -> codarvb1998-09-131-7/+11
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-110/+110
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+6
* Pass2 completervb1998-09-021-223/+58
* Very Preliminary Codarvb1998-08-291-0/+887
OpenPOWER on IntegriCloud