OSDN Git Service

uclinux-h8/uClibc.git
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
2005-07-28 Joakim TjernlundAdd missing #include <bits/wordsize.h> and change __ker...
2005-07-28 Mike Frysingeradd c to default ARFLAGS to get rid of ar: creating...
2005-07-28 Mike Frysingerthe common sem.h is good enough for x86_64
2005-07-28 Mike Frysingercheck the return value of the clone call too
2005-07-28 Mike Frysingerthe errno settings was fixed but the return value was...
2005-07-28 Mike Frysingertweak $TOPDIR usage to not have duplciate //
2005-07-28 Manuel Novoa... Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2005-07-28 Manuel Novoa... Add a config option for abort() to shutdown the stdio...
2005-07-28 Manuel Novoa... A while back, the sysvipc code was changed to use IPC_6...
2005-07-27 Joakim TjernlundFix bug 358 by protecting _dl_symbol_tables as suggested.
2005-07-27 Mike Frysingeradd some asm magic to fix setting errno/ret values...
2005-07-27 Mike Frysingerdont run ls and make sure diff aborts if it fails
2005-07-27 Mike Frysingeradd a basic errno test based on one from ltp
2005-07-26 Mike Frysingerupdate notes about alpha/x86_64
2005-07-26 Eric AndersenUpdate the todo list for 0.9.28
2005-07-25 Manuel Novoa... Fix 2 bugs in strftime related to glibc struct tm exten...
2005-07-23 Manuel Novoa... Since __syscall_error is a C func, we need to store...
2005-07-17 Mike Frysingerwhoops, reversed naming of nano sec members ... kernel...
2005-07-17 Mike Frysingersyntax cleanups
next