Age | Commit message (Expand) | Author |
2012-06-15 | pm_getport.c: s/__close/close/ | Peter S. Mazinger |
2012-06-15 | sa_len.c: do not include ipx.h, the IPX code is disabled | Peter S. Mazinger |
2012-06-15 | rpc: constify some more data | Peter S. Mazinger |
2012-06-15 | clnt_generic.c: whitespace only, no code change | Peter S. Mazinger |
2012-06-15 | pm_getmaps.c: change __close to close (even though unused) | Peter S. Mazinger |
2012-06-15 | ruserpass.c: needs stdio_ext.h only if threads are enabled | Peter S. Mazinger |
2012-06-15 | rcmd.c: no need for stdio_ext.h | Peter S. Mazinger |
2012-06-15 | xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t | Peter S. Mazinger |
2012-06-15 | svc_auth.c: use same prototypes as in svc_authux.c | Peter S. Mazinger |
2012-06-15 | pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too late | Peter S. Mazinger |
2012-06-15 | rpc: remove unused USE_IN_LIBIO guarded code | Peter S. Mazinger |
2012-06-15 | libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x) | Peter S. Mazinger |
2012-06-15 | libintl.h: add _(x) and N_(x) and use it everywhere | Peter S. Mazinger |
2012-06-15 | use one common prototype for _create_xid | Peter S. Mazinger |
2012-06-15 | rpc_private.h: change guard | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | remove unneeded hiddens for rtime, basename, strtof* and wcstof* | Peter S. Mazinger |
2012-03-26 | inet:rpc: fix build in !NPTL case | Carmelo Amoroso |
2012-02-07 | inet:rpc: fix authnone_marshal in multithreading context | Carmelo Amoroso |
2011-03-09 | sunrpc: fix spurious fall-through | Mark Salter |
2011-03-06 | simplify ffs* code | Peter S. Mazinger |
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt |
2011-03-03 | guard IPv6 stuff | Peter S. Mazinger |
2010-07-27 | new helper funcs for alloca/malloc with mmu/nommu | Mike Frysinger |
2010-04-25 | libc: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-01-21 | fix typo in version mismatch msg | Bernhard Reutner-Fischer |
2009-12-11 | Include bits/libc-lock.h to get __libc_once_define | Khem Raj |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-06 | rexec.c: style fixes, no code chages (verified with objdump) | Denys Vlasenko |
2009-09-06 | rexec.c: small code shrink | Denys Vlasenko |
2009-09-06 | comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden) | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-12-20 | Deal with a few data fields which may be made constant. | Denis Vlasenko |
2008-12-01 | constify more data | Denis Vlasenko |
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko |
2008-12-01 | rpc: should check against max for int32, not int | Denis Vlasenko |
2008-12-01 | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-12 | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-20 | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko |