haiku/headers/private
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
..
app Added new FlushWithReply method. Mostly tested 2002-11-19 00:31:58 +00:00
disk_scanner indentify() also returns a priority now. 2002-12-25 15:14:12 +00:00
input It is accomplished ... 2002-07-09 12:24:59 +00:00
interface Added macro. 2002-12-09 04:33:55 +00:00
kernel Added a private tls.h file with definitions for the reserved TLS slots. 2003-01-07 09:17:31 +00:00
libroot added macros PI and PI2, and fixed previous (invalid) references to these 2002-10-27 01:36:45 +00:00
media more time source function... 2003-01-03 01:51:22 +00:00
midi Checkin of the sources for midi2 kit milestone 1. 2002-12-31 14:26:15 +00:00
net Small private net header cleanup. 2002-11-13 23:41:46 +00:00
print Removed or created shared header files used by print kit. 2002-11-26 23:03:14 +00:00
shared A templatized adaptation of BAutolock. Any class which supplies the 2002-07-15 16:06:31 +00:00
storage Added set_volume_name(). 2002-12-09 12:46:40 +00:00