aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/sched.h
Commit message (Expand)AuthorAgeFilesLines
* tools: drop ia64 supportIan Campbell2012-09-121-4/+0
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-1/+1
* minios: switch to C99 integer typesKeir Fraser2009-07-151-2/+2
* minios: Define __INSIDE_MINIOS__ rather than __MINIOS__Keir Fraser2008-10-291-1/+1
* minios: do not expose #define current to applicationsKeir Fraser2008-10-271-1/+2
* prefix mini-os lists with minios_, drop QEMU_ prefix from QEMU_LIST_*Keir Fraser2008-08-081-1/+1
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-101-3/+6
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+3
* minios: POSIX fixesKeir Fraser2008-01-221-1/+1
* minios: Add exit_thread prototype. Make sure exit_thread doesn'tKeir Fraser2008-01-171-0/+1
* [Mini-OS] Fix x86 arch_switch_threadKeir Fraser2007-11-231-0/+1
* [MINIOS] More cleanups for the ia64 port.kfraser@localhost.localdomain2007-01-191-0/+3
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-221-11/+15
* [MINIOS] Add timer support.kfraser@localhost.localdomain2006-11-151-0/+3
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-021-3/+5
* Xenbus implementation ported from Linux to Mini-os, simple thread support int...kaf24@firebug.cl.cam.ac.uk2005-09-091-0/+38