Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | sync with upstream via psm | Mike Frysinger | |
2006-07-03 | Atsushi Nemoto points out there is no more need for mips-specific ptrace.h | Mike Frysinger | |
2005-11-30 | sync with glibc to parse error in C version of test_and_set | Mike Frysinger | |
2005-11-23 | grab ptrace.h from glibc | Mike Frysinger | |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen | |
-Erik | |||
2004-07-30 | Some mips updates. Add a couple of missing sys/*.h files and update a few ↵ | Manuel Novoa III | |
others. | |||
2004-07-15 | Atsushi Nemoto writes: | Eric Andersen | |
This is a patch for uClibc/libc/sysdeps/linux/mips/sys/procfs.h pulled from glibc CVS. This fixes gdb with threaded application (with glibc environment). Although debugging threaded programs seems not working on uClibc/mips yet, this patch will be required when it becomes working. This patch can be applied to any version of uClibc (including current CVS). | |||
2004-04-23 | It turns out that asm/reg.h is missing from the 2.6.x kernel headers, | Eric Andersen | |
which prevents libthread_db (used by gdb) from compiling. Include a copy within include/sys/user.h for mips, per what was done in glibc. | |||
2004-02-12 | Add missing mips specific include/sys/user.h | Eric Andersen | |
2003-11-28 | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III | |
2002-06-04 | Changes so that 'regdef.h' gets included in the development environment. | "Steven J. Hill" | |
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik |