summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/ptrace.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-231-4/+16
|
* This should resolve most of the offset.h issues which popped up lately, I hope.Harald Koerfgen2000-05-261-4/+6
| | | | | | | | | * #include <asm/offset.h> #ifdef'd: init/main.c and $(arch)/tools/offset.c compile without include/asm-$(ARCH)/offset.h. * include/asm-$(ARCH)/offset.h is now depending on $(TOPDIR)/.config: offset.h is beeing rebuilt when .config changes. Please don't count on that, makedep doesn't do it's job very well in this case and objects depending on offset.h aren't neccesarily rebuilt :(
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-2/+4
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-4/+12
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-1/+1
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+64
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...