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
*
Remove __P.
alfred
2002-03-19
2
-21
/
+21
*
Be consistent with UFS in a way how devfs_setattr() checks credentials
maxim
2002-03-14
1
-4
/
+5
*
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
*
Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX
dd
2001-11-25
1
-2
/
+29
*
Fix "echo > /dev/null" for non-root users which broke in previous commit.
phk
2001-11-04
1
-5
/
+7
*
Use vfs_timestamp() instead of getnanotime().
phk
2001-11-03
1
-3
/
+12
*
Use vfs_timestamp() instead of getnanotime() directly.
phk
2001-11-03
1
-3
/
+3
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
2
-2
/
+0
*
The behaviour of whiteout'ing symlinks were too confusing, instead
phk
2001-09-30
1
-1
/
+8
*
KSE Milestone 2
julian
2001-09-12
4
-55
/
+55
*
linux ls fails on DEVFS /dev because linux_getdents fails because
phk
2001-08-14
1
-4
/
+22
*
Support /dev/tun cloning. Ansify if_tun.c while I'm there.
brian
2001-06-01
1
-1
/
+2
*
Don't copy the trailing zero in readlink, it confuses namei().
phk
2001-05-26
1
-1
/
+1
*
Create a general facility for making dev_t's depend on another
phk
2001-05-26
1
-1
/
+1
*
Change the way deletes are managed in DEVFS.
phk
2001-05-23
2
-42
/
+114
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-12
/
+2
*
After a successfull poll of the cloning functions, match on the
phk
2001-05-14
1
-14
/
+6
*
Convert DEVFS from an "opt-in" to an "opt-out" option.
phk
2001-05-13
3
-5
/
+8
*
Remove unneeded devfs_badop()
phk
2001-05-06
1
-10
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
3
-14
/
+17
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-23
/
+0
*
add this ridiculous include foo so it will compile again
mjacob
2001-04-23
2
-0
/
+4
*
Reviewed by: jlemon
adrian
2001-03-01
1
-8
/
+0
*
Remove a debug printf.
phk
2001-02-18
1
-3
/
+1
*
At the point in time where most devices are created, we don't know what
phk
2001-02-02
2
-1
/
+16
*
Only superuser can create symlinks.
phk
2001-02-02
1
-2
/
+5
*
Fix two minor nits.
phk
2001-01-30
2
-2
/
+6
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-10
/
+5
*
staticize.
phk
2000-12-08
3
-6
/
+7
*
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