OSDN Git Service

uclinux-h8/uclibc-ng.git
2007-11-23 Bernd SchmidtAdd some necessary Makefile bits for UCLIBC_FORMAT_FLAT...
2007-11-23 Bernd SchmidtSome shared flat improvements.
2007-11-23 Bernd SchmidtAdd necessary Makefile rules for the Blackfin.
2007-11-23 Bernd SchmidtA better atomic ops implementation for the Blackfin...
2007-11-23 Bernd Schmidtmcontext_t shouldn't have a version argument, and fix...
2007-11-23 Bernd SchmidtFrom Jie Zhang:
2007-11-23 Bernd SchmidtChange test for a define that got renamed a while ago.
2007-11-23 Carmelo AmorosoDisable tst-ftime_l test if Extended Locale Support
2007-11-22 Bernd SchmidtIgnore entries of "-1" in rofixup; the linker sometimes...
2007-11-22 Bernd SchmidtAdd Blackfin specific mmap implementation using sys_mmap2.
2007-11-22 Bernd Schmidtsys/procfs.h defines a typedef for floating point regis...
2007-11-22 Bernd SchmidtCertain configure scripts test for presence of dlfcn...
2007-11-22 Bernd SchmidtAdd hidden symbols for a number of pthread functions...
2007-11-21 Peter KjellerstedtAdded optimized versions of strcpy() and strncpy()...
2007-11-20 Carmelo AmorosoARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm...
2007-11-16 Carmelo AmorosoIf uClibc's ld.so encounters text relocations in a...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-12 Ricard WanderlofCRIS/CRISv32 architecture specific memcpy, memmove...
2007-11-10 Khem RajDo not return error when fprintf returns 0 in addmntent().
2007-11-09 Carmelo AmorosoFix build system to generate locale data instead of...
2007-11-09 Carmelo AmorosoDefine _dl_assert in libdl only if __DOASSERTS__ is...
2007-11-07 Bernhard Reutner... - fix whitespace
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-24 Bernhard Reutner... - fix order of link-flags
2007-10-23 Joakim TjernlundPoll with zero timeout
2007-10-21 Joakim TjernlundHandle STT_COMMON symbols too. Following binutils release
2007-10-20 Bernhard Reutner... - commentary typo fix
2007-10-16 Bernhard Reutner... - move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGS
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-10-13 Bernhard Reutner... - allow for passing in UCLIBC_EXTRA_LDFLAGS
2007-10-08 Mike FrysingerDo string comparisos as late as possible during symbol...
2007-09-30 Bernhard Reutner... - Fix compilation for mips ABI64 with no LFS.
2007-09-30 Bernhard Reutner... - Fix compilation for mips ABI64 with no LFS.
2007-09-28 Mike FrysingerThis patch will fix a problem when the same host is...
2007-09-28 Mike Frysingerdo not check the pointer before freeing it since free...
2007-09-28 Mike Frysingercleanup code style
2007-09-28 Mike FrysingerMake sure that the DSO has an hash table into its elf...
2007-09-21 Mike FrysingerJie Zhang writes:
2007-09-21 Mike Frysingerdrop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can...
2007-09-20 Bernhard Reutner... - spelling fix
2007-09-19 Denis VlasenkoFix author name and copyright notice in __uc_malloc.c
2007-09-19 Denis Vlasenkofix assembler error. libc_hidden_data_def cannot work...
2007-09-15 Denis Vlasenkoadd libc_hidden_xxxx for __uc_malloc
2007-09-15 Mike Frysingerfrom Blue Swirl: fixup sparc a bit more
2007-09-15 Mike Frysingerpull from Blackfin repo: optimized byteswap funcs!
2007-09-15 Mike Frysingerpull from Blackfin repo: cleanup string funcs
2007-09-15 Mike Frysingerforgot to add this with previous sparc commit ...
2007-09-15 Mike Frysingeruse gcc input constraints to avoid often duplicated...
2007-09-15 Mike Frysingerif __NR__newselect and __NR_select are unavailable...
2007-09-15 Mike Frysingeralso fix bug 1012 by moschny in 64bit version of readdir
2007-09-15 Mike Frysingerbug 1310: drop hidden aliases to data since some arches...
2007-09-15 Mike Frysingernot sure how this obvious one liner got lost from glibc...
2007-09-15 Mike Frysingeradd one more testcase from Natanael Copa
2007-09-15 Mike Frysingerswitch to a smaller/more robust implementation by Andre...
2007-09-15 Mike Frysingeradd more tests as suggested by Natanael Copa and as...
2007-09-15 Mike FrysingerBlue Swirl writes:
2007-09-15 Mike Frysingersimplify binutils as-needed support and enable it all...
2007-09-15 Mike Frysingersetup OUTPUT_FORMAT() in linker script (helps with...
2007-09-15 Mike FrysingerAtsushi Nemoto writes:
2007-09-15 Mike Frysingersync with glibc
2007-09-15 Mike Frysingeractually update errors variable when a test fails
2007-09-15 Mike Frysingeradd strerror_r symbol alias as some autotool based...
2007-09-15 Mike Frysingerdrop __user hack for crappy kernel headers and document...
2007-09-15 Mike Frysingerfix from Kevin Day to make sure we use strchr() rather...
2007-08-01 Denis Vlasenkosgetspent: add missing free/__uc_malloc calls
2007-07-30 Denis Vlasenkomake regex_old.c, ruserpass.c use __uc_malloc,
2007-07-30 Denis Vlasenkomake getnetent.c, md5.c use __uc_malloc
2007-07-30 Denis Vlasenkomake utent.c, getpass.c use __uc_malloc
2007-07-30 Denis Vlasenkomake pwd_grp.c use __uc_malloc
2007-07-30 Denis Vlasenkopatch #3: make resolv.c use __uc_malloc
2007-07-30 Denis Vlasenkoconvert des.c to use __uc_malloc (-70 kbytes of bss)
2007-07-30 Denis Vlasenkointroduce __uc_malloc, so that users can intercept...
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
2007-07-18 Denis VlasenkoexecXp should go to next PATH dir on any error except...
2007-07-18 Denis Vlasenkoinclude/sys/mman.h says that msync exists only on MMU.
2007-07-18 Denis Vlasenkodes.c: move 0.5k of static data on stack, they are...
2007-07-18 "Steven J.... Enable all of the remaining baud rates. All of the...
2007-07-18 "Steven J.... Apply patch as submitted by Blue Smurfy Swirly <blauwir...
2007-07-14 Denis Vlasenkosyslog.h: allow prioritynames[]/facilitynames[] to...
2007-07-12 "Steven J.... Fix broken syscall() function since the original patch...
2007-06-29 Mike Frysingertweak msync prototype to match header
2007-06-24 Bernhard Reutner... - make sure to define _LIBC in libc-symbols.h before...
2007-06-22 Mike Frysingeras noted by psm, make sure we accumulate PICFLAG-y...
2007-06-22 Mike Frysingerpull from Blackfin repo: add -mid-shared-library for...
2007-06-13 Joakim TjernlundCarmelo AMOROSO <carmelo.amoroso@st.com> writes:
2007-06-04 Joakim TjernlundCorrect return value. Pointed out by psm.
2007-06-01 Mike Frysingerchange the auxvt code from being dependent on MMU to...
2007-05-31 Mike FrysingerBernd Schmidt writes: make sure custom stacks work...
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-25 Mike FrysingerJean-Christian de Rivaz writes:
2007-05-25 Joakim TjernlundRemove the arch specific mmap impl. for Powerpc. The...
2007-05-24 Mike Frysingeruse POSIX -eq rather than bash == #1360
2007-05-24 "Steven J.... Fix MIPS syscall() and pipe functions to set errno...
2007-05-24 "Steven J.... Fix ARM EABI signal unwinding to accomodate signal...
2007-05-15 Peter KjellerstedtRestored indentation.
2007-05-15 Peter KjellerstedtMade it compile again.
2007-05-15 Khem RajFix arm mmap when using mmap2 syscall. Fixes bug #1303
2007-05-15 Khem RajRemove preprocessor warning due to missing definition...
2007-05-06 Mike FrysingerNickolai Zeldovich writes: if the temp name already...
next