OSDN Git Service

uclinux-h8/uClibc.git
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-18 Peter S. MazingerEnable __THROW,_NTH,REDIRECT_NTH
2005-11-18 Peter S. MazingerRun headers only once, until better solution is found
2005-11-18 Mike Frysingerfix trailing comment
2005-11-18 Mike Frysingeradd support for ia64
2005-11-18 Mike Frysingerfix warnings when arch lacks get_kernel_syms syscall...
2005-11-18 Mike Frysingerdont include sub makefiles if thread support has been...
2005-11-18 Mike Frysingerupdate ignores
2005-11-18 Mike Frysingershouldnt have been committed
2005-11-18 Mike Frysingerimport new linuxthreads_db from glibc HEAD
2005-11-18 Peter S. MazingerReplace TOPDIR, add/update copyright
2005-11-18 Peter S. MazingerReplace TOPDIR, update copyright
2005-11-18 Peter S. MazingerReplace TOPDIR
2005-11-17 Peter S. MazingerCorrect typos
2005-11-17 Peter S. MazingerReplace TOPDIR
2005-11-17 Mike Frysingerdont try to build getpgrp if the arch doesnt support...
2005-11-17 Mike Frysingerdont try to build fork if the arch doesnt support it...
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerReplace TOPDIR w/ top_builddir
2005-11-17 Peter S. MazingerRemove unneeded top_builddir
2005-11-17 Peter S. MazingerAdd link.so, add support for CFLAGS-$(subdir), where...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
2005-11-17 Mike Frysingerwe want to compare the register value itself, not the...
2005-11-17 Mike Frysingerallow the threads option
2005-11-17 Mike Frysingertouchup pretty STRIP output a little
2005-11-16 Mike Frysingerupdate copyright and license, add _BITS_SETJMP_H protec...
2005-11-16 Mike Frysingerrename files to .s like they should be
2005-11-16 Mike Frysingerrename files to .s like they should be
2005-11-16 Mike Frysingeradd support for .s translation like .S
2005-11-16 Mike Frysingercondense rules to be easier to read
2005-11-16 Mike Frysingersync with glibc and fix warning when building pthreads
2005-11-15 Mike Frysingerthis is GNU source
2005-11-15 Mike Frysingerimport updates from glibc
2005-11-15 Mike Frysingerinclude pthreads if appropriate ala glibc
2005-11-15 Mike Frysingeradd rules to handle .s and .E
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-11-15 Peter S. MazingerCorrect build if locales are enabled s/wcslcpy/wcsxfrm...
2005-11-15 Peter S. MazingerUndo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is...
2005-11-15 Peter S. MazingerUpdate copyright notice
2005-11-15 Peter S. MazingerHide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl...
2005-11-15 Peter S. MazingerHide __libc_sa_len
2005-11-15 Peter S. MazingerHide some internally used functions
2005-11-15 Peter S. MazingerCorrect Warning: function declaration isn't a prototype
2005-11-15 Mike Frysingerrename current stable linuxthreads to linuxthreads...
2005-11-15 Mike Frysingerunused
2005-11-15 Mike Frysingerrevert linuxthreads to pre rev 11377 (i.e. before the...
2005-11-15 Mike Frysingeruse clone() instead of __clone()
2005-11-15 Mike Frysingeras psm points out, we need to use bits/getopt.h in...
2005-11-15 Mike Frysingerupdate licenses and sync with glibc
2005-11-15 Mike Frysingersync getopt headers with glibc
2005-11-15 Mike Frysingermake sure TARGET_ARCH is set ... thought i committed...
2005-11-15 Mike Frysingeruse $TOPDIR instead of ../ and utilize -B so that our...
2005-11-15 Mike Frysingerupdate license info
2005-11-15 Mike Frysingerimport some math funcs from glibc
2005-11-15 Mike Frysingerremove unused file
2005-11-15 Mike Frysingerneed to declare our stack direction
2005-11-15 Mike Frysingerimport test from glibc
2005-11-15 Mike Frysingeradd a way to just run uclibc or glibc tests
2005-11-14 Peter S. MazingerHide internally used symbols, use weak_alias for raise...
2005-11-14 Peter S. Mazingerundef functions needed for usage within libc
2005-11-14 Peter S. MazingerSplit up wstring.c and use attribute_hidden
2005-11-14 Peter S. MazingerMove to use attribute_hidden
2005-11-14 Peter S. MazingerCorrections to splitted files
2005-11-14 Eric AndersenLet the #define do all the work
2005-11-13 Eric AndersenIt was pointed out to me that uclibc.org/copyright.txt
2005-11-13 Mike Frysingerquiet the make -C
2005-11-12 Mike Frysingerinitial port to hppa
2005-11-12 Mike Frysingermake people provide these headers when porting
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-12 Peter S. MazingerAdd hidden versions, hope I made it correctly. Sparc...
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-11 Peter S. MazingerAdd hidden versions, add missing .size
2005-11-11 Peter S. MazingerSplit up string.c, make internals hidden
2005-11-11 Peter S. Mazingerpowerpc version of bzero using memset
2005-11-11 Peter S. MazingerSplit up MSRC file, bzero left out
2005-11-11 Peter S. MazingerSync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:
2005-11-11 Mike Frysingermark all broken arches as such so people know not to...
2005-11-11 Mike Frysingerremove unused ARCH_LDFLAGS and touchup broken whitespace
2005-11-10 Eric AndersenLets not just paper over this. Add implementation...
2005-11-10 Peter S. MazingerDisable __xpg_sigpause until it is implemented (if...
2005-11-10 Peter S. MazingerAnother s/index/strchr/
2005-11-10 Peter S. MazingerUse strchr instead of index (BSD)
2005-11-10 Mike Frysingeradd support for cirrus maverick fpu using patch for...
2005-11-10 Mike Frysingersync with glibc
2005-11-10 Mike Frysingerupdate license
2005-11-09 Mike Frysingersync with glibc
2005-11-09 Mike Frysingerfix __intptr_t for 64bit arches
2005-11-09 Mike Frysingerbooooring license updates
2005-11-09 Mike Frysingersync with glibc
2005-11-09 Mike Frysingersync with glibc to get rid of warnings
2005-11-09 Mike Frysingeruse make builtin $(wildcard) rather than $(shell ls)
2005-11-09 Mike Frysingerupdate license
2005-11-08 Peter S. MazingerCorrect a problem introduced by porting the glibc header
2005-11-08 Peter S. MazingerRemove #define _STDIO_UTILITY, can't find any use of it
2005-11-08 Peter S. MazingerRemove copied sources
2005-11-08 Mike Frysingerfix building by grabbing latest versions from glibc
2005-11-08 Mike Frysingermake cp silent
2005-11-07 Mike Frysingerimplement __pthread_init_max_stacksize() which is requi...
2005-11-07 Mike Frysingeruse the common/bits/types.h since it has proper 64bit...
next