malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
[external/glibc.git] / sunrpc /
2019-02-15 Joseph MyersRemove qualifier from function return type in tst-svc_r...
2019-02-14 Joseph MyersFix fall-through warnings in sunrpc/xdr.c.
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-30 Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-29 Zack WeinbergDisallow use of DES encryption functions in new programs.
2018-06-26 Florian WeimerRun thread shutdown functions in an explicit order
2018-06-26 Florian Weimersunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro
2018-05-11 Florian Weimersunrpc: Remove stray exports without --enable-obsolete...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-11-16 Siddhesh PoyarekarPrefer https for Sourceware links
2017-09-10 Samuel Thibaultsunrpc/tst-udp-nonblocking: Fix timeout value
2017-09-10 Samuel Thibaultsunrpc/tst-udp-timeout: Fix timeout value
2017-08-31 Florian Weimersunrpc: Remove internal_function attribute
2017-08-18 Adhemerval ZanellaConsolidate non cancellable close call
2017-08-14 Florian WeimerNSS: Replace exported NSS lookup functions with stubs...
2017-08-13 Florian Weimer__libc_rpc_getport: Remove internal_function attribute
2017-08-07 Joseph MyersConsistently use uintN_t not u_intN_t everywhere.
2017-06-12 Wilco DijkstraReplace all internal uses of __bzero with memset. ...
2017-06-04 Zack WeinbergInclude shlib-compat.h in many sunrpc/nis source files.
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-09 Zack Weinbergsunrpc/tst-xdrmem2.c: Include stdint.h.
2017-05-09 Zack WeinbergRename cppflags-iterator.mk to libof-iterator.mk, remov...
2017-03-13 Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-13 Thorsten KukukThe rpcgen tests should not run if we don't build rpcgen.
2017-03-11 Thorsten KukukIf sunrpc code is disabled, rpcsvc header files, rpcgen and
2017-02-28 Florian Weimersunrpc: Improvements for UDP client timeout handling...
2017-02-28 Florian Weimersunrpc: Do not unregister services if not registered...
2017-02-27 Florian Weimersunrpc: Avoid use-after-free read access in clntudp_cal...
2017-02-06 Wilco DijkstraAs a minor cleanup remove the (r)index defines from...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-27 Florian Weimersunrpc: Always obtain AF_INET addresses from NSS [BZ...
2016-12-27 Florian Weimerrpcinfo: Remove traces of unbuilt helper program
2016-11-14 Zack WeinbergFix build-and-build-again bug in sunrpc tests.
2016-11-08 Joseph MyersFix rpcgen buffer overrun (bug 20790).
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): obsolete BSD u_...
2016-05-23 Florian WeimerCVE-2016-4429: sunrpc: Do not use alloca in clntudp_cal...
2016-03-08 Florian Weimersunrpc: In key_call_keyenvoy, use int status instead...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-21 Joseph MyersConvert a few more function definitions to prototype...
2015-10-20 Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20 Joseph MyersConvert 29 more function definitions to prototype style...
2015-10-19 Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-17 Florian Weimersunrpc: Rewrite with explicit TLS access using __thread
2015-10-17 Florian WeimerAssume that SOCK_CLOEXEC is available and works
2015-10-16 Joseph MyersConvert 703 function definitions to prototype style.
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-03 Joseph MyersRename bits/libc-tsd.h to libc-tsd.h (bug 14912).
2015-03-18 Brad HubbardUse calloc to allocate xports (BZ #17542)
2015-03-04 Roland McGrathSplit rpcent tests out of tst-netdb.
2015-02-06 Roland McGrathExclude rpcent functions and NSS backends for rpc,...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-07-10 Siddhesh PoyarekarAdd comment about SIZE initialization in xdr.c
2014-07-09 Siddhesh PoyarekarFix -Wmaybe-uninitialized warning in xdr.c
2014-02-28 Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-10-21 Ondřej BílkaDocument rpcgen -5. Fixes bug 15825
2013-09-11 Jia Liusunrpc/rpc/types.h: fix OS X and FreeBSD build problems
2013-09-04 Chris LeonardUpdate iso-1427.def and related occurrences.
2013-09-04 Joseph MyersRemove --disable-versioning.
2013-08-30 Ondřej BílkaFix typos.
2013-08-29 Ondřej BílkaFix typos.
2013-08-21 Ondřej BílkaFix typos.
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-10 Florian WeimerUse *stat64 instead of *stat in installed programs
2013-05-10 Andreas JaegerLocalize rpcgen
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-06 Jeff Law * sunrpc/etc.rpc (fedfs_admin): Add entry.
2012-11-30 Siddhesh Poyarekar * sunrpc/rpc/svc.h (__svc_accept_failed): Move...
2012-11-28 Jeff Law [BZ #14889]
2012-11-19 Peng Haitaobindresvport() uses two static variables port and start...
2012-11-09 Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-11-09 Joseph MyersFix sunrpc 64-bit (especially big-endian) issues (bug...
2012-08-07 Allan McRaerpcgen - fall back to looking for cpp in system path
2012-07-26 Roland McGrathFix some -Wformat warnings in rpcgen.
2012-07-06 Mike Frysingersunrpc: fix rpc bootstrap builds
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-21 Andreas JaegerFix sunrpc static library
2012-05-16 Andreas SchwabFix dependency tracking on cross-rpcgen-objs
2012-05-10 Andreas JaegerMake sunrpc code usable again
2012-05-10 Maxim KuvyrkovBuild rpcgen-generated files when cross compiling.
2012-05-10 Andreas SchwabAdd dependency tracking for rpc-compat-routines
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-23 Paul Pluzhnikov2012-03-23 Daniel Jacobowitz <dmj@google.com>
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-10 Joseph MyersUse standard build rule to build rpcgen.
2012-03-09 Joseph MyersRemove __GNU_LIBRARY__ conditionals from rpcgen.
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2011-12-04 Ulrich DrepperFix aliasing issues in RPC code
2011-11-12 Ulrich DrepperFix case value used in RPC cod
2011-10-08 Andreas JaegerFix netname2host
next