Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-29 | build: Include Makefile.commonarch from common Makefile.in | Carmelo Amoroso | |
Avoid including akefile.commonarch in each Makefile.arch. Include it instead from Makefile.in just after the arch specific Makefile.arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-07-23 | create real common vfork() function | Mike Frysinger | |
Rather than force people to always implement their own vfork(), have the default implementation be sane. For now, only the Blackfin port uses the new code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-09 | syscall(): create a common version based on INLINE_SYSCALL_NCS() | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-12-11 | create arch-generic brk() based on blackfin one | Mike Frysinger | |
2008-12-11 | add inlines for Blackfin atomic functions | Mike Frysinger | |
2008-06-03 | Fix merge error: mmap.c no longer exists in bfin/. | Bernd Schmidt | |
2008-01-18 | L1 memory support for the Blackfin. A couple new syscalls to manage L1 | Bernd Schmidt | |
allocations, dma_memcpy to move stuff between L1 and main memory, and a new structure to describe the global data in L1 scratchpad memory. | |||
2008-01-05 | if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just ↵ | Mike Frysinger | |
generalizes what Blackfin was already doing) | |||
2007-11-22 | Add Blackfin specific mmap implementation using sys_mmap2. | Bernd Schmidt | |
2006-01-04 | update build files | Mike Frysinger | |