haiku/headers
Axel Dörfler 074a16b53e Added a private tls.h file with definitions for the reserved TLS slots.
Renamed i386_set_kstack() to i386_set_tss_and_kstack(), because that's what
it does.
Added a new function arch_thread_init_tls() which must be called after
having allocated the TLS area.
Renamed arch_thread_initialize_kthread_stack() to arch_thread_init_kthread_stack()
to be more consistent.
Changed the parameters for arch_thread_enter_uspace() - it now gets a pointer
to the thread structure and takes the user stack pointer from there (which
might also be architectural different).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2379 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-07 09:17:31 +00:00
..
libs/freetype2 This commit was generated by cvs2svn to compensate for changes in r2038, 2002-11-20 19:21:05 +00:00
os The return value is now also a variable of type (void **). 2003-01-07 00:20:52 +00:00
posix Added comments to the fields of the dirent structure. Most important one 2002-11-29 02:49:58 +00:00
private Added a private tls.h file with definitions for the reserved TLS slots. 2003-01-07 09:17:31 +00:00
tools/cppunit Added support for multiple BTestHandlers in a BTestApp. 2002-12-09 12:47:37 +00:00