]> xenbits.xensource.com Git - rumpuser-xen.git/shortlog
rumpuser-xen.git
2015-01-27 Martin LucinaMerge pull request #24 from liuw/wip.qemu-stubdom-v2 xen-tested-master
2015-01-27 Wei Liuxen: export gntmap_* symbols
2015-01-27 Wei Liuxen: move map_frames_ex under minios_ namespace
2015-01-26 Antti Kanteeuse libc interfaces, not minios
2015-01-26 Martin Lucinarumprun, rumpconfig: Add support for setting guest...
2015-01-21 Martin LucinaIncrease default Mini-OS thread stack size to 256kB
2015-01-21 Martin LucinaPull in latest src-netbsd
2015-01-21 Antti KanteeRemove #define current get_current()
2015-01-20 Antti Kanteeminor fixes to formatting and err{,x} calls
2015-01-20 Antti Kanteebe verbose about error and workaround slow console
2015-01-20 Antti Kantee"advertise" tls_test in domain_config
2015-01-20 Antti Kanteeadd @mato's tls tester, simplified+automated a bit
2015-01-20 Antti Kanteefix printf format string
2015-01-20 Antti Kanteegive all threads a chance to run before application...
2015-01-20 Antti KanteeAdd TLS support for x86_64
2015-01-20 Martin Lucinaapp-tools/ld: Ignore --export-dynamic and variants
2015-01-20 Martin Lucinaapp-tools, buildxen: Disable use of sincos[f] by GCC
2015-01-19 Antti Kanteetest pthread_specificdata
2015-01-19 Antti Kanteecancelstub binder is now provided by libpthread
2015-01-19 Antti Kanteefix unsupported call stubs used by pthread_cancelstub
2015-01-16 Antti Kanteefix realloc() to use correct existing size
2015-01-16 Antti Kanteefix -DMEMALLOC_TESTING
2015-01-15 Antti Kanteeadd optional debug prints for cases where mmap "emulati...
2015-01-13 Antti Kanteepull in new buildrump.sh and rumpsrc (openssl 1.0.1k)
2015-01-13 Martin Lucinarumpconfig: Enable deconfig for network interfaces
2015-01-13 Martin LucinaMake initial stack setup consistent with per-thread...
2015-01-13 Martin LucinaCorrect x86-64 stack alignment at thread entry (fixes...
2015-01-13 Antti KanteeUse 64bit values for minios sched sleeps
2015-01-13 Antti Kanteeactually timedwait for some time, like 100ms instead...
2015-01-13 Antti Kanteesleep(1) at the end
2015-01-12 Antti Kanteepull in new buildrump.sh
2015-01-12 Antti Kanteeuse purely posix interfaces in rumpkern_demo, not mini...
2015-01-12 Antti Kanteerename httpd's main() to httpd_main()
2015-01-12 Antti Kanteealign to min 16 bytes
2015-01-12 Antti Kanteeadd domain_config for hello test.
2015-01-09 Justin Cormackuse sudo for xl if not running as root, so test runner...
2015-01-09 Martin LucinaAdd -fno-stack-protector also to xen/arch/x86 modules
2015-01-09 Martin LucinaFix warnings in rumpuser_clock_gettime()
2015-01-09 Antti Kanteespecifying USE_SSP=no twice is unnecessary
2015-01-09 Antti Kanteesprinkle -fno-stack-protector
2015-01-08 Antti Kanteesysproxy stubs are no longer required
2015-01-08 Antti Kanteesysproxy now requires -lrumpkern_sysproxy
2015-01-08 Antti Kanteepull in latest buildrump.sh and src-netbsd
2015-01-08 Martin LucinaMerge pull request #17 from rumpkernel/sysproxy
2015-01-08 Martin LucinaAdd -D option to attach gdbsx to domU
2015-01-07 Antti KanteeAdd initial sysproxy support on top of guest TCP/IP...
2015-01-04 Antti Kanteeignore -lssp_nonshared in case the toolchain thinks...
2015-01-02 Antti KanteeIgnore -pie.
2014-12-28 Martin LucinaMerge pull request #16 from rumpkernel/wip-timekeeping
2014-12-28 Martin LucinaImplement wall clock time (rumprun-xen issue #13)
2014-12-21 Antti Kanteeremove struct schedulable unused members
2014-12-19 Antti Kanteeuse common xen/baremetal build script
2014-12-19 Antti Kanteefigure out target machine
2014-12-19 Antti Kanteefix tyop
2014-12-19 Antti Kanteepass extra buildxen parameters to buildrump.sh
2014-12-19 Antti Kanteebeautify/unify buildrump.sh invocations
2014-12-19 Antti Kanteereorder slightly (for upcoming changes)
2014-12-19 Antti Kanteecreate test.ffs in makefile instead of buildxen.sh
2014-12-19 Antti KanteeNuke unnecessary buildrump.sh invocation.
2014-12-19 Antti Kanteeadd lame workaround for missing pci_user.h when using -s
2014-12-19 Antti Kanteeaccept -q for quiet build (and -qq for even quieter)
2014-12-19 Antti Kanteefix makelwp signature
2014-12-19 Antti Kanteesupport -s alternative_source_tree
2014-12-19 Antti Kanteeuse makepci() to build pci device driver components
2014-12-19 Antti Kanteepull in latest buildrump.sh for makepci
2014-12-18 Martin LucinaRe-enable rumphyper_pci and PCI passthrough libs.
2014-12-18 Martin LucinaMini-OS: Link entire arch-specific lib into minios.o
2014-12-18 Martin LucinaMini-OS: Add more symbols to global namespace
2014-12-17 Antti Kanteeupdate to latest src-netbsd
2014-12-15 Martin LucinaMini-OS: netfront: Fix rx ring starvation in network_rx
2014-12-15 Martin Lucinabuildxen.sh: 'links' target is now in xen/Makefile
2014-12-12 Martin LucinaMini-OS: Add monotonic_clock to minios_ namespace
2014-12-12 Martin LucinaExtricate rumprun build system from Mini-OS
2014-12-09 Antti Kanteeupdate buildrump.sh and use new subr.sh syntax
2014-12-08 Antti Kanteeuse stdlibs()
2014-12-08 Antti Kanteeupdate buildrump.sh for subr::stdlibs()
2014-12-08 Antti KanteeAdd __libc_static_tls_setup() as a nop
2014-12-07 Antti Kanteefix minios include path
2014-12-07 Antti Kanteemove "include" to "xen/include"
2014-12-03 Martin Lucinaapp-tools: Remove useless objcopy from stunt ld
2014-12-03 Martin LucinaRemove redundant building of httpd from buildxen.sh
2014-12-01 Antti Kanteepull in latest buildrump.sh
2014-11-30 Antti Kanteepull in latest src-netbsd
2014-11-30 Antti Kanteepull in latest buildrump.sh
2014-11-30 Antti Kanteepull in latest buildrump.sh
2014-11-30 Antti KanteeOverriding probe of RUMP_CURLWP is no longer necessary...
2014-11-30 Antti Kanteepull in new buildrump.sh
2014-11-26 Antti Kanteeput the "standard" demo routines in a subdirectory
2014-11-26 Antti KanteeAdd "ifconfig destroy" support
2014-11-26 Antti Kanteeadd missing warnx() %s parameter
2014-11-23 Martin Lucinarumprun: Use blkid rather than file to detect fstype
2014-11-23 Martin Lucinarumprun: Use absolute path for disk image
2014-11-23 Martin Lucinarumprun: Make diskspec backward compatible with Xen 4.1
2014-11-23 Martin LucinaUse readlink -f instead of realpath
2014-11-21 Martin LucinaUse correct printf format for uint64_t
2014-11-21 Martin LucinaSize RUMP_MEMLIMIT dynamically based on domU memory
2014-11-20 Martin LucinaRemove talk of editing domain_config (no longer required)
2014-11-20 Martin LucinaAdd more simple demos in the tests/ directory
2014-11-20 Martin LucinaMerge pull request #12 from mato/wip-rumpconfig
2014-11-20 Martin LucinaCorrect argument parsing in rumprun
next