OSDN Git Service

Add support for PowerPC e500, libc part only.
[uclinux-h8/uClibc.git] / libc /
2007-02-04 Joakim TjernlundAdd support for PowerPC e500, libc part only.
2007-02-04 Mike Frysingerfixup includes so we compile again
2007-02-04 Mike Frysingerthe sun rpc code has too many alias violations to worry...
2007-02-04 Mike Frysingerfix compiling and touchup style
2007-02-04 Mike Frysingersync some stuff from glibc to fix test build failure
2007-02-02 Peter KjellerstedtMake sure struct stat is identical to struct stat64 if
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenuse the correct lock for access to __nameserver[]
2007-02-02 Eric Andersenfix lock naming
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenfix obvious bug in ipv4/ipv6 resolving. When not using...
2007-01-30 Bernhard Reutner... - should look if LFS is enabled as suggested by pkj...
2007-01-29 Bernhard Reutner... - fix compilation of GNU glob with !LFS
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-29 Bernhard Reutner... - s/if USE___THREAD/if defined USE___THREAD && USE___TH...
2007-01-29 Mike Frysingerpull in unistd.h for syscall() prototype
2007-01-29 Mike Frysingerfix from Atsushi Nemoto for displaying of 64bit types
2007-01-29 Mike Frysingerfix from Roman Kononov for reading in of 64bit types
2007-01-29 Mike Frysingersync some fixes from glibc
2007-01-28 Mike Frysingersync with glibc as pointed out by Bernhard Fischer
2007-01-28 Bernhard Reutner... - commentary typo fix
2007-01-28 Mike Frysingerinitial waitid() implementation
2007-01-28 Mike Frysingerneed string.h for memset()
2007-01-28 Mike Frysingermake sure we clear out the buffer so that random garbag...
2007-01-28 Mike FrysingerPaul Brook writes:
2007-01-27 Mike Frysingerfix from blackfin repo: Jie Zhang writes: update __kern...
2007-01-27 Mike Frysingerfix from blackfin repo: Jie Zhang writes: Passing NULL...
2007-01-24 Mike Frysingerfix from Bryan Wu: return NULL upon error, not the...
2007-01-22 Peter KjellerstedtRecognize _SC_MONOTONIC_CLOCK in sysconf() even if...
2007-01-21 Bernhard Reutner... - repair misplaced #endif that got introduced in r17410...
2007-01-20 "Steven J. Hill"Disable declarations for NPTL.
2007-01-20 "Steven J. Hill"The case for _SC_MONOTONIC_CLOCK should only exist...
2007-01-20 Bernhard Reutner... - Trim superfluous trailing whitespace. No obj-code...
2007-01-11 Joakim TjernlundPeter Mazinger pointed out that my last commit was...
2007-01-10 Mike Frysingermerge from blackfin.uclinux.org: Adjust
2007-01-10 Joakim TjernlundFix SEGV for static builds in exit() path.
2007-01-10 Mike Frysingerneed to keep __check_rhosts_file exported for proper...
2007-01-10 Mike Frysingersync with upstream blackfin.uclinux.org
2007-01-09 Joakim TjernlundAurelien Jacobs writes:
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
2007-01-05 Mike FrysingerAtle Nissestad writes: The attached patch fixes compila...
2006-12-22 Bernhard Reutner... - provide a hidden_def for fputc_unlocked that is alias...
2006-12-20 Mike FrysingerPaul Brook writes:
2006-12-17 Mike Frysingerrename local "brk" var so it doesnt namespace collide...
2006-12-15 Eric AndersenPatch from Bernhard Fischer:
2006-12-14 Mike Frysingerfix building when __NR_sigalstack does not exist
2006-12-14 Mike Frysingerif __NR_lseek is not defined, then we fall back to...
2006-12-12 Eric AndersenFix/disable locking when pthreads is disabled
2006-12-12 Eric Andersensort out a few issues that show up on mips
2006-12-11 Eric Andersenmostly revert the locking changes for 'malloc', as...
2006-12-11 Mike Frysingerfix building when pthread support is disabled
2006-12-11 Mike Frysingerdont try and compile if the MMU is disabled
2006-12-11 Mike Frysingerneed endian.h for __LONG_LONG_PAIR() macro
2006-12-11 Mike Frysingercleanup style
2006-12-11 Mike Frysingercreate new menu so people can select what format they...
2006-12-09 Eric Andersenthese weaks are also needed in libc.so for the time...
2006-12-09 Eric Andersenoops, use __pthread_mutex_unlock() not pthread_mutex_un...
2006-12-09 Eric AndersenAdd missing sys/types.h header
2006-12-09 Eric Andersensilence a lot of warnings and fix a few genuine bugs...
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-12-08 Eric Andersenseems this is the newfangled way to tell folks this...
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric Andersenadd some warnings to archs that need a bit of attention
2006-12-08 Mike Frysingerif __NR_swapon does not exist, dont try and create...
2006-12-08 Mike Frysingerif __NR_swapoff does not exist, dont try and create...
2006-12-08 Mike Frysingerif __NR_msync does not exist, dont try and create a...
2006-12-08 Mike Frysingeronly define mremap() if the syscall exists
2006-12-08 Mike Frysingerif __NR_mprotect does not exist, dont try and create...
2006-12-08 Eric Andersenthis stuff is for uClibc internal use only
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-12-08 Eric Andersen__resolv_lock is supposed to be shared, not static
2006-12-08 Eric AndersenFill in a few more of the missing pieces...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-06 Eric Andersenstdio update from mjn3
2006-12-06 Eric Andersenupdate from mjn3
2006-12-06 Eric Andersenprepare to later remove bits/kernel_types.h from bits...
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-12-06 Mike Frysingerpulling in kernel config.h wont fly
2006-12-02 Mike FrysingerPTHREAD_THREADS_MAX is supposed to be in pthread-specif...
2006-12-02 "Steven J. Hill"(no commit message)
2006-12-02 "Steven J. Hill"Remove definition of TIMER_MAX which breaks builds...
2006-11-29 Eric Andersenremove redundant headers local to libpthread, causing...
2006-11-29 Bernhard Reutner... - honor __UCLIBC_HAS_LFS__
2006-11-29 Bernhard Reutner... - Cleanout the only occurance of the SUSv3 LEGACY funct...
2006-11-29 Bernhard Reutner... - gcvt() is marked LEGACY in XSI and mandatory in BSD.
2006-11-27 Mike Frysingerfix from cmetcalf to make sure we clear the auxvt table...
2006-11-17 Mike FrysingerBernd Schmidt writes: [blackfin updates] add support...
2006-11-17 Mike Frysingerrevert PTHREAD_THREADS_MAX back to former size since...
2006-11-10 Eric Andersenarm thumb:
2006-11-07 Eric AndersenI failed to check the patch adding support for the...
2006-11-06 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-06 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto
next