History log of /openbsd-current/sys/arch/m88k/include/pcb.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.8 05-Oct-2015 deraadt

user land -> userland; from Rob Pierce


Revision tags: OPENBSD_5_8_BASE
# 1.7 05-May-2015 guenther

emul_native is only used for kernel threads which can't dump core, so
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump,
and various #includes that are superfluous.

This leaves compat_linux processes without a coredump callback. If that
ability is desired, someone should update it to use coredump_elf32() and
verify the results...

ok kettenis@


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.6 17-Jul-2013 miod

Use `long' instead of `int' in structure layouts which may get assigned from
(or to) register_t, but need to be usable without register_t in scope, so that
the compiler won't warn about these assignments after the recent _types.h
changes; aoyama@


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 17-Nov-2007 miod

Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or other
appropriate types. No functional change.


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.4 13-Jan-2007 miod

Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>
in its exception-related contents and pcb-related contents.


# 1.3 18-Nov-2006 miod

Stop saving and restoring the current ipl in the pcb when switching processes,
since we know we are at splsched().


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.2 03-Dec-2005 miod

Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0
on all running processors.
Tested aoyama@ and I


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.1 26-Apr-2004 miod

branches: 1.1.2;
Start factorizing luna88k and mvme88k common parts.
For now, include files only.