aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* mini-os: Fix test application link when various fronts are not enabled.Samuel Thibault2013-01-091-3/+31
* mini-os: Notify shutdown through weak function call instead of wake queueSamuel Thibault2013-01-093-13/+21
* mini-os: drop shutdown variables when CONFIG_XENBUS=nSamuel Thibault2012-12-061-0/+2
* mini-os: shutdown_thread depends on xenbusDaniel De Graaf2012-11-301-0/+4
* minios/console: console_input() weak referenceAndrew Cooper2012-11-301-3/+7
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-305-24/+128
* [minios] Fix test application link when pcifront is not enabledSamuel Thibault2012-11-301-0/+6
* minios: Update mini-os license to support GPL featuresMatthew Fioravante2012-11-191-0/+13
* minios: fix bug in lseek for mini-osMatthew Fioravante2012-11-191-29/+38
* minios: add tpmfront, tpm_tis, and tpmback driversMatthew Fioravante2012-11-139-0/+3399
* minios: add xenbus_read_uuidMatthew Fioravante2012-11-132-0/+31
* minios: Disable -DGNT_DEBUG and -DGNTMAP_DEBUGMatthew Fioravante2012-11-131-2/+2
* 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-094-2/+224
* minios: setup fpu and sse in mini-osMatthew Fioravante2012-10-081-0/+20
* minios: add CONFIG_XC conditionalMatthew Fioravante2012-10-082-1/+9
* minios: Disable the mfn_is_ram() check, it doesn't work correctly on all systemsMatthew Fioravante2012-10-083-30/+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-082-0/+51
* tools: drop ia64 supportIan Campbell2012-09-1244-7009/+5
* nstore: rename public xenstore headersIan Campbell2012-05-142-2/+2
* minios: Remove unused variables warningsIan Campbell2012-02-201-21/+21
* stubdom: enable xenstored buildDaniel De Graaf2012-02-091-1/+2
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-0910-198/+305
* mini-os: Move test functions into test.cDaniel De Graaf2012-02-093-414/+471
* mini-os: create app-specific configurationDaniel De Graaf2012-02-093-16/+56
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-8/+10
* 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-095-0/+6
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-3112-297/+128
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-311-2/+2
* mini-os: do not wait for pci backend in pcifront_scanIan Campbell2011-12-092-12/+4
* mini-os: work around ld bug causing stupid CTOR countJeremy Fitzhardinge2011-08-194-8/+2
* mini-os: fix lib.h licenceSamuel Thibault2011-05-012-43/+96
* mini-os: lib/math.c: import FreeBSD 8 functionsSamuel Thibault2011-05-011-44/+65
* mini-os: Fix printf.c licenceSamuel Thibault2011-05-011-38/+31
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-174-7/+7
* minios: do not export {test,set,clear}_bit etc to applicationsIan Campbell2011-02-071-1/+2
* minios: Fix bug/build problem introduced in c/s 22799John Weekes2011-01-271-3/+3
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-213-7/+72
* tools: remove fs-front/fs-backTim Deegan2011-01-116-1570/+14
* stubdom/minios: don't retrieve the address of void variableGianni Tedesco2011-01-111-1/+1
* stubdom/minios: use correct sized types for software floating pointSamuel Thibault2011-01-111-20/+16
* minios: use constant expression to size arraysGianni Tedesco2011-01-071-2/+2
* minios: reverse layering of xc vs minios fd closeKeir Fraser2010-12-031-7/+6
* minios: add parentheses to mlock/mulock arguments.Ian Campbell2010-10-261-2/+2
* MiniOS: Fix continue; in netfront receive loopSamuel Thibault2010-10-121-7/+3
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-2/+3
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-044-37/+12
* mini-os: Fix xenbus_switch_state's transaction retryKeir Fraser2010-04-071-1/+3