aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
* mini-os: eliminate duplicated definition of spin_unlock_waitChen Baozi2013-07-042-2/+2
* tpmif: fix identifier prefixesJan Beulich2013-06-211-1/+1
* mini-os/tpmback: add tpmback_get_peercontextDaniel De Graaf2013-04-122-0/+3
* mini-os/tpmback: Replace UUID field with opaque pointerDaniel De Graaf2013-04-121-2/+7
* mini-os/tpmback: set up callbacks before enumerationDaniel De Graaf2013-04-121-11/+1
* mini-os/tpm{back, front}: Change shared page ABIDaniel De Graaf2013-04-122-3/+5
* mini-os: implement poll(2)Wei Liu2013-04-111-0/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-212-2/+2
* mini-os: build fixes for lwip 1.3.2David Vrabel2013-01-302-5/+9
* mini-os: Notify shutdown through weak function call instead of wake queueSamuel Thibault2013-01-091-3/+0
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-303-0/+19
* minios: add tpmfront, tpm_tis, and tpmback driversMatthew Fioravante2012-11-134-0/+278
* minios: add xenbus_read_uuidMatthew Fioravante2012-11-131-0/+4
* minios: add select definition to sys/time.h when HAVE_LIBC is definedMatthew Fioravante2012-10-092-1/+5
* minios: add posix io for blkfrontMatthew Fioravante2012-10-092-0/+11
* minios: Disable the mfn_is_ram() check, it doesn't work correctly on all systemsMatthew Fioravante2012-10-081-1/+0
* minios: Add endian, byteswap, and wordsize macros to mini-osMatthew Fioravante2012-10-086-25/+92
* minios: Add ioread/iowrite functions to mini-osMatthew Fioravante2012-10-081-0/+16
* tools: drop ia64 supportIan Campbell2012-09-1221-2940/+4
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-092-0/+14
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-8/+10
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-315-225/+50
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-311-2/+2
* mini-os: fix lib.h licenceSamuel Thibault2011-05-012-43/+96
* minios: do not export {test,set,clear}_bit etc to applicationsIan Campbell2011-02-071-1/+2
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-0/+1
* tools: remove fs-front/fs-backTim Deegan2011-01-112-56/+1
* minios: add parentheses to mlock/mulock arguments.Ian Campbell2010-10-261-2/+2
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-183-9/+9
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-0/+1
* stubdom: mmap on /dev/mem supportKeir Fraser2009-10-211-0/+1
* minios: switch to C99 integer typesKeir Fraser2009-07-1510-47/+40
* minios: add few missing constants in limits.hKeir Fraser2009-06-251-0/+2
* minios: Use posix_openpt() rather than non-standard openpty().Keir Fraser2009-06-181-1/+0
* minios: support secondary guest consoles.Keir Fraser2009-06-172-11/+39
* minios: refactor xenbus state machineKeir Fraser2009-06-031-0/+4
* minios: implement ffs, ffsl and ffsll.Keir Fraser2009-05-281-0/+4
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-191-0/+6
* minios: Extend struct blkfront_aiocb.Keir Fraser2009-03-311-0/+2
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-132-0/+4
* minios: add ioremap/iounmapKeir Fraser2009-03-023-0/+39
* mini-os: Make utility function get_self_id() in fs-front.c public.Keir Fraser2008-12-161-0/+3
* merge with xen-unstable.hgIsaku Yamahata2008-11-251-0/+85
|\
| * minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+85
* | [IA64] Remove the useless big endian stuff.dietmar.hahn@fujitsu-siemens.com2008-11-184-140/+22
* | [IA64] minios: Clean up the hypervisor interfacedietmar.hahn@fujitsu-siemens.com2008-11-172-130/+14
|/
* minios: Define __INSIDE_MINIOS__ rather than __MINIOS__Keir Fraser2008-10-291-1/+1
* minios: do not expose #define current to applicationsKeir Fraser2008-10-272-6/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-176-0/+99
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+15