OSDN Git Service

uclinux-h8/uClibc.git
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...
2007-05-04 Bernhard Reutner... - commentary typo fix
2007-05-03 Mike Frysingergive proper prototypes
2007-05-02 Mike Frysingercancellation-points needs librt
2007-05-02 Mike Frysingerexercise all required POSIX pthread cancellation points
2007-05-02 Mike FrysingerNickolai Zeldovich writes:
2007-05-02 Mike FrysingerDaniel Jacobowitz: sleep()/usleep() relies on nanosleep...
2007-04-30 Mike FrysingerCarmelo AMOROSO writes:
2007-04-24 Mike Frysingerfix from Bernd Schmidt for realloc shrinkage bug
2007-04-23 Bernhard Reutner... - include stdbool.h
2007-04-21 "Steven J.... This test needs XLOCALE to work.
2007-04-18 Rob LandleyBugfix from Atsushi Nemoto: return nonzero error code...
2007-04-17 Mike Frysingerif chroot() failed, then reset "chroot_dir" to "."...
2007-04-17 Mike Frysingercleanup style; no functional changes
2007-04-17 Mike Frysingerfix ld.so.cache handling on no-mmu setups
2007-04-17 Bernhard Reutner... - shrink resolver code
2007-04-17 Mike Frysingerforce ourselves to write proper code and develop testscases
2007-04-17 Mike Frysingermove uclibc.org out of actual source tree
2007-04-17 Mike Frysingerdont force a . before EXTRAVERSION so we can be a littl...
2007-04-17 Mike Frysingercatch a small overflow in malloc-standard
2007-04-17 Mike Frysingerdisable for now
2007-04-17 Mike Frysingeradd a basic .depend target to better catch updates...
2007-04-14 Bernhard Reutner... - doesn't make sense to impose a limit that is too...
2007-04-14 Bernhard Reutner... - dtrt
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-04-12 Mike Frysingerremove __* symbols and enable llrintf()
2007-04-11 Mike Frysingertest case to make sure realloc() can shrink buffers...
next