aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-24/+24
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-10/+10
* minios: switch to C99 integer typesKeir Fraser2009-07-151-1/+1
* prefix mini-os lists with minios_, drop QEMU_ prefix from QEMU_LIST_*Keir Fraser2008-08-081-16/+16
* stubdom: use host's gccKeir Fraser2008-07-041-3/+3
* stubdom: Save main_thread value by moving it out from app_bss whichKeir Fraser2008-05-281-0/+2
* minios: simplify schedule()Keir Fraser2008-04-161-91/+43
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+44
* minios: POSIX fixesKeir Fraser2008-01-221-1/+1
* minios: make time interface POSIXKeir Fraser2008-01-211-2/+2
* minios: make stack size configurableKeir Fraser2008-01-171-1/+1
* minios: Add exit_thread prototype. Make sure exit_thread doesn'tKeir Fraser2008-01-171-1/+5
* [Mini-OS] Fix domain blocking raceKeir Fraser2007-11-241-3/+20
* [Mini-OS] Make sure schedule() is called safelyKeir Fraser2007-11-241-0/+8
* [MINIOS] More cleanups for the ia64 port.kfraser@localhost.localdomain2007-01-191-5/+21
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-221-137/+0
* [MINIOS] Add timer support.kfraser@localhost.localdomain2006-11-151-4/+67
* Fix fault handler for both 32 and 64 bit architecture. Clean up unused code.kaf24@firebug.cl.cam.ac.uk2006-05-041-1/+1
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-021-24/+59
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-241-14/+11
* Implement console for Mini-os and also fix 2 bugs:kaf24@firebug.cl.cam.ac.uk2006-03-151-2/+2
* Xenbus implementation ported from Linux to Mini-os, simple thread support int...kaf24@firebug.cl.cam.ac.uk2005-09-091-0/+300