aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/fbfront.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in {fb, kbd}frontMatthew Daley2013-09-211-17/+31
* minios: fix xenbus_rm() calls in frontend driversBen Cressey2013-09-101-14/+14
* minios: clean up unneeded "err = NULL" in frontend driversBen Cressey2013-09-101-3/+0
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-101-5/+5
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-101-5/+5
* mini-os: stop compiler complaint about unused variablesJohn McDermott2012-02-091-0/+2
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-1/+1
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-041-3/+2
* mini-os: Fix crash on frontend shutdown failuresKeir Fraser2010-04-071-2/+4
* mini-os: Fix frontend shutdown wait loopKeir Fraser2010-04-071-5/+10
* mini-os: Fix xenbus initialisationKeir Fraser2010-04-061-2/+3
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-141-8/+26
* minios: Fix fb/kbd initializationKeir Fraser2009-11-231-0/+2
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-231-6/+6
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+7
* minios: fix free_fbfrontKeir Fraser2009-06-271-2/+0
* minios: refactor xenbus state machineKeir Fraser2009-06-031-25/+100
* stubdom: use host's gccKeir Fraser2008-07-041-11/+8
* minios: proper frees are now handled, so drop the FIXME commentKeir Fraser2008-07-011-2/+0
* Add PV-GRUBKeir Fraser2008-06-181-2/+22
* stubdom: fix using minios frontends directly when libc is activedKeir Fraser2008-06-181-8/+20
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+4
* minios: free fbfront resources on error/shutdownKeir Fraser2008-05-131-14/+41
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-2/+2
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-0/+55
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-061-12/+19
* stubdom: make use of PVFB resize eventKeir Fraser2008-04-161-31/+45
* minios: Fix lost eventsKeir Fraser2008-03-181-18/+10
* mini-os: fbfront shouldn't send unsolicited updatesKeir Fraser2008-03-031-1/+8
* stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-281-8/+4
* minios: add PVFB supportKeir Fraser2008-02-261-0/+468