aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-04[BZ #2703]Ulrich Drepper2-2/+8
2006-05-30* nscd/nscd.h (prune_cache): Add fd argument to prototype.cvs/fedora-glibc-20060531T1322Ulrich Drepper5-18/+81
2006-05-30* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper2-2/+8
2006-05-30* nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper2-0/+4
2006-05-29* nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper3-2/+18
2006-05-27Fix typos.Ulrich Drepper2-2/+2
2006-05-26* SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.Ulrich Drepper4-0/+1544
2006-05-25* nis/nis_removemember.c (nis_removemember): Avoid unnecessaryUlrich Drepper2-55/+29
2006-05-25* nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.Ulrich Drepper4-22/+48
2006-05-25* nis/nis_callback.c (__nis_create_callback): Always call xdr_freeUlrich Drepper2-2/+6
2006-05-25[BZ #2693]Ulrich Drepper9-39/+580
2006-05-24[BZ #2683]Ulrich Drepper2-1/+7
2006-05-24* nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead ofcvs/fedora-glibc-20060524T0721Ulrich Drepper3-43/+30
2006-05-24* nis/nis_domain_of_r.c (nis_domain_of_r): Add missing bufferUlrich Drepper5-3/+19
2006-05-20* nis/nis_call.c (__prepare_niscall): New function. Split outcvs/fedora-glibc-20060521T2153Ulrich Drepper12-358/+479
2006-05-20* nis/nis_call.c (__do_niscall3): Avoid code duplication in errorUlrich Drepper2-27/+7
2006-05-20* nis/nis_callback.c (internal_nis_do_callback): Don't use mallocUlrich Drepper2-14/+10
2006-05-19* malloc/memusage.sh (memusageso): Add quotes.Ulrich Drepper5-8/+21
2006-05-19* nis/nis_callback.c (__nis_create_callback): Calls tocvs/fedora-glibc-20060519T1550Ulrich Drepper2-3/+17
2006-05-19* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sureUlrich Drepper2-1/+9
2006-05-18* nis/nis_callback.c (__nis_create_callback): Use asprinf insteadUlrich Drepper2-16/+18
2006-05-18* sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper3-8/+43
2006-05-18* nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*entUlrich Drepper6-44/+64
2006-05-18* nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory andUlrich Drepper2-8/+34
2006-05-17* sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,Ulrich Drepper2-1/+15
2006-05-17* sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper2-2/+8
2006-05-15* include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper12-26/+40
2006-05-15* include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper6-35/+75
2006-05-15* misc/getusershell.c (okshells): Don't use static initializers,Ulrich Drepper2-7/+19
2006-05-15* stdlib/fmtmsg.c (keywords): Change type of len element toUlrich Drepper2-2/+5
2006-05-15* locale/setlocale.c: Change _nl_category_names into a string.Ulrich Drepper7-23/+62
2006-05-15* iconv/gconv_conf.c (add_alias): Move actual alias handling to...Ulrich Drepper3-31/+53
2006-05-15* resolv/res_debug.c (loc_ntoa): Make error const.Ulrich Drepper4-11/+26
2006-05-12* resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.Ulrich Drepper2-1/+3
2006-05-12* include/arpa/nameser.h: Declare _ns_flagdata as hidden.Ulrich Drepper2-0/+4
2006-05-12* nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.Ulrich Drepper7-1/+63
2006-05-11* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.Ulrich Drepper3-0/+6
2006-05-11* nis/nis_xdr.h: Mark all functions as hidden. RemoveUlrich Drepper2-20/+19
2006-05-11* nis/nis_error.c: Remove table of strings. Use positionUlrich Drepper3-54/+84
2006-05-11* pthread_key_create.c (__pthread_key_create): Do away withUlrich Drepper4-36/+34
2006-05-11* locale/programs/ld-time.c (time_finish): If wide era name orUlrich Drepper5-8/+25
2006-05-10* pthread_atfork.c: Mark __dso_handle as hidden.cvs/fedora-glibc-20060511T1325Ulrich Drepper2-2/+7
2006-05-10* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only storeUlrich Drepper2-23/+27
2006-05-10* nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.Ulrich Drepper3-5/+12
2006-05-10* misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.Ulrich Drepper2-21/+4
2006-05-10* posix/wordexp.c (parse_glob): No need to check ifs for NULL, theUlrich Drepper2-8/+10
2006-05-10* posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper3-21/+17
2006-05-10* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper5-12/+30
2006-05-10* nis/nis_defaults.c (searchXYX): New functions. Used by bothUlrich Drepper5-102/+113
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper16-72/+182