aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-12/+2
* After a successfull poll of the cloning functions, match on thePoul-Henning Kamp2001-05-141-14/+6
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-133-5/+8
* Remove unneeded devfs_badop()Poul-Henning Kamp2001-05-061-10/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-14/+17
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-23/+0
* add this ridiculous include foo so it will compile againMatt Jacob2001-04-232-0/+4
* Reviewed by: jlemonAdrian Chadd2001-03-011-8/+0
* Remove a debug printf.Poul-Henning Kamp2001-02-181-3/+1
* At the point in time where most devices are created, we don't know whatPoul-Henning Kamp2001-02-022-1/+16
* Only superuser can create symlinks.Poul-Henning Kamp2001-02-021-2/+5
* Fix two minor nits.Poul-Henning Kamp2001-01-302-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-10/+5
* staticize.Poul-Henning Kamp2000-12-083-6/+7
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyPoul-Henning Kamp2000-10-093-24/+28
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+2
* Ignore attempts to set flags to zero. This quenches a syslog warningPoul-Henning Kamp2000-09-181-1/+1
* Add canonical checks to devfs_setattr().Poul-Henning Kamp2000-09-161-14/+50
* Use size_t instead of u_int for 4th argument to copyinstr().John Baldwin2000-09-121-1/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-064-71/+294
* Off by one error.Poul-Henning Kamp2000-09-041-1/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-023-31/+4
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-274-245/+278
* Minor cleanups tp devfs_readdir();Poul-Henning Kamp2000-08-261-11/+33
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-244-127/+192
* Fix devfs_access() bug on directories.Poul-Henning Kamp2000-08-213-13/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-204-0/+1139