summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix from upstream blackfin repo for sigsetjmpMike Frysinger2007-03-121-2/+3
* fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel...Mike Frysinger2007-01-271-3/+3
* merge from blackfin.uclinux.org: AdjustMike Frysinger2007-01-101-17/+10
* sync with upstream blackfin.uclinux.orgMike Frysinger2007-01-101-94/+94
* 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-173-5/+62
* 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
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-1/+1
* 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
* if function or stack are NULL, make sure errno is set to EINVALMike Frysinger2006-06-261-0/+5