summaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.116 of src/sys/fs/devfs/devfs_vnops.c:Simon L. B. Nielsen2005-07-201-0/+6
* MFC: /*- and related license changesWarner Losh2005-01-313-3/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+3
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-2/+2
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatRobert Watson2004-07-221-7/+9
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-5/+4
* Reduce a fair bit of the atomics because we are now called with aPoul-Henning Kamp2004-06-181-73/+55
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-25/+25
* Report the correct length for symlink entries.Poul-Henning Kamp2004-02-191-1/+1
* White-space align a struct definition.Poul-Henning Kamp2004-02-153-37/+27
* Fix style(9) of my previous commit.Colin Percival2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,Colin Percival2004-01-211-1/+2
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.Poul-Henning Kamp2004-01-021-0/+5
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-1/+1
* Remember to check the DE_WHITEOUT flag in the case where a clonedPoul-Henning Kamp2003-10-201-4/+9
* When a driver successfully created a device on demand, we can directlyPoul-Henning Kamp2003-10-201-7/+6
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-15/+4
* Remove unused variable.Poul-Henning Kamp2003-05-311-6/+1
* 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-2/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-14/+14
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-1/+1
* NODEVFS cleanup:Poul-Henning Kamp2003-03-021-4/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-12/+12
* NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp2003-01-294-8/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-214-12/+12
* Originally when DEVFS was added, a global variable "devfs_present"Poul-Henning Kamp2003-01-191-1/+0
* Even if the permissions deny it, a process should be allowed toPoul-Henning Kamp2003-01-131-2/+13
* Add symlink support to devfs_rule_matchpath(). This allows the userDima Dorfman2003-01-111-1/+2
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-6/+0
* Trim left-over and unused vop_refreshlabel() bits from devfs.Robert Watson2002-12-281-23/+0
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-094-7/+8
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-1/+1
* Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.Robert Watson2002-10-201-2/+2
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-163-3/+3
* A better solution to avoiding variable sized structs in DEVFS.Poul-Henning Kamp2002-10-162-3/+5
* #include "opt_devfs.h" to protect against variable sized structures.Poul-Henning Kamp2002-10-161-0/+2
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-2/+2
* Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman2002-10-081-15/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringRobert Watson2002-10-051-4/+3
* Move the vop-vector declaration into devfs_vnops.c where it belongs.Poul-Henning Kamp2002-10-012-5/+3
* s/struct dev_t */dev_t */Poul-Henning Kamp2002-09-281-1/+1
* Fix mis-indent.Poul-Henning Kamp2002-09-281-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-15/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-2/+2
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-9/+6
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-2/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularRobert Watson2002-08-011-0/+1