about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demandedUlrich Drepper2008-03-291-19/+5
* Fix comment for scope nullbits.Ulrich Drepper2008-03-261-1/+1
* [BZ #5762]Ulrich Drepper2008-03-081-33/+32
* [BZ #5607]Ulrich Drepper2008-01-161-51/+70
* * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_orderUlrich Drepper2008-01-103-14/+19
* * posix/getconf.c: Update copyright year.Ulrich Drepper2008-01-021-2/+2
* * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper2007-12-141-1/+1
* * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,Ulrich Drepper2007-12-121-1/+1
* * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.Ulrich Drepper2007-11-262-2/+2
* Define REG_ENOSYS also for Unix98.Ulrich Drepper2007-11-261-1/+1
* Declare fsync also for Unix98.Ulrich Drepper2007-11-261-2/+2
* * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.Ulrich Drepper2007-11-205-0/+154
* * posix/gai.conf: Update for current default tables.Ulrich Drepper2007-11-191-9/+11
* * include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper2007-11-142-3/+22
* * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.Ulrich Drepper2007-11-132-0/+5
* * posix/glob.c: Reimplement link_exists_p to use fstatat64. cvs/fedora-glibc-20071015T0728Ulrich Drepper2007-10-151-3/+28
* * posix/glob.c: Add some branch prediction throughout.Ulrich Drepper2007-10-151-9/+9
* * posix/tst-rfc3484-2.c (do_test): Likewise.Ulrich Drepper2007-10-142-0/+5
* * posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper2007-10-123-12/+25
* [BZ #73]Ulrich Drepper2007-10-071-1/+2
* [BZ #5103]Ulrich Drepper2007-10-072-3/+20
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-44/+180
* * posix/regcomp.c (lookup_collation_sequence_value): check thatUlrich Drepper2007-09-241-2/+3
* * 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