summaryrefslogtreecommitdiff
path: root/lib/librumpuser
AgeCommit message (Expand)Author
2021-12-07In unix_parse(), always allocate memory for the entire struct sockaddr_ungson
2021-11-01Force at most partial RELRO for rump_server and related librariesnia
2021-08-02fix typo in README.compileopts text.andvar
2021-04-03For MIPS N32, register_t needs to be uint64_t as "long" isn'tsimonb
2020-11-17Support aarch64eb in */config.guess.rin
2020-06-13Fix incompatible function pointer castskamil
2020-05-06Allocate one more byte so that we are always NUL-terminated, and removechristos
2020-05-06Avoid buffer overflowkamil
2020-03-24If we're going to loop, pausing and then retrying malloc() after itkre
2020-03-24Revert previouskamil
2020-03-24Avoid buffer overflowkamil
2020-03-24Fix off-by-onekamil
2020-03-22Teach rump to process __link_set_evcnts entries. (Second part ofpgoyette
2020-03-21Teach rump how to process __link_set_sysctl_funcs so it can handlepgoyette
2019-12-26s/lenght/length/msaitoh
2019-10-13introduce some common variables for use in GCC warning disables:mrg
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