OSDN Git Service

uclinux-h8/uClibc.git
2005-09-16 Mike Frysingermake sure we treat count as size_t, not ssize_t .....
2005-09-16 Mike Frysingersyntax/whitespace touchups
2005-09-16 Mike FrysingerRobin Getz from blackfin.uclinux.org writes:
2005-09-09 Mike Frysingerremove duplicated p_canceled setting and extra whitespace
2005-09-09 Mike Frysingersync style changes and misc fixes from glibc
2005-09-09 Mike Frysingersync some style changes and stack fixes with glibc
2005-09-09 Mike Frysingersync with glibc and macro out the strong_alias/versione...
2005-09-09 Mike Frysingernewer linuxthreads renamed the function invalid_handle...
2005-09-09 Mike Frysingersync with glibc by moving the thread_desc stuff out...
2005-09-09 Mike Frysingerrevert pthread_exit change until all files using new...
2005-09-08 Mike Frysingersync all the strong_alias and version compat stuff...
2005-09-08 Mike Frysingeradd hidden_def() macros from glibc but stub them out...
2005-09-08 Mike Frysingersync changelog with glibc
2005-09-08 Mike Frysingersync prototypes with glibc
2005-09-08 Mike Frysingerpunt wrapsyscall.c as glibc has
2005-09-08 Mike Frysingermake sure we use optimized version when building for...
2005-09-08 Mike Frysingerimport some fixes from glibc
2005-09-08 Mike Frysingersync with glibc and import pthread_rwlock_timed{rd...
2005-09-08 Mike FrysingeruClibc has pthread_attr_{get,set}stack now
2005-09-08 Mike Frysingersync misc trivial touchups from glibc
2005-09-08 Mike Frysingersync with glibc coding style to make further updates...
2005-09-08 Mike Frysingersync license with glibc
2005-09-08 Mike Frysingersync license with glibc
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingerimport some fixes from glibc
2005-09-08 Mike Frysingerimport pthread_attr_{get,set}stack functions from glibc...
2005-09-08 Mike Frysingerimport the helper function pthread_for_each_thread...
2005-09-08 Mike Frysingerimport misc defines from glibc
2005-09-08 Mike Frysingermake sure function is always inlined
2005-09-08 Mike Frysingersync with glibc and remove duplicated SEM_VALUE_MAX...
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingerslight tweak to minimize diffs with glibc
2005-09-08 Mike Frysingersync code style with glibc
2005-09-08 Mike Frysingerimport license updates from glibc
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-09-08 Mike Frysingerunused
2005-09-08 Mike Frysingerdlvsym stub
2005-09-08 Mike Frysingergrab some updates from glibc
2005-09-07 Mike Frysingerclean up code and make it easy to extend
2005-09-07 Mike Frysingerdont fail if target doesnt support mmap64
2005-09-07 Mike Frysingergrab a tiny mmap implementation from glibc
2005-09-07 Mike Frysingermake sure the syscall mmap func isnt exported
2005-09-05 Mike Frysingerfix string functions to not treat the size_t as ssize_t
2005-09-02 Eric Andersenupdate developer verbage
2005-08-31 Mike Frysingeradd (size_t)-1 border case tests for strncat and strncm...
2005-08-30 Mike Frysingeradd M_PERTURB define from glibc and Frank Mehnert write...
2005-08-29 Mike Frysingeranemo writes in Bug 9: use ElfW(auxv_t) instead of...
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-28 Eric Andersenpoint to uclibc.org
2005-08-27 Joakim Tjernlundasierllano writes in bug 370:
2005-08-26 Mike FrysingerFrank Mehnert writes:
2005-08-26 Mike Frysingerimport sparc-optimized string functions from glibc
2005-08-26 Mike Frysingeroops, new math code needs this
2005-08-25 Mike Frysingerimport different optimized versions of div funcs based...
2005-08-25 Mike Frysingeroptimize library based upon sparc cpu selection
2005-08-25 Mike Frysingerallow people to select target sparc architecture
2005-08-25 Mike Frysingeradd a note explaining the weird h_errno definition
2005-08-24 Mike Frysingera64l/l64a are now in uClibc, mkstemp and mktemp already...
2005-08-24 Mike Frysingerimport a64l and l64a from glibc
2005-08-24 Mike Frysingeradd a link_warning() like glibc so ppl will [hopefully...
2005-08-24 Joakim TjernlundFrank Mehnert writes:
2005-08-23 Mike Frysingersome updates from psm to better mirror glibc getent...
2005-08-18 Joakim TjernlundHmm, things broke with vapiers update. Lets
2005-08-18 Mike Frysingeradd support for getrpcbynumber_r/getrpcbyname_r/getrpce...
2005-08-18 Mike Frysingeruse generic ELF wrappers
2005-08-18 Mike Frysingeradd support for getrpcbynumber_r/getrpcbyname_r/getrpce...
2005-08-18 Mike Frysingerrework some of the code to shrink size
2005-08-18 Mike Frysingerstyle tweaks
2005-08-18 Mike Frysingerremove 0.9.27 compat alias
2005-08-18 Mike Frysingeradd __thumb__ check
2005-08-18 Mike Frysingerimport updates from glibc
2005-08-18 Mike Frysingerremove some debug code
2005-08-18 Mike Frysingerwe have getprotobyname_r() now so use it
2005-08-18 Mike Frysingerinstall the manpages that are in the docs subdir
2005-08-18 Mike Frysingermoved/updated to docs/man/
2005-08-18 Mike Frysingeralso check for __thumb__
2005-08-18 Mike Frysingerposix_memalign and posix_fadvise are in uClibc now
2005-08-18 Mike Frysingeradd the posix_memalign function
2005-08-17 Eric Andersenupdate the uClibc webpage
2005-08-17 Joakim TjernlundMake uClibc vfork() use kernels vfork() instead of...
2005-08-17 Mike Frysingerstart of some rpc tests
2005-08-17 Mike Frysingermake sure UCLIBC_LDSO is defined if we are running...
2005-08-17 Mike Frysingerdont install linux/asm headers if KERNEL_SOURCE ==...
2005-08-17 Eric AndersenWe _must_ copy include/asm/ and include/linux/ when...
2005-08-17 Mike Frysingerwhen installing the include files, skip .svn, linux...
2005-08-16 Mike Frysingeradd a 0.9.27 compat symbol (_glibc_strerror_r) since...
2005-08-16 Mike Frysingeradd an entry about __fputc_unlocked link errors
2005-08-15 Mike Frysingerwrite some good manpages
2005-08-15 Eric AndersenFor current kernels, we just use the getcwd() syscall...
2005-08-15 Eric AndersenJust quote the whole darn thing so we can print any...
2005-08-15 Mike Frysingerremove quote char which doesnt belong
2005-08-15 Eric AndersenWe do not supply a BSD style getloadavg() function
2005-08-15 Joakim TjernlundFix bug 387, missing _dl_progname for static apps.
2005-08-15 Eric AndersenPatch from Faidon Liambotis to update the debian stuff
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-15 Mike Frysingerarm has its own iopl.c now so we dont need ugly #ifdef...
2005-08-15 Mike Frysingerrip out iopl from ioperm.c so it will override the...
next