aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/arch/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-162-325/+0
* WARNS=3'ify.Daniel Eischen2007-11-302-4/+4
* gcc -O2 cleanup. tested for a long time.David Xu2004-08-251-2/+2
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+2
* Add TLS support for i386 and amd64.Doug Rabson2004-08-151-2/+4
* Remove unused field.David Xu2004-07-311-1/+0
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-8/+22
* Use amd64_set_fsbase() instead of calling sysarch() directly.Peter Wemm2003-10-231-6/+1
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-191-1/+2
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-3/+11
* Rethink the MD interfaces for libpthread to account forDaniel Eischen2003-08-051-34/+207
* Add missing arguments to _amd64_restore_context() when called fromDaniel Eischen2003-07-201-2/+4
* Add some very beta amd64 bits. These will also need some tweaking.Daniel Eischen2003-07-192-0/+129