minix/servers/mfs
Antoine Leca 4069cef7f9 Subsecond timestamps support for FS
Expand REQ_UTIME to include tv_nsec members
(as in struct timespec) in addition to tv_sec==time_t

Designed with help from David van Moolenbroek
2013-04-12 11:11:59 +02:00
..
buf.h
cache.c
clean.h
const.h
fs.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
glo.h
inode.c Cleaning usage of MAJOR/MINOR 2013-01-14 11:36:26 +01:00
inode.h
link.c
main.c
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
mfsdir.h Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
misc.c
mount.c
open.c
path.c
pipe.c
protect.c
proto.h
read.c VFS, FSes: add REQ_PEEK request type 2013-03-07 10:57:38 +00:00
stadir.c
stats.c
super.c
super.h
table.c VFS, FSes: add REQ_PEEK request type 2013-03-07 10:57:38 +00:00
time.c Subsecond timestamps support for FS 2013-04-12 11:11:59 +02:00
type.h
utility.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
write.c