CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/03 05:41:30
Modified files:
etc/etc.i386 : sysctl.conf
lib/libarch/i386: Makefile
sbin/sysctl : sysctl.8
share/man/man3 : intro.3
share/man/man4 : options.4
sys/arch/i386/conf: GENERIC
sys/arch/i386/i386: gdt.c machdep.c pmap.c sys_machdep.c
sys/arch/i386/include: cpu.h gdt.h pmap.h sysarch.h
sys/uvm : uvm_map.c uvm_pmap.h
Removed files:
lib/libarch/i386: i386_get_ldt.2 i386_get_ldt.c i386_set_ldt.c
regress/sys/arch/i386: Makefile
regress/sys/arch/i386/ldt: Makefile testldt.c
Log message:
Remove option USER_LDT and everything depending on it.
Remove machdep.userldt sysctl.
Remove i386_[gs]et_ldt syscall stub from libi386.
Remove i386_[gs]et_ldt regression test.
ok mlarkin@ millert@ guenther@