| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just ↵ | Mike Frysinger | 2008-01-05 | 2 | -25/+1 |
| | | | | | generalizes what Blackfin was already doing) | ||||
| * | 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 |
| | | | | | __bswap_16 could not assume that it's zero extended when an unsigned short int is loaded into the data register. | ||||
| * | Ignore entries of "-1" in rofixup; the linker sometimes has no choice but to | Bernd Schmidt | 2007-11-22 | 1 | -23/+26 |
| | | | | | create these for deleted entries in .eh_frame. | ||||
| * | 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 |
| | | | | | | | | undefined structure. This typedef is used in linuxthreads.old-db, causing a compilation failure. Fixed by defining an empty structure for it - we don't have fp regs anyway. | ||||
| * | 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, ↵ | Mike Frysinger | 2007-01-27 | 1 | -3/+3 |
| | | | | | __kernel_uid_t and __kernel_gid_t types to match actual kernel types | ||||
| * | merge from blackfin.uclinux.org: Adjust | Mike Frysinger | 2007-01-10 | 1 | -17/+10 |
| | | | | | crt1.S so that __uClibc_main is called properly | ||||
| * | 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 |
| | | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
| * | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | 2006-12-06 | 1 | -0/+4 |
| | | | | | minor include file issues | ||||
| * | Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include ↵ | Mike Frysinger | 2006-11-17 | 3 | -5/+62 |
| | | | | | L1 functions | ||||
| * | 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 ↵ | Mike Frysinger | 2006-05-17 | 4 | -35/+22 |
| | | | | | out by Peter S. Mazinger | ||||
| * | 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 ↵ | Mike Frysinger | 2006-05-17 | 1 | -2/+3 |
| | | | | | asm/unistd.h | ||||
| * | 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 |
| | | | | | most of global data relocations are back | ||||
| * | 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 |
| | | |||||
| * | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -2/+2 |
| | | | | | the archs fail | ||||
| * | remove outdated file | Mike Frysinger | 2006-02-07 | 1 | -21/+0 |
| | | |||||
| * | kill _dummy symbol | Mike Frysinger | 2006-02-06 | 2 | -38/+6 |
| | | |||||
| * | I will risk this one: __curbrk | Peter S. Mazinger | 2006-02-01 | 1 | -0/+3 |
| | | |||||
