about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* * elf/dl-load.c (open_path): Fix test to determine whether DSO is cvs/fedora-glibc-20060630T0858Ulrich Drepper2006-06-272-1/+4
* * elf/dl-load.c (_dl_map_object): Try harder to avoid looking atUlrich Drepper2006-06-272-13/+27
* * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don'tUlrich Drepper2006-06-223-21/+52
* [BZ #2766]Ulrich Drepper2006-06-174-8/+84
* [BZ #2792]Ulrich Drepper2006-06-172-6/+12
* * nis/nis_subr.c (nis_getnames): Fix the implementation to betterUlrich Drepper2006-06-162-20/+60
* Add pthread_equal inline function.Ulrich Drepper2006-06-042-1/+15
* * sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper2006-06-044-1/+35
* * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper2006-06-042-5/+8
* * string/Makefile (tests): Add bug-envz1.Ulrich Drepper2006-06-043-1/+83
* * posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper2006-06-044-10/+87
* [BZ #2703]Ulrich Drepper2006-06-042-2/+8
* * nscd/nscd.h (prune_cache): Add fd argument to prototype. cvs/fedora-glibc-20060531T1322Ulrich Drepper2006-05-305-18/+81
* * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper2006-05-302-2/+8
* * nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper2006-05-302-0/+4
* * nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper2006-05-293-2/+18
* Fix typos.Ulrich Drepper2006-05-272-2/+2
* * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.Ulrich Drepper2006-05-264-0/+1544
* * nis/nis_removemember.c (nis_removemember): Avoid unnecessaryUlrich Drepper2006-05-252-55/+29
* * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.Ulrich Drepper2006-05-254-22/+48
* * nis/nis_callback.c (__nis_create_callback): Always call xdr_freeUlrich Drepper2006-05-252-2/+6
* [BZ #2693]Ulrich Drepper2006-05-259-39/+580
* [BZ #2683]Ulrich Drepper2006-05-242-1/+7
* * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of cvs/fedora-glibc-20060524T0721Ulrich Drepper2006-05-243-43/+30
* * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing bufferUlrich Drepper2006-05-245-3/+19
* * nis/nis_call.c (__prepare_niscall): New function. Split out cvs/fedora-glibc-20060521T2153Ulrich Drepper2006-05-2012-358/+479
* * nis/nis_call.c (__do_niscall3): Avoid code duplication in errorUlrich Drepper2006-05-202-27/+7
* * nis/nis_callback.c (internal_nis_do_callback): Don't use mallocUlrich Drepper2006-05-202-14/+10
* * malloc/memusage.sh (memusageso): Add quotes.Ulrich Drepper2006-05-195-8/+21
* * nis/nis_callback.c (__nis_create_callback): Calls to cvs/fedora-glibc-20060519T1550Ulrich Drepper2006-05-192-3/+17
* * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sureUlrich Drepper2006-05-192-1/+9
* * nis/nis_callback.c (__nis_create_callback): Use asprinf insteadUlrich Drepper2006-05-182-16/+18
* * sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper2006-05-183-8/+43
* * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*entUlrich Drepper2006-05-186-44/+64
* * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory andUlrich Drepper2006-05-182-8/+34
* * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,Ulrich Drepper2006-05-172-1/+15
* * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper2006-05-172-2/+8
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-1512-26/+40
* * include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper2006-05-156-35/+75
* * misc/getusershell.c (okshells): Don't use static initializers,Ulrich Drepper2006-05-152-7/+19
* * stdlib/fmtmsg.c (keywords): Change type of len element toUlrich Drepper2006-05-152-2/+5
* * locale/setlocale.c: Change _nl_category_names into a string.Ulrich Drepper2006-05-157-23/+62
* * iconv/gconv_conf.c (add_alias): Move actual alias handling to...Ulrich Drepper2006-05-153-31/+53
* * resolv/res_debug.c (loc_ntoa): Make error const.Ulrich Drepper2006-05-154-11/+26
* * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.Ulrich Drepper2006-05-122-1/+3
* * include/arpa/nameser.h: Declare _ns_flagdata as hidden.Ulrich Drepper2006-05-122-0/+4
* * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.Ulrich Drepper2006-05-127-1/+63
* * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.Ulrich Drepper2006-05-113-0/+6
* * nis/nis_xdr.h: Mark all functions as hidden. RemoveUlrich Drepper2006-05-112-20/+19
* * nis/nis_error.c: Remove table of strings. Use positionUlrich Drepper2006-05-113-54/+84