NetBSD/sys/miscfs
dan 7e5137f372 Make vnode times on /kern/boottime be the boot time, not "now".
Handy because ls(1) helpfully converts the time to human-readable
format when printing, and because shell tools like "test -nt" and
"find -newer" can be used against it.

"Inspired" by a discussion about removing lockfiles older than the
last reboot, and Al Crooks' handy observation that a close
approximation can be found with /var/run/dmesg.boot

While here, notice that a lot of the kernfs structures and naming
changed suddenly, and though it seems a clear improvement, there was no
mention in commit logs.
2003-09-10 00:45:22 +00:00
..
deadfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdesc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fifofs Change the behavor of AF_LOCAL connect() to sleep until the server has 2003-09-03 21:30:12 +00:00
genfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
kernfs Make vnode times on /kern/boottime be the boot time, not "now". 2003-09-10 00:45:22 +00:00
nullfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
overlay Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
portal Adjust to the new calling convention of unp_connect2. 2003-09-04 04:30:25 +00:00
procfs remove meaningless line (variable overwritten 2 lines below) 2003-09-07 00:25:04 +00:00
specfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
syncfs Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
umapfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00