OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / inet / rpc /
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2008-02-12 Denis Vlasenkoadd hidden_proto's for __uc_malloc
2007-07-30 Denis Vlasenkomake regex_old.c, ruserpass.c use __uc_malloc,
2007-02-04 Mike Frysingerthe sun rpc code has too many alias violations to worry...
2007-01-29 Mike Frysingersync some fixes from glibc
2007-01-10 Mike Frysingerneed to keep __check_rhosts_file exported for proper...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-06-20 Mike Frysingerneed hidden proto for rtime() as well
2006-06-19 Mike Frysingersync fix fixes from glibc
2006-06-19 Mike Frysingerdont shadow the socket() function
2006-03-24 Peter S. MazingerMove hidden xdr_rmtcall_args prototype before first use
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-03-09 Peter S. MazingerGet rid of nested extern warnings if threads are disabled
2006-03-09 Peter S. MazingerAdd back sjhill's 14625 commit, correcting the typo...
2006-02-25 "Steven J. Hill"Remove commented include.
2006-02-25 "Steven J. Hill"Revert change. Calls can only be used when utilizing...
2006-02-25 "Steven J. Hill"Use the TSD macros and get rid of warnings.
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-15 Peter S. Mazingerhide xdr_u_short
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-01 Peter S. Mazingerweaks for __pthread_internal_tsd* are added if not...
2006-01-31 Peter S. Mazingerdon't include wchar.h if WCHAR is disabled
2006-01-30 Peter S. MazingerChange the only bcopy user to memmove and remove intern...
2006-01-29 Mike Frysingersync with glibc and rename local socket var to _socket
2006-01-29 Mike Frysingersync func def with glibc and dont include sys/socket...
2006-01-29 Mike Frysingersync comment with glibc and dont include sys/socket...
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingersync with glibc and rename socket vars to _socket
2006-01-29 Mike Frysingersync iruserfopen() prototype with glibc and remove...
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable __rcmd_...
2006-01-29 Mike Frysingersmall sync with glibc
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Peter S. MazingerUse wildcard *.c for full rpc, update copyright
2006-01-24 Peter S. Mazingers/svc_auth_unix.c/svc_authux.c/
2006-01-24 Peter S. Mazingers/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well
2006-01-23 Mike Frysingersync with glibc
2006-01-23 Peter S. MazingerAdd some attribute_noreturn, replace __attribute__...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerdisable deprecated warnings for some files
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerdeclare static
2006-01-08 Mike Frysingerhide internal ahostbuf symbol
2006-01-08 Mike Frysingerhide internal funcs to kill off more relocs
2006-01-08 Mike Frysingerkill off two more relocs
2006-01-06 Mike Frysingerupdate libc lock functions to new pthread forwarding
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2005-12-30 Mike Frysingeruse errno.h not sys/errno.h as pointed out by sjhill
2005-12-28 Mike Frysingermake sure we handle the (malloc(0)==NULL) case as Aubre...
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysinger2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
2005-12-27 Mike Frysingerkill off minor warning
2005-12-16 Peter S. MazingerConvert some users and get rid of __rpc_thread_createer...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-10 Peter S. MazingerSwitch fread/fwrite/fclose/pipe/sigsetmask users
2005-12-09 Peter S. MazingerImplement hidden listen, use the hidden listen/accept
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-09 Peter S. Mazingerinternal sigpause, do we really default to BSD signals?
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-08 Peter S. MazingerMissed alias to xdr_string, thanks sjhill
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerNo more *xdr* jump relocations
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-06 Mike Frysingera small TODO
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerRename newly created __libc_x (reserved for libpthread...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-15 Peter S. MazingerHide __libc_sa_len
2005-11-10 Peter S. MazingerAnother s/index/strchr/
2005-11-03 Peter S. MazingerCorrect IMA
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
next