summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin
Commit message (Expand)AuthorAgeFilesLines
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-96/+0
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+2
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-071-1/+0
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-12/+6
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-07-231-1/+1
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+1
* create real common vfork() functionMike Frysinger2009-07-232-21/+1
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-07-221-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-07-221-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-07-221-22/+8
* byteswap: unify common definitionsMike Frysinger2009-07-211-76/+16
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-092-50/+1
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-2/+2
* syscall: unify common syscall definesMike Frysinger2009-07-081-145/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* import user.h from the kernel as it is no longer exported by the kernelMike Frysinger2009-03-161-0/+57
* create arch-generic brk() based on blackfin oneMike Frysinger2008-12-112-37/+1
* add inlines for Blackfin atomic functionsMike Frysinger2008-12-112-1/+156
* Blackfin: add L2_SRAM flag for alloc funcMike Frysinger2008-12-111-0/+1
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2008-12-111-0/+53
* add ENDPROC() macro for Blackfin assemblyMike Frysinger2008-12-111-0/+1
* use newer spiffy asm constraints to get better code generationMike Frysinger2008-12-111-17/+9
* punt old unused headerMike Frysinger2008-12-111-133/+0
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-283-3/+3
* - tidy up inline:Bernhard Reutner-Fischer2008-10-242-3/+3
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-24/+24
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-4/+4
* Fix merge error: mmap.c no longer exists in bfin/.Bernd Schmidt2008-06-031-1/+1
* - 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-187-13/+69
* 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
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger2008-01-052-25/+1
* Blackfin crt1.S fixes for building with -msep-data.Bernd Schmidt2007-11-231-6/+11
* mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt2007-11-231-2/+1
* From Jie Zhang:Bernd Schmidt2007-11-231-3/+4
* Ignore entries of "-1" in rofixup; the linker sometimes has no choice but toBernd Schmidt2007-11-221-23/+26
* Add Blackfin specific mmap implementation using sys_mmap2.Bernd Schmidt2007-11-222-1/+25
* sys/procfs.h defines a typedef for floating point registers that references anBernd Schmidt2007-11-221-2/+2
* pull from Blackfin repo: optimized byteswap funcs!Mike Frysinger2007-09-151-0/+93
* pull from Blackfin repo: cleanup string funcsMike Frysinger2007-09-151-0/+20
* use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger2007-09-154-96/+52