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
2014-02-28
Fix locking SNAFU.
pooka
2014-02-25
emulate printflike properly to avoid fatal error on clang
pooka
2014-02-20
remember to commit this file too
pooka
2014-02-20
make implementation of rumpuser_kill() match the documentation
pooka
2014-02-20
document rumpuser_kill()
pooka
2014-02-20
Translate signal numbers between rump kernel and (POSIX) host.
pooka
2014-02-14
minor clarification: rumpuser_thread_create() is used to create the host
pooka
2014-01-16
Do not force _FILE_OFFSET_BITS=64 here. It's no longer strictly speaking
pooka
2014-01-15
Make setprogname() a nop where it's not supported.
pooka
2014-01-08
remove obsolete definitions
pooka
2014-01-08
do as the comment says and #if defined(every_other) || defined(platform) || ...
pooka
2014-01-08
OpenBSD support
pooka
2013-12-31
Do not export symbols which don't need to be exported.
pooka
2013-12-18
remove outdated comment (since quite a few months ago)
pooka
2013-11-01
Workaround a gcc -Wuninitilized whine
pooka
2013-10-30
Oh, stdint.h isn't written with a comma ...
pooka
2013-10-30
need to include stdint.h before rump/rumpuser.h
pooka
2013-10-30
glibc on MIPS uses the same DYN d_ptr variant as NetBSD and musl.
pooka
2013-10-27
librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X.
rmind
2013-09-26
Give RUMP mutex and rwlock their own cache-line. Also give a separate
rmind
2013-09-24
rumpuser_rwlock: replace internal pthread_spin_lock (for protecting reader
rmind
2013-09-23
If pthread_create() fails with EAGAIN, try a few more times with short
pooka
2013-09-10
more platform-specific qualifiers
pooka
2013-09-10
Install rumpuser_port.h
pooka
2013-08-14
Change the default value of rump kernels CPUs to 2. It used to be
pooka
2013-07-30
comment polish: just musl
pooka
2013-07-30
Decide ET_DYN behavior based on __GLIBC__ instead of __linux__,
pooka
2013-07-22
Use <major>.<minor> for NetBSD version.
njoly
2013-07-22
TIMEVAL_TO_TIMESPEC (for musl)
pooka
2013-07-20
Fixes when compiling against musl libc.
pooka
2013-07-18
Fix build where compiler can throw an array-bounds error and
pooka
2013-06-04
FreeBSD does the Solaris-like map->l_addr boogie.
pooka
2013-05-15
More markup, less typos.
wiz
2013-05-15
also, bsd.own.mk to pick up mk.conf
pooka
2013-05-15
Make it possible for external parties to specify additional dplibs.
pooka
2013-05-15
Improve documentation on the locking order of cv_wait mtx/cpu.
pooka
2013-05-15
Add a generalized rumpuser_syncfd() call which allows the caller
pooka
2013-05-15
Pass off_t over the hypercall interface as int64_t to avoid potential
pooka
2013-05-15
Pass enums over the hypercall interface as ints to avoid some
pooka
2013-05-15
Add RUMPUSER_LWP_CLEAR instead of overloading RUMPUSER_LWP_SET.
pooka
2013-05-07
need the rw_downgrade/tryupgrade methods too
pooka
2013-05-07
update to recent interface changes
pooka
2013-05-07
include stdint.h before rumpuser.h (on some platforms it doesn't get
pooka
2013-05-05
Initialize rw->downgrade when allocating a rwlock.
pooka
2013-05-03
Fix some punctuation nits and bump date for previous.
wiz
2013-05-03
Support proper rw_downgrade() semantics.
pooka
2013-05-02
reorder for better locality. no functional change.
pooka
2013-05-02
update for previous change
pooka
2013-05-02
Ok, maybe using int64 for nanoseconds in the (sec,nsec) tuple was
pooka
2013-05-02
Push rwlock upgrade and downgrade into the hypervisor where there's
pooka
[next]