Home | History | Annotate | Download | only in include
History log of /src/sys/arch/x86/include/psl.h
RevisionDateAuthorComments
 1.10  12-Aug-2017  maxv Don't include opt_vm86.h.
 1.9  12-Aug-2017  maxv Remove vm86.

Pass 3.
 1.8  04-Oct-2012  dsl branches: 1.8.14;
Remove references to VM86 from the amd64 kernel configs.
VM86 mode isn't supported while in long mode.
 1.7  20-Apr-2012  jym branches: 1.7.2;
PSL_AC is user-settable.
 1.6  18-Sep-2008  dsl branches: 1.6.28; 1.6.32; 1.6.34;
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!
 1.5  18-Sep-2008  christos Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery
and use it everywhere.
 1.4  17-Sep-2008  christos 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.
 1.3  30-Nov-2004  nathanw branches: 1.3.96; 1.3.100; 1.3.102; 1.3.106;
Add PSL_T to PSL_USER; it's fine for a program to want to trap itself.
 1.2  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.1  26-Feb-2003  fvdl branches: 1.1.2;
Move some files out of i386 into x86, so that they can be shared with
other ports.
 1.1.2.4  18-Dec-2004  skrll Sync with HEAD.
 1.1.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.2.1  03-Aug-2004  skrll Sync with HEAD
 1.3.106.1  19-Oct-2008  haad Sync with HEAD.
 1.3.102.1  24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.3.100.1  04-May-2009  yamt sync with head.
 1.3.96.1  28-Sep-2008  mjf Sync with HEAD.
 1.6.34.1  20-Apr-2012  riz Pull up following revision(s) (requested by jym in ticket #189):
sys/arch/x86/include/psl.h: revision 1.7
sys/arch/i386/i386/locore.S: revision 1.98
sys/arch/amd64/acpi/acpi_wakecode.S: revision 1.11
sys/arch/amd64/amd64/mptramp.S: revision 1.13
sys/arch/i386/acpi/acpi_wakecode.S: revision 1.15
sys/arch/i386/i386/mptramp.S: revision 1.23
sys/arch/amd64/amd64/locore.S: revision 1.68
Set the CR0_AM bit so processes can enable alignment check errors under
x86 through PSL_AC bit.
ATF test incoming shortly.
PSL_AC is user-settable.
 1.6.32.1  29-Apr-2012  mrg sync to latest -current.
 1.6.28.2  30-Oct-2012  yamt sync with head
 1.6.28.1  23-May-2012  yamt sync with head.
 1.7.2.2  03-Dec-2017  jdolecek update from HEAD
 1.7.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.14.1  28-Aug-2017  skrll Sync with HEAD

RSS XML Feed