OSDN Git Service

Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64,...
[uclinux-h8/uclibc-ng.git] / libc /
2005-09-17 Joakim TjernlundAdd atomic support for PPC.
2005-09-17 Joakim TjernlundChange to glibc way of defining syscalls. This should...
2005-09-16 Mike Frysingermake sure we treat count as size_t, not ssize_t .....
2005-09-16 Mike Frysingersyntax/whitespace touchups
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-09-07 Mike Frysingergrab a tiny mmap implementation from glibc
2005-09-07 Mike Frysingermake sure the syscall mmap func isnt exported
2005-09-05 Mike Frysingerfix string functions to not treat the size_t as ssize_t
2005-08-29 Mike Frysingeranemo writes in Bug 9: use ElfW(auxv_t) instead of...
2005-08-27 Joakim Tjernlundasierllano writes in bug 370:
2005-08-26 Mike FrysingerFrank Mehnert writes:
2005-08-26 Mike Frysingerimport sparc-optimized string functions from glibc
2005-08-26 Mike Frysingeroops, new math code needs this
2005-08-25 Mike Frysingerimport different optimized versions of div funcs based...
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-18 Mike Frysingeradd support for getrpcbynumber_r/getrpcbyname_r/getrpce...
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 Frysingerwe have getprotobyname_r() now so use it
2005-08-18 Mike Frysingeralso check for __thumb__
2005-08-18 Mike Frysingeradd the posix_memalign function
2005-08-17 Joakim TjernlundMake uClibc vfork() use kernels vfork() instead of...
2005-08-16 Mike Frysingeradd a 0.9.27 compat symbol (_glibc_strerror_r) since...
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...
next