about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * nscd/nscd.h (prune_cache): Add fd argument to prototype. cvs/fedora-glibc-20060531T1322Ulrich Drepper2006-05-301-0/+13
* * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper2006-05-301-1/+6
* * nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper2006-05-301-0/+1
* * nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper2006-05-291-1/+7
* * nis/nis_removemember.c (nis_removemember): Avoid unnecessaryUlrich Drepper2006-05-251-0/+4
* * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.Ulrich Drepper2006-05-251-0/+13
* * nis/nis_callback.c (__nis_create_callback): Always call xdr_freeUlrich Drepper2006-05-251-0/+5
* [BZ #2693]Ulrich Drepper2006-05-251-0/+20
* [BZ #2683]Ulrich Drepper2006-05-241-0/+5
* * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of cvs/fedora-glibc-20060524T0721Ulrich Drepper2006-05-241-0/+4
* * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing bufferUlrich Drepper2006-05-241-0/+5
* * nis/nis_call.c (__prepare_niscall): New function. Split out cvs/fedora-glibc-20060521T2153Ulrich Drepper2006-05-201-1/+28
* * nis/nis_call.c (__do_niscall3): Avoid code duplication in errorUlrich Drepper2006-05-201-0/+3
* * nis/nis_callback.c (internal_nis_do_callback): Don't use mallocUlrich Drepper2006-05-201-0/+4
* * malloc/memusage.sh (memusageso): Add quotes.Ulrich Drepper2006-05-191-0/+8
* * nis/nis_callback.c (__nis_create_callback): Calls to cvs/fedora-glibc-20060519T1550Ulrich Drepper2006-05-191-0/+4
* * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sureUlrich Drepper2006-05-191-0/+5
* * nis/nis_callback.c (__nis_create_callback): Use asprinf insteadUlrich Drepper2006-05-181-0/+8
* * sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper2006-05-181-0/+8
* * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*entUlrich Drepper2006-05-181-0/+16
* * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory andUlrich Drepper2006-05-181-0/+5
* * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,Ulrich Drepper2006-05-171-0/+5
* * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper2006-05-171-2/+7
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-151-2/+14
* * include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper2006-05-151-0/+12
* * misc/getusershell.c (okshells): Don't use static initializers,Ulrich Drepper2006-05-151-0/+3
* * stdlib/fmtmsg.c (keywords): Change type of len element toUlrich Drepper2006-05-151-0/+3
* * locale/setlocale.c: Change _nl_category_names into a string.Ulrich Drepper2006-05-151-0/+9
* * iconv/gconv_conf.c (add_alias): Move actual alias handling to...Ulrich Drepper2006-05-151-0/+8
* * resolv/res_debug.c (loc_ntoa): Make error const.Ulrich Drepper2006-05-151-0/+14
* * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.Ulrich Drepper2006-05-121-0/+2
* * 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-121-0/+35
* * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.Ulrich Drepper2006-05-111-0/+4
* * nis/nis_xdr.h: Mark all functions as hidden. RemoveUlrich Drepper2006-05-111-0/+3
* * nis/nis_error.c: Remove table of strings. Use positionUlrich Drepper2006-05-111-0/+6
* * locale/programs/ld-time.c (time_finish): If wide era name orUlrich Drepper2006-05-111-0/+5
* * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only storeUlrich Drepper2006-05-101-0/+3
* * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.Ulrich Drepper2006-05-101-0/+7
* * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.Ulrich Drepper2006-05-101-0/+4
* * posix/wordexp.c (parse_glob): No need to check ifs for NULL, theUlrich Drepper2006-05-101-0/+6
* * posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper2006-05-101-0/+3
* * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper2006-05-101-0/+14
* * nis/nis_defaults.c (searchXYX): New functions. Used by bothUlrich Drepper2006-05-101-1/+19
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-0/+51
* * sysdeps/generic/ldsodefs.h: Remove support for non-coreUlrich Drepper2006-05-071-0/+3
* ,Ulrich Drepper2006-05-061-0/+3
* [BZ #2499]Ulrich Drepper2006-05-061-0/+4
* * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.Ulrich Drepper2006-05-061-0/+7
* * resolv/res_send.c (res_queriesmatch): Fix typo in comment.Ulrich Drepper2006-05-061-0/+4