aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* 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
* 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-161-3/+3
* Report the correct length for symlink entries.Poul-Henning Kamp2004-02-191-1/+1
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.Poul-Henning Kamp2004-01-021-0/+5
* 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
* Remove unused variable.Poul-Henning Kamp2003-05-311-6/+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
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Even if the permissions deny it, a process should be allowed toPoul-Henning Kamp2003-01-131-2/+13
* 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-091-2/+2
* 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-161-1/+1
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-2/+2
* 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-011-2/+3
* 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
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* 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
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+67
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+20
* Make devfs to give honour to PDIRUNLOCK flag.Semen Ustimenko2002-06-011-9/+13
* Fix several bugs in devfs_lookupx(). When we check the nameiop toMaxime Henrion2002-05-101-3/+3
* Use vnode locking with devfs; permit VFS locking assertions to makeRobert Watson2002-04-291-0/+6
* Fixed assorted bugs in setting of timestamps in devfs_setattr().Bruce Evans2002-04-051-21/+24
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-6/+5
* Remove __P.Alfred Perlstein2002-03-191-14/+14
* Be consistent with UFS in a way how devfs_setattr() checks credentialsMaxim Konovalov2002-03-141-4/+5
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXDima Dorfman2001-11-251-2/+29
* Fix "echo > /dev/null" for non-root users which broke in previous commit.Poul-Henning Kamp2001-11-041-5/+7
* Use vfs_timestamp() instead of getnanotime().Poul-Henning Kamp2001-11-031-3/+12
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* The behaviour of whiteout'ing symlinks were too confusing, insteadPoul-Henning Kamp2001-09-301-1/+8
* KSE Milestone 2Julian Elischer2001-09-121-38/+38
* linux ls fails on DEVFS /dev because linux_getdents fails becausePoul-Henning Kamp2001-08-141-4/+22
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.Brian Somers2001-06-011-1/+2
* Don't copy the trailing zero in readlink, it confuses namei().Poul-Henning Kamp2001-05-261-1/+1