ed 2008-09-21 14:02:43 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c
Log:
SVN rev 183230 on 2008-09-21 14:02:43Z by ed
Already initialize the vfs timestamps inside the cdev upon allocation.
In the MPSAFE TTY branch I noticed the vfs t
kib 2008-06-16 17:34:59 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c devfs_int.h devfs_vnops.c
sys/kern kern_conf.c
sys/sys conf.h
usr.bin/fstatfstat.c
Log:
SVN rev 179828 on 2008-06-16 17:34:59Z
rwatson 2007-04-23 13:36:54 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c devfs_vnops.c
sys/security/mac mac_framework.h mac_policy.h mac_vfs.c
sys/security/mac_biba mac_biba.c
sys/security/mac_lomac mac_lomac.c
sys/security/mac_m
jeff2006-03-13 03:05:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/devfs devfs_devs.c
Log:
MFC Rev 1.45
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (scottl)
Revisio
jeff2006-02-22 09:05:40 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c
Log:
- We must hold a reference to a vnode before calling vgone() otherwise
it may not be removed from the freelist.
MFC After: 1 week
Found by: kris