aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/xenbus
Commit message (Expand)AuthorAgeFilesLines
* minios: add xenbus_read_uuidMatthew Fioravante2012-11-131-0/+27
* minios: Remove unused variables warningsIan Campbell2012-02-201-21/+21
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-2/+2
* mini-os: Fix xenbus_switch_state's transaction retryKeir Fraser2010-04-071-1/+3
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-141-1/+2
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-1/+4
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-11/+11
* minios: refactor xenbus state machineKeir Fraser2009-06-031-0/+64
* mini-os: Make utility function get_self_id() in fs-front.c public.Keir Fraser2008-12-161-0/+11
* mini-os: make xenbus_read_integer and xenbus_printf take const stringsKeir Fraser2008-08-271-3/+3
* stubdom: use host's gccKeir Fraser2008-07-041-21/+32
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-4/+13
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-061-14/+21
* minios: avoid putting trailing \0 in xenstoreKeir Fraser2008-03-181-1/+1
* minios: Fix lost eventsKeir Fraser2008-03-181-0/+1
* minios: have xenbus_printf return the error returned by xenbus_writeKeir Fraser2008-02-271-3/+1
* minios: add xenbus token support and separate watch event queuesKeir Fraser2008-01-171-27/+103
* minios: use ASSERT for BUG_ONKeir Fraser2008-01-171-4/+0
* minios: Revert 16206:7b5b65fbaf61 (xenbus wait fixup)Keir Fraser2007-11-271-1/+0
* minios: xenbus wait fixupKeir Fraser2007-10-241-0/+1
* minios: Fix xenbus request-id release.Keir Fraser2007-04-061-0/+2
* minios: Various small fixes.kaf24@firebug.cl.cam.ac.uk2007-03-191-1/+2
* minios: Fix xenbus-id allocation loop.kfraser@localhost.localdomain2007-02-191-1/+1
* minios: Fix bug in xenbus implementation.kfraser@localhost.localdomain2007-02-021-0/+2
* [MINIOS] Fix compile warnings with -O.kfraser@localhost.localdomain2007-01-191-1/+1
* [MINIOS] Support xenbus watches.kfraser@localhost.localdomain2007-01-121-7/+77
* [MINI-OS] Clean up event channel types in mini-os.sos22@douglas.cl.cam.ac.uk2006-07-281-1/+2
* [MINIOS]Events handling cleaned up. The interface extended to providekfraser@localhost.localdomain2006-07-051-2/+3
* [MINIOS] Implement XenBus transactions in MiniOS.kfraser@localhost.localdomain2006-07-051-22/+81
* Expand test_xenbus a little.sos22@douglas.cl.cam.ac.uk2006-06-131-0/+35
* This patch exposes XenBus functions to Mini-OS applications.sos22@douglas.cl.cam.ac.uk2006-06-131-25/+130
* The patch removes old Xenbus files, fixes 0 length mmu_updates table bug kaf24@firebug.cl.cam.ac.uk2006-03-244-1029/+0
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-241-0/+387
* Merge in the newer Xenbus implementation from Linux to the Mini-OS. The newkaf24@firebug.cl.cam.ac.uk2005-12-083-319/+509
* I've created a patch to get the mini-os to compile in Xen-unstable. The patchkaf24@firebug.cl.cam.ac.uk2005-10-271-1/+6
* Remove extraneous semicolon.emellor@ewan2005-09-201-1/+1
* Xenbus implementation ported from Linux to Mini-os, simple thread support int...kaf24@firebug.cl.cam.ac.uk2005-09-094-0/+834