summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* [BZ #1047] Andreas Jaeger2005-09-161-0/+1
* [BZ #933]Andreas Jaeger2005-09-163-19/+27
* (__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper2005-09-131-2/+10
* 2005-09-08 Roland McGrath <roland@redhat.com>Roland McGrath2005-09-081-8/+17
* [BZ #1061]Roland McGrath2005-09-081-2/+2
* * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove theUlrich Drepper2005-09-061-3/+3
* * sysdeps/i386/bits/string.h: Removed.Ulrich Drepper2005-09-041-922/+0
* 2005-08-22 Robert Millan <robertmh@gnu.org>Roland McGrath2005-09-021-0/+0
* * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.Ulrich Drepper2005-08-303-3/+88
* * sysdeps/unix/sysv/linux/Versions: Export Inotify_* syscalls.Ulrich Drepper2005-08-231-0/+3
* * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.Ulrich Drepper2005-08-204-6/+45
* * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): AddUlrich Drepper2005-08-173-1/+86
* * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.Roland McGrath2005-08-051-2/+2
* [BZ #1137]Roland McGrath2005-08-042-4/+4
* * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart systemUlrich Drepper2005-08-011-5/+10
* helper variable into .data.rel.ro. Simplify the code. ExtendUlrich Drepper2005-07-311-7/+10
* helper variable into .data.rel.ro. Remove unnecessary label.Ulrich Drepper2005-07-311-1/+1
* (elf_machine_load_address): Move helper variable into .data.rel.ro.Ulrich Drepper2005-07-311-1/+1
* * misc/bits/syslog.h: New file.Ulrich Drepper2005-07-301-16/+25
* * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.Roland McGrath2005-07-241-0/+1
* * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results. cvs/fedora-glibc-20050721T0814Ulrich Drepper2005-07-203-27/+18
* 2005-07-20 Bob Wilson <bob.wilson@acm.org>Ulrich Drepper2005-07-201-1/+1
* * include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper2005-07-201-1/+1
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-201-6/+1
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-151-0/+85
* * include/libc-symbols.h: Define macros for librt hidden symbols.Ulrich Drepper2005-07-132-1/+3
* * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.Ulrich Drepper2005-07-121-6/+6
* * sysdeps/s390/s390-64/bcopy.S (__bcopy): UseUlrich Drepper2005-07-121-9/+5
* * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. RemoveUlrich Drepper2005-07-082-4/+64
* * include/fenv.h: Add libm_hidden_proto for fesetround andUlrich Drepper2005-07-0820-21/+39
* * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin andUlrich Drepper2005-07-081-3/+3
* * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.Roland McGrath2005-07-081-11/+11
* 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>Roland McGrath2005-07-086-47/+47
* * sysdeps/generic/s_ctan.c (__ctan): Likewise.Ulrich Drepper2005-07-073-9/+41
* * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.Ulrich Drepper2005-07-072-6/+26
* (__ctanhl): Handle case of zero den better.Ulrich Drepper2005-07-071-3/+13
* [BZ #974]Ulrich Drepper2005-07-072-14/+1
* * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.Ulrich Drepper2005-07-071-2/+2
* * elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper2005-07-077-26/+37
* * manual/install.texi (Installation): Don't mention linuxthreads.Roland McGrath2005-07-032-30/+12
* [BZ #1037]Roland McGrath2005-07-021-1/+1
* [BZ #1016] cvs/fedora-glibc-20050627T0850Ulrich Drepper2005-06-261-3/+3
* * Versions.def (ld): Add GLIBC_2.4.Ulrich Drepper2005-06-264-12/+49
* * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.Ulrich Drepper2005-06-213-3/+3
* * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types forUlrich Drepper2005-06-201-10/+79
* * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,Ulrich Drepper2005-06-204-8/+52
* * time/mktime.c: Always include <string.h> for prototype ofUlrich Drepper2005-06-182-9/+9
* * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complexUlrich Drepper2005-06-181-12/+18
* * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):Ulrich Drepper2005-06-1734-75/+349
* * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.Ulrich Drepper2005-06-1411-14/+24