aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
...
* stubdom/minios: re-structure headersKeir Fraser2009-10-0140-234/+240
* fs-front: cope with a missing fs-backendKeir Fraser2009-07-232-10/+44
* minios: switch to C99 integer typesKeir Fraser2009-07-1522-96/+89
* minios: fix free_fbfrontKeir Fraser2009-06-271-2/+0
* 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-182-3/+9
* minios: support secondary guest consoles.Keir Fraser2009-06-176-50/+283
* Introduce mechanism to check standard conformance of headersKeir Fraser2009-06-171-16/+16
* minios: Introduce BSD license COPYING fileKeir Fraser2009-06-041-0/+23
* minios: Clean up and remove Linux remnants from x86_64.SKeir Fraser2009-06-031-111/+20
* minios: refactor xenbus state machineKeir Fraser2009-06-036-67/+321
* minios: Remove Linux attribution for mktime() as it's not true since c/s 19638.Keir Fraser2009-06-011-1/+0
* minios: implement ffs, ffsl and ffsll.Keir Fraser2009-05-282-0/+54
* pvgrub: few lines in shutdown_blkfront were removed by mistake.Keir Fraser2009-05-261-0/+4
* minios: replace mktime implementationKeir Fraser2009-05-261-42/+54
* minios: Fix blkfront driver when sector_size != 512Keir Fraser2009-05-261-4/+4
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-192-0/+38
* minios: Define extra stub functions to allow build of ocaml xenstored stubdomKeir Fraser2009-05-191-1/+58
* 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