aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/console
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in consfrontMatthew Daley2013-09-211-4/+5
* mini-os: handle possibly overlong _nodename in init_consfrontMatthew Daley2013-09-131-2/+4
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-101-2/+2
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-101-1/+1
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-251-6/+0
* minios/console: console_input() weak referenceAndrew Cooper2012-11-301-3/+7
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-094-185/+203
* mini-os: avoid crash if no console is providedDaniel De Graaf2012-02-091-1/+6
* mini-os: stop compiler complaint about unused variablesJohn McDermott2012-02-091-0/+1
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-6/+33
* 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-141-2/+7
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-231-1/+1
* minios: fix console end of line: \n\r -> \r\nKeir Fraser2009-10-141-5/+9
* minios: fix minios consoleKeir Fraser2009-10-141-7/+11
* stubdom/minios: re-structure headersKeir Fraser2009-10-012-18/+18
* minios: support secondary guest consoles.Keir Fraser2009-06-172-35/+224
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+5
* stubdom: Add console reading supportKeir Fraser2008-06-032-5/+46
* minios: Fix lost eventsKeir Fraser2008-03-181-0/+1
* minios: use ASSERT for BUG_ONKeir Fraser2008-01-171-3/+0
* [MINIOS] Fix the build after start_info interface changes.kfraser@localhost.localdomain2006-08-161-4/+4
* [MINI-OS] Clean up event channel types in mini-os.sos22@douglas.cl.cam.ac.uk2006-07-281-1/+1
* [MINIOS]Events handling cleaned up. The interface extended to providekfraser@localhost.localdomain2006-07-051-2/+3
* [MINIOS] Fix the pagefault handler to detect recursive faults.kaf24@firebug.cl.cam.ac.uk2006-05-161-2/+8
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-021-1/+1
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-242-7/+5
* Implement console for Mini-os and also fix 2 bugs:kaf24@firebug.cl.cam.ac.uk2006-03-152-0/+253