OSDN Git Service

uclinux-h8/uClibc.git
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-09 Peter S. MazingerImplement hidden *scanf
2005-12-09 Peter S. MazingerImplement all needed hidden *printf and correct vasprin...
2005-12-09 Mike Frysingertouchup style
2005-12-09 Mike Frysingeradd an abort for arm
2005-12-09 Peter S. Mazingerinternal sigpause, do we really default to BSD signals?
2005-12-09 Peter S. Mazingersig* hidden versions, make __rt_sig* static inline
2005-12-08 Peter S. Mazinger__ptr_t = void *, move hidden first
2005-12-08 Peter S. Mazingerlocale.h can't be included
2005-12-08 Peter S. Mazingertypo, thx vapier
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerUse __sendto in __libc_send, small correction
2005-12-08 Peter S. MazingerChange the needed prototypes
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-08 Peter S. MazingerTry to mimic glibc sigaction, sjhill, could you please...
2005-12-08 Peter S. MazingerUse hidden_weak_alias
2005-12-08 Peter S. MazingerImplement more hidden
2005-12-08 Peter S. MazingerUse internal \*_strerror_r
2005-12-08 Peter S. MazingerHidden __xpg|glibc_strerror_r
2005-12-08 Peter S. MazingerSimilar impl. of __libc_x using hidden_weak_alias,...
2005-12-08 Peter S. MazingerHide mallinfo
2005-12-08 Peter S. MazingerUse __strtod
2005-12-08 Peter S. MazingerHide __strtofpmax, implement some hiddens
2005-12-08 Peter S. MazingerSync w/ glibc
2005-12-08 Peter S. MazingerAdd -DNOT_IN_libc to disable the libc-internal.h stuff
2005-12-08 Peter S. MazingerUse internal versions
2005-12-08 Peter S. MazingerUse hidden_strong_alias for alias(__x,__y), do not...
2005-12-08 Peter S. MazingerDo __sleep, should we make it weak, so that libpthread...
2005-12-08 Peter S. MazingerImplement __strto* __wcsto* and hide _stdlib_wcsto*
2005-12-08 Peter S. MazingerHide some of the f* *printf, use them as well
2005-12-08 Peter S. MazingerImplement __tfind/__lfind and use them
2005-12-08 Peter S. MazingerReorder and remove prototypes
2005-12-08 Peter S. MazingerReorder so that no prototype is needed. Is there a...
2005-12-08 Peter S. MazingerEnable __iswctype_l prototype
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-08 Peter S. MazingerUse __open|__closedir
2005-12-08 Peter S. MazingerDo ppc specific __ioctl too
2005-12-08 Peter S. MazingerUse __gettimeofday
2005-12-08 Peter S. MazingerImplement __x versions
2005-12-08 Peter S. MazingerCorrect use of __*log
2005-12-08 Peter S. MazingerImplement __mknod and use it
2005-12-08 Peter S. MazingerAdd hidden versions
2005-12-08 Peter S. MazingerHide __syscall_ipc
2005-12-08 Peter S. MazingerRemove __strto* from header (glibc sync), disable __asp...
2005-12-08 Peter S. MazingerAdd hidden_weak_alias/hidden_strong_alias, remove getti...
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. MazingerCorrect typo, iconv binary does not use the internal...
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-06 Peter S. MazingerGet rid again of memset reloc
2005-12-06 Peter S. MazingerCorrect syntax now...
2005-12-06 Peter S. MazingerUse correct syntax, correct weak/strong for [__]strxfrm
2005-12-06 Peter S. MazingerAdd prototype for __time, #define time __time is not...
2005-12-06 Peter S. MazingerHide strftime/strptime/wcsftime and make use of internals
2005-12-06 Peter S. MazingerAdd needed prototypes removed from generic header
2005-12-06 Peter S. MazingerHide str*casecmp/*coll/*xfrm and make use of the intern...
2005-12-06 Peter S. MazingerGuard __strcoll/strcoll for C locales and use the same...
2005-12-06 Peter S. MazingerSync to glibc, remove __x
2005-12-06 Peter S. MazingerAdd some needed prototypes and macros to allow transiti...
2005-12-06 Peter S. MazingerRemove a loop if locales are to be built
2005-12-06 "Steven J.... Yeah, suck it up. I'm tired of merging stuff.
2005-12-06 "Steven J.... Get rid of compiler warning.
2005-12-06 "Steven J.... We need these aliases to stay so that NPTL can override...
2005-12-06 "Steven J.... Part deux.
2005-12-06 "Steven J.... Move 'librt' includes to be after pthreads since NPTL...
2005-12-06 "Steven J.... Fix includes for NPTL thread model.
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-06 Mike Frysingerinclude more paths in libpthreads
2005-12-06 Mike Frysingerhide some internal pthread functions
2005-12-06 Mike Frysingerfirst pass at hidden_def() macro based on the glibc one
2005-12-06 Mike Frysingertouchup whitespace/comments
2005-12-06 Mike Frysingeruse the internal pthread_mutex_init()
2005-12-06 Mike Frysingeronly define offsetof macro if it isnt already defined
2005-12-06 Mike Frysingera small TODO
2005-12-06 Mike Frysingerbetter help message for regex_old
2005-12-05 Peter S. MazingerSync w/ glibc and disable everything uClibc does not...
2005-12-05 Peter S. MazingerRemove hp-timing.h on clean
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. Mazinger_uintmaxtostr is only internally used, we do not need...
2005-12-03 Peter S. MazingerRemove unneeded weak
2005-12-03 Peter S. Mazingerremove wrong assumptions about __libc_x
2005-12-03 Peter S. MazingerHide setstate_r, test
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-02 Peter S. MazingerRemove incorrect display stripping crt1.S
2005-12-02 Peter S. MazingerDon't strip interp.c, thx blindvt
2005-12-02 Mike Frysingeradd some notes (thanks to mjn3) as to why we need these...
2005-12-02 Peter S. MazingerRemove prototypes that are in kernel_sigaction.h already
2005-12-02 "Steven J.... No, '__mempcpy' is used by user-space applications...
2005-12-02 "Steven J.... Enable alias for 'bcopy' otherwise BusyBox will not...
2005-12-02 "Steven J.... Fix make macro. Did you even fricking test this?
2005-12-01 Peter S. MazingerKill 2 redefine warnings w/ gcc-4.x
2005-12-01 Peter S. MazingerI must have been crazy ...
2005-12-01 Peter S. MazingerForgotten that this file is special and does not accept...
2005-12-01 Peter S. MazingerMake __syscall_fadvise64_64 static inline
2005-12-01 Peter S. MazingerUse $@,$<
2005-12-01 Peter S. MazingerHide mostly used functions
2005-12-01 Peter S. MazingerRemove test file
next