Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat | |
kernel boots single user. Still a lot of polishing and bugfixing to do. | |||
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat | |
Tested on luna88k and mvme88k. | |||
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat | |
2005-12-07 | Better use of the scheduler lock; no functional change on UP kernels. | Miod Vallat | |
2005-12-07 | Sprinkle holds and releases of the kernel lock whenever necessary; no functional | Miod Vallat | |
change for UP kernels. | |||
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat | |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat | |
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes. | |||
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat | |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat | |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat | |
for the MULTIPROCESSOR case. | |||
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat | |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat | |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat | |
in addition to pmap locking; no functional change. | |||
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat | |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat | |
much, much, much shorter name. It is only used to print cpu revision anyway... | |||
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat | |
on all running processors. Tested aoyama@ and I | |||
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat | |
no functional change. | |||
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat | |
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat | |
2005-11-28 | Maintain an interrupt depth counter for CLKF_INTR to be correct. | Miod Vallat | |
Tested aoyama@ martin@ and I. | |||
2005-11-28 | Switch to per-process AST flags and clean AST-related codepaths; speeds up | Miod Vallat | |
forks as a bonus. Tested on luna88k and mvme88k by aoyama@ martin@ and I. | |||
2005-11-27 | In the core of the idle loop, be sure to invoke spl0 more than once to | Miod Vallat | |
process soft interrupts; fixes luna88k hanging after the rootdev line. Tested aoyama@ martin@ and I | |||
2005-11-25 | Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves | Miod Vallat | |
correctly. | |||
2005-11-25 | Let the cache synchronization and invalidation functions report whether | Miod Vallat | |
they caused the entire cache to be processed. | |||
2005-11-25 | Need an explicit cast for atop() now. | Miod Vallat | |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-11-20 | Complete overhaul of the single-stepping ddb code, close in spirit to the | Miod Vallat | |
ptrace single-stepping changes of a few months ago; simpler and smaller than the (previously used) MI fallback implementation on 88100. | |||
2005-11-20 | Remove unused ddb_nmi_trap(). | Miod Vallat | |
2005-11-20 | Factorize control register description array selection. | Miod Vallat | |
2005-11-06 | Invoke regdump() on abort if compiled without DDB support. | Miod Vallat | |
2005-11-03 | fix comment | Martin Reindl | |
ok miod@ | |||
2005-10-24 | Factorize db_interface code between luna88k and mvme88k, removing dead code | Miod Vallat | |
in the process; the arch-agnostic code keeps the ability for a specific machine to define its own machine commands, such as "machine prom" for mvme88k, in addition to the ``regular'' m88k machine commands. | |||
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat | |
changes. | |||
2005-10-13 | Hide more definitions from userland and from locore. | Miod Vallat | |
2005-10-12 | Define IPL_SCHED and spslsched(), matching the statclock level. | Miod Vallat | |
2005-10-12 | Move sigcode to the m88k-agnostic location. No functional change. | Miod Vallat | |
2005-10-12 | Remove commented out dead wrong FPU handling code in setregs(). | Miod Vallat | |
2005-10-12 | Stop mapping the u area at fixed UADDR in addition to its actual va. | Miod Vallat | |
While there, attempt to clean and comment stack usage in the kernel. No functional change. From the m88k SMP tree; help&test martin@ | |||
2005-10-12 | General scheduler cleanup: | Miod Vallat | |
- at the end of switch_exit(), jump in a better location inside cpu_switch() - skip unnecessary curproc == NULL tests, and remove other dead code - simplify the idle loop - optimize whichqs bit operations - and add comments at strategic places help&test martin@ | |||
2005-09-25 | Define symbolic constants for the processor identification register fields | Miod Vallat | |
and use them. No functional change. | |||
2005-09-25 | Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makes | Miod Vallat | |
things easier for the callers, and allows us to inline the "fewer than 4 pages" situation for speed. | |||
2005-09-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod Vallat | |
anymore, since we don't want to allow userland to talk to the BUG. Deliver SIGSYS instead of doing nothing. Makes things simpler, plus it polluted luna88k. | |||
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat | |
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@ | |||
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-15 | Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functional | Miod Vallat | |
change today, will become useful in the neat future. |