index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
devfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
*
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
phk
2000-10-09
3
-24
/
+28
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+2
*
Ignore attempts to set flags to zero. This quenches a syslog warning
phk
2000-09-18
1
-1
/
+1
*
Add canonical checks to devfs_setattr().
phk
2000-09-16
1
-14
/
+50
*
Use size_t instead of u_int for 4th argument to copyinstr().
jhb
2000-09-12
1
-1
/
+1
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
4
-71
/
+294
*
Off by one error.
phk
2000-09-04
1
-1
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
3
-31
/
+4
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Reorder vop's alphabetically.
phk
2000-08-27
4
-245
/
+278
*
Minor cleanups tp devfs_readdir();
phk
2000-08-26
1
-11
/
+33
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
4
-128
/
+193
*
Fix devfs_access() bug on directories.
phk
2000-08-21
3
-13
/
+8
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
4
-0
/
+1139