]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 27 Nov 2004 20:38:06 +0000 (20:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 27 Nov 2004 20:38:06 +0000 (20:38 +0000)
2004-11-26  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR.

2004-11-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
NO_SGIDEFS_H isn't defined.  Don't include sgidefs.h twice.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.

14 files changed:
ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
sysdeps/generic/unsecvars.h
sysdeps/unix/sysv/linux/mips/pread.c
sysdeps/unix/sysv/linux/mips/pread64.c
sysdeps/unix/sysv/linux/mips/pwrite.c
sysdeps/unix/sysv/linux/mips/pwrite64.c

index f21cfaad2d8c6b3514de4f021f27c201a5bd084c..db7ae9e7301eeeff151f1ce45184dbe2825ab909 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-11-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR.
+
+2004-11-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
+       NO_SGIDEFS_H isn't defined.  Don't include sgidefs.h twice.
+       * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
+
 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
 
        * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode
index 1a0f4e01428224b462eeea533f0fd1e6737606fa..23d3546ebeec6372010ccdb6ef22e57cf5510728 100644 (file)
 /* The clock selection interfaces are not available.  */
 #define _POSIX_CLOCK_SELECTION -1
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 9c8e706d1271f841d6ca21ff2487cf333ce50030..883cb38ec9b071b97e0cd4b5e3bed5fcdddb1f1d 100644 (file)
 /* The clock selection interfaces are not available.  */
 #define _POSIX_CLOCK_SELECTION -1
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 0b18959f3a303fff81f75a7fcf596b73799075df..5a6629bb4e5c8eb33b81f936fe6c241d16368801 100644 (file)
 /* The clock selection interfaces are not available.  */
 #define _POSIX_CLOCK_SELECTION -1
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index d4be569168f522df97c3c6a2e9a0c60462632d25..c7c1b9302e2a11b78f30eb4686335b7b34bf2aea 100644 (file)
 /* The clock selection interfaces are not available.  */
 #define _POSIX_CLOCK_SELECTION -1
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 7335e38a986e2538a58cf8317491ff54ec6a4c3c..b922d373b6239dc5515663954a3c51c6a96ff7d3 100644 (file)
 /* The clock selection interfaces are available.  */
 #define _POSIX_CLOCK_SELECTION 200112L
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 2b5a3e6db8df46fef923e428c657d68d526dc9fc..7ea6bdef35a916a257dace8456c6abb2b9eed2d7 100644 (file)
 /* The clock selection interfaces are available.  */
 #define _POSIX_CLOCK_SELECTION 200112L
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 2b5a3e6db8df46fef923e428c657d68d526dc9fc..7ea6bdef35a916a257dace8456c6abb2b9eed2d7 100644 (file)
 /* The clock selection interfaces are available.  */
 #define _POSIX_CLOCK_SELECTION 200112L
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 2b5a3e6db8df46fef923e428c657d68d526dc9fc..7ea6bdef35a916a257dace8456c6abb2b9eed2d7 100644 (file)
 /* The clock selection interfaces are available.  */
 #define _POSIX_CLOCK_SELECTION 200112L
 
+/* Advisory information interfaces are available.  */
+#define _POSIX_ADVISORY_INFO   200112L
+
+/* IPv6 support is available.  */
+#define _POSIX_IPV6    200112L
+
+/* Raw socket support is available.  */
+#define _POSIX_RAW_SOCKETS     200112L
+
+/* Neither process nor thread sporadic server interfaces is available.  */
+#define _POSIX_SPORADIC_SERVER -1
+#define _POSIX_THREAD_SPORADIC_SERVER  -1
+
+/* trace.h is not available.  */
+#define _POSIX_TRACE   -1
+#define _POSIX_TRACE_EVENT_FILTER      -1
+#define _POSIX_TRACE_INHERIT   -1
+#define _POSIX_TRACE_LOG       -1
+
+/* Typed memory objects are not available.  */
+#define _POSIX_TYPED_MEMORY_OBJECTS    -1
+
 #endif /* posix_opt.h */
index 88fba19b2312248b8de19da8a25342dab7a9d91f..8a9dd43ce9f7d296def879f399fab20844e87a44 100644 (file)
@@ -9,6 +9,7 @@
   "LD_PROFILE\0"                                                             \
   "LD_USE_LOAD_BIAS\0"                                                       \
   "GCONV_PATH\0"                                                             \
+  "GETCONF_DIR\0"                                                            \
   "HOSTALIASES\0"                                                            \
   "LOCALDOMAIN\0"                                                            \
   "LOCPATH\0"                                                                \
index d0947bea426b30bc51e5f472c1ed301bb8911912..eff7d473d042644f16481b4895836453eba39823 100644 (file)
@@ -20,7 +20,9 @@
 
 #include <assert.h>
 #include <errno.h>
+#ifndef NO_SGIDEFS_H
 #include <sgidefs.h>
+#endif
 #include <unistd.h>
 #include <endian.h>
 
@@ -29,9 +31,6 @@
 #include <bp-checks.h>
 
 #include <kernel-features.h>
-#ifndef NO_SGIDEFS_H
-#include <sgidefs.h>
-#endif
 
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
index e8a45da5b11b6c09f26e901815b9c3c3c2a5d484..d8763acabba372238062d0cf580bacb3a1d3877d 100644 (file)
@@ -19,7 +19,9 @@
    02111-1307 USA.  */
 
 #include <errno.h>
+#ifndef NO_SGIDEFS_H
 #include <sgidefs.h>
+#endif
 #include <unistd.h>
 #include <endian.h>
 
@@ -28,9 +30,6 @@
 #include <bp-checks.h>
 
 #include <kernel-features.h>
-#ifndef NO_SGIDEFS_H
-#include <sgidefs.h>
-#endif
 
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
index 130515af6dc762a9590f97f6abdc7666f74b3480..4378ebc85979e15b3a9d84a112fc5120540218b6 100644 (file)
@@ -20,7 +20,9 @@
 
 #include <assert.h>
 #include <errno.h>
+#ifndef NO_SGIDEFS_H
 #include <sgidefs.h>
+#endif
 #include <unistd.h>
 #include <endian.h>
 
@@ -29,9 +31,6 @@
 #include <bp-checks.h>
 
 #include <kernel-features.h>
-#ifndef NO_SGIDEFS_H
-#include <sgidefs.h>
-#endif
 
 #ifdef __NR_pwrite64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
index e4908fa779120f68f93845f228366502d6b180cf..e5853e432ed64c18cedcaf0b826aacf04c0bba00 100644 (file)
@@ -19,7 +19,9 @@
    02111-1307 USA.  */
 
 #include <errno.h>
+#ifndef NO_SGIDEFS_H
 #include <sgidefs.h>
+#endif
 #include <unistd.h>
 #include <endian.h>