OSDN Git Service

uclinux-h8/uClibc.git
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...
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-14 Joakim TjernlundAdd utils in make clean rule. From paravoid.
2005-08-14 Mike Frysingereat whitespace
2005-08-14 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-08-13 Eric Andersenper suggestion by psm, remove the variable DYNAMIC_LINKER
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
2005-08-12 Joakim TjernlundRemove SYSTEM_LDSO option since it no longer works.
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-08-12 Mike Frysingerrevert __error -> __syscall_error change since it doesn...
2005-08-12 Mike Frysingermissed one of the __error names in changing to __syscal...
2005-08-11 Mike Frysingertouchup PIE support for all the utils and fix stripping...
2005-08-11 Mike Frysingeradd back in the LDPIEFLAG since -fPIE does not imply...
2005-08-11 Mike Frysingerjump straight to __syscall_error
2005-08-11 Mike Frysingerfix some sign warnings pointed out by gcc-4
2005-08-10 Mike FrysingerIn Bug 364 by hassold:
2005-08-10 Eric AndersenBump version in preparation for the upcoming release
2005-08-10 Mike Frysingeruse the inline version of _dl_parse_dynamic_info
2005-08-09 Mike Frysingerclean up whitespace/syntax
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-08-09 Mike Frysingerrework the headers depedency so that it plays nice...
2005-08-09 Mike Frysingernote the architectures which still need to be updated
2005-08-09 Mike Frysingerdate: 2005/08/07 07:53:58; author: drepper; state...
2005-08-09 Mike Frysingerneed -s for STRIPTOOL with iconv too as psm pointed out
2005-08-09 Mike Frysingereat whitespace
2005-08-09 Mike Frysingerupdate crt0 to crt1 based heavily on glibc start.S...
2005-08-09 Mike Frysingeruse sigprocmask instead of internal __sigprocmask since...
2005-08-09 Mike Frysingermove __fpscr_values out of crt0 and into libc as propos...
2005-08-09 Mike Frysingerremove unused/pointless variables
2005-08-09 Mike Frysingerneed to run STRIPTOOL with -s to replace behavior lost...
2005-08-08 Mike Frysingerremove duplicated _syscall6 definitions and unify them...
2005-08-08 Mike Frysingereat whitespace
2005-08-08 Mike Frysingerremove strip flags and let STRIPTOOL do the work
2005-08-04 Mike Frysingerwhitespace it
2005-08-04 Mike Frysingeryvasilev writes in Bug 235:
2005-08-03 Manuel Novoa... Update from (older) glibc code.
2005-08-03 Manuel Novoa... POSIX requires that fields st_dev and st_rdev to be...
2005-08-02 Eric AndersenDo not define 'AUTOCONF_INCLUDED'
2005-08-01 Joakim TjernlundAdd dependency on ld-uClibc.so.0 for libdl.so.
2005-07-31 Manuel Novoa... Old glibc fix for ltp's clone07 test. Another file...
2005-07-31 Manuel Novoa... This fixes the pread/pwrite bugs reported by ltp. ...
2005-07-30 Manuel Novoa... Check for __NR_fcntl64.
2005-07-30 Manuel Novoa... Sigh... I wasn't checking for output errors. NIST...
2005-07-30 Manuel Novoa... Update with current glibc version.
2005-07-30 Manuel Novoa... Since we're now always using IPC_64, we need this....
2005-07-30 Manuel Novoa... sjhill appears confused. vapier's earlier commit of...
2005-07-30 "Steven J.... The newly added __glibc_strerror_r function is probably...
2005-07-29 Mike Frysingeras pointed out by khem/ngupta, ARM926T should be march...
2005-07-29 "Steven J.... Remove unused include directory.
2005-07-29 Mike Frysingerremove outdated comment and announce support for nanose...
2005-07-29 Mike Frysingerwe are handed errno as a negative value so we need...
2005-07-29 Mike Frysingerexport PIEFLAG and the noexecstack AS test so that...
2005-07-29 Mike Frysingerfinish cleaning up the PIE flag checks
2005-07-29 Mike Frysingerget rid of LDPIEFLAG since PIEFLAG is already used
2005-07-28 Mike Frysingerfurther refine output so the silent mode of make is...
2005-07-28 Mike Frysingerjust use -g as -g3 is overkill (and sometimes unstable)
2005-07-28 Mike Frysingerif fcntl() is called with a 64bit command and LFS is...
2005-07-28 Mike Frysingerfix whitespacing
2005-07-28 Joakim Tjernlunds/__kernel_time_t/__time_t
next