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
/
devfs_devs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a general facility for making dev_t's depend on another
phk
2001-05-26
1
-1
/
+1
*
Convert DEVFS from an "opt-in" to an "opt-out" option.
phk
2001-05-13
1
-0
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+5
*
At the point in time where most devices are created, we don't know what
phk
2001-02-02
1
-1
/
+1
*
Fix two minor nits.
phk
2001-01-30
1
-1
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-8
/
+4
*
staticize.
phk
2000-12-08
1
-2
/
+5
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
phk
2000-10-09
1
-10
/
+6
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
1
-23
/
+211
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-25
/
+3
*
Reorder vop's alphabetically.
phk
2000-08-27
1
-16
/
+27
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-23
/
+56
*
Fix devfs_access() bug on directories.
phk
2000-08-21
1
-3
/
+0
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-0
/
+230