index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librumpuser
Age
Commit message (
Expand
)
Author
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
2014-11-09
Move rump kernel man pages from various sources to sys/rump
pooka
2014-11-08
Remove superfluous getcontext()
justin
2014-11-08
Move makecontext into function with getcontext for consistency
justin
2014-11-08
Fix some error handling cases.
justin
2014-11-05
Add some prototypes for Android rump kernel builds
justin
2014-11-05
check for clock_gettime from librt too
pooka
2014-11-05
assert that clock_gettime() does not fail
pooka
2014-11-05
fix clock_gettime emulation
pooka
2014-11-05
update for NetBSD-current having clock_nanosleep
pooka
2014-11-05
actually check for clock_nanosleep()
pooka
2014-11-05
check clock_gettime() rv
pooka
2014-11-04
be happy with netbsd*-* to recognize arm--netbsdelf-eabi
pooka
2014-11-04
More finegrained disklabel macro checks, for FreeBSD
pooka
2014-11-04
Use autoconf for rump kernel posix hypercall layer.
pooka
2014-10-28
Don't install rumpuser.h here.
pooka
2014-10-07
Canonical Minix check as pointed out by Marc
justin
[next]