aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-092-0/+14
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-8/+10
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-315-225/+50
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-311-2/+2
* mini-os: fix lib.h licenceSamuel Thibault2011-05-012-43/+96
* minios: do not export {test,set,clear}_bit etc to applicationsIan Campbell2011-02-071-1/+2
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-0/+1
* tools: remove fs-front/fs-backTim Deegan2011-01-112-56/+1
* minios: add parentheses to mlock/mulock arguments.Ian Campbell2010-10-261-2/+2
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-183-9/+9
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-0/+1
* stubdom: mmap on /dev/mem supportKeir Fraser2009-10-211-0/+1
* minios: switch to C99 integer typesKeir Fraser2009-07-1510-47/+40
* minios: add few missing constants in limits.hKeir Fraser2009-06-251-0/+2
* minios: Use posix_openpt() rather than non-standard openpty().Keir Fraser2009-06-181-1/+0
* minios: support secondary guest consoles.Keir Fraser2009-06-172-11/+39
* minios: refactor xenbus state machineKeir Fraser2009-06-031-0/+4
* minios: implement ffs, ffsl and ffsll.Keir Fraser2009-05-281-0/+4
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-191-0/+6
* minios: Extend struct blkfront_aiocb.Keir Fraser2009-03-311-0/+2
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-132-0/+4
* minios: add ioremap/iounmapKeir Fraser2009-03-023-0/+39
* mini-os: Make utility function get_self_id() in fs-front.c public.Keir Fraser2008-12-161-0/+3
* merge with xen-unstable.hgIsaku Yamahata2008-11-251-0/+85
|\
| * minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+85
* | [IA64] Remove the useless big endian stuff.dietmar.hahn@fujitsu-siemens.com2008-11-184-140/+22
* | [IA64] minios: Clean up the hypervisor interfacedietmar.hahn@fujitsu-siemens.com2008-11-172-130/+14
|/
* minios: Define __INSIDE_MINIOS__ rather than __MINIOS__Keir Fraser2008-10-291-1/+1
* minios: do not expose #define current to applicationsKeir Fraser2008-10-272-6/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-176-0/+99
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+15
* mini-os: Add printf format checking to xenbus_printfKeir Fraser2008-08-271-1/+2
* mini-os: make xenbus_read_integer and xenbus_printf take const stringsKeir Fraser2008-08-271-3/+3
* stubdom: add syslog functionsKeir Fraser2008-08-271-0/+37
* stubdom: add dummy pthread_mutexattr*Keir Fraser2008-08-271-0/+7
* stubdom: int32_t is provided by stdint.h, not sys/types.hKeir Fraser2008-08-271-1/+1
* stubdom: for safety, tell lwip we use the heap in the event handlerKeir Fraser2008-08-111-0/+1
* prefix mini-os lists with minios_, drop QEMU_ prefix from QEMU_LIST_*Keir Fraser2008-08-086-71/+71
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-083-3/+11
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-011-1/+4
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-242-0/+38
* mini-os: export allocate_ondemandKeir Fraser2008-07-181-0/+1
* mini-os is missing list_top in its list.hKeir Fraser2008-07-181-0/+6
* mini-os: add stack walking debugKeir Fraser2008-07-182-0/+3
* stubdom: add functions for caml runtimeKeir Fraser2008-07-171-3/+1
* stubdom: Fixes for gcc 4.2.4 32bitKeir Fraser2008-07-101-1/+0
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-1036-59/+62
* minios: Add missing fcntl.h.Keir Fraser2008-07-091-0/+11
* stubdom: fix pass-through compilationKeir Fraser2008-07-051-0/+1
* stubdom: gcc-4.3 supportKeir Fraser2008-07-041-1/+37