OSDN Git Service

uclinux-h8/uClibc.git
2007-01-28 Mike Frysingerdont rely on random stack state to trigger this issue...
2007-01-28 Mike Frysingernew test taken from stat issue with new tar
2007-01-28 Mike Frysingeruse .bz2 rather than .gz
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-26 Bernhard Reutner... - fix format of comment
2007-01-26 Mike Frysingerdont actually have to worry about local changes as...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
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.... Disable declarations for NPTL.
2007-01-20 "Steven J.... 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 TjernlundI fixed that item long ago.
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-09 Joakim TjernlundJoseph S. Myers 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...
2007-01-03 Bernhard Reutner... - s/Attemt/Attempt/
2006-12-23 Bernhard Reutner... - r16732 forgot to checkin the sync of the __UCLIBC_SUS...
2006-12-22 Bernhard Reutner... - provide a hidden_def for fputc_unlocked that is alias...
2006-12-20 Mike Frysingermake sure UCLIBC_LDSO can be found via path
2006-12-20 Mike FrysingerPaul Brook writes:
2006-12-17 Mike Frysingerrename local "brk" var so it doesnt namespace collide...
2006-12-17 Mike Frysingerfor now, dont allow mmu users to select file format
2006-12-16 Mike Frysingeractually scrub it, dont just comment it out
2006-12-16 Mike Frysingerstart pulling in top level Rules.mak so we get access...
2006-12-16 Mike Frysingerscrub prototype so we dont conflict with the pthread...
2006-12-16 Mike Frysingerclean up
2006-12-16 Mike Frysingersmall cleanups
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-13 Mike Frysingerforce LFS support since blackfin no longer supports...
2006-12-13 Mike Frysingerbe more specific as to what arguments to __uClibc_main...
2006-12-12 Eric AndersenFix/disable locking when pthreads is disabled
2006-12-12 Bernhard Reutner... - fix compilation of __LDSO_CACHE_SUPPORT__
2006-12-12 Eric Andersensort out a few issues that show up on mips
2006-12-12 Mike Frysingersince we dont symlink the headers, theres nothing to...
2006-12-12 Mike Frysingerwe just want the kernel headers, not the whole kernel...
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 Frysingerdisable LDSO when FLAT format is selected
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 Frysingerkill off the need for fix_includes.sh by utilizing...
2006-12-11 Mike Frysingerset some default vars to prevent env pollution
2006-12-11 Mike Frysingertie PICFLAG:=-mfdpic to format rather than architecture
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 Mike Frysingeronly define msync cancellation point if the syscall...
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric AndersenSorry psm but contrary to commit 12927, kernel provided...
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-06 Mike Frysingernote test subdir problems with multilib
2006-12-03 Mike Frysingermake ABI into a list
2006-12-03 Mike Frysingerlist ABI first and tweak ISA defaults with suggestions...
2006-12-03 Mike Frysingerrevert previous change
2006-12-03 Rob LandleyPatch from Jim Gifford (of Cross Linux From Scratch...
2006-12-03 Mike Frysingersecond SUSV3 legacy check should be for macros as point...
2006-12-02 Mike Frysingerfix building when susv3 legacy stuff is disabled
2006-12-02 Mike FrysingerPTHREAD_THREADS_MAX is supposed to be in pthread-specif...
2006-12-02 "Steven J.... (no commit message)
2006-12-02 "Steven J.... Remove definition of TIMER_MAX which breaks builds...
2006-11-29 Eric Andersenremove redundant headers local to libpthread, causing...
2006-11-29 Bernhard Reutner... - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to...
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-27 Mike Frysingerindent
2006-11-22 Bernhard Reutner... - fix typo
next