glibc/nis
Lukasz Majewski e9698175b0 y2038: Replace __clock_gettime with __clock_gettime64
The __clock_gettime internal function is not supporting 64 bit time on
architectures with __WORDSIZE == 32 and __TIMESIZE != 64 (like e.g. ARM 32
bit).

The __clock_gettime64 function shall be used instead in the glibc itself as
it supports 64 bit time on those systems.
This patch does not bring any changes to systems with __WORDSIZE == 64 as
for them the __clock_gettime64 is aliased to __clock_gettime (in
./include/time.h).
2020-05-20 16:45:16 +02:00
..
nss_nis nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS 2020-02-25 16:15:09 +01:00
nss_nisplus Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
rpcsvc Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Depend
libnsl.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_add.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_addmember.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_call.c y2038: Replace __clock_gettime with __clock_gettime64 2020-05-20 16:45:16 +02:00
nis_callback.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_checkpoint.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_clone_dir.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_clone_obj.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_clone_res.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_creategroup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_defaults.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_destroygroup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_domain_of_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_domain_of.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_error.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_error.h * nis/nis_error.c: Remove table of strings. Use position 2006-05-11 20:29:20 +00:00
nis_file.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_findserv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_free.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_getservlist.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_hash.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_intern.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_ismember.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_local_names.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_lookup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_mkdir.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_modify.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_ping.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_print_group_entry.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_print.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_remove.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_removemember.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_rmdir.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_server.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_subr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_table.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_util.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_verifygroup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_xdr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nis_xdr.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nisplus-parser.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nss Implement new mode for NIS passwd.adjunct.byname table. 2010-04-07 07:37:39 -07:00
nss-default.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nss-nis.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nss-nis.h nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS 2020-02-25 16:15:09 +01:00
nss-nisplus.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nss-nisplus.h nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS 2020-02-13 09:15:01 +01:00
Versions Move nss_compat from nis to nss subdir and install it unconditionally 2017-10-04 14:20:48 +02:00
yp_xdr.c libnsl: Turn remaining symbols into compat symbols [BZ #22701] 2018-01-29 17:42:30 +01:00
ypclnt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ypupdate_xdr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00