summaryrefslogtreecommitdiff
path: root/tests/lib/libi386
AgeCommit message (Collapse)Author
2021-04-30remove hacks.christos
2020-07-19Compile USER_LDT by default, but, put it behind a privileged sysctl thatmaxv
defaults to disabled. To enable: # sysctl -w machdep.user_ldt=1
2020-07-03moremaxv
2020-05-11Fix the build for MKCOMPAT=no.yhardy
The t_user_ldt test needs the i386 compat library which is only built when MKCOMPAT=yes.
2020-05-09A kernel without USER_LDT returns ENOSYS, not ENOTSUP.maxv
2020-04-26Add a test on the maximum number of slots.maxv
2020-04-20Provide SHLIBINSTALLDIR explicitly as it defauls to /lib otherwise andjoerg
makes ld complain about the 64bit libc.
2020-04-19Define TESTSDIR even when not amd64 so the Atffile will bekre
installed in the correct location.
2020-04-19Add tests for USER_LDT.maxv