summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys
Commit message (Collapse)AuthorAgeFilesLines
* mips specific bits needed for nptlAustin Foxley2009-10-172-0/+18
| | | | | | | * vfork impl with support for SAVE_PID, RESTORE_PID * sysdep.h assembly macros Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* It fixes the following warnings seen on mips build.Khem Raj2009-07-201-0/+2
| | | | | | | | | | | libc/sysdeps/linux/mips/clone.S: Assembler messages: libc/sysdeps/linux/mips/clone.S:122: Warning: No .frame pseudo-op used in PIC code libc/sysdeps/linux/mips/clone.S:75: Warning: Pretending global symbol used as branch target is local. libc/sysdeps/linux/mips/crt1.S: Assembler messages: libc/sysdeps/linux/mips/crt1.S:134: Warning: No .cprestore pseudo-op used in PIC code Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Atsushi Nemoto writes:Mike Frysinger2007-02-121-121/+80
| | | | | | | | | | 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.
* Atsushi Nemoto writes:Eric Andersen2006-09-111-2/+10
| | | | | | | 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.
* sync with upstream via psmMike Frysinger2006-08-231-5/+7
|
* Atsushi Nemoto points out there is no more need for mips-specific ptrace.hMike Frysinger2006-07-031-136/+0
|
* sync with glibc to parse error in C version of test_and_setMike Frysinger2005-11-301-21/+12
|
* grab ptrace.h from glibcMike Frysinger2005-11-231-0/+136
|
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-3/+1
| | | | -Erik
* Some mips updates. Add a couple of missing sys/*.h files and update a few ↵Manuel Novoa III2004-07-304-42/+673
| | | | others.
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
| | | | | | | | | | | | 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).
* It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen2004-04-231-2/+167
| | | | | 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.
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
|
* Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III2003-11-281-1/+1
|
* Changes so that 'regdef.h' gets included in the development environment."Steven J. Hill"2002-06-041-0/+61
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-015-0/+351
and to better support each arch. This is a really big patch... -Erik