| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 6 | -6/+6 |
| * | MFC: Lock the vnode interlock while reading v_usecount to update | John Baldwin | 2008-01-12 | 1 | -0/+3 |
| * | When we do open, we should lock the vnode exclusively. This fixes few races: | Pawel Jakub Dawidek | 2007-07-26 | 1 | -0/+1 |
| * | Since rev. 1.199 of sys/kern/kern_conf.c, the thread that calls | Konstantin Belousov | 2007-07-03 | 2 | -0/+19 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -4/+2 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -13/+6 |
| * | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | Robert Watson | 2007-04-23 | 2 | -3/+3 |
| * | In some cases, like whenever devfs file times are zero, the fix(aa) will not | Tom Rhodes | 2007-04-20 | 1 | -1/+1 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -1/+3 |
| * | Annotate that this giant acqusition is dependent on tty locking. | Kris Kennaway | 2007-03-26 | 1 | -2/+2 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -3/+20 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -12/+23 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 2 | -2/+4 |
| * | Update the access and modification times for dev while still holding | Konstantin Belousov | 2006-10-20 | 1 | -2/+2 |
| * | Fix the race between devfs_fp_check and devfs_reclaim. Derefence the | Konstantin Belousov | 2006-10-20 | 1 | -5/+9 |
| * | Properly lock the vnode around vgone() calls. | Konstantin Belousov | 2006-10-18 | 4 | -25/+113 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+2 |
| * | Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2 | Konstantin Belousov | 2006-09-19 | 1 | -1/+1 |
| * | Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and | Konstantin Belousov | 2006-09-18 | 4 | -16/+113 |
| * | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | Poul-Henning Kamp | 2006-07-17 | 4 | -18/+0 |
| * | Add vnode interlocking to devfs. | Stephan Uphoff | 2006-07-12 | 1 | -16/+33 |
| * | Remove now unneeded opt_mac.h and mac.h includes. | Robert Watson | 2006-07-06 | 1 | -2/+0 |
| * | Use #include "", not #include <> for opt_foo.h. | Robert Watson | 2006-07-06 | 1 | -2/+2 |
| * | Remove unused prototypes. | Pawel Jakub Dawidek | 2006-04-12 | 1 | -2/+0 |
| * | - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without this | Jeff Roberson | 2006-03-31 | 1 | -0/+3 |
| * | - We must hold a reference to a vnode before calling vgone() otherwise | Jeff Roberson | 2006-02-22 | 1 | -0/+2 |
| * | - Remove a stale comment. This function was rewritten to be SMP safe some | Jeff Roberson | 2006-01-30 | 1 | -6/+0 |
| * | When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule | Robert Watson | 2006-01-03 | 1 | -2/+4 |
| * | This is a workaround for a complicated issue involving VFS cookies and devfs. | Doug White | 2005-11-09 | 1 | -0/+24 |
| * | Use correct cirteria for determining which directory entries we can | Poul-Henning Kamp | 2005-10-18 | 1 | -1/+1 |
| * | Make rule zero really magical, that way we don't have to do anything | Poul-Henning Kamp | 2005-09-24 | 3 | -153/+99 |
| * | Rewamp DEVFS internals pretty severely [1]. | Poul-Henning Kamp | 2005-09-19 | 6 | -446/+437 |
| * | Don't attempt to recurse lockmgr, it doesn't like it. | Poul-Henning Kamp | 2005-09-15 | 2 | -3/+6 |
| * | Various minor polishing. | Poul-Henning Kamp | 2005-09-15 | 3 | -22/+10 |
| * | Protect the devfs rule internal global lists with a sx lock, the per | Poul-Henning Kamp | 2005-09-15 | 1 | -1/+9 |
| * | Absolve devfs_rule.c from locking responsibility and call it with | Poul-Henning Kamp | 2005-09-15 | 3 | -19/+5 |
| * | Close a race which could result in unwarranted "ruleset %d already | Poul-Henning Kamp | 2005-09-15 | 3 | -44/+34 |
| * | Clean up prototypes. | Poul-Henning Kamp | 2005-09-12 | 1 | -258/+96 |
| * | Add a missing dev_relthread() call. | Poul-Henning Kamp | 2005-08-29 | 1 | -4/+5 |
| * | Handle device drivers with D_NEEDGIANT in a way which does not | Poul-Henning Kamp | 2005-08-17 | 1 | -24/+0 |
| * | Collect the devfs related sysctls in one place | Poul-Henning Kamp | 2005-08-16 | 2 | -49/+34 |
| * | Create a new internal .h file to communicate very private stuff | Poul-Henning Kamp | 2005-08-16 | 2 | -0/+46 |
| * | Eliminate effectively unused dm_basedir field from devfs_mount. | Poul-Henning Kamp | 2005-08-15 | 5 | -5/+3 |
| * | Merge the dev_clone and dev_clone_cred event handlers into a single | Robert Watson | 2005-08-08 | 1 | -7/+4 |
| * | devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8) | Kris Kennaway | 2005-07-29 | 1 | -1/+0 |
| * | Correct devfs ruleset bypass. | Simon L. B. Nielsen | 2005-07-20 | 1 | -0/+6 |
| * | When devfs cloning takes place, provide access to the credential of the | Robert Watson | 2005-07-14 | 2 | -4/+9 |
| * | Do not declare a struct as extern, and then implement | Craig Rodrigues | 2005-05-31 | 1 | -59/+57 |
| * | - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. | Jeff Roberson | 2005-05-01 | 1 | -5/+12 |
| * | - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. | Jeff Roberson | 2005-04-30 | 1 | -0/+1 |