mirror_zfs/lib/libspl
Brian Behlendorf 2c3a83701d Linux 5.6 compat: time_t
As part of the Linux kernel's y2038 changes the time_t type has been
fully retired.  Callers are now required to use the time64_t type.

Rather than move to the new type, I've removed the few remaining
places where a time_t is used in the kernel code.  They've been
replaced with a uint64_t which is already how ZFS internally
handled these values.

Going forward we should work towards updating the remaining user
space time_t consumers to the 64-bit interfaces.

Reviewed-by: Matthew Macy <mmacy@freebsd.org>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #10052
Closes #10064
2020-02-27 09:31:02 -08:00
..
asm-generic Unify target_cpu handling 2020-01-17 12:40:09 -08:00
asm-i386 Fix atomic_sub_64() i386 assembly implementation 2017-02-01 09:36:47 -08:00
asm-x86_64 Make asm-x86_64/atomic.S build on FreeBSD 2019-11-30 15:42:00 -08:00
include Linux 5.6 compat: time_t 2020-02-27 09:31:02 -08:00
os/linux OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
list.c Add linux libspl support 2010-08-31 13:41:59 -07:00
Makefile.am Unify target_cpu handling 2020-01-17 12:40:09 -08:00
mkdirp.c Fix typos in lib/ 2019-09-02 17:53:27 -07:00
page.c ABD optimized page allocation code 2016-11-29 14:34:33 -08:00
strlcat.c Check for strlcat and strlcpy 2018-12-11 16:01:41 -08:00
strlcpy.c Check for strlcat and strlcpy 2018-12-11 16:01:41 -08:00
timestamp.c Fix zpool iostat -T d 1 on musl 2017-04-12 08:57:46 -07:00
zone.c libspl: declare aok extern in header 2019-12-26 10:52:14 -08:00