summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Report the correct length for symlink entries.phk2004-02-191-1/+1
* White-space align a struct definition.phk2004-02-153-37/+27
* Fix style(9) of my previous commit.cperciva2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,cperciva2004-01-211-1/+2
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.phk2004-01-021-0/+5
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-1/+1
* Remember to check the DE_WHITEOUT flag in the case where a clonedphk2003-10-201-4/+9
* When a driver successfully created a device on demand, we can directlyphk2003-10-201-7/+6
* Initialize struct vfsops C99-sparsely.phk2003-06-121-15/+4
* Remove unused variable.phk2003-05-311-6/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-14/+14
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* NODEVFS cleanup:phk2003-03-021-4/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-194-12/+12
* NODEVFS cleanup: remove #ifdefs.phk2003-01-294-8/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-12/+12
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-1/+0
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-6/+0
* Trim left-over and unused vop_refreshlabel() bits from devfs.rwatson2002-12-281-23/+0
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-094-7/+8
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-1/+1
* Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.rwatson2002-10-201-2/+2
* Fix comments and one resulting code confusion about the type of thephk2002-10-163-3/+3
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-162-3/+5
* #include "opt_devfs.h" to protect against variable sized structures.phk2002-10-161-0/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-2/+2
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-15/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-051-4/+3
* Move the vop-vector declaration into devfs_vnops.c where it belongs.phk2002-10-012-5/+3
* s/struct dev_t */dev_t */phk2002-09-281-1/+1
* Fix mis-indent.phk2002-09-281-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-15/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+2
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-9/+6
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularrwatson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-313-0/+90
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+1
* Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-175-1/+949
* Make devfs to give honour to PDIRUNLOCK flag.semenu2002-06-011-9/+13
* Fix several bugs in devfs_lookupx(). When we check the nameiop tomux2002-05-101-3/+3
* Convert devfs to nmount.mux2002-05-021-6/+5
* Use vnode locking with devfs; permit VFS locking assertions to makerwatson2002-04-291-0/+6
OpenPOWER on IntegriCloud