summaryrefslogtreecommitdiff
path: root/core/thread/start_thread.c
Commit message (Expand)AuthorAgeFilesLines
* thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-301-1/+8
* thread: make kill_thread() actually do its jobH. Peter Anvin2011-04-271-10/+0
* thread: free(NULL) is safe, lmalloc() always return para-alignedH. Peter Anvin2011-04-221-1/+1
* thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-211-3/+16
* core thread: Make the code a little clearer.Eric W. Biederman2011-04-121-1/+1
* core: thread: add a name fieldH. Peter Anvin2011-04-091-1/+2
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2011-04-091-8/+22
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2011-04-081-3/+14
* core: simple thread libraryH. Peter Anvin2011-04-081-0/+33