aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/lib/sys.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: implement poll(2)Wei Liu2013-04-111-1/+116
* minios: fix bug in lseek for mini-osMatthew Fioravante2012-11-191-29/+38
* minios: add tpmfront, tpm_tis, and tpmback driversMatthew Fioravante2012-11-131-0/+48
* minios: add posix io for blkfrontMatthew Fioravante2012-10-091-2/+44
* minios: add CONFIG_XC conditionalMatthew Fioravante2012-10-081-1/+6
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-091-0/+59
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-19/+19
* minios: Fix bug/build problem introduced in c/s 22799John Weekes2011-01-271-3/+3
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-1/+38
* tools: remove fs-front/fs-backTim Deegan2011-01-111-208/+13
* minios: reverse layering of xc vs minios fd closeKeir Fraser2010-12-031-7/+6
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-2/+3
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-2/+2
* minios: Optimize mmap(open("/dev/mem"))Keir Fraser2009-10-231-5/+2
* stubdom: mmap on /dev/mem supportKeir Fraser2009-10-211-1/+11
* minios: switch to C99 integer typesKeir Fraser2009-07-151-1/+1
* minios: Use posix_openpt() rather than non-standard openpty().Keir Fraser2009-06-181-2/+9
* minios: support secondary guest consoles.Keir Fraser2009-06-171-3/+19
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-191-0/+32
* minios: Define extra stub functions to allow build of ocaml xenstored stubdomKeir Fraser2009-05-191-1/+58
* stubdom: drop lwip supportKeir Fraser2009-04-231-7/+9
* minios: add ioremap/iounmapKeir Fraser2009-03-021-37/+5
* minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-171-0/+1
* stubdom: fix munmap's update_va_mapping flag passing, thus fixingKeir Fraser2008-08-281-4/+7
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+62
* mini-os: Fix build failure with void* arithmetic.Keir Fraser2008-08-271-1/+1
* stubdom: make munmap work in batches to fix stack overflowKeir Fraser2008-08-271-22/+32
* stubdom: add syslog functionsKeir Fraser2008-08-271-0/+28
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-081-9/+0
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-011-4/+4
* minios: Fix build on some gcc versions.Keir Fraser2008-07-241-0/+1
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-241-0/+3
* stubdom: add functions for caml runtimeKeir Fraser2008-07-171-0/+7
* stubdom: add stub functions to reduce qemu patchesKeir Fraser2008-07-091-0/+11
* stubdom: fix copy/paste typo in select()Keir Fraser2008-07-081-1/+1
* stubdom: fix libc-verbose non-lwip compilationKeir Fraser2008-06-301-1/+1
* stubdom: permit compilation without lwipKeir Fraser2008-06-091-2/+21
* stubdom: Add console reading supportKeir Fraser2008-06-031-3/+22
* stubdom: complete libxc supportKeir Fraser2008-05-231-43/+24
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-0/+20
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-161-0/+35
* stubdom: fix compilationKeir Fraser2008-03-191-1/+0
* stubdom: Add support for select() call with NULL arguments.Keir Fraser2008-03-181-6/+26
* Stubdom: add support for file creation.Keir Fraser2008-03-181-2/+20
* minios: add PVFB supportKeir Fraser2008-02-261-0/+24
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+1083