summaryrefslogtreecommitdiff
path: root/lib/librumpuser
AgeCommit message (Expand)Author
2017-12-27Distinguish spin mutex and adaptive mutex on rump kernels for LOCKDEBUGozaki-r
2017-05-11Evil hack to fix the build: provide PRIxREGISTER here.martin
2017-05-11With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does notsevan
2017-05-11Update NetBSD values obtained from running configure as instructed in comment.sevan
2017-05-10Revert previous change so builds can resume.sevan
2017-05-10Do not define _KERNTYPES as this breaks build with buildrump.sh due tosevan
2017-02-01Update supporting files for components which rely on autoconf to allow systemssevan
2017-01-12Don't go redefining system constants, without checking if the system provideschristos
2016-10-19Revert previous. it shouldn't have an effect.maya
2016-10-17use mktemp instead of $RANDOM for tmpdirmaya
2016-09-06Redo previous by avoiding the casts and using PRIxREGISTER insteadmartin
2016-09-06Can not print register_t with %d, cast to long and use %ld instead.martin
2016-09-05printf functions should be tagged as printf functions. Noticed bydholland
2016-01-25Move librumpuser compile-time options into the librumpuser sourcepooka
2016-01-23Define _KERNTYPES for things that need it.christos
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-09-21Add more compat defs for code compiled for !NetBSD targets.pooka
2015-09-18Fix typos to match values from rumpuser_config.hpooka
2015-08-16Hurd support, part 1pooka
2015-08-16Fix return value inspection for clock_nanosleep() (not displayed in thepooka
2015-07-27Print the "halted\n" from previous commit to stdout, not stderr.pooka
2015-07-24Since the rump kernel does not know when the container it's running inpooka
2015-03-05check for utimensatpooka
2015-02-15Minor fixes to types and includesjustin
2015-02-13Whitespace fixes, no functional changejustin
2015-02-13Fix some return value checksjustin
2015-02-04If binding fails, print URL with which it failed.pooka
2015-01-17Remove no longer required definitionsjustin
2015-01-03check that sys/cdefs.h builds with -Werror (not the case on alpine linuxpooka
2014-12-29Just abort on currently unsupported functions.justin
2014-12-16With glibc on ARM kthread_exit() aborts because pthread_exit() failspooka
2014-12-08Avoid uninitialised variable warning when gcc is feeling lazyjustin
2014-11-10work around c11 visibility problems on some version(s) of FreeBSDpooka
2014-11-10Just _GNU_SOURCE should be enough to expose everything necessary on Linuxpooka
2014-11-09Move rump kernel man pages from various sources to sys/rumppooka
2014-11-08Remove superfluous getcontext()justin
2014-11-08Move makecontext into function with getcontext for consistencyjustin
2014-11-08Fix some error handling cases.justin
2014-11-05Add some prototypes for Android rump kernel buildsjustin
2014-11-05check for clock_gettime from librt toopooka
2014-11-05assert that clock_gettime() does not failpooka
2014-11-05fix clock_gettime emulationpooka
2014-11-05update for NetBSD-current having clock_nanosleeppooka
2014-11-05actually check for clock_nanosleep()pooka
2014-11-05check clock_gettime() rvpooka
2014-11-04be happy with netbsd*-* to recognize arm--netbsdelf-eabipooka
2014-11-04More finegrained disklabel macro checks, for FreeBSDpooka
2014-11-04Use autoconf for rump kernel posix hypercall layer.pooka
2014-10-28Don't install rumpuser.h here.pooka
2014-10-07Canonical Minix check as pointed out by Marcjustin