| Commit message (Expand) | Author | Age | Files | Lines |
* | - implement splice,vmsplice,tee for all arches | Bernhard Reutner-Fischer | 2008-05-03 | 1 | -10/+23 |
* | L1 memory support for the Blackfin. A couple new syscalls to manage L1 | Bernd Schmidt | 2008-01-18 | 7 | -13/+69 |
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -3/+0 |
* | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi... | Mike Frysinger | 2008-01-08 | 1 | -1/+1 |
* | if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen... | Mike Frysinger | 2008-01-05 | 2 | -25/+1 |
* | Blackfin crt1.S fixes for building with -msep-data. | Bernd Schmidt | 2007-11-23 | 1 | -6/+11 |
* | mcontext_t shouldn't have a version argument, and fix REG_B0 definition. | Bernd Schmidt | 2007-11-23 | 1 | -2/+1 |
* | From Jie Zhang: | Bernd Schmidt | 2007-11-23 | 1 | -3/+4 |
* | Ignore entries of "-1" in rofixup; the linker sometimes has no choice but to | Bernd Schmidt | 2007-11-22 | 1 | -23/+26 |
* | Add Blackfin specific mmap implementation using sys_mmap2. | Bernd Schmidt | 2007-11-22 | 2 | -1/+25 |
* | sys/procfs.h defines a typedef for floating point registers that references an | Bernd Schmidt | 2007-11-22 | 1 | -2/+2 |
* | pull from Blackfin repo: optimized byteswap funcs! | Mike Frysinger | 2007-09-15 | 1 | -0/+93 |
* | pull from Blackfin repo: cleanup string funcs | Mike Frysinger | 2007-09-15 | 1 | -0/+20 |
* | use gcc input constraints to avoid often duplicated reloads when making syscalls | Mike Frysinger | 2007-09-15 | 4 | -96/+52 |
* | fix from upstream blackfin repo for sigsetjmp | Mike Frysinger | 2007-03-12 | 1 | -2/+3 |
* | fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel... | Mike Frysinger | 2007-01-27 | 1 | -3/+3 |
* | merge from blackfin.uclinux.org: Adjust | Mike Frysinger | 2007-01-10 | 1 | -17/+10 |
* | sync with upstream blackfin.uclinux.org | Mike Frysinger | 2007-01-10 | 1 | -94/+94 |
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+0 |
* | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | 2006-12-06 | 1 | -0/+4 |
* | Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1... | Mike Frysinger | 2006-11-17 | 3 | -5/+62 |
* | fix from psm: enable readahead prototype | Mike Frysinger | 2006-08-24 | 1 | -1/+3 |
* | update to new huge_val headers | Mike Frysinger | 2006-08-24 | 1 | -57/+10 |
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -7/+3 |
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 2 | -0/+46 |
* | fixes from psm: hide internal brk symbols | Mike Frysinger | 2006-08-23 | 1 | -1/+1 |
* | Jie Zhang writes: Fix struct kernel_stat64 for Blackfin. | Mike Frysinger | 2006-08-23 | 1 | -6/+4 |
* | fix upstream blackfin page.h rather than duplicating effort here | Mike Frysinger | 2006-08-23 | 1 | -29/+0 |
* | if function or stack are NULL, make sure errno is set to EINVAL | Mike Frysinger | 2006-06-26 | 1 | -0/+5 |
* | use local labels | Mike Frysinger | 2006-06-26 | 1 | -4/+4 |
* | need hidden alias | Mike Frysinger | 2006-06-19 | 1 | -0/+2 |
* | blackfin needs different type for ssize_t | Mike Frysinger | 2006-06-18 | 1 | -0/+66 |
* | fix from Jie Zhang to also declare R0 as clobber in syscall0 | Mike Frysinger | 2006-06-15 | 1 | -1/+1 |
* | update syscall() to take 6 arguments | Mike Frysinger | 2006-06-14 | 1 | -22/+42 |
* | we build everything with _GNU_SOURCE now | Mike Frysinger | 2006-06-08 | 1 | -1/+0 |
* | blackfin kernel now supports mmap with 6 args | Mike Frysinger | 2006-06-07 | 1 | -1/+1 |
* | merge syscall fixes from upstream blackfin cvs | Mike Frysinger | 2006-06-07 | 1 | -119/+107 |
* | fold bfin-specific link.h back into common one as suggested by Peter S. Mazinger | Mike Frysinger | 2006-05-17 | 1 | -127/+0 |
* | fix damaged whitespace/style | Mike Frysinger | 2006-05-17 | 1 | -86/+89 |
* | restore proper comment headers as well as cut pointless includes as pointed o... | Mike Frysinger | 2006-05-17 | 4 | -35/+22 |
* | fix by Peter S. Mazinger: use system attribute_hidden rather than local copy | Mike Frysinger | 2006-05-17 | 1 | -5/+3 |
* | fix by Peter S. Mazinger: use c99-compliant asm keyword | Mike Frysinger | 2006-05-17 | 1 | -1/+1 |
* | fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h | Mike Frysinger | 2006-05-17 | 1 | -2/+1 |
* | fix by Peter S. Mazinger: use sys/syscall.h (bits/sysnum.h) instead of asm/un... | Mike Frysinger | 2006-05-17 | 1 | -2/+3 |
* | updates from Bernd Schmidt to sync with blackfin cvs | Mike Frysinger | 2006-05-15 | 12 | -92/+650 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -3/+0 |
* | fix whitespace in comment | Mike Frysinger | 2006-03-01 | 1 | -1/+1 |
* | sync with blackfin cvs | Mike Frysinger | 2006-03-01 | 1 | -26/+24 |
* | Fix the _syscall6() macro (I hope). | Peter Kjellerstedt | 2006-02-24 | 1 | -2/+2 |
* | make sure we declare underscore usage as pointed out by psm | Mike Frysinger | 2006-02-22 | 1 | -1/+1 |