Antoine Leca 9131e98a7d utimens(2) system call
Variant of utime(2) with struct timespec (with ns precision)
instead of time_t values; also allows for tv_nsec members
the values UTIME_NOW (force update to current time) or
UTIME_OMIT (allow to set either atim or mtim independently.)

Provides a superset of utimes(2), futimes(2), lutimes(2),
and futimens(2).
Provides the same subset of utimensat(2) as does NetBSD 6.
Also import utimens() and lutimeNS() from NetBSD-current.
2013-04-12 18:55:39 +00:00
2013-03-14 11:33:10 +01:00
2013-04-08 08:37:04 +02:00
2013-04-09 16:43:13 +02:00
2013-03-14 11:33:10 +01:00
2013-04-12 20:52:57 +02:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:39 +00:00
2013-04-08 08:37:04 +02:00
2013-02-26 09:44:20 +00:00
2013-04-12 18:55:39 +00:00
2013-04-04 12:50:12 +00:00
2013-04-12 18:55:39 +00:00
2013-04-08 14:22:27 +02:00
2013-04-05 19:02:06 +00:00
2013-04-12 18:55:39 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%