Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat | |
2007-02-26 | FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not | Miod Vallat | |
be allowed to fiddle with it anyway. | |||
2007-02-26 | Fix spurious right brace in some decoders, and always print the hex value for | Miod Vallat | |
unrecognized opcodes. | |||
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt | |
rt and such; tested and ok miod drahn | |||
2007-02-11 | typo in comment | Martin Reindl | |
2007-02-06 | Define trap #0x81 for cache range flush, will be necessary soon for gcc | Miod Vallat | |
trampoline code and ld.so. | |||
2007-02-06 | Use uvm_grow() instead of rolling our own inline version. | Miod Vallat | |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski | |
right now that are supposed to be atomic with respect to interrupts and SMP: atomic_setbits_int and atomic_clearbits_int. All architectures other than i386 and amd64 get dummy implementations since at first we'll be replacing operations that are done with "a |= bit" and "a &= ~bit" today. More proper implementations will follow kettenis@, miod@ ok | |||
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl | |
up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@ | |||
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis | |
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@ | |||
2006-12-14 | Reset BBRB if we exit from a process that was single-stepping. Prevents a | Mark Kettenis | |
process that re-uses its ASID from getting random SIGTRAPs. ok miod@, mickey@ | |||
2006-12-05 | Allow kmem to work, might not quite be right yet, but allows basic | Dale Rahn | |
functionality. sort of ok miod@ | |||
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat | |
for cpu_swapin() on hppa* which is kept). | |||
2006-11-28 | Implement PT_STEP. | Mark Kettenis | |
2006-11-27 | Add PT_STEP. | Mark Kettenis | |
2006-11-20 | serial drivers should use spltty, not splserial. | Dale Rahn | |
2006-11-19 | Use symbol information, when available, to display branch destinations. | Miod Vallat | |
2006-11-17 | sorry miod, but this version locks the machine up rather fast | Theo de Raadt | |
2006-11-16 | pagemove() this time without an accidental line removal | Miod Vallat | |
2006-11-16 | backout pagemove() diff; does not work | Theo de Raadt | |
2006-11-14 | A less awkward pagemove() implementation. | Miod Vallat | |
2006-11-14 | match other architectures: _spinlock_lock_t is not volatile itself, but | Theo de Raadt | |
code that uses it declares a volatile form | |||
2006-11-10 | relocations belong in reloc.h | Dale Rahn | |
2006-11-10 | Correct order of the bitfields of float and double. Fixes ldexp() (and | Otto Moerbeek | |
some more), which fixeds drand48(), which fixes perl build. ok miod@ drahn@ deraadt@ | |||
2006-11-10 | Remove debug code. | Miod Vallat | |
2006-11-10 | Enforce correct userspace bounds in copy{in,out}str(). | Miod Vallat | |
2006-11-10 | Will be needed at some point. | Dale Rahn | |
2006-11-09 | landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome | Theo de Raadt | |
hack, otherwise the console tty is not quite right. Solve better someday. | |||
2006-11-09 | no newline at end of cpu_model | Theo de Raadt | |
2006-11-08 | fix sigmask handling bug that caused SIGCHLD to be almost always | Otto Moerbeek | |
masked. DOH! miod@ | |||
2006-11-05 | Use TF_SPC instead of hardcoding its value. | Miod Vallat | |
2006-11-05 | Correctly release resources in intc_free_ih(). | Miod Vallat | |
2006-11-05 | Fix a couple of comments. | Miod Vallat | |
2006-11-05 | Some basic fpu trap handling. | Miod Vallat | |
2006-11-05 | define the bit that sh4 uses for FPU disable. | Dale Rahn | |
2006-11-04 | make compile w/ debug | Michael Shalayeff | |
2006-11-04 | make stack trace look as other flavoured stack traces look like | Michael Shalayeff | |
2006-11-03 | cleanup some devices | Michael Shalayeff | |
2006-11-03 | Return address is way too useful to not print here. | Dale Rahn | |
2006-11-03 | For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. | Dale Rahn | |
I suspect this is really a bug in the P1_STACK code path. | |||
2006-11-03 | must steal pages from the end of the physseg | Michael Shalayeff | |
2006-11-03 | mdproc has to be initialised | Michael Shalayeff | |
2006-11-03 | step and stuff works in ddb now too | Michael Shalayeff | |
2006-11-02 | Remove unused code and move the knowledge of struct switchframe to a single | Miod Vallat | |
place. | |||
2006-11-02 | proper brkpt detection so continue does restart proper | Michael Shalayeff | |
2006-10-23 | Do not match on non-shpcic config stanza. | Miod Vallat | |
2006-10-23 | Do not panic on a ddb invocation with curproc == NULL, and don't try to | Miod Vallat | |
userret() either on return. | |||
2006-10-23 | Add interrupt name, however need to determine if the passed parameter is safe | Dale Rahn | |
to store or might be on the stack. | |||
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback | |
"The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@" | |||
2006-10-19 | Hack around a problem found on px-eh systems where the SH IPL+g initializes | Dale Rahn | |
part of the PCI addresses, but not to values reasonable for us. |