History log of /netbsd/sys/arch/x86/include/psl.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 01cf7b74 12-Aug-2017 maxv <maxv@NetBSD.org>

Don't include opt_vm86.h.


# e017aec5 12-Aug-2017 maxv <maxv@NetBSD.org>

Remove vm86.

Pass 3.


# d09e3b6b 04-Oct-2012 dsl <dsl@NetBSD.org>

Remove references to VM86 from the amd64 kernel configs.
VM86 mode isn't supported while in long mode.


# 62c98eaa 20-Apr-2012 jym <jym@NetBSD.org>

PSL_AC is user-settable.


# d1779123 18-Sep-2008 dsl <dsl@NetBSD.org>

Remove PSL_MBO (the bits that Must Be One) from PSL_USER - which are the
bits that the 'user' can change.
Who knows what the effect of a user signal handler (which I think might have
access to the bi

Remove PSL_MBO (the bits that Must Be One) from PSL_USER - which are the
bits that the 'user' can change.
Who knows what the effect of a user signal handler (which I think might have
access to the bits) changing these bits might be!

show more ...


# 95ffbb8b 18-Sep-2008 christos <christos@NetBSD.org>

Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery
and use it everywhere.


# e361ed17 17-Sep-2008 christos <christos@NetBSD.org>

Include PSL_D in the flags to be able to be set by the user. Since setmcontext
is used to restore context from a signal handler, this will allow restoring
PSL_D to what it was before the user code en

Include PSL_D in the flags to be able to be set by the user. Since setmcontext
is used to restore context from a signal handler, this will allow restoring
PSL_D to what it was before the user code entered the signal handler allowing
programs to work.

show more ...


# bb630a53 30-Nov-2004 nathanw <nathanw@NetBSD.org>

Add PSL_T to PSL_USER; it's fine for a program to want to trap itself.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 8375b2d9 26-Feb-2003 fvdl <fvdl@NetBSD.org>

Move some files out of i386 into x86, so that they can be shared with
other ports.