summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-19* nis/nis_callback.c (__nis_create_callback): Calls tocvs/fedora-glibc-20060519T1550Ulrich Drepper
2006-05-19* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sureUlrich Drepper
2006-05-18* nis/nis_callback.c (__nis_create_callback): Use asprinf insteadUlrich Drepper
2006-05-18* sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper
2006-05-18* nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*entUlrich Drepper
2006-05-18* nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory andUlrich Drepper
2006-05-17* sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,Ulrich Drepper
2006-05-17* sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper
2006-05-15* include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper
2006-05-15* include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper
2006-05-15* misc/getusershell.c (okshells): Don't use static initializers,Ulrich Drepper
2006-05-15* stdlib/fmtmsg.c (keywords): Change type of len element toUlrich Drepper
2006-05-15* locale/setlocale.c: Change _nl_category_names into a string.Ulrich Drepper
2006-05-15* iconv/gconv_conf.c (add_alias): Move actual alias handling to...Ulrich Drepper
2006-05-15* resolv/res_debug.c (loc_ntoa): Make error const.Ulrich Drepper
2006-05-12* resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.Ulrich Drepper
2006-05-12* include/arpa/nameser.h: Declare _ns_flagdata as hidden.Ulrich Drepper
2006-05-12* nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.Ulrich Drepper
2006-05-11* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.Ulrich Drepper
2006-05-11* nis/nis_xdr.h: Mark all functions as hidden. RemoveUlrich Drepper
2006-05-11* nis/nis_error.c: Remove table of strings. Use positionUlrich Drepper
2006-05-11* pthread_key_create.c (__pthread_key_create): Do away withUlrich Drepper
2006-05-11* locale/programs/ld-time.c (time_finish): If wide era name orUlrich Drepper
2006-05-10* pthread_atfork.c: Mark __dso_handle as hidden.cvs/fedora-glibc-20060511T1325Ulrich Drepper
2006-05-10* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only storeUlrich Drepper
2006-05-10* nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.Ulrich Drepper
2006-05-10* misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.Ulrich Drepper
2006-05-10* posix/wordexp.c (parse_glob): No need to check ifs for NULL, theUlrich Drepper
2006-05-10* posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper
2006-05-10* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper
2006-05-10* nis/nis_defaults.c (searchXYX): New functions. Used by bothUlrich Drepper
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper
2006-05-09[BZ #2644]Ulrich Drepper
2006-05-08* sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: Make sure theUlrich Drepper
2006-05-08[BZ #2644]Ulrich Drepper
2006-05-07* sysdeps/generic/ldsodefs.h: Remove support for non-coreUlrich Drepper
2006-05-06,Ulrich Drepper
2006-05-06[BZ #2499]Ulrich Drepper
2006-05-06* include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.Ulrich Drepper
2006-05-06* resolv/res_send.c (res_queriesmatch): Fix typo in comment.Ulrich Drepper
2006-05-06* include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.Ulrich Drepper
2006-05-06[BZ #2499]Ulrich Drepper
2006-05-06* stdio-common/vfscanf.c (memory_error): Remove definition. AddUlrich Drepper
2006-05-05* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.Ulrich Drepper
2006-05-05* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocationUlrich Drepper
2006-05-05* sunrpc/svcauth_des.c (cache_init): Use calloc instead ofUlrich Drepper
2006-05-05[BZ #2509]cvs/fedora-glibc-20060505T1443Ulrich Drepper
2006-05-05* nis/nis_table.c (nis_list): Avoid clearing res twice beforeUlrich Drepper
2006-05-05* nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.cvs/fedora-glibc-20060505T0554Ulrich Drepper
2006-05-04* sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.Ulrich Drepper