aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
...
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-9/+2
* One more bit of the major/minor patch to make ttyname happy as well.Poul-Henning Kamp2005-03-101-2/+11
* Try to fix the mess I made of devname, with the minimal subset of thePoul-Henning Kamp2005-03-102-5/+64
* Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp2005-03-082-5/+0
* We may not have an actual cdev at this point.Poul-Henning Kamp2005-02-221-0/+3
* Reap more benefits from DEVFS:Poul-Henning Kamp2005-02-222-16/+18
* Make dev_ref() require the dev_lock() to be held and use it fromPoul-Henning Kamp2005-02-221-1/+1
* Introduce vx_wait{l}() and use it instead of home-rolled versions.Poul-Henning Kamp2005-02-171-6/+2
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-101-1/+1
* Statize devfs_ops_fPoul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+2
* Silently ignore forced argument to unmount.Poul-Henning Kamp2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-063-3/+3
* Unsupport forceful unmounts of DEVFS.Poul-Henning Kamp2005-01-041-1/+1
* Be consistent about flag values passed to device drivers read/writePoul-Henning Kamp2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromPoul-Henning Kamp2004-12-221-0/+13
* We can only ever get to vgonechrl() from a devfs vnode, so we do notPoul-Henning Kamp2004-12-201-1/+2
* Add a couple of KASSERTS to try to diagnose a problem reported.Poul-Henning Kamp2004-12-201-1/+5
* Be a bit more assertive about vnode bypass.Poul-Henning Kamp2004-12-141-16/+17
* Another FNONBLOCK -> O_NONBLOCK.Poul-Henning Kamp2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.Poul-Henning Kamp2004-12-131-1/+1
* Explicit panic in vop_read/vop_write for devicesPoul-Henning Kamp2004-12-131-0/+2
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-1/+8
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()Poul-Henning Kamp2004-12-061-3/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-61/+48
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-20/+20
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.Poul-Henning Kamp2004-11-261-1/+1
* Make vnode bypass for devices mandatory.Poul-Henning Kamp2004-11-171-200/+1
* Make vnode bypass the default for devices.Poul-Henning Kamp2004-11-151-1/+1
* Integrate most of vop_revoke() into devfs_revoke() where it belongs.Poul-Henning Kamp2004-11-131-1/+24
* Add the devfs_fp_check() function which helps us get from a struct filePoul-Henning Kamp2004-11-131-70/+34
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* Add optional device vnode bypass to DEVFS.Poul-Henning Kamp2004-11-081-0/+287
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-061-1/+0
* Add back securelevel check for disks.Poul-Henning Kamp2004-11-041-0/+12
* Don't give disks special treatment, they don't come this way anymore.Poul-Henning Kamp2004-10-291-37/+0
* Remove VOP_SPECSTRATEGY() from the system.Poul-Henning Kamp2004-10-291-57/+0
* Give dev_strategy() an explict cdev argument in preparation for removingPoul-Henning Kamp2004-10-291-1/+1
* What can I say: don't allow people to mount DEVFS with option "nodev".Poul-Henning Kamp2004-10-282-8/+2
* Put the I/O block size in bufobj->bo_bsize.Poul-Henning Kamp2004-10-261-1/+1
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitePoul-Henning Kamp2004-10-221-26/+551
* XXX mark two places where we do not hold a threadcount on the dev whenPoul-Henning Kamp2004-09-241-0/+2
* 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