aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-187-26/+27
* mini-os: Fix build error when !HAVE_LIBCKeir Fraser2009-12-181-1/+1
* mini-os: Fix a compilation error in xencons_ring when !HAVE_LIBCKeir Fraser2009-12-141-1/+1
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-147-25/+80
* mini-os: Fix memory leaks in xs_read() and xs_write()Keir Fraser2009-12-111-0/+2
* minios: Fix fb/kbd initializationKeir Fraser2009-11-231-0/+2
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-236-15/+15
* pcifront: fix multiple initialization bugKeir Fraser2009-11-231-5/+14
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-134-8/+134
* minios: xmalloc and realloc fixesKeir Fraser2009-10-291-3/+9
* minios: Optimize mmap(open("/dev/mem"))Keir Fraser2009-10-231-5/+2
* stubdom: mmap on /dev/mem supportKeir Fraser2009-10-212-1/+12
* minios: fix console end of line: \n\r -> \r\nKeir Fraser2009-10-141-5/+9
* minios: fix minios consoleKeir Fraser2009-10-141-7/+11
* minios pcifront: translate physical into virtual addressesKeir Fraser2009-10-141-2/+63
* 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