Moved LDT selector allocation routines to libwine.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 26 Feb 2003 20:34:45 +0000 (20:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Feb 2003 20:34:45 +0000 (20:34 +0000)
commitce1315382122763e8d2482955abfd4bd9f82c463
tree78ae4da6b49882c8ded5ae75d2f92d9c1616ba89
parent28d65b1ac98d6bdbda63dc502f6c2539a451c00f
Moved LDT selector allocation routines to libwine.
Added support for correct locking of all LDT operations.
Added separate functions to manipulate the %fs selector, which allows
using a global GDT selector on recent Linux kernels.
dlls/kernel/kernel_main.c
dlls/winedos/int31.c
include/miscemu.h
include/selectors.h
include/wine/library.h
library/ldt.c
loader/task.c
memory/instr.c
memory/selector.c
scheduler/sysdeps.c
scheduler/thread.c