Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bits/mmap.h: unify ala linux asm-generic efforts | Mike Frysinger | 2009-11-23 | 1 | -94/+0 |
| | | | | | | | | | | Most ports have the same exact mman bit defines, so let's unify things like the linux kernel has with the asm-generic efforts. A few ports are left behind as they are non-trivial to merge -- the arch maintainers can tackle it if they care. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | fcntl.h: drop unused/dead O_STREAMING | Mike Frysinger | 2009-10-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | uClibc_arch_features: sync defines between ports | Mike Frysinger | 2009-07-03 | 1 | -0/+9 |
| | | | | | | | Make sure each arch has the same complete list to make comparing between them easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - 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 sync_file_range() | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -4/+0 |
| | | | | Tested successfully on i386.. | ||||
* | - 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 | -0/+57 |
| | | | | - synch F_LINUX_SPECIFIC_BASE related fcntls for all arches | ||||
* | 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 | ||||
* | 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. | ||||
* | add some warnings to archs that need a bit of attention | Eric Andersen | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 |
| | |||||
* | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger | 2006-01-19 | 1 | -1/+1 |
| | |||||
* | 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/+34 |
| | | | | 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 | -2/+7 |
| | | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | ||||
* | Support O_STREAMING | Eric Andersen | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -3/+3 |
| | |||||
* | Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com> | Eric Andersen | 2002-08-28 | 1 | -1/+0 |
| | |||||
* | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | 2002-08-27 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -4/+9 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen | 2002-06-18 | 6 | -0/+349 |
the i960 architecture. |