Ulrich Drepper
3c87d79db7
* sysdeps/unix/sysv/linux/x86_64/libc-start.c
...
(_libc_vdso_platform_setup): Mangle function pointers before storing
them.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
Demangle vdso pointer before use.
(INTERNAL_VSYSCALL): Likewise.
* elf/cache.c (primes): Mark as const.
Noted by Roland McGrath.
2007-08-13 00:23:59 +00:00
Ulrich Drepper
974a1f0fb2
* sysdeps/unix/sysv/linux/powerpc/libc-start.c
2007-08-12 20:13:07 +00:00
Ulrich Drepper
27d9ffda17
2007-08-01 Andreas Jaeger <aj@suse.de>
...
Jakub Jelinek <jakub@redhat.com>
* elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
(options): Add option.
(parse_opt): Handle option.
(manual_link): Adjust process_file caller. Call implicit_soname.
(search_dir): Formatting. Use and populate auxiliary cache.
(main): Load and save auxiliary cache.
* elf/readlib.c (process_file): Add stat_buf argument. Pass struct
stat64 from fstat64 to caller.
(implicit_soname): New function.
* elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
leave *soname as NULL.
* elf/cache.c: Include libgen.h.
(print_entry, print_cache, compare, save_cache, add_to_cache):
Formatting and cleanups.
(aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
aux_cache_file): New structures.
(AUX_CACHEMAGIC): Define.
(primes): New array.
(aux_hash_size, aux_hash): New variables.
(aux_cache_entry_id_hash, nextprime, init_aux_cache,
search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
load_aux_cache, save_aux_cache): New functions.
* sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
(init_aux_cache, search_aux_cache, add_to_aux_cache,
load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
(process_file): Adjust prototype.
2007-08-12 20:09:16 +00:00
Ulrich Drepper
8d944b0fc6
* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
...
with __need_size_t.
2007-08-12 19:40:27 +00:00
Ulrich Drepper
fb86328ad8
* sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
...
r_found_version structure as second parameter.
* sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
(_dl_vdso_vsym): Change type of second parameter accordingly.
* sysdeps/unix/sysv/linux/x86-64/libc-start.c
(_libc_vdso_platform_setup): Adjust.
* sysdeps/unix/sysv/linux/pwoerpc/libc-start.c
(_libc_vdso_platform_setup): Likewise.
2007-08-12 19:33:45 +00:00
Ulrich Drepper
75fb247e69
* sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
...
* sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
* sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
* sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
* csu/libc-start.c: Pretty printing.
Use VDSO_SETUP if defined.
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
and let generic code call into _libc_vdso_platform_setup.
* sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
* sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
for GLIBC_PRIVATE.
* sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
(sysdep_rountines): Add dl-vdso.
* sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
of routines.
* sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
attribute_hidden to __vdso_gettimeofday prototype.
2007-08-12 19:03:54 +00:00
Roland McGrath
9229b83ea7
* manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
...
From: Karl Berry <karl@freefriends.org>.
2007-08-12 13:19:17 +00:00
Roland McGrath
9d169bb38a
typo
...
* nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
2007-08-11 20:26:55 +00:00
Ulrich Drepper
4503061fdc
* elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
...
an atime update for the files we read.
2007-08-11 16:58:49 +00:00
Ulrich Drepper
7cf89e9599
* shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
2007-08-11 02:56:12 +00:00
Ulrich Drepper
d7e23b02a4
* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp
...
instead of mkstemp.
* misc/Makefile (routines): Add mkostemp and mkostemp64.
* misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
* misc/mkostemp.c: New file.
* misc/mkostemp64.c: New file.
* stdlib/stdlib.h: Declare the new functions.
* sysdeps/posix/tempname.c: Add new parameter which is added to
the flags for open. Remove __GT_BIGFILE handling.
* stdio-common/tempname.c: Likewise.
* include/stdio.h: Adjust __gen_tempname prototype.
Renumber __GT_* constants.
* libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
* misc/mkdtemp.c: Likewise.
* misc/mkstemp.c: Likewise.
* misc/mkstemp64.c: Likewise.
* misc/mktemp.c: Likewise.
* stdio-common/tempnam.c: Likewise.
* stdio-common/tmpfile.c: Likewise.
* stdio-common/tmpfile64.c: Likewise.
* stdio-common/tmpnam.c: Likewise.
* stdio-common/tmpnam_r.c: Likewise.
2007-08-11 02:48:28 +00:00
Ulrich Drepper
aa132749c8
* nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
...
possible.
* nss/nss_files/files-alias.c (internal_setent): Likewise.
* nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
* nss/nss_files/files-have_o_cloexec.c: New file.
2007-08-10 23:41:40 +00:00
Roland McGrath
22532966df
* sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
...
New macros.
(NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
2007-08-10 22:51:01 +00:00
Ulrich Drepper
673876e647
* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC is
...
available.
2007-08-10 20:10:58 +00:00
Jakub Jelinek
1e28665349
* sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
...
___new_wcstold_l): New weak aliases.
(strtold_l, wcstold_l): Use them as second argument for
long_double_symbol.
2007-08-10 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
___new_wcstold_l): New weak aliases.
(strtold_l, wcstold_l): Use them as second argument for
long_double_symbol.
2007-08-10 17:59:27 +00:00
Ulrich Drepper
6479496ad4
* sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
...
register in test for error.
2007-08-10 02:05:42 +00:00
Ulrich Drepper
c4adefbd06
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
...
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
2007-08-10 01:45:08 +00:00
Ulrich Drepper
f07f72f3f8
* po/sv.po: Update from translation team.
2007-08-09 17:59:48 +00:00
Roland McGrath
773e305efc
* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
...
Remove __strto*_l inlines.
* include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
* stdlib/strtod.c: Add libc_hidden_def.
* stdlib/strtod_l.c: Likewise.
* stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
for __new_strtold and __new_wcstold.
* sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
__STRTOF, STRTOF.
* stdlib/strtol.c: Add libc_hidden_def.
* stdlib/strtol_l.c: Likewise.
* sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
strtoq.
* scripts/data/localplt-powerpc-linux-gnu.data: New file.
* scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
* scripts/data/localplt-generic.data: ... here.
* elf/Makefile (check-data): Get generic file if no other.
($(objpfx)check-localplt.out): Make target unconditional.
2007-08-07 05:36:32 +00:00
Roland McGrath
eef38c28d1
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
...
Use ElfW(Nhdr).
2007-08-06 20:10:29 +00:00
Ulrich Drepper
742df3a4a0
* po/zh_CN.po: Updated translation from translation team.
2007-08-05 16:38:29 +00:00
Jakub Jelinek
0470fa4610
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO):
...
Don't use CGOTSETUP and CGOTRESTORE macros.
(CGOTSETUP, CGOTRESTORE): Remove.
<IS_IN_rtld> (CENABLE, CDISABLE): Don't use JUMPTARGET, branch to
@local symbol.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
Don't use CGOTSETUP and CGOTRESTORE macros.
2007-08-05 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
Don't use CGOTSETUP and CGOTRESTORE macros.
2007-08-05 13:43:20 +00:00
Roland McGrath
b5075bdc05
* posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
2007-08-04 20:48:51 +00:00
Ulrich Drepper
11960f7f59
* po/nl.po: Likewise.
2007-08-04 20:26:01 +00:00
Jakub Jelinek
9accc268ff
* io/bits/fcntl2.h (open, open64, openat, openat64): Add
...
__extension__ around the whole statement expression.
2007-08-04 Jakub Jelinek <jakub@redhat.com>
* io/bits/fcntl2.h (open, open64, openat, openat64): Add
__extension__ around the whole statement expression.
2007-08-04 20:09:21 +00:00
Ulrich Drepper
c8ccd8e3a2
* sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
...
elements during initialization.
2007-08-04 17:21:20 +00:00
Ulrich Drepper
220ae3ef97
* po/pl.po: Updated translation from translation team.
...
* po/tr.po: Likewise.
2007-08-04 16:25:41 +00:00
Ulrich Drepper
2fb2066712
* rt/aio.h: Add __nonnull attributes.
2007-08-03 18:48:05 +00:00
Ulrich Drepper
64f6281cbb
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
...
* stdlib/Makefile (tests): Add tst-strtod5.
(tst-strtod5-ENV): New.
* stdlib/tst-strtod5.c: New file.
2007-08-03 16:45:47 +00:00
Ulrich Drepper
ce31a3b1c5
* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
...
failed.
* intl/finddomain.c (_nl_find_domain): Free normalized_codeset
on failure.
* elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
allocated.
2007-08-03 Jakub Jelinek <jakub@redhat.com>
2007-08-03 15:50:30 +00:00
Jakub Jelinek
754980e493
* rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
...
numbers.
2007-08-03 Jakub Jelinek <jakub@redhat.com>
* rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
numbers.
2007-08-03 09:51:21 +00:00
Ulrich Drepper
cbf0489bcf
* io/Makefile (aux): Add have_o_cloexec.
...
* include/fcntl.h: Declare __have_o_cloexec.
* io/have_o_cloexec.c: New file.
* sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
(__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
fcntl call if not necessary.
* login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
of local variable.
2007-08-03 04:09:03 +00:00
Ulrich Drepper
fa39685d5c
* sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
...
Avoid memset, add explicit initialization.
* sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
to the end and change into zero-sized array.
Move lock member to fill a hole on 64-bit platforms.
2007-08-03 03:35:12 +00:00
Ulrich Drepper
9b2e9577b2
* sysdeps/unix/dirstream.h (struct __dirstream): Move lock member
...
to fill a hole on 64-bit platforms.
* stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
inline functions.
* include/stdlib.h: Add __strto*_internal prototypes here.
* wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
inline functions.
* include/wchar.h: Add __wcsto*_internal prototypes.
* sysdeps/generic/inttypes.h: No need to protect the declaration
of the __strto*_internal and __wcsto*_internal members here.
2007-08-03 02:43:06 +00:00
Ulrich Drepper
497af0cb21
* rt/mqueue.h: Change const to __const and add nonnull attributes.
2007-08-02 21:28:34 +00:00
Roland McGrath
d17a8cf07b
* posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
...
$(inst_bindir)/getconf if possible.
* posix/Makefile ($(objpfx)getconf.speclist): New target.
(generated): Add it.
($(inst_libexecdir)/getconf): Use it.
2007-08-02 09:59:23 +00:00
Ulrich Drepper
0abf17decf
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
...
/proc is faster and sufficient. /sys is still needed for
__get_nprocs_conf.
2007-08-01 21:23:59 +00:00
Ulrich Drepper
5e0923ab31
* sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
...
syscall as __fallocate64.
* sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
* sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
2007-08-01 15:51:07 +00:00
Ulrich Drepper
1475e2012f
* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
...
value.
* stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
if off_t is different rank from size_t.
* sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
uw_frame_state_for): Avoid type punning warnings.
* sysdeps/generic/unwind-dw2-fde-glibc.c
(_Unwind_IteratePhdrCallback): Likewise.
* sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
(binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
pointers.
2007-08-01 03:44:35 +00:00
Ulrich Drepper
9506149a76
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
...
total processors using sysfs.
(__get_nprocs): Use sysfs to determine which processors are online.
2007-08-01 02:20:18 +00:00
Ulrich Drepper
e076bece18
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sys
...
filesystem to determine which processors are online.
2007-07-31 22:44:10 +00:00
Jakub Jelinek
098813982b
* sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
...
syscall arguments count.
* sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
syscall arguments count.
2007-07-31 19:33:23 +00:00
Jakub Jelinek
a26d01bb6c
[BZ #4858 ]
...
Fix format of [BZ #xxxx] note.
[BZ #4858 ]
2007-07-31 12:33:25 +00:00
Jakub Jelinek
bbeaaa84be
* stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
...
2007-07-31 Jakub Jelinek <jakub@redhat.com>
* stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
2007-07-31 12:32:17 +00:00
Roland McGrath
087ef75fd7
* manual/libc.texinfo: Update copyrights, formatting magic, and
...
@dircategory. From Karl Berry <karl@freefriends.org>.
2007-07-31 01:54:02 +00:00
Ulrich Drepper
eafaae7296
[BZ #4860 ]
...
* io/Makefile (headers): Add bits/fcntl2.h.
2007-07-29 22:44:27 +00:00
Ulrich Drepper
c5705565e5
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
...
using gcc builtin.
(__CPU_EQUAL_S): Likewise.
2007-07-29 22:43:00 +00:00
Ulrich Drepper
44f08a6ecc
* posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
...
(tests): Add tst-cpuset.
* posix/sched_cpualloc.c: New file.
* posix/sched_cpufree.c: New file.
* posix/tst-cpuset.c: New file.
* posix/Versions: Export __sched_cpualloc and __sched_cpufree for
GLIBC_2.7.
* sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
* posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
macros. Define CPU_*_S macros.
2007-07-29 22:24:44 +00:00
Ulrich Drepper
5b74caf652
* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
...
entry.
2007-07-29 05:39:49 +00:00
Ulrich Drepper
8f5e140031
[BZ 4858]
...
* stdio-common/printf_fp.c (___printf_fp): Fix special case of
#.0g and value rounded to 1.0.
* stdio-common/tfformat.c (sprint_doubles): Add two new tests.
2007-07-29 00:26:28 +00:00