Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-12 | Atsushi Nemoto writes: | Mike Frysinger | |
Current ucontext_t does not match with kernel's definition. Also, on N32 ABI, we can not use kernel's struct sigcontext since kernel's sizeof(long) and user's sizeof(long) is differ. For both data structure, just importing header files from recent glibc fixes the mismatch. So here is a patch importing sys/ucontext.h and bits/sigcontext.t from glibc-2.5. | |||
2007-02-11 | Atsushi Nemoto writes: | Mike Frysinger | |
This patch imports INLINE_SYSCALL, etc. from glibc-2.5 ports and implements _syscall[0-7] by using them, like arm and powerpc. I think this patch does not change functionality, but gives better __SYSCALL_CLOBBERS for N32/N64. | |||
2007-02-09 | Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add ↵ | Mike Frysinger | |
st_[amc]time_nsec to each kernel_stat, and define STAT_HAVE_NSEC to convert them | |||
2007-02-04 | sync some stuff from glibc to fix test build failure | Mike Frysinger | |
2006-12-12 | sort out a few issues that show up on mips | Eric Andersen | |
2006-12-08 | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | |
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | |||
2006-12-06 | update from mjn3 | Eric Andersen | |
2006-12-06 | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | |
minor include file issues | |||
2006-11-06 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
We should use "PTR_LA" instead of "la" for N64 ABI. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
No pread64, pwrite64 syscall for N64 ABI. Make __libc_pread and __libc_pread64 use same syscall. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
Adjust for mips64 kernel. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
miscellaneous asm routines | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
The mips64 N32/N64 ABI have a bit different register usage convention. Also the register size for these ABI is 8 byte. Use ld/sd for them. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
The mips64 N32/N64 ABI can pass much arguments via registers. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto | Eric Andersen | |
This is a bit twisted dirent.h can be used for both getdirent and getdirent64 case on mips/mips64. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
The kernel include/asm-mips/posix_types.h defines __kernel_ino_t as unsigned long. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
The predefined _MIPS_SZPTR (32 for O32 or N32, 64 for N64) can be used for WORDSIZE. This is came from glibc code. | |||
2006-11-04 | mips64 patch from Atsushi Nemoto: | Eric Andersen | |
It seems these codes dropped when importing from glibc. This is required for mips64. | |||
2006-11-04 | based on a patch from Atsushi Nemoto: | Eric Andersen | |
There is a mismatch of struct msghdr between the kernel and libc. In a 64-bit environment, the size of msg_namelen is 4 for all, but the size of msg_iovlen and msg_controllen is 8 bytes for the kernel and for glibc, but 4 bytes for uClibc. Fix size for the 64bit case. | |||
2006-09-11 | Atsushi Nemoto writes: | Eric Andersen | |
The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code. | |||
2006-08-25 | merge with psm: sync with common socket headers | Mike Frysinger | |
2006-08-24 | fix from psm: enable readahead prototype | Mike Frysinger | |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | |
2006-08-23 | sync with upstream via psm | Mike Frysinger | |
2006-08-23 | import new headers from upstream via psm | Mike Frysinger | |
2006-08-23 | fixes from psm: hide internal brk symbols | Mike Frysinger | |
2006-08-23 | fixes from psm: disable unsupported __fpu_control and sync with upstream | Mike Frysinger | |
2006-08-23 | sync with psm: add copyright notice | Mike Frysinger | |
2006-08-21 | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen | |
based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better. | |||
2006-07-03 | Atsushi Nemoto writes: | Eric Andersen | |
current pipe.S seems broken for error case. For example, "la t0, __syscall_error" should be "la t9, __syscall_error"? Jumping to __syscall_error without reverting sp is correct? I updated this patch against recent snapshot and tested: it looks OK. * Get rid of saving/restoring a0. No need to adjust sp. * Fix code in error path. | |||
2006-07-03 | Atsushi Nemoto points out there is no more need for mips-specific ptrace.h | Mike Frysinger | |
2006-04-21 | Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ↵ | Mike Frysinger | |
of POSIX_MADV_* | |||
2006-04-21 | sync with glibc | Mike Frysinger | |
2006-03-29 | sync with glibc | Mike Frysinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-02-28 | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | |
2006-02-22 | Remove __clone, add it only back, if threads has a another (strong) version, ↵ | Peter S. Mazinger | |
that needs to overwrite this | |||
2006-02-15 | get rid of __pipe | Peter S. Mazinger | |
2006-02-15 | Sloppy patching on my part. This should be correct. | "Steven J. Hill" | |
2006-02-14 | Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. ↵ | "Steven J. Hill" | |
Patch tested. | |||
2006-02-02 | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | |
to be weaks | |||
2006-02-01 | I will risk this one: __curbrk | Peter S. Mazinger | |
2006-02-01 | add prototype to get rid of warning | Mike Frysinger | |
2006-01-29 | make sure clone/__clone are created properly | Mike Frysinger | |
2006-01-29 | disable usage of .set | Mike Frysinger | |
2006-01-27 | Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵ | Peter S. Mazinger | |
questionable ifdefs | |||
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-26 | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | |
2006-01-26 | Correct mips, does mips ever be similar to others ;-( | Peter S. Mazinger | |
2006-01-24 | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | |