summaryrefslogtreecommitdiff
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-216-6/+6
* MFC r193919:Konstantin Belousov2009-06-241-2/+10
* MFC r192151:Konstantin Belousov2009-05-181-0/+1
* MFC r189693:Konstantin Belousov2009-03-181-9/+0
* MFC r189450:Konstantin Belousov2009-03-131-1/+1
* MFC: Add a flag to tag individual sysctl leaf nodes as MPSAFE. Tag theJohn Baldwin2009-03-101-2/+3
* MFC r186911:Edward Tomasz Napierala2009-03-011-2/+18
* MFC r183211:Konstantin Belousov2009-01-211-2/+1
* MFC r183383:Konstantin Belousov2008-09-291-10/+26
* MFC r179175:Konstantin Belousov2008-08-192-2/+120
* MFC rev. 1.159:Konstantin Belousov2008-05-301-3/+4
* MFCKonstantin Belousov2008-03-241-5/+12
* MFC: Lock the vnode interlock while reading v_usecount to updateJohn Baldwin2008-01-121-0/+3
* When we do open, we should lock the vnode exclusively. This fixes few races:Pawel Jakub Dawidek2007-07-261-0/+1
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callsKonstantin Belousov2007-07-032-0/+19
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-4/+2
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-13/+6
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,Robert Watson2007-04-232-3/+3
* In some cases, like whenever devfs file times are zero, the fix(aa) will notTom Rhodes2007-04-201-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-1/+3
* Annotate that this giant acqusition is dependent on tty locking.Kris Kennaway2007-03-261-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-3/+20
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-12/+23
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-222-2/+4
* Update the access and modification times for dev while still holdingKonstantin Belousov2006-10-201-2/+2
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence theKonstantin Belousov2006-10-201-5/+9
* Properly lock the vnode around vgone() calls.Konstantin Belousov2006-10-184-25/+113
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2Konstantin Belousov2006-09-191-1/+1
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andKonstantin Belousov2006-09-184-16/+113
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inPoul-Henning Kamp2006-07-174-18/+0
* Add vnode interlocking to devfs.Stephan Uphoff2006-07-121-16/+33
* Remove now unneeded opt_mac.h and mac.h includes.Robert Watson2006-07-061-2/+0
* Use #include "", not #include <> for opt_foo.h.Robert Watson2006-07-061-2/+2
* Remove unused prototypes.Pawel Jakub Dawidek2006-04-121-2/+0
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisJeff Roberson2006-03-311-0/+3
* - We must hold a reference to a vnode before calling vgone() otherwiseJeff Roberson2006-02-221-0/+2
* - Remove a stale comment. This function was rewritten to be SMP safe someJeff Roberson2006-01-301-6/+0
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive ruleRobert Watson2006-01-031-2/+4
* This is a workaround for a complicated issue involving VFS cookies and devfs.Doug White2005-11-091-0/+24
* Use correct cirteria for determining which directory entries we canPoul-Henning Kamp2005-10-181-1/+1
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-243-153/+99
* Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp2005-09-196-446/+437
* Don't attempt to recurse lockmgr, it doesn't like it.Poul-Henning Kamp2005-09-152-3/+6
* Various minor polishing.Poul-Henning Kamp2005-09-153-22/+10
* Protect the devfs rule internal global lists with a sx lock, the perPoul-Henning Kamp2005-09-151-1/+9
* Absolve devfs_rule.c from locking responsibility and call it withPoul-Henning Kamp2005-09-153-19/+5
* Close a race which could result in unwarranted "ruleset %d alreadyPoul-Henning Kamp2005-09-153-44/+34
* Clean up prototypes.Poul-Henning Kamp2005-09-121-258/+96
* Add a missing dev_relthread() call.Poul-Henning Kamp2005-08-291-4/+5