aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* stubdom: drop lwip supportKeir Fraser2009-04-233-11/+18
* stubdoms: generate stubdom config fileKeir Fraser2009-04-231-4/+0
* minios: fix a memory corruption in blkfrontKeir Fraser2009-04-141-5/+7
* minios: Extend struct blkfront_aiocb.Keir Fraser2009-03-311-0/+2
* minios: _chk_fail and _chk canaries for minios and newlibKeir Fraser2009-03-311-0/+8
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-134-0/+152
* minios: Fix 18874 memory clippingKeir Fraser2009-03-091-5/+8
* minios: general cleanup of mm.cKeir Fraser2009-03-023-213/+302
* minios: cleanup events.cKeir Fraser2009-03-021-27/+57
* minios: add ioremap/iounmapKeir Fraser2009-03-027-48/+248
* minios: fix p2m on x86Keir Fraser2009-02-091-0/+6
* Fix mini-os ia64 compilationKeir Fraser2008-12-182-13/+17
* mini-os: Make utility function get_self_id() in fs-front.c public.Keir Fraser2008-12-163-13/+15
* minios: Clip memory not usable by Mini-OS (above 1GB)Keir Fraser2008-12-051-3/+10
* merge with xen-unstable.hgIsaku Yamahata2008-11-252-0/+92
|\
| * minios: add a barebone net/if.hKeir Fraser2008-11-112-0/+92
* | [IA64] Remove the useless big endian stuff.dietmar.hahn@fujitsu-siemens.com2008-11-1815-410/+95
* | [IA64] minios: Fix ctor and dtor sections.dietmar.hahn@fujitsu-siemens.com2008-11-171-2/+4
* | [IA64] minios: Clean up the hypervisor interfacedietmar.hahn@fujitsu-siemens.com2008-11-173-130/+139
|/
* minios: Define __INSIDE_MINIOS__ rather than __MINIOS__Keir Fraser2008-10-293-4/+4
* minios: do not expose #define current to applicationsKeir Fraser2008-10-273-6/+10
* minios: blkfront should set protocol nodeKeir Fraser2008-09-241-0/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-177-0/+100
* 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-272-0/+77
* mini-os: Fix build failure with void* arithmetic.Keir Fraser2008-08-271-1/+1
* mini-os: Add printf format checking to xenbus_printfKeir Fraser2008-08-271-1/+2
* stubdom: support quotes in argument passingKeir Fraser2008-08-271-7/+28
* stubdom: make munmap work in batches to fix stack overflowKeir Fraser2008-08-271-22/+32
* mini-os: make xenbus_read_integer and xenbus_printf take const stringsKeir Fraser2008-08-272-6/+6
* stubdom: add syslog functionsKeir Fraser2008-08-272-0/+65
* 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
* pv-grub: On x86_64, also build an x86_32 pv-grubKeir Fraser2008-08-141-2/+2
* 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-089-108/+108
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-084-12/+11
* mini-os: Fix 32bit compilation of fs-front.cKeir Fraser2008-08-041-2/+2
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-013-65/+192
* mini-os: make init_pcifront fail early if there is no backendKeir Fraser2008-07-311-2/+9
* minios: grant table map (gntdev) bug fixesKeir Fraser2008-07-241-4/+6
* minios: Fix build on some gcc versions.Keir Fraser2008-07-241-0/+1
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-245-0/+292
* mini-os: fix FS frontend index readingKeir Fraser2008-07-211-2/+2
* mini-os: fix fs-front.c debugging printsKeir Fraser2008-07-211-13/+22
* mini-os: export allocate_ondemandKeir Fraser2008-07-183-6/+21
* mini-os is missing list_top in its list.hKeir Fraser2008-07-181-0/+6
* mini-os: add stack walking debugKeir Fraser2008-07-185-11/+79
* stubdom: add functions for caml runtimeKeir Fraser2008-07-172-3/+8
* stubdom: fixes for old gcc & binutilsKeir Fraser2008-07-113-9/+9