| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support SecurePLTs for PowerPC. You need a toolchain that supports | Joakim Tjernlund | 2007-01-05 | 9 | -73/+139 |
* | Atle Nissestad writes: The attached patch fixes compilation of the current sv... | Mike Frysinger | 2007-01-05 | 6 | -44/+312 |
* | - s/Attemt/Attempt/ | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -1/+1 |
* | - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ fro... | Bernhard Reutner-Fischer | 2006-12-23 | 1 | -1/+3 |
* | - provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked. | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+2 |
* | make sure UCLIBC_LDSO can be found via path | Mike Frysinger | 2006-12-20 | 1 | -1/+7 |
* | Paul Brook writes: | Mike Frysinger | 2006-12-20 | 1 | -0/+1 |
* | rename local "brk" var so it doesnt namespace collide with the brk() function | Mike Frysinger | 2006-12-17 | 1 | -18/+18 |
* | for now, dont allow mmu users to select file format | Mike Frysinger | 2006-12-17 | 1 | -0/+5 |
* | actually scrub it, dont just comment it out | Mike Frysinger | 2006-12-16 | 1 | -5/+0 |
* | start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG... | Mike Frysinger | 2006-12-16 | 3 | -5/+6 |
* | scrub prototype so we dont conflict with the pthread header | Mike Frysinger | 2006-12-16 | 1 | -1/+1 |
* | clean up | Mike Frysinger | 2006-12-16 | 1 | -73/+64 |
* | small cleanups | Mike Frysinger | 2006-12-16 | 1 | -9/+11 |
* | Patch from Bernhard Fischer: | Eric Andersen | 2006-12-15 | 3 | -4/+11 |
* | fix building when __NR_sigalstack does not exist | Mike Frysinger | 2006-12-14 | 1 | -0/+3 |
* | if __NR_lseek is not defined, then we fall back to calling the 64bit lseek | Mike Frysinger | 2006-12-14 | 1 | -0/+9 |
* | force LFS support since blackfin no longer supports non-lfs | Mike Frysinger | 2006-12-13 | 1 | -0/+1 |
* | be more specific as to what arguments to __uClibc_main() people can skim on d... | Mike Frysinger | 2006-12-13 | 1 | -1/+1 |
* | Fix/disable locking when pthreads is disabled | Eric Andersen | 2006-12-12 | 1 | -0/+13 |
* | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer | 2006-12-12 | 1 | -4/+4 |
* | sort out a few issues that show up on mips | Eric Andersen | 2006-12-12 | 3 | -23/+37 |
* | since we dont symlink the headers, theres nothing to filter | Mike Frysinger | 2006-12-12 | 1 | -3/+0 |
* | we just want the kernel headers, not the whole kernel source ... so people ma... | Mike Frysinger | 2006-12-12 | 4 | -8/+8 |
* | mostly revert the locking changes for 'malloc', as the implementation | Eric Andersen | 2006-12-11 | 2 | -8/+10 |
* | fix building when pthread support is disabled | Mike Frysinger | 2006-12-11 | 1 | -1/+1 |
* | disable LDSO when FLAT format is selected | Mike Frysinger | 2006-12-11 | 2 | -1/+3 |
* | dont try and compile if the MMU is disabled | Mike Frysinger | 2006-12-11 | 1 | -0/+4 |
* | need endian.h for __LONG_LONG_PAIR() macro | Mike Frysinger | 2006-12-11 | 1 | -0/+1 |
* | cleanup style | Mike Frysinger | 2006-12-11 | 1 | -36/+36 |
* | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | 2006-12-11 | 4 | -172/+6 |
* | set some default vars to prevent env pollution | Mike Frysinger | 2006-12-11 | 1 | -0/+2 |
* | tie PICFLAG:=-mfdpic to format rather than architecture | Mike Frysinger | 2006-12-11 | 1 | -6/+5 |
* | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | 2006-12-11 | 8 | -41/+64 |
* | these weaks are also needed in libc.so for the time being | Eric Andersen | 2006-12-09 | 1 | -1/+1 |
* | oops, use __pthread_mutex_unlock() not pthread_mutex_unlock() | Eric Andersen | 2006-12-09 | 1 | -1/+2 |
* | Add missing sys/types.h header | Eric Andersen | 2006-12-09 | 6 | -6/+12 |
* | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen | 2006-12-09 | 5 | -8/+44 |
* | Richard Sandiford writes: add support for init/fini arrays in shared flat lib... | Mike Frysinger | 2006-12-08 | 17 | -69/+336 |
* | seems this is the newfangled way to tell folks this stuff | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
* | only define msync cancellation point if the syscall exists | Mike Frysinger | 2006-12-08 | 1 | -0/+2 |
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 199 | -288/+189 |
* | Sorry psm but contrary to commit 12927, kernel provided syscalls | Eric Andersen | 2006-12-08 | 1 | -7/+5 |
* | add some warnings to archs that need a bit of attention | Eric Andersen | 2006-12-08 | 4 | -0/+4 |
* | if __NR_swapon does not exist, dont try and create a syscall for it | Mike Frysinger | 2006-12-08 | 1 | -0/+5 |
* | if __NR_swapoff does not exist, dont try and create a syscall for it | Mike Frysinger | 2006-12-08 | 1 | -0/+5 |
* | if __NR_msync does not exist, dont try and create a syscall for it | Mike Frysinger | 2006-12-08 | 1 | -0/+5 |
* | only define mremap() if the syscall exists | Mike Frysinger | 2006-12-08 | 1 | -0/+5 |
* | if __NR_mprotect does not exist, dont try and create a syscall for it | Mike Frysinger | 2006-12-08 | 1 | -0/+3 |
* | this stuff is for uClibc internal use only | Eric Andersen | 2006-12-08 | 1 | -0/+2 |