freebsd-src/sys/fs
Bruce Evans 11257f4d1a Fixed assorted bugs in setting of timestamps in devfs_setattr().
Setting of timestamps on devices had no effect visible to userland
because timestamps for devices were set in places that are never used.
This broke:
- update of file change time after a change of an attribute
- setting of file access and modification times.

The VA_UTIMES_NULL case did not work.  Revs 1.31-1.32 were supposed to
fix this by copying correct bits from ufs, but had little or no effect
because the old checks were not removed.
2002-04-05 15:16:08 +00:00
..
cd9660 Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
coda Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
deadfs Remove __P. 2002-03-19 22:20:14 +00:00
devfs Fixed assorted bugs in setting of timestamps in devfs_setattr(). 2002-04-05 15:16:08 +00:00
fdescfs Remove __P. 2002-03-19 22:20:14 +00:00
fifofs Remove __P. 2002-03-19 22:20:14 +00:00
hpfs Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
msdosfs Fixed a very old bug in setting timestamps using utimes(2) on msdosfs 2002-04-05 14:01:04 +00:00
ntfs Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
nullfs Cannot release vnode underlying the nullfs vnode in null_inactive 2002-03-18 05:39:04 +00:00
nwfs Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
portalfs Remove __P. 2002-03-19 22:20:14 +00:00
procfs Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
pseudofs Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
smbfs Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
specfs Remove __P. 2002-03-19 22:20:14 +00:00
umapfs Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
unionfs Remove __P. 2002-03-19 22:20:14 +00:00