summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* 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-192-21/+21
* Be consistent with UFS in a way how devfs_setattr() checks credentialsmaxim2002-03-141-4/+5
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-091-1/+1
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonmsmith2002-01-091-3/+10
* 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
* Use vfs_timestamp() instead of getnanotime() directly.phk2001-11-031-3/+3
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-132-2/+0
* The behaviour of whiteout'ing symlinks were too confusing, insteadphk2001-09-301-1/+8
* KSE Milestone 2julian2001-09-124-55/+55
* 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
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-1/+1
* Change the way deletes are managed in DEVFS.phk2001-05-232-42/+114
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-12/+2
* 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-133-5/+8
* 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-013-14/+17
* 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-232-0/+4
* Reviewed by: jlemonadrian2001-03-011-8/+0
* 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-022-1/+16
* Only superuser can create symlinks.phk2001-02-021-2/+5
* Fix two minor nits.phk2001-01-302-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-10/+5
* staticize.phk2000-12-083-6/+7
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-093-24/+28
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* Ignore attempts to set flags to zero. This quenches a syslog warningphk2000-09-181-1/+1
* Add canonical checks to devfs_setattr().phk2000-09-161-14/+50
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-064-71/+294
* Off by one error.phk2000-09-041-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-023-31/+4
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Reorder vop's alphabetically.phk2000-08-274-245/+278
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
* Fix panic when removing open device (found by bp@)phk2000-08-244-128/+193
* Fix devfs_access() bug on directories.phk2000-08-213-13/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-204-0/+1139
OpenPOWER on IntegriCloud