summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* NODEVFS cleanup: remove #ifdefs.phk2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* 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-091-2/+2
* 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-161-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-2/+2
* 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-011-2/+3
* 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
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* 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-311-0/+67
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+20
* 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
* Use vnode locking with devfs; permit VFS locking assertions to makerwatson2002-04-291-0/+6
* Fixed assorted bugs in setting of timestamps in devfs_setattr().bde2002-04-051-21/+24
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-6/+5
* Remove __P.alfred2002-03-191-14/+14
* Be consistent with UFS in a way how devfs_setattr() checks credentialsmaxim2002-03-141-4/+5
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXdd2001-11-251-2/+29
* Fix "echo > /dev/null" for non-root users which broke in previous commit.phk2001-11-041-5/+7
* Use vfs_timestamp() instead of getnanotime().phk2001-11-031-3/+12
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* The behaviour of whiteout'ing symlinks were too confusing, insteadphk2001-09-301-1/+8
* KSE Milestone 2julian2001-09-121-38/+38
* linux ls fails on DEVFS /dev because linux_getdents fails becausephk2001-08-141-4/+22
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.brian2001-06-011-1/+2
* Don't copy the trailing zero in readlink, it confuses namei().phk2001-05-261-1/+1
* Change the way deletes are managed in DEVFS.phk2001-05-231-41/+113
* After a successfull poll of the cloning functions, match on thephk2001-05-141-14/+6
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-5/+4
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+7
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-23/+0
* add this ridiculous include foo so it will compile againmjacob2001-04-231-0/+2
* Remove a debug printf.phk2001-02-181-3/+1
* At the point in time where most devices are created, we don't know whatphk2001-02-021-0/+15
* Only superuser can create symlinks.phk2001-02-021-2/+5
* Fix two minor nits.phk2001-01-301-1/+4
* staticize.phk2000-12-081-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
OpenPOWER on IntegriCloud