aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
...
* stubdom: gcc-4.3 supportKeir Fraser2008-07-041-1/+37
* stubdom: use host's gccKeir Fraser2008-07-049-26/+100
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-022-2/+16
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-022-0/+18
* merge with xen-unstable.hgIsaku Yamahata2008-06-1915-30/+78
|\
| * Add PV-GRUBKeir Fraser2008-06-181-0/+2
| * minios: fix declaration after codeKeir Fraser2008-06-181-1/+1
| * minios: Fix >4GB machine addressesKeir Fraser2008-06-101-11/+11
| * minios: add proper shutdown facilitiesKeir Fraser2008-06-0911-2/+25
| * minios: use inlines instead of macros for bswap*Keir Fraser2008-06-091-14/+25
| * minios: add a blkfront synchronous interfaceKeir Fraser2008-06-051-2/+5
| * stubdom: Add console reading supportKeir Fraser2008-06-031-0/+9
* | minios/ia64: fix EFI_RUNTIME_SERVICES_SIGNATURE valueIsaku Yamahata2008-06-101-1/+1
|/
* stubdom: fix and clean pthread minimal supportKeir Fraser2008-05-231-7/+45
* stubdom: complete libxc supportKeir Fraser2008-05-233-5/+4
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-0/+1
* stubdom: let lwIP check TCP sums as they are now correct.Keir Fraser2008-05-121-3/+0
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-122-0/+7
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-084-45/+5
* minios: drop volatile qualifier from some status variablesKeir Fraser2008-05-061-2/+2
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-062-6/+7
* stubdom: make use of PVFB resize eventKeir Fraser2008-04-161-1/+2
* minios: call do_hypervisor_callback directly from force_evtchn_callbackKeir Fraser2008-04-163-13/+3
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-163-1/+4
* stubdom: add asynchronous disk flush supportKeir Fraser2008-04-051-1/+11
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-201-1/+1
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-191-1/+1
* Stubdom: add support for file creation.Keir Fraser2008-03-181-0/+6
* stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-281-0/+3
* minios: add PVFB supportKeir Fraser2008-02-262-0/+42
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1236-24/+455
* minios: Fix blkfront grant map leakKeir Fraser2008-02-071-0/+1
* minios: Fix ia64 build.Keir Fraser2008-01-281-1/+1
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-222-0/+31
* minios: POSIX fixesKeir Fraser2008-01-226-10/+45
* minios: Fix x86_32 compilationKeir Fraser2008-01-223-2/+3
* minios: add blkfront testingKeir Fraser2008-01-221-0/+2
* minios: Add align support to _xmalloc().Keir Fraser2008-01-221-1/+2
* minios: add lwIP 1.3.0 supportKeir Fraser2008-01-216-0/+170
* minios: make time interface POSIXKeir Fraser2008-01-212-10/+40
* minios: support COW for a zero pageKeir Fraser2008-01-184-0/+17
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-183-1/+7
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-181-1/+1
* Add FS backend/frontend drivers (frontend in minios only).Keir Fraser2008-01-182-0/+54
* minios: add blkfrontKeir Fraser2008-01-171-0/+26
* minios: support several netfrontsKeir Fraser2008-01-171-2/+7
* minios: add xenbus token support and separate watch event queuesKeir Fraser2008-01-171-3/+40
* minios: add reallocKeir Fraser2008-01-171-0/+3
* minios: make stack size configurableKeir Fraser2008-01-173-1/+23
* minios: add wait_event_deadlineKeir Fraser2008-01-171-21/+23