about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-0/+2
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-182-0/+33
* * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper2007-09-151-0/+1
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-153-1/+6
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-4/+3
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-072-42/+28
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-031-0/+4
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-032-7/+64
* * include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper2007-07-281-9/+2
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-191-0/+8
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-3/+0
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-0/+3
* * Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper2007-05-243-0/+7
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-3/+2
* * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.Ulrich Drepper2007-05-111-5/+5
* Redefine __nonnull so that test for incorrect parameters in the libc code its...Ulrich Drepper2007-05-101-0/+6
* * include/sys/mman.h: Mark madvise hidden.Ulrich Drepper2007-04-191-0/+3
* * nis/nis_domain_of.c (__nis_domain_of): New function.Ulrich Drepper2007-04-191-0/+2
* * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-0/+2
* * resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper2007-02-091-0/+3
* (__uselocale): Add libc_hidden_proto.Ulrich Drepper2007-02-021-0/+1
* * include/string.h: Only redefine strndupa if this is really forUlrich Drepper2007-01-131-2/+4
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1111-160/+334
* .Jakub Jelinek2007-07-3111-334/+160
* * include/atomic.h (atomic_forced_read): New macro.Ulrich Drepper2006-12-211-0/+6
* [BZ #3632] cvs/fedora-glibc-20061210T1006Ulrich Drepper2006-12-101-1/+1
* * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0 cvs/fedora-glibc-20061109T1949Ulrich Drepper2006-11-091-13/+28
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-282-22/+13
* * sysdeps/pthread/pthread_barrier_wait.c: Move to...Ulrich Drepper2006-10-281-0/+3
* USE_TLS support is now default.Ulrich Drepper2006-10-273-9/+6
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-28/+3
* [BZ #3313]Ulrich Drepper2006-10-181-144/+142
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-0/+139
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-102-4/+69
* * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.Ulrich Drepper2006-10-071-5/+11
* * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. cvs/glibc-2_5-baseUlrich Drepper2006-10-061-1/+1
* * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,Ulrich Drepper2006-09-241-1/+2
* [BZ #3137]Ulrich Drepper2006-09-211-1/+1
* [BZ #2182]Ulrich Drepper2006-08-031-2/+2
* * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. cvs/fedora-glibc-20060731T0706Roland McGrath2006-07-311-0/+3
* 2006-07-30 Roland McGrath <roland@redhat.com>Roland McGrath2006-07-312-3/+4
* * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255Ulrich Drepper2006-07-292-0/+4
* * elf/dl-lookup.c (dl_new_hash): New functions. cvs/fedora-glibc-20060710T2206Ulrich Drepper2006-07-101-2/+14
* * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.Ulrich Drepper2006-05-251-1/+0
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-152-4/+8
* * include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper2006-05-153-33/+57
* * include/arpa/nameser.h: Declare _ns_flagdata as hidden.Ulrich Drepper2006-05-121-0/+2
* * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.Ulrich Drepper2006-05-123-0/+16
* * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.Ulrich Drepper2006-05-111-0/+1
* * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.Ulrich Drepper2006-05-061-2/+18