| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 1 | -1/+1 |
| * | 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 |
| * | 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 | 1 | -3/+3 |
| * | Report the correct length for symlink entries. | Poul-Henning Kamp | 2004-02-19 | 1 | -1/+1 |
| * | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls. | Poul-Henning Kamp | 2004-01-02 | 1 | -0/+5 |
| * | 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 |
| * | Remove unused variable. | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+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 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | NODEVFS cleanup: remove #ifdefs. | Poul-Henning Kamp | 2003-01-29 | 1 | -2/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Even if the permissions deny it, a process should be allowed to | Poul-Henning Kamp | 2003-01-13 | 1 | -2/+13 |
| * | 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 | 1 | -2/+2 |
| * | 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 | 1 | -1/+1 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -2/+2 |
| * | 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 | 1 | -2/+3 |
| * | 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 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -1/+1 |
| * | 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 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+67 |
| * | Introduce the DEVFS "rule" subsystem. DEVFS rules permit the | Dima Dorfman | 2002-07-17 | 1 | -0/+20 |
| * | Make devfs to give honour to PDIRUNLOCK flag. | Semen Ustimenko | 2002-06-01 | 1 | -9/+13 |
| * | Fix several bugs in devfs_lookupx(). When we check the nameiop to | Maxime Henrion | 2002-05-10 | 1 | -3/+3 |
| * | Use vnode locking with devfs; permit VFS locking assertions to make | Robert Watson | 2002-04-29 | 1 | -0/+6 |
| * | Fixed assorted bugs in setting of timestamps in devfs_setattr(). | Bruce Evans | 2002-04-05 | 1 | -21/+24 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -6/+5 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -14/+14 |
| * | Be consistent with UFS in a way how devfs_setattr() checks credentials | Maxim Konovalov | 2002-03-14 | 1 | -4/+5 |
| * | Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX | Dima Dorfman | 2001-11-25 | 1 | -2/+29 |
| * | Fix "echo > /dev/null" for non-root users which broke in previous commit. | Poul-Henning Kamp | 2001-11-04 | 1 | -5/+7 |
| * | Use vfs_timestamp() instead of getnanotime(). | Poul-Henning Kamp | 2001-11-03 | 1 | -3/+12 |
| * | Backed out vestiges of the quick fixes for the transient breakage of | Bruce Evans | 2001-10-13 | 1 | -1/+0 |
| * | The behaviour of whiteout'ing symlinks were too confusing, instead | Poul-Henning Kamp | 2001-09-30 | 1 | -1/+8 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -38/+38 |
| * | linux ls fails on DEVFS /dev because linux_getdents fails because | Poul-Henning Kamp | 2001-08-14 | 1 | -4/+22 |
| * | Support /dev/tun cloning. Ansify if_tun.c while I'm there. | Brian Somers | 2001-06-01 | 1 | -1/+2 |
| * | Don't copy the trailing zero in readlink, it confuses namei(). | Poul-Henning Kamp | 2001-05-26 | 1 | -1/+1 |