aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-2/+3
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-044-37/+12
* mini-os: Fix xenbus_switch_state's transaction retryKeir Fraser2010-04-071-1/+3
* mini-os: Fix crash on frontend shutdown failuresKeir Fraser2010-04-074-5/+10
* mini-os: Fix frontend shutdown wait loopKeir Fraser2010-04-074-8/+13
* mini-os: Fix xenbus initialisationKeir Fraser2010-04-064-12/+37
* mini-os: Do not use the same wait element twiceKeir Fraser2010-04-061-1/+2
* minios: Trivial spelling typo fixed.4.0.0-branchedKeir Fraser2010-03-301-1/+1
* 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