| Age | Commit message (Expand) | Author |
| 2021-12-07 | In unix_parse(), always allocate memory for the entire struct sockaddr_un | gson |
| 2021-11-01 | Force at most partial RELRO for rump_server and related libraries | nia |
| 2021-08-02 | fix typo in README.compileopts text. | andvar |
| 2021-04-03 | For MIPS N32, register_t needs to be uint64_t as "long" isn't | simonb |
| 2020-11-17 | Support aarch64eb in */config.guess. | rin |
| 2020-06-13 | Fix incompatible function pointer casts | kamil |
| 2020-05-06 | Allocate one more byte so that we are always NUL-terminated, and remove | christos |
| 2020-05-06 | Avoid buffer overflow | kamil |
| 2020-03-24 | If we're going to loop, pausing and then retrying malloc() after it | kre |
| 2020-03-24 | Revert previous | kamil |
| 2020-03-24 | Avoid buffer overflow | kamil |
| 2020-03-24 | Fix off-by-one | kamil |
| 2020-03-22 | Teach rump to process __link_set_evcnts entries. (Second part of | pgoyette |
| 2020-03-21 | Teach rump how to process __link_set_sysctl_funcs so it can handle | pgoyette |
| 2019-12-26 | s/lenght/length/ | msaitoh |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2017-12-27 | Distinguish spin mutex and adaptive mutex on rump kernels for LOCKDEBUG | ozaki-r |
| 2017-05-11 | Evil hack to fix the build: provide PRIxREGISTER here. | martin |
| 2017-05-11 | With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does not | sevan |
| 2017-05-11 | Update NetBSD values obtained from running configure as instructed in comment. | sevan |
| 2017-05-10 | Revert previous change so builds can resume. | sevan |
| 2017-05-10 | Do not define _KERNTYPES as this breaks build with buildrump.sh due to | sevan |
| 2017-02-01 | Update supporting files for components which rely on autoconf to allow systems | sevan |
| 2017-01-12 | Don't go redefining system constants, without checking if the system provides | christos |
| 2016-10-19 | Revert previous. it shouldn't have an effect. | maya |
| 2016-10-17 | use mktemp instead of $RANDOM for tmpdir | maya |
| 2016-09-06 | Redo previous by avoiding the casts and using PRIxREGISTER instead | martin |
| 2016-09-06 | Can not print register_t with %d, cast to long and use %ld instead. | martin |
| 2016-09-05 | printf functions should be tagged as printf functions. Noticed by | dholland |
| 2016-01-25 | Move librumpuser compile-time options into the librumpuser source | pooka |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2015-11-07 | Add the C11 function aligned_alloc to libc. | nros |
| 2015-09-21 | Add more compat defs for code compiled for !NetBSD targets. | pooka |
| 2015-09-18 | Fix typos to match values from rumpuser_config.h | pooka |
| 2015-08-16 | Hurd support, part 1 | pooka |
| 2015-08-16 | Fix return value inspection for clock_nanosleep() (not displayed in the | pooka |
| 2015-07-27 | Print the "halted\n" from previous commit to stdout, not stderr. | pooka |
| 2015-07-24 | Since the rump kernel does not know when the container it's running in | pooka |
| 2015-03-05 | check for utimensat | pooka |
| 2015-02-15 | Minor fixes to types and includes | justin |
| 2015-02-13 | Whitespace fixes, no functional change | justin |
| 2015-02-13 | Fix some return value checks | justin |
| 2015-02-04 | If binding fails, print URL with which it failed. | pooka |
| 2015-01-17 | Remove no longer required definitions | justin |
| 2015-01-03 | check that sys/cdefs.h builds with -Werror (not the case on alpine linux | pooka |
| 2014-12-29 | Just abort on currently unsupported functions. | justin |
| 2014-12-16 | With glibc on ARM kthread_exit() aborts because pthread_exit() fails | pooka |
| 2014-12-08 | Avoid uninitialised variable warning when gcc is feeling lazy | justin |
| 2014-11-10 | work around c11 visibility problems on some version(s) of FreeBSD | pooka |
| 2014-11-10 | Just _GNU_SOURCE should be enough to expose everything necessary on Linux | pooka |