about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if crossRoland McGrath2007-09-111-0/+4
* * posix/regex_internal.h: Prevent some declarations and definitionsUlrich Drepper2007-08-261-6/+10
* * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.Ulrich Drepper2007-08-262-0/+2
* * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.Ulrich Drepper2007-08-101-1/+1
* 2007-08-04 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-041-1/+1
* 2007-08-02 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-021-8/+12
* * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.Ulrich Drepper2007-07-295-2/+141
* Define old CPU_* macros in temers of __CPU_*_S macros. Define CPU_*_S macros.Ulrich Drepper2007-07-291-5/+35
* * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZEUlrich Drepper2007-07-291-0/+3
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-282-5/+13
* 2007-07-24 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-241-1/+1
* * bits/types.h: Don't include stddef.h, don't define __need_size_t.Ulrich Drepper2007-07-191-0/+3
* * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.Ulrich Drepper2007-07-191-0/+1
* * elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath2007-07-161-2/+3
* * configure: Regenerated.Roland McGrath2007-07-131-1/+4
* 2007-07-13 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-131-1000/+5134
* * posix/sched_cpucount.c (__sched_cpucount): Allow using specialUlrich Drepper2007-06-081-5/+9
* (__sched_cpucount): Allow using special instruction for counting bits.Ulrich Drepper2007-06-081-3/+7
* * posix/unistd.h: Remove __THROW from fdatasync.Ulrich Drepper2007-05-071-1/+1
* [BZ #4364] cvs/fedora-glibc-20070416T2350Ulrich Drepper2007-04-161-2/+4
* * posix/sys/wait.h: Remove unnecessary forward declaration.Ulrich Drepper2007-04-071-5/+1
* * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount.Ulrich Drepper2007-04-042-8/+9
* * posix/Makefile (routines): Add sched_cpucount.Ulrich Drepper2007-04-034-2/+84
* * posix/fnmatch.c (STRUCT): Define.Ulrich Drepper2007-04-013-30/+64
* Test of fnmatch with patterns using lots of *.Ulrich Drepper2007-04-011-0/+35
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-15/+15
* [BZ #3996]Ulrich Drepper2007-02-142-117/+331
* [BZ #3957]Ulrich Drepper2007-02-054-7/+143
* * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.Ulrich Drepper2007-01-251-9/+3
* * stdio-common/_itowa.c: Don't compile _itowa for 64-bitUlrich Drepper2007-01-221-3/+9
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-117-153/+15
* .Jakub Jelinek2007-07-317-15/+153
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-033-45/+298
* * posix/getconf.c: Update copyright year.Ulrich Drepper2007-01-031-2/+2
* * posix/wordexp.c: Remove some unnecessary tests.Ulrich Drepper2006-12-231-2/+2
* [BZ #3493]Ulrich Drepper2006-11-091-1/+1
* * posix/glob.c (glob_in_dir): Add some comments and asserts toUlrich Drepper2006-09-301-2/+16
* [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535Ulrich Drepper2006-09-251-54/+88
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-124-4/+4
* [BZ #3155]Ulrich Drepper2006-09-073-21/+126
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-242-2/+2
* [BZ #2980] cvs/fedora-glibc-20060802T1650Ulrich Drepper2006-08-021-1/+1
* * posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper2006-06-043-10/+76
* * sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper2006-05-181-7/+19
* * posix/wordexp.c (parse_glob): No need to check ifs for NULL, theUlrich Drepper2006-05-101-8/+4
* * posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper2006-05-101-20/+14
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-102-1/+7
* * sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper2006-05-043-0/+64
* [BZ #1201]Ulrich Drepper2006-05-021-1/+2