summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/bits
Commit message (Expand)AuthorAgeFilesLines
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-3/+3
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-10/+23
* L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt2008-01-181-12/+0
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* From Jie Zhang:Bernd Schmidt2007-11-231-3/+4
* pull from Blackfin repo: optimized byteswap funcs!Mike Frysinger2007-09-151-0/+93
* use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger2007-09-151-76/+42
* fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel...Mike Frysinger2007-01-271-3/+3
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger2006-11-172-0/+14
* 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 spe...Mike Frysinger2006-01-191-0/+34
* syscall6Mike Frysinger2006-01-151-0/+30
* Jie Zhang writes:Mike Frysinger2006-01-111-2/+3
* 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
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-2111-0/+628