Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -2/+2 |
| | |||||
* | - revert wrong r24049 | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -2/+2 |
| | |||||
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -2/+2 |
| | |||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -8/+0 |
| | |||||
* | - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -0/+4 |
| | | | | (75_all_uClibc-arm-ftruncate64.patch from gentoo) | ||||
* | - add sync_file_range() | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -4/+0 |
| | | | | Tested successfully on i386.. | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 4 | -7/+7 |
| | |||||
* | - pull fix for unwinding from the NPTL branch (Johannes Stezenbach) | Bernhard Reutner-Fischer | 2008-07-17 | 1 | -6/+10 |
| | | | | Repair C89 compliance and severe whitespace-defects while at it. | ||||
* | - add missing #endif | Bernhard Reutner-Fischer | 2008-05-03 | 1 | -0/+1 |
| | |||||
* | - implement splice,vmsplice,tee for all arches | Bernhard Reutner-Fischer | 2008-05-03 | 1 | -3/+6 |
| | | | | - synch F_LINUX_SPECIFIC_BASE related fcntls for all arches | ||||
* | Wire up vmsplice, splice and tee for arm. | Khem Raj | 2008-05-03 | 1 | -11/+14 |
| | |||||
* | Cleanup INTERNAL_SYSCALL macros for ARM. | Khem Raj | 2008-04-23 | 1 | -80/+35 |
| | |||||
* | Paul Brook writes: | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | The attached patch adds support for compiling arm uClibc as pure Thumb code. This is needed because some recent ARM codes do not implement traditional ARM mode. Specifically: * Cortex-M1 - An extremely minimal FPGA based core that only implements Thumb-1 (aka ARMv6-M). * Cortex-M3 - A Thumb-2 only ARMv7-M core. Most of uClibc already builds in Thumb mode, all that is left are a handful of assembly bits. Tested on arm-uclinuxeabi. | ||||
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -3/+0 |
| | | | | | | | | | | | | | a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init. | ||||
* | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵ | Mike Frysinger | 2008-01-08 | 1 | -1/+1 |
| | | | | doing double negatives | ||||
* | ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h from | Carmelo Amoroso | 2007-11-20 | 1 | -0/+103 |
| | | | | | | | | | common directory where SHMLBA = __getpagesize() This patch fixes the issue. Khem Raj MontaVista Software Inc. | ||||
* | Sync kernel_stat64 with kernel. Thanks to Daniel Jacobowitz for hints. | Khem Raj | 2007-03-08 | 1 | -7/+2 |
| | |||||
* | Fix compiler warning about shadowed declaration. | Khem Raj | 2007-03-01 | 1 | -20/+20 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+0 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | 2006-12-06 | 1 | -0/+4 |
| | | | | minor include file issues | ||||
* | Add mmap function needed for ARM EABI and define thumb specific ↵ | Khem Raj | 2006-10-07 | 1 | -0/+23 |
| | | | | INTERNAL_SYSCALL macro which saves r7 before making the call and pops it back after return. | ||||
* | Fix from Joseph Myers: Save and restore iWMMXt registers in ARM setjmp/longjmp | Khem Raj | 2006-08-31 | 1 | -1/+1 |
| | |||||
* | fix from psm: enable readahead prototype | Mike Frysinger | 2006-08-24 | 1 | -1/+3 |
| | |||||
* | fixups from psm for ASSEMBLER handling | Mike Frysinger | 2006-08-24 | 1 | -20/+21 |
| | |||||
* | fix from psm: just use common resource.h | Mike Frysinger | 2006-08-24 | 1 | -209/+0 |
| | |||||
* | s/ifdef ASM/ifndef ASM/ as point out by psm | Mike Frysinger | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -7/+5 |
| | |||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 4 | -90/+97 |
| | |||||
* | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen | 2006-08-21 | 2 | -157/+0 |
| | | | | | based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better. | ||||
* | Update ARM EABI kernel interface due to layout and size of struct stat64. | "Steven J. Hill" | 2006-06-24 | 1 | -0/+4 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-04-21 | 1 | -6/+12 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-03-29 | 1 | -3/+17 |
| | |||||
* | John Bowler writes in Bug 385: | Mike Frysinger | 2006-01-31 | 1 | -0/+27 |
| | | | | | | | This is a work round for a fairly serious GCC compiler bug - when the syscall assembler overwrites r7 (required on thumb) the compiler fails to protect the register when it is using it as a frame pointer. | ||||
* | Patch by Joseph S. Myers to add support for ARM EABI | Mike Frysinger | 2006-01-29 | 2 | -3/+42 |
| | |||||
* | rename _sys_result var to get rid of shadow warnings | Mike Frysinger | 2006-01-29 | 1 | -5/+5 |
| | |||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 |
| | |||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 |
| | |||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -0/+33 |
| | | | | specific header file to make porting/updates a lot easier | ||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -0/+1 |
| | |||||
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ↵ | Mike Frysinger | 2005-11-16 | 1 | -1/+5 |
| | | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | ||||
* | add support for cirrus maverick fpu using patch for glibc ↵ | Mike Frysinger | 2005-11-10 | 3 | -1/+46 |
| | | | | http://yann.poupet.free.fr/ep93xx/ | ||||
* | sync with glibc | Mike Frysinger | 2005-11-10 | 1 | -5/+4 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+33 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-14 | 1 | -0/+16 |
| | |||||
* | whitespace it | Mike Frysinger | 2005-08-04 | 1 | -4/+5 |
| | |||||
* | yvasilev writes in Bug 235: | Mike Frysinger | 2005-08-04 | 1 | -1/+8 |
| | | | | | | | uClibc uses wrong word order in vfp floating point arithmetic. I found this using my modification to N. Pitre's soft-float gcc patch, but this modifications were made just to allow gcc to compile code for armv4l, while nothing about fp arithmetic was changed. | ||||
* | remove outdated comment and announce support for nanoseconds | Mike Frysinger | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | rip out previous armeb old-stat abi compat code since arm linux opinion is ↵ | Mike Frysinger | 2005-07-17 | 1 | -16/+2 |
| | | | | that the old stat.h abi was for little endian only ... people should use this patch to fix their armeb kernels: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=863/1 | ||||
* | make sure the stat64 struct is packed to prevent further ABI headaches as ↵ | Mike Frysinger | 2005-07-16 | 1 | -1/+1 |
| | | | | done in mainline 2.6 | ||||
* | with the help of John Bowler, track down the ugly ABI change between 2.4 / ↵ | Mike Frysinger | 2005-07-16 | 1 | -4/+28 |
| | | | | 2.6 on big endian arm kernels and work around it best we can at runtime |