OSDN Git Service

uclinux-h8/uClibc.git
2006-10-19 Eric AndersenJoseph S. Myers writes:
2006-10-19 Peter KjellerstedtMake strdup() use memcpy() rather than strcpy() to...
2006-10-10 Khem RajMake _dl_linux_resolve interworking safe. Thanks Paul...
2006-10-07 Khem RajAdd the mmap.c missed out in the last commit.
2006-10-07 Khem RajAdd config options to select ARM ARMv5 and Intel iwmmxt...
2006-10-07 Khem RajAdd mmap function needed for ARM EABI and define thumb...
2006-10-07 Khem RajSergey Lapin says the undefined syscall numbers from...
2006-10-07 Mike Frysingerfixup from Bernd Schmidt to properly document DL_ADDR_T...
2006-10-07 Mike FrysingerBernd Schmidt writes:
2006-10-07 Khem RajDon't use r10 to find PIC base. In GCC 4.1.1 onwards...
2006-10-07 Mike Frysingerthe makefile will include elf.h for us #778
2006-09-28 Mike Frysingerimplement support for the rest of the 32bit uid syscalls
2006-09-25 Peter KjellerstedtDo not include tls.h unless __UCLIBC_HAS_THREADS__...
2006-09-23 Mike Frysingerfix return casts for a bunch of functions
2006-09-23 Mike Frysingergrab s_lrint from glibc for C99
2006-09-23 Mike Frysingeronly include _lfs_64.h when __UCLIBC_HAS_LFS__ is defin...
2006-09-22 Peter KjellerstedtAdded support for sysconf(_SC_MONOTONIC_CLOCK).
2006-09-22 Peter KjellerstedtRemove code to define errno in this file. It is defini...
2006-09-21 Mike Frysingeruse proper #APP lines so that the assembler knows when...
2006-09-19 Peter KjellerstedtAllow the res argument to clock_getres() to be NULL.
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-09-11 Eric AndersenAtsushi Nemoto writes:
2006-09-11 Eric AndersenThe readahead syscall requires LFS/64 bit support
2006-09-10 Mike Frysingerremove version checking code and add some more comments
2006-09-09 Mike Frysingermake this stuff actually readable
2006-09-08 Mike Frysingeradd some inline funcs for the mlock funcs on no-mmu
2006-08-31 Khem RajFix from Joseph Myers: Save and restore iWMMXt register...
2006-08-31 Peter KjellerstedtMade it compile again.
2006-08-30 Eric Andersenfix bug 1012 as noted by moschny
2006-08-30 Eric Andersentweak a few syscalls using varargs
2006-08-25 Mike Frysingerfix from psm to make sure host make is new enough
2006-08-25 Mike Frysingerfix from psm: DODEBUG_PT is only meaningful for LINUXTH...
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-08-25 Paul MundtBump SHMLBA up to a sensible size for dcache alias...
2006-08-25 Mike Frysingermerge with psm: sync with common socket headers
2006-08-24 Mike Frysingermerge fixes from upstream (rev 1.10 -> 1.13)
2006-08-24 Bernhard Reutner... - only link asm-generic if it exists.
2006-08-24 Mike Frysingerfix from psm: enable readahead prototype
2006-08-24 Mike Frysingeronly pull in errno.h when not assembler
2006-08-24 Mike Frysingerimplement readahead()
2006-08-24 Mike Frysingerfixups from psm for ASSEMBLER handling
2006-08-24 Mike Frysingeruse the common huge_val.h version now
2006-08-24 Mike Frysingerupdate to new huge_val headers
2006-08-24 Mike Frysingerfix from psm: disable unsupported features
2006-08-24 Mike Frysingerfix from psm: just use common resource.h
2006-08-24 Mike Frysingerjust be like every other uclibc port
2006-08-24 Mike Frysingersync with glibc
2006-08-24 Mike Frysingerpsm says: use $(top_builddir) instead of $(top_srcdir...
2006-08-24 Mike Frysingeradd back in HIDDEN_JUMPTARGET() as pointed out by psm
2006-08-24 Mike Frysingerfix by Bernhard Fischer to move local prototypes to...
2006-08-24 Mike Frysingerfix from psm: only define __ASSUME_NETLINK_SUPPORT...
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-24 Mike Frysingers/ifdef ASM/ifndef ASM/ as point out by psm
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingerpsm updates: add __libc symbols for signal cancellation
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-08-23 Mike Frysingeronly define offsetof() if it isnt already defined
2006-08-23 Mike Frysingermerge from psm: hide more brk
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingerimport new headers from upstream via psm
2006-08-23 Mike Frysingerfix from psm: remove unused defines/includes
2006-08-23 Mike Frysingerfixes from psm: use new clone definition
2006-08-23 Mike Frysingerfixes from psm: use __asm__/__volatile__
2006-08-23 Mike Frysingerfix from psm: remove unused defines/includes
2006-08-23 Mike Frysingersync with upstream glibc
2006-08-23 Mike Frysingerfixes from psm: hide internal brk symbols
2006-08-23 Mike Frysingerfixes from psm: disable unsupported __fpu_control and...
2006-08-23 Mike Frysingersync with psm: add copyright notice
2006-08-23 Mike Frysingerpull from upstream
2006-08-23 Mike Frysingerfixes from psm so we can pull in uClibc headers properly
2006-08-23 Mike Frysingerfix from psm: add UCLIBC_ prefix to HAS_SHADOW option
2006-08-23 Paul MundtBogus page size comment for frv PAGE_SHIFT.
2006-08-23 Mike FrysingerJie Zhang writes: Fix struct kernel_stat64 for Blackfin.
2006-08-23 Mike Frysingerfix upstream blackfin page.h rather than duplicating...
2006-08-21 Eric Andersenbits/profil-counter.h and bits/atomicity.h are leftover...
2006-08-05 Mike Frysingermerge fix from blackfin cvs:
2006-07-31 Mike Frysingerfix h_alias handling in gethostbyaddr_r() just like...
2006-07-13 Eric Andersenpsm writes:
2006-07-13 Eric Andersenpatch from psm:
2006-07-07 Mike Frysingeradd some fun syscall TODOs and mark cris/bfin as workin...
2006-07-06 "Steven J.... Remove SA_ONSTACK handling for ARM based up on glibc...
2006-07-05 Mike Frysingerfix signed warnings with gcc-4
2006-07-05 Mike Frysingerclean subdir as well
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Eric Andersenremove jump relocs, with minor related cleanups
2006-07-05 Eric Andersenbump the version, in preparation for actually cutting...
2006-07-05 Mike Frysingerbfin works again
2006-07-05 Eric Andersenreplace my @debian.org addr with @uclibc.org. Fixup...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerconvert #if 0 code to _dl_if_debug_print()
2006-07-05 Mike Frysingerupdate license
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingeradd some more rpaths to keep the tests happy
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Eric Andersenminor updates
next