summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/bits
Commit message (Collapse)AuthorAgeFilesLines
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
|
* update to new huge_val headersMike Frysinger2006-08-241-57/+10
|
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+3
|
* sync with upstream via psmMike Frysinger2006-08-232-0/+46
|
* Jie Zhang writes: Fix struct kernel_stat64 for Blackfin.Mike Frysinger2006-08-231-6/+4
|
* fix upstream blackfin page.h rather than duplicating effort hereMike Frysinger2006-08-231-29/+0
|
* blackfin needs different type for ssize_tMike Frysinger2006-06-181-0/+66
|
* fix from Jie Zhang to also declare R0 as clobber in syscall0Mike Frysinger2006-06-151-1/+1
|
* blackfin kernel now supports mmap with 6 argsMike Frysinger2006-06-071-1/+1
|
* merge syscall fixes from upstream blackfin cvsMike Frysinger2006-06-071-119/+107
|
* updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger2006-05-153-16/+150
|
* Fix the _syscall6() macro (I hope).Peter Kjellerstedt2006-02-241-2/+2
|
* make sure we declare underscore usage as pointed out by psmMike Frysinger2006-02-221-1/+1
|
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
|
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-191-0/+34
| | | | specific header file to make porting/updates a lot easier
* syscall6Mike Frysinger2006-01-151-0/+30
|
* Jie Zhang writes:Mike Frysinger2006-01-111-2/+3
| | | | | This patch defines __kernel_old_dev_t for Blackfin. It also removes two trailing whitespaces. Please apply it.
* grab syscall macros from linux headersMike Frysinger2006-01-051-5/+129
|
* need our own version to prevent warningsMike Frysinger2006-01-041-0/+29
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-9/+13
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-2111-0/+628