summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ptrace.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix inverted comparison bug.Ralf Baechle2001-06-061-1/+1
|
* Using the wrong variable considered unhealthy. Fix from EliotRalf Baechle2001-05-171-1/+1
| | | | Dresselhaus from Ayrnetworks.
* Final round of FPU emulator bits.Ralf Baechle2000-12-101-4/+34
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-251-0/+1
|
* One character fix to get it to compile again.Ralf Baechle2000-11-241-3/+2
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-231-5/+16
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-10/+10
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-56/+50
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-8/+8
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-221/+12
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-15/+19
| | | | | | | | | | | - 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 ...
* My proposal for non-generic kernels:Harald Koerfgen1999-08-091-1/+1
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-261-3/+4
| | | | Indigo anyone? :-)
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-20/+1
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-6/+11
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-1/+5
|
* Merge with Linux 2.1.131 plus some more MIPS goodies.Ralf Baechle1999-01-031-65/+61
|
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-191-2/+1
| | | | - Bugfixes.
* - Reformat ptrace.c for readability.Ralf Baechle1998-07-161-132/+159
| | | | | | | | | | | | | | - Handle lazy fpu context switches correctly for ptrace(2). - Don't read $fcr31 on context switch, it's pure bloat. - New processes get $fcr31 initialized to no exceptions. - First beginnings of floating point support kernel code. For now we only can handle cvt.w.s and cvt.w.d instructions where the source register is a NaN, infinity or denorm. This is good enough to get Mozilla up. - Don't send SIGFPE on every floating point instruction we don't know how to handle, rather just complain. - Cleanup headerfile inclusions in the HPC3 code. - Fix the definition of PAGE_NONE.
* o Support for the front panel on the Indy. The panel work now as aRalf Baechle1998-07-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | user would expect it to work, like under IRIX with the exception that the machine doesn't freeze solid as long as the button is pressed. o Realtime clock driver (CONFIG_SGI_DS1286) for the Indy. Includes /proc/rtc interface which tells you everything about your RTC which you never wanted to know. You have to configure this driver into your kernel or you won't be able to set your RTC. o Some cleanup of the RTC interfaces in Linux, RTC does no longer mean PC-style RTC. The userland interface definitions are now in <linux/rtc.h>. We still need some more cleanup until we can enable several RTC drivers. o Virtual aliasing fixes for ptrace(2). o Add ptrace(2) interface definitions needed to build GDB to <asm/ptrace.h>. o Revert to some older routines, the newer optimized ones are buggy. o On panic the Indy LED will be blinking fast crying to the admin passing by [music from Rocky Horror show] ``fix me, fix me, fix me''. o On panic the power button will only reboot the machine, not power it down. That's probably more what people want it to do. o Remove some old files. o Did I tell you that CVS is buggy?
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-1/+2
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-4/+4
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-6/+4
|
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-121-10/+16
| | | | CVS archive.
* Merge to 2.1.38.Miguel de Icaza1997-08-061-1/+1
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* Initial revisionRalf Baechle1997-06-011-20/+8
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-46/+77
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-184/+146
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-144/+138
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-0/+529