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
*
cdev (still) needs per instance uid/gid/mode
phk
2005-03-31
1
-3
/
+3
*
Prepare for the final onslaught on devices:
phk
2005-03-17
1
-3
/
+3
*
Try to fix the mess I made of devname, with the minimal subset of the
phk
2005-03-10
1
-4
/
+5
*
Make a SYSCTL_NODE static
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Reduce a fair bit of the atomics because we are now called with a
phk
2004-06-18
1
-73
/
+55
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-11
/
+11
*
White-space align a struct definition.
phk
2004-02-15
1
-11
/
+0
*
NODEVFS cleanup:
phk
2003-03-02
1
-4
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
NODEVFS cleanup: remove #ifdefs.
phk
2003-01-29
1
-2
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
Originally when DEVFS was added, a global variable "devfs_present"
phk
2003-01-19
1
-1
/
+0
*
Remove dm_root entry from struct devfs_mount. It's never set, and is
rwatson
2002-12-09
1
-3
/
+3
*
s/struct dev_t */dev_t */
phk
2002-09-28
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+15
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
1
-0
/
+2
*
Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,
msmith
2002-01-09
1
-1
/
+1
*
Use a sysinit to initialise the devfs hooks in kern_conf.c rather than common
msmith
2002-01-09
1
-3
/
+10
*
Use vfs_timestamp() instead of getnanotime() directly.
phk
2001-11-03
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
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