OSDN Git Service

add an entry about __fputc_unlocked link errors
[uclinux-h8/uClibc.git] / libc /
2005-08-15 Eric AndersenFor current kernels, we just use the getcwd() syscall...
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-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 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 Frysingerjump straight to __syscall_error
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-08 Mike Frysingerremove duplicated _syscall6 definitions and unify them...
2005-08-08 Mike Frysingereat whitespace
2005-08-04 Mike Frysingerwhitespace it
2005-08-04 Mike Frysingeryvasilev writes in Bug 235:
2005-08-03 Manuel Novoa III Update from (older) glibc code.
2005-08-03 Manuel Novoa III POSIX requires that fields st_dev and st_rdev to be...
2005-07-31 Manuel Novoa III Old glibc fix for ltp's clone07 test. Another file...
2005-07-31 Manuel Novoa III This fixes the pread/pwrite bugs reported by ltp. ...
2005-07-30 Manuel Novoa III Check for __NR_fcntl64.
2005-07-30 Manuel Novoa III Sigh... I wasn't checking for output errors. NIST...
2005-07-30 Manuel Novoa III Update with current glibc version.
2005-07-30 Manuel Novoa III Since we're now always using IPC_64, we need this....
2005-07-30 Manuel Novoa III sjhill appears confused. vapier's earlier commit of...
2005-07-30 "Steven J. Hill"The newly added __glibc_strerror_r function is probably...
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-28 Mike Frysingerfurther refine output so the silent mode of make is...
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 Frysingerthe common sem.h is good enough for x86_64
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 III Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2005-07-28 Manuel Novoa III Add a config option for abort() to shutdown the stdio...
2005-07-28 Manuel Novoa III A while back, the sysvipc code was changed to use IPC_6...
2005-07-27 Mike Frysingeradd some asm magic to fix setting errno/ret values...
2005-07-25 Manuel Novoa III Fix 2 bugs in strftime related to glibc struct tm exten...
2005-07-23 Manuel Novoa III 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
2005-07-17 Mike Frysingertweak whitespace
2005-07-17 Mike Frysingerrip out previous armeb old-stat abi compat code since...
2005-07-17 Mike Frysingeradd support for nanoseconds
2005-07-16 Mike Frysingermake sure the stat64 struct is packed to prevent furthe...
2005-07-16 Mike Frysingerwith the help of John Bowler, track down the ugly ABI...
2005-07-15 Mike Frysingeradd support for passing nano seconds (if arch supports it)
2005-07-14 Mike Frysingerimport the rest of the glibc start.S so PIE works
2005-07-12 Mike Frysingerimport fix from glibc to resolve segfault reported...
2005-07-10 Mike Frysingerneed syscall.h for __NR_clone definition
2005-07-10 Mike Frysinger define an abort instruction for m68k
2005-07-10 Mike Frysingerdefine an abort instruction for alpha
2005-07-10 Mike Frysingeralphabetize and warn if an arch is undefined
2005-07-10 Mike Frysingermerge updates from glibc and fix up to work again
2005-07-10 Mike Frysingerupdate __UCLIBC_CTOR_DTOR__ check
2005-07-09 Mike Frysingerpunt unused __pthread_return_void func
2005-07-09 Mike Frysingerimport the __syscall_error trick for errno handling
2005-07-09 Mike Frysingerthis should be able to handle both 32 and 64 bit sparc
2005-07-09 Mike Frysingerdrop the envp code
2005-07-09 Mike Frysingerstyle updates
2005-07-09 Mike Frysingerrewrite crt in asm using glibc as a basis
2005-07-09 Mike Frysingerupdate style
2005-07-09 Mike Frysingerthe generic mmap.c is not good enough for us, we need...
2005-07-09 Mike Frysingersetting envp is pointless since no other arch does it
2005-07-08 Mike Frysingeroops, we want to jmp to the syscall handler, not call it
2005-07-08 Mike FrysingerCRT0_ -> CRT_
2005-07-07 Mike Frysingerclean up from psm ... merge glibc updates and punt...
2005-07-07 Mike Frysingerdont need errno.h anymore
2005-07-07 Mike Frysingeradd update from psm to support 6 arguments to syscall
2005-07-07 Mike Frysingerupdate syntax
2005-07-07 Mike FrysingerYoshinori Sato writes:
2005-07-06 Mike Frysingerupdate comments/syntax and make sure we include feature...
2005-07-06 Mike FrysingerPeter S. Mazinger writes: use the __syscall_error.c...
2005-07-06 Mike Frysingererr, need to commit the rest of the changes from psm too
2005-07-06 Mike FrysingerPeter S. Mazinger writes: we dont need features.h
2005-07-06 Mike Frysingersyntax touchups as suggested by Peter S. Mazinger
2005-07-06 Mike Frysingeruse % as the function marker instead of @
2005-07-06 Mike Frysingeradd support for __MALLOC_GLIBC_COMPAT__ (malloc(0)...
2005-07-04 Mike Frysingerimport armeb fixes as outlined by John Bowler
2005-07-01 Mike Frysingerenable clone.S
2005-07-01 Mike Frysingersync up against latest glibc and add errno handling
2005-07-01 Mike Frysingermake sure we include features.h to get the hidden define
2005-07-01 Mike Frysingermake sure we include features.h to get the hidden define
2005-07-01 Mike Frysingertweak whitespace/syntax
2005-07-01 Mike Frysingerremove errno include since we dont use any errno stuff...
2005-06-30 Mike Frysingerremove pointless exit 1 ... if $(AR) fails then make...
2005-06-30 Mike Frysingerfix typo in umount2() emulation of umount()
2005-06-30 Joakim TjernlundOops, fix link fail.
2005-06-29 Joakim TjernlundAdd __libc_stack_end to libc.
2005-06-29 Joakim Tjernlunddeclare init/fini as weak if __UCLIBC_CTOR_DTOR__ is...
2005-06-29 Mike Frysingerneed to include features.h to get uclibc defines
2005-06-29 Mike Frysingerneed to include features.h to get uclibc defines
2005-06-29 Mike Frysingerprevious commit of trimming __IPC_64 wasnt quite correc...
2005-06-29 Mike Frysingerif both __NR_send and __NR_socketcall do not exist...
next