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
*
Slightly change the semantics of vnode labels for MAC: rather than
rwatson
2002-10-26
1
-1
/
+1
*
Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename.
rwatson
2002-10-20
1
-2
/
+2
*
Fix comments and one resulting code confusion about the type of the
phk
2002-10-16
3
-3
/
+3
*
A better solution to avoiding variable sized structs in DEVFS.
phk
2002-10-16
2
-3
/
+5
*
#include "opt_devfs.h" to protect against variable sized structures.
phk
2002-10-16
1
-0
/
+2
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-2
/
+2
*
Treat the pathptrn field as a real pattern with the aid of fnmatch().
dd
2002-10-08
1
-15
/
+1
*
Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during
rwatson
2002-10-05
1
-4
/
+3
*
Move the vop-vector declaration into devfs_vnops.c where it belongs.
phk
2002-10-01
2
-5
/
+3
*
s/struct dev_t */dev_t */
phk
2002-09-28
1
-1
/
+1
*
Fix mis-indent.
phk
2002-09-28
1
-1
/
+1
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-15
/
+2
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-2
/
+2
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-9
/
+6
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
2
-2
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-02
1
-0
/
+11
*
Hook up devfs_pathconf() for specfs devfs nodes, not just regular
rwatson
2002-08-01
1
-0
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
3
-0
/
+90
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+1
*
Correct misindentation of DRA_UID.
dd
2002-07-28
1
-1
/
+1
*
Unimplement panic(8) by making sure that we don't recurse into a
dd
2002-07-28
1
-5
/
+11
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
5
-1
/
+949
*
Make devfs to give honour to PDIRUNLOCK flag.
semenu
2002-06-01
1
-9
/
+13
*
Fix several bugs in devfs_lookupx(). When we check the nameiop to
mux
2002-05-10
1
-3
/
+3
*
Convert devfs to nmount.
mux
2002-05-02
1
-6
/
+5
*
Use vnode locking with devfs; permit VFS locking assertions to make
rwatson
2002-04-29
1
-0
/
+6
*
Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.
bde
2002-04-21
1
-3
/
+6
*
Fixed assorted bugs in setting of timestamps in devfs_setattr().
bde
2002-04-05
1
-21
/
+24
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-6
/
+5
*
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
[next]