| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev 1.116 of src/sys/fs/devfs/devfs_vnops.c: | Simon L. B. Nielsen | 2005-07-20 | 1 | -0/+6 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 3 | -3/+3 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -6/+3 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -2/+2 |
| * | In devfs_allocv(), rather than assigning 'td = curthread', assert that | Robert Watson | 2004-07-22 | 1 | -7/+9 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -5/+4 |
| * | Reduce a fair bit of the atomics because we are now called with a | Poul-Henning Kamp | 2004-06-18 | 1 | -73/+55 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -4/+4 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 4 | -25/+25 |
| * | Report the correct length for symlink entries. | Poul-Henning Kamp | 2004-02-19 | 1 | -1/+1 |
| * | White-space align a struct definition. | Poul-Henning Kamp | 2004-02-15 | 3 | -37/+27 |
| * | Fix style(9) of my previous commit. | Colin Percival | 2004-01-21 | 1 | -1/+1 |
| * | Allow devfs path rules to work on directories. Without this fix, | Colin Percival | 2004-01-21 | 1 | -1/+2 |
| * | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls. | Poul-Henning Kamp | 2004-01-02 | 1 | -0/+5 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 1 | -1/+1 |
| * | Remember to check the DE_WHITEOUT flag in the case where a cloned | Poul-Henning Kamp | 2003-10-20 | 1 | -4/+9 |
| * | When a driver successfully created a device on demand, we can directly | Poul-Henning Kamp | 2003-10-20 | 1 | -7/+6 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -15/+4 |
| * | Remove unused variable. | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+1 |
| * | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -2/+0 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -14/+14 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
| * | NODEVFS cleanup: | Poul-Henning Kamp | 2003-03-02 | 1 | -4/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 4 | -12/+12 |
| * | NODEVFS cleanup: remove #ifdefs. | Poul-Henning Kamp | 2003-01-29 | 4 | -8/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 4 | -12/+12 |
| * | Originally when DEVFS was added, a global variable "devfs_present" | Poul-Henning Kamp | 2003-01-19 | 1 | -1/+0 |
| * | Even if the permissions deny it, a process should be allowed to | Poul-Henning Kamp | 2003-01-13 | 1 | -2/+13 |
| * | Add symlink support to devfs_rule_matchpath(). This allows the user | Dima Dorfman | 2003-01-11 | 1 | -1/+2 |
| * | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -6/+0 |
| * | Trim left-over and unused vop_refreshlabel() bits from devfs. | Robert Watson | 2002-12-28 | 1 | -23/+0 |
| * | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson | 2002-12-09 | 4 | -7/+8 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 1 | -1/+1 |
| * | Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename. | Robert Watson | 2002-10-20 | 1 | -2/+2 |
| * | Fix comments and one resulting code confusion about the type of the | Poul-Henning Kamp | 2002-10-16 | 3 | -3/+3 |
| * | A better solution to avoiding variable sized structs in DEVFS. | Poul-Henning Kamp | 2002-10-16 | 2 | -3/+5 |
| * | #include "opt_devfs.h" to protect against variable sized structures. | Poul-Henning Kamp | 2002-10-16 | 1 | -0/+2 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -2/+2 |
| * | Treat the pathptrn field as a real pattern with the aid of fnmatch(). | Dima Dorfman | 2002-10-08 | 1 | -15/+1 |
| * | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | Robert Watson | 2002-10-05 | 1 | -4/+3 |
| * | Move the vop-vector declaration into devfs_vnops.c where it belongs. | Poul-Henning Kamp | 2002-10-01 | 2 | -5/+3 |
| * | s/struct dev_t */dev_t */ | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Fix mis-indent. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -15/+2 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -2/+2 |
| * | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 1 | -9/+6 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -2/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-02 | 1 | -0/+11 |
| * | Hook up devfs_pathconf() for specfs devfs nodes, not just regular | Robert Watson | 2002-08-01 | 1 | -0/+1 |