aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/ctype.h
Commit message (Collapse)AuthorAgeFilesLines
* stubdom: use host's gccKeir Fraser2008-07-041-0/+5
| | | | | | | | This makes stubdom use the host's gcc instead of downloading/compiling binutils+gcc. That requires a bunch of changes and even uncovered a few bugs, but saves a lot of time. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* [Mini-OS] Move _ctype into a moduleKeir Fraser2007-11-231-25/+1
| | | | | | | Move the _ctype array into its own module, instead of having it defined in a header. Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
* Xenbus implementation ported from Linux to Mini-os, simple thread support ↵kaf24@firebug.cl.cam.ac.uk2005-09-091-0/+79
introduced to simplify the porting. 64 bit version of Mini-os now compiles, but does not work because of the pagetables and some bits of scheduler not being written. Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>