aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
...
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+6
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement aKonstantin Belousov2011-04-091-7/+3
* Add RACCT_NOFILE accounting.Edward Tomasz Napierala2011-04-061-0/+5
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix a long standing regression of readdir(3) in fdescfs(5) introducedJung-uk Kim2010-03-161-16/+13
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniqueKonstantin Belousov2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringKonstantin Belousov2009-05-121-2/+7
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-113-15/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-4/+4
* Fix Vflags abuse in fdescfs. There should be no functional changes.Edward Tomasz Napierala2008-10-031-3/+1
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-8/+8
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.Ulf Lilleengen2008-05-243-84/+199
* The temporary workaround for the call to the vget() without lock type inKonstantin Belousov2008-04-041-1/+3
* Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collisionKonstantin Belousov2008-02-261-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-3/+3
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-042-7/+7
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+7
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-151-0/+11
* Call vn_start_write() before locking vnode.Tor Egge2006-03-191-2/+2
* Correct the vnode locking in fdescfs.Kris Kennaway2006-02-281-4/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Remove the need to forward declare statics by moving them around.David E. O'Brien2005-08-101-15/+13
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-1/+0
* Make fdesc_root staticPoul-Henning Kamp2005-02-102-2/+2
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-063-3/+3
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().Poul-Henning Kamp2004-12-061-3/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-19/+14
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-7/+7
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-132-7/+7
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+3
* Make LINT compilePoul-Henning Kamp2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-122-4/+5
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-073-12/+0
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-1/+3
* Fix vnode locking in fdesc_setattr. Lock vnode before invokingAlexander Kabaev2003-11-191-5/+5
* forgot to remove static declaration of fdesc_poll()Poul-Henning Kamp2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyPoul-Henning Kamp2003-09-271-13/+0
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencyTim J. Robbins2003-06-171-1/+1
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-22/+9
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+0