aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/lib
Commit message (Expand)AuthorAgeFilesLines
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-091-0/+59
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-312-40/+41
* 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
* minios: Fix bug/build problem introduced in c/s 22799John Weekes2011-01-271-3/+3
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-1/+38
* tools: remove fs-front/fs-backTim Deegan2011-01-111-208/+13
* stubdom/minios: use correct sized types for software floating pointSamuel Thibault2011-01-111-20/+16
* minios: reverse layering of xc vs minios fd closeKeir Fraser2010-12-031-7/+6
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-2/+3
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-2/+2
* mini-os: Fix build error when !HAVE_LIBCKeir Fraser2009-12-181-1/+1
* mini-os: Fix memory leaks in xs_read() and xs_write()Keir Fraser2009-12-111-0/+2
* minios: xmalloc and realloc fixesKeir Fraser2009-10-291-3/+9
* minios: Optimize mmap(open("/dev/mem"))Keir Fraser2009-10-231-5/+2
* stubdom: mmap on /dev/mem supportKeir Fraser2009-10-211-1/+11
* stubdom/minios: re-structure headersKeir Fraser2009-10-015-22/+22
* minios: switch to C99 integer typesKeir Fraser2009-07-152-15/+15
* minios: Use posix_openpt() rather than non-standard openpty().Keir Fraser2009-06-181-2/+9
* minios: support secondary guest consoles.Keir Fraser2009-06-171-3/+19
* minios: implement ffs, ffsl and ffsll.Keir Fraser2009-05-281-0/+50
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-191-0/+32
* minios: Define extra stub functions to allow build of ocaml xenstored stubdomKeir Fraser2009-05-191-1/+58
* stubdom: drop lwip supportKeir Fraser2009-04-231-7/+9
* minios: _chk_fail and _chk canaries for minios and newlibKeir Fraser2009-03-311-0/+8
* minios: add ioremap/iounmapKeir Fraser2009-03-021-37/+5
* minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+7
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-171-0/+1
* stubdom: fix munmap's update_va_mapping flag passing, thus fixingKeir Fraser2008-08-281-4/+7
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+62
* mini-os: Fix build failure with void* arithmetic.Keir Fraser2008-08-271-1/+1
* stubdom: make munmap work in batches to fix stack overflowKeir Fraser2008-08-271-22/+32
* stubdom: add syslog functionsKeir Fraser2008-08-271-0/+28
* prefix mini-os lists with minios_, drop QEMU_ prefix from QEMU_LIST_*Keir Fraser2008-08-081-10/+10
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-081-9/+0
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-011-4/+4
* minios: Fix build on some gcc versions.Keir Fraser2008-07-241-0/+1
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-241-0/+3
* stubdom: add functions for caml runtimeKeir Fraser2008-07-171-0/+7
* stubdom: add stub functions to reduce qemu patchesKeir Fraser2008-07-091-0/+11
* stubdom: fix copy/paste typo in select()Keir Fraser2008-07-081-1/+1
* stubdom: use host's gccKeir Fraser2008-07-043-2/+5
* stubdom: fix libc-verbose non-lwip compilationKeir Fraser2008-06-301-1/+1
* stubdom: permit compilation without lwipKeir Fraser2008-06-091-2/+21
* stubdom: Add console reading supportKeir Fraser2008-06-031-3/+22
* minios: Fix width of shifted 1Keir Fraser2008-05-241-1/+1
* stubdom: complete libxc supportKeir Fraser2008-05-231-43/+24
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-1/+1
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-0/+20
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-161-0/+35