freebsd-dev/lib/libc/i386/sys
Peter Wemm 5bc7bd5ff2 When building the custom i386 libraries for use on amd64 kernels, we
can't use the i386_set_ldt() family of routines, because they are not
implemented.  Instead, use the recently exposed direct access sysarch
routines for setting what %fs and %gs point to.

Use this for the i386 TLS _set_tp() routine, but only when compiling to
run as a 32 bit support binary for amd64 kernels.
2004-11-06 03:28:26 +00:00
..
_amd64_get_fsbase.c When building the custom i386 libraries for use on amd64 kernels, we 2004-11-06 03:28:26 +00:00
_amd64_get_gsbase.c When building the custom i386 libraries for use on amd64 kernels, we 2004-11-06 03:28:26 +00:00
_amd64_set_fsbase.c When building the custom i386 libraries for use on amd64 kernels, we 2004-11-06 03:28:26 +00:00
_amd64_set_gsbase.c When building the custom i386 libraries for use on amd64 kernels, we 2004-11-06 03:28:26 +00:00
brk.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
cerror.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
exect.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
getcontext.S Make getcontext(2) work on i386. It needs a small wrapper in libc 2003-09-04 00:20:40 +00:00
i386_clr_watch.c track gratuitous change to sys/i386/include/reg.h 2002-10-21 03:47:22 +00:00
i386_get_ioperm.2 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
i386_get_ioperm.c Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
i386_get_ldt.2 Removed trailing whitespace. 2004-07-02 19:07:33 +00:00
i386_get_ldt.c Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
i386_set_ioperm.c Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
i386_set_ldt.c Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
i386_set_watch.3 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
i386_set_watch.c track gratuitous change to sys/i386/include/reg.h 2002-10-21 03:47:22 +00:00
i386_vm86.2 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
i386_vm86.c Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
Makefile.inc When building the custom i386 libraries for use on amd64 kernels, we 2004-11-06 03:28:26 +00:00
Ovfork.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
pipe.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
ptrace.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
reboot.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
sbrk.S Use '_end' symbol instead of 'end' to initialize minbrk and curbrk 2002-08-08 17:28:07 +00:00
setlogin.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
sigreturn.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
syscall.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00