summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1844-478/+1
* rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko2009-09-061-44/+23
* rexec.c: small code shrinkDenys Vlasenko2009-09-061-2/+6
* comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko2009-09-061-2/+2
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-1/+1
* constify more dataDenis Vlasenko2008-12-013-3/+3
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-2/+2
* rpc: should check against max for int32, not intDenis Vlasenko2008-12-011-4/+4
* rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko2008-12-014-76/+54
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2043-300/+300
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2030-111/+111
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-186-11/+11
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-1815-19/+19
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-12/+12
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-6/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-203-16/+7
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1925-57/+57
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-123-6/+3
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-301-1/+5
* the sun rpc code has too many alias violations to worry over now; just disabl...Mike Frysinger2007-02-041-0/+2
* sync some fixes from glibcMike Frysinger2007-01-291-3/+7
* need to keep __check_rhosts_file exported for proper rhost controlMike Frysinger2007-01-101-1/+5
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-20/+17
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-8/+5
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* need hidden proto for rtime() as wellMike Frysinger2006-06-201-0/+1
* sync fix fixes from glibcMike Frysinger2006-06-191-7/+9
* dont shadow the socket() functionMike Frysinger2006-06-192-6/+6
* Move hidden xdr_rmtcall_args prototype before first usePeter S. Mazinger2006-03-241-1/+1
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+0
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1013-13/+0
* Get rid of nested extern warnings if threads are disabledPeter S. Mazinger2006-03-091-4/+4
* Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger2006-03-091-4/+4
* Remove commented include."Steven J. Hill"2006-02-251-1/+0
* Revert change. Calls can only be used when utilizing TLS. Sorry for the break..."Steven J. Hill"2006-02-251-5/+5
* Use the TSD macros and get rid of warnings."Steven J. Hill"2006-02-251-4/+5
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-11/+11
* hide xdr_u_shortPeter S. Mazinger2006-02-151-0/+1
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-0/+2
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-2/+1
* weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ...Peter S. Mazinger2006-02-011-1/+7