about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/mach/hurd/mlock.c: New file.Roland McGrath2001-04-1912-9/+270
| | | | | | | | | | | | | | | * sysdeps/mach/hurd/munlock.c: New file. * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it. * misc/Makefile (routines): Add mlock munlock mlockall munlockall. * sysdeps/generic/mlock.c: New file. * sysdeps/generic/munlock.c: New file. * sysdeps/generic/mlockall.c: New file. * sysdeps/generic/munlockall.c: New file. * sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros. * sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock, mlockall, munlockall): Change caller field to - from EXTRA. Don't use __ names; not used (and not declared in include/sys/mman.h).
* * hurd/privports.c (__get_privileged_ports): Renamed with __.Roland McGrath2001-04-196-25/+34
| | | | | | | | | Use __ names for calls we make. (get_privileged_ports): Add alias. * hurd/hurd.h: Declare it with the __ name. * sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports. * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise. * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
* * hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and doRoland McGrath2001-04-191-0/+5
| | | | nothing if it's zero.
* 2001-04-19 Roland McGrath <roland@frob.com>Roland McGrath2001-04-191-2/+12
| | | | | * hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do nothing if it's zero.
* Update.Ulrich Drepper2001-04-192-4/+10
| | | | | | | | 2001-04-19 Matthew Wilcox <willy@ldl.fc.hp.com> * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Change to return a signed result for compatibility with other architectures, and correctness.
* Update.Ulrich Drepper2001-04-191-2/+6
| | | | | | | | | 2001-04-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS): HPPA always had them. Patch by Matthew Wilcox <matthew@wil.cx>. * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
* (__ASSUME_32BITUIDS): HPPA always had them.Ulrich Drepper2001-04-191-1/+2
|
* Update.Andreas Jaeger2001-04-197-12/+12
| | | | | | | * configure.in: Require gettext 0.10.36 or newer. * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
* Update.Andreas Jaeger2001-04-192-19/+26
| | | | | | | | | 2001-04-19 Andreas Jaeger <aj@suse.de> * po/zh_TW.po: Remove extraneous backslashes. * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused variables b and n.
* (__ieee754_sqrt): Remove unused variables b and n.Andreas Jaeger2001-04-191-2/+2
|
* Update.Ulrich Drepper2001-04-1910-22/+221
| | | | | | | | | | | | | | | | | | | | | 2001-04-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S (__setcontext): Copy first word of uc_sigmask into __uc_sigmask. * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S (__getcontext): Save uc_link around trap. Copy __uc_sigmask into first word of uc_sigmask, clear the rest. Make sure setcontext to the created context doesn't do this though. * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: New file. * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Add uc_stack and uc_sigmask, rename old uc_sigmask to __uc_sigmask in the 64bit version, make uc_sigmask __sigset_t in the 32bit version. * rt/Makefile (otherlibs): Added for static NSS. * glibcbug.in (BUGGLIBC): Send to new alias.
* Put specs into $generated, not $postclean-generated.Ulrich Drepper2001-04-191-1/+1
|
* Fix typos in last patch.Andreas Jaeger2001-04-192-1/+5
| | | | | | 2001-04-19 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
* (BUGGLIBC): Send to new alias.Andreas Jaeger2001-04-182-7/+4
| | | | | | * rt/Makefile (otherlibs): Added. * glibcbug.in (BUGGLIBC): Send to new alias.
* Update.Andreas Jaeger2001-04-181-0/+4
| | | | | | 2001-04-18 Andreas Jaeger <aj@suse.de> * rt/Makefile (otherlibs): Added.
* (otherlibs): Added.Andreas Jaeger2001-04-183-0/+14
| | | | | | 2001-04-18 Andreas Jaeger <aj@suse.de> * Makefile (otherlibs): Added.
* Update.Ulrich Drepper2001-04-182-7/+12
| | | | | | | 2001-04-02 Andreas Schwab <schwab@suse.de> * Makerules (build-module): Make sure exit codes get checked properly and remove unnecessary slashes.
* Update.Ulrich Drepper2001-04-185-32/+39
| | | | | | | | | 2001-04-18 Jakub Jelinek <jakub@redhat.com> * locales/be_BY: Fix syntax in LC_COLLATE section. * locales/ru_UA: Likewise. * locales/tr_TR: Likewise. * locales/uk_UA: Likewise.
* Update.Ulrich Drepper2001-04-183-3/+19
| | | | | | * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq): Handle kernels which report only three digits after the decimal point. Reported by Van Okamura <van.okamura@oracle.com>.
* Update.Ulrich Drepper2001-04-188-11/+43
| | | | | | 2001-04-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
* Update.Ulrich Drepper2001-04-174-2/+35
| | | | | | | 2001-04-17 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
* Update.Ulrich Drepper2001-04-1714-293/+385
| | | | | | | | | | | | | | | | | | | | | | 2001-04-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure desired exceptions are raised for exceptional values. * math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test, cacosh_test, casin_test, casinh_test, catan_test, catanh_test, clog_test, log_test, log1p_test, tan_test): Increase precision of expected values to satisfy ldbl-128. * sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly. * sysdeps/arm/libm-test-ulps: Likewise. * sysdeps/i386/fpu/libm-test-ulps: Likewise. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/fpu/libm-test-ulps: Likewise. * sysdeps/mips/fpu/libm-test-ulps: Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. * sysdeps/s390/fpu/libm-test-ulps: Likewise. * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
* Pretty printing.Ulrich Drepper2001-04-171-1/+1
|
* Update.Andreas Jaeger2001-04-172-111/+117
| | | | | | 2001-04-17 Andreas Jaeger <aj@suse.de> * configure.in: Move test for critical programs up.
* Move test for critical programs up.Andreas Jaeger2001-04-171-6/+8
|
* Update.Ulrich Drepper2001-04-176-29/+192
| | | | | | | | | | | 2001-04-16 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi): Correct the values. (pSx, qSx): Replace by shorter approximation. Use f suffix on float constants. * sysdeps/ieee754/ldbl-128/k_tanl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>.
* Update.Ulrich Drepper2001-04-171-0/+4
| | | | | | 2001-04-16 Ulrich Drepper <drepper@redhat.com> * string/string.h: Replace const in attribute list with __const__.
* Replace const in attribute list with __const__.Ulrich Drepper2001-04-171-3/+3
|
* * grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconfRoland McGrath2001-04-172-9/+18
| | | | | | | | instead of the constant NGROUPS_MAX. That way, the limit can be raised in the kernel configuration without having to recompile libc. * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.
* 2001-04-16 Roland McGrath <roland@frob.com>Roland McGrath2001-04-171-13/+2
| | | | | * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.
* Update.Andreas Jaeger2001-04-162-1/+7
| | | | * math/libm-test.inc (atan2_test): Add more testcases.
* Update.Andreas Jaeger2001-04-161-0/+5
| | | | | | | 2001-04-16 Andreas Jaeger <aj@suse.de> * iconv/gconv_db.c: Include gconv_charset.h for __gconv_lookup_alias prototype.
* Include gconv_charset.h for __gconv_lookup_alias prototype.Andreas Jaeger2001-04-161-0/+1
|
* Update.Ulrich Drepper2001-04-142-0/+223
| | | | | | | 2001-04-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/ldbl-128/s_atanl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>.
* Update.Ulrich Drepper2001-04-132-0/+5
| | | | | | * intl/tst-codeset.c: Include string.h to get prototype for strcmp(). 2001-04-13 Jes Sorensen <jes@linuxcare.com>
* Update.Ulrich Drepper2001-04-132-0/+6
| | | | | | | 2001-04-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to explicitly pad struct siginfo instead of relying on compiler padding.
* Update.Ulrich Drepper2001-04-136-4/+25
| | | | | | | | 2001-04-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Dist: Add elf/entry.h. * iconvdata/Makefile (distribute): Add TESTS2.
* Update.Ulrich Drepper2001-04-125-14/+52
| | | | | | | 2001-04-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Calculate load address differently.
* Update.Ulrich Drepper2001-04-123-12/+46
| | | | | * sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for all the files which use CURRENT_STACK_FRAME.
* Update.Ulrich Drepper2001-04-1216-20/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-12 Bruno Haible <haible@clisp.cons.org> * iconvdata/TESTS2: New file. * iconvdata/run-iconv-test.sh: Also run tests from TESTS2. * iconvdata/testdata/alfabeta..UTF-8: New file. * iconvdata/testdata/alfabeta..UTF-16.BE: New file. * iconvdata/testdata/alfabeta..UTF-16.LE: New file. * iconvdata/testdata/alfabeta..UTF-32.BE: New file. * iconvdata/testdata/alfabeta..UTF-32.LE: New file. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-32.c: New file. * iconvdata/gconv-modules: Add entries for UTF-32, UTF-32LE, UTF-32BE. * iconvdata/Makefile (modules): Add UTF-32. (distribute): Add utf-32.c. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-16.c (PREPARE_LOOP): Initialize 'swap' after possibly changing it in the state. After incrementing 'inptr', store it back. * iconvdata/unicode.c (PREPARE_LOOP): After incrementing 'inptr', store it back. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-16.c (gconv_init): Use MAX_NEEDED_FROM, not MIN_NEEDED_FROM.
* Update.Ulrich Drepper2001-04-124-43/+47
| | | | * Makefile (tests): Comment out tst-cancel for now.
* Update.Ulrich Drepper2001-04-123-4/+46
| | | | | | | | | 2001-04-11 Ulrich Drepper <drepper@redhat.com> * tst-cancel.c (main): Cleanup 4 is supposed to run. Create temporary file in object directory. * Makefile: Don't allow inlining when compiling tst-cancel.c. Pass $(objpfx) to tst-cancel.
* Update.Ulrich Drepper2001-04-114-7/+14
| | | | | | | | 2001-04-11 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/pt-machine.h (stack_pointer): Advance up closer to user local variables so that new cleanup heuristics work. * sysdeps/sparc/sparc64/pt-machine.h (stack_pointer): Likewise.
* Update.Ulrich Drepper2001-04-113-3/+31
| | | | | | | | | | 2001-04-11 Ulrich Drepper <drepper@redhat.com> * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer and remove it. (_pthread_cleanup_push_defer): Likewise. * tst-cancel.c (main): Fix loop printing cleanup output.
* Update.Ulrich Drepper2001-04-1116-64/+95
| | | | | | | | | | | | | | | | | | | | | | | 2001-04-11 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/htonl.S: Drop superfluous "alloc". * sysdeps/ia64/htons.S: Likewise. * sysdeps/ia64/memset.S: Add unwind directives. * sysdeps/ia64/strncpy.S: Likewise. * sysdeps/ia64/strcat.S: Likewise. * sysdeps/ia64/memccpy.S: Add unwind directives. Drop superfluous restore of ar.pfs. * sysdeps/ia64/strchr.S: Likewise. * sysdeps/ia64/memmove.S: Likewise. * sysdeps/ia64/memcpy.S: Likewise. * sysdeps/ia64/memcmp.S: Likewise. * sysdeps/ia64/memchr.S: Likewise. * sysdeps/ia64/strcmp.S: Likewise. * sysdeps/ia64/strlen.S: Likewise. * sysdeps/ia64/strcpy.S: Likewise. * sysdeps/ia64/strncmp.S: Likewise.
* Update.Ulrich Drepper2001-04-111-0/+7
| | | | | | | | | 2001-04-11 Jakub Jelinek <jakub@redhat.com> * wcsmbs/wchar.h (fgetwc, getwc, getwchar, fputwc, putwc, putwchar, fgetws, fputws, ungetwc, getwc_unlocked, getwchar_unlocked, fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked, fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
* (fgetwc, getwc, getwchar, fputwc, putwc, putwchar, fgetws, fputws, ungetwc, ↵Ulrich Drepper2001-04-111-18/+18
| | | | getwc_unlocked, getwchar_unlocked, fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked, fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
* Update.Andreas Jaeger2001-04-111-0/+4
| | | | | | 2001-04-11 Andreas Jaeger <aj@suse.de> * sysdeps/mips/elf/start.S [__ASSEMBLY__]: Define it.
* [__ASSEMBLY__]: Define it.Andreas Jaeger2001-04-111-1/+2
|
* * sysdeps/m68k/fpu/libm-test-ulps: Adjusted.Andreas Schwab2001-04-111-0/+4
|