aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* mini-os: free dropped lwip packetsKeir Fraser2008-03-251-1/+4
* stubdom: fix x86_64 irq stack sizeKeir Fraser2008-03-251-5/+3
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-203-3/+15
* stubdom: add C example targetKeir Fraser2008-03-191-1/+6
* stubdom: fix compilationKeir Fraser2008-03-191-1/+0
* minios: update READMEKeir Fraser2008-03-191-8/+24
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-195-9/+32
* minios: avoid putting trailing \0 in xenstoreKeir Fraser2008-03-181-1/+1
* minios: Fix lost eventsKeir Fraser2008-03-189-49/+35
* stubdom: add support for reading the command line from the configKeir Fraser2008-03-181-34/+40
* stubdom: Add support for select() call with NULL arguments.Keir Fraser2008-03-181-6/+26
* Stubdom: add support for file creation.Keir Fraser2008-03-182-2/+26
* mini-os: fbfront shouldn't send unsolicited updatesKeir Fraser2008-03-031-1/+8
* stubdom: Fix compilation after abs_z to rel_z changeKeir Fraser2008-02-281-3/+3
* stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-282-8/+7
* minios: have xenbus_printf return the error returned by xenbus_writeKeir Fraser2008-02-271-3/+1
* stubdom: fix x86_32 compilation by __moddi3 from FreeBSDKeir Fraser2008-02-261-0/+23
* minios: add PVFB supportKeir Fraser2008-02-265-0/+683
* minios: drop unused xenblk_rxidx functionKeir Fraser2008-02-141-5/+0
* stubdom: optimize block io completion polling by not polling all theKeir Fraser2008-02-141-0/+5
* Mini-OS: Fix alignment in maybe_split()Keir Fraser2008-02-141-7/+10
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1257-103/+2324
* minios: Fix blkfront grant map leakKeir Fraser2008-02-072-3/+4
* minios: Support net/block backend in domUKeir Fraser2008-02-072-25/+29
* minios: Fix bug when blkfront reading into zero-mapped bufferKeir Fraser2008-01-291-1/+6
* minios: Fix ia64 build.Keir Fraser2008-01-283-1/+126
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-231-1/+1
* minios: make allocation of page tables for ondemand mapping lazyKeir Fraser2008-01-231-62/+109
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-223-1/+32
* minios: POSIX fixesKeir Fraser2008-01-2212-29/+70
* minios: fix case when _text is not 0Keir Fraser2008-01-221-5/+5
* minios: Fix x86_32 compilationKeir Fraser2008-01-224-3/+4
* minios: add blkfront testingKeir Fraser2008-01-223-0/+181
* minios, blkfront: set default block path.Keir Fraser2008-01-221-2/+2
* minios: Add align support to _xmalloc().Keir Fraser2008-01-222-39/+91
* minios: add lwIP 1.3.0 supportKeir Fraser2008-01-2111-1/+914
* minios: make time interface POSIXKeir Fraser2008-01-216-31/+64
* minios: do not exit if FS backend not found.Keir Fraser2008-01-181-4/+1
* minios: support COW for a zero pageKeir Fraser2008-01-186-1/+66
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-185-23/+56
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-185-6/+91
* Add FS backend/frontend drivers (frontend in minios only).Keir Fraser2008-01-184-0/+1190
* minios: add blkfrontKeir Fraser2008-01-172-0/+418
* minios: support several netfrontsKeir Fraser2008-01-173-120/+151
* minios: add xenbus token support and separate watch event queuesKeir Fraser2008-01-173-44/+143
* minios: add reallocKeir Fraser2008-01-172-0/+24
* minios: make stack size configurableKeir Fraser2008-01-179-15/+39
* minios: add wait_event_deadlineKeir Fraser2008-01-171-21/+23
* minios: add trydownKeir Fraser2008-01-171-0/+13
* minios: use ASSERT for BUG_ONKeir Fraser2008-01-173-7/+2