summaryrefslogtreecommitdiff
path: root/core/thread
Commit message (Expand)AuthorAgeFilesLines
* debug: Adding -DDEBUG_THREADErwan Velu2015-09-041-0/+4
* core: make mbox_post()/__sem_down_slow() check if validGene Cumm2013-08-032-2/+2
* core: mbox/semaphore NULL checksGene Cumm2013-08-032-19/+31
* pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-291-0/+7
* thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-303-3/+41
* idle_thread: safer interrupt handlingH. Peter Anvin2012-03-271-3/+3
* thread: fix warningsH. Peter Anvin2011-05-012-3/+4
* thread: simplify the schedulerH. Peter Anvin2011-04-301-11/+12
* exit_thread: easier form of the same test...H. Peter Anvin2011-04-301-8/+1
* exit_thread: make sure we don't run under scheduler lockH. Peter Anvin2011-04-301-0/+5
* thread: make kill_thread() actually do its jobH. Peter Anvin2011-04-272-11/+1
* pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-7/+2
* thread: free curr->rmstackSebastian Herbszt2011-04-231-1/+1
* thread: free(NULL) is safe, lmalloc() always return para-alignedH. Peter Anvin2011-04-222-6/+4
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-1/+6
* thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-213-3/+25
* core: thread: Implement polling for wakeups.Eric W. Biederman2011-04-121-0/+10
* core thread: Make the code a little clearer.Eric W. Biederman2011-04-121-1/+1
* core: thread: return 0 from sem_down() if we didn't have to waitH. Peter Anvin2011-04-121-0/+1
* core thread: Don't include core.h from thread.hEric W. Biederman2011-04-091-0/+1
* core: thread: add a name fieldH. Peter Anvin2011-04-093-2/+4
* thread: add support for locking the schedulerH. Peter Anvin2011-04-092-0/+12
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2011-04-093-19/+38
* core: thread: merge mbox_post() and mbox_trypost()H. Peter Anvin2011-04-081-14/+3
* core: add simple mailbox libraryH. Peter Anvin2011-04-081-0/+68
* core: thread: add option to not wait on a semaphore at allH. Peter Anvin2011-04-081-26/+33
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2011-04-082-9/+15
* core: simple thread libraryH. Peter Anvin2011-04-0810-0/+332