summaryrefslogtreecommitdiff
path: root/lib/librumpclient
AgeCommit message (Expand)Author
2017-05-11make it the same as rump.hchristos
2017-05-11Don't depend on stars in order to define things.christos
2017-05-11With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does notsevan
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
2016-09-06Redo previous by avoiding the casts and using PRIxREGISTER insteadmartin
2016-09-06Fix DPRINTF formatmartin
2016-01-23Define _KERNTYPES for things that need it.christos
2015-01-17Modern Android SDK does not need special casesjustin
2014-12-13Always use kqueue for BSDs in librumpclientjustin
2014-12-08Use kqueue in librumpclient for FreeBSD toojustin
2014-04-25pretend to handle the poll return value for -Wunused-but-setpooka
2014-04-03Make sure holyfd is -1 when rumpclient_init() is called forpooka
2014-04-02Add Android support for rump kernel.justin
2014-04-02fix build on NetBSD. also, prevent fd leak in error pathpooka
2014-04-02On Linux, poll signalfd() when waiting for a kernel response.pooka
2014-02-26Use MAP_ANON|MAP_PRIVATE for anonymous memory mapping,pooka
2014-02-20Translate signal numbers between rump kernel and (POSIX) host.pooka
2013-09-10-I../librumpuser is still required for sp_common.cpooka
2013-09-10use <rump/rumpuser_port.h>pooka
2013-05-15Make it possible for external parties to specify additional dplibs.pooka
2013-03-08Standardize Lb argument.wiz
2013-01-20Provide register_t compat on solarisa.pooka
2013-01-17fix the extern "C" stuffpooka
2013-01-17Solaris 10 fixespooka
2013-01-17If the host doesn't support RTLD_NEXT, don't play the dynamic linking game.pooka
2012-09-12attempt to inform user of what the error meanspooka
2012-08-29Remove unused variable. Approved by pooka.msaitoh
2012-08-03force-terminate commnamepooka
2012-08-03Make librumpclient compile and work on Linux. This is accomplished by:pooka
2012-03-21Use C89 function definitionmatt
2011-12-16Request always_inline for rumpclient__dofork, it won't work correctlyjoerg
2011-12-12Mark rumphijack_dlsym explicitly as weak to prevent optimisations basedjoerg
2011-12-12Don't use K&R syntaxjoerg
2011-04-30Save/restore errno in error path in dupgood. Check that n>0 beforealnsn
2011-03-15don't spam connection errors to stderr by defaultpooka
2011-03-09* use _exit() instead of exit() in retryconn=die: atexit() handlerspooka
2011-03-08need -I${.OBJDIR} nowpooka
2011-03-08create srcsys symlinkpooka
2011-03-08and for my next trick, i'm going to spell ARGSUSED correctlypooka
2011-03-08lint lovepooka
2011-03-08Since we ~never have a frame waiting on the initial call to waitresp,pooka
2011-03-08Use sendmsg() instead multiple calls to sendto(). It behavespooka
2011-02-27Take reasonable precautions against init in a parent processpooka
2011-02-25fix __RCSIDpooka
2011-02-24Fix static fallback path.pooka
2011-02-24Make the rumphijack dlsym trampoline call from rumpclient a "real"pooka
2011-02-24Die with a sensible error message if a symbol cannot be found.pooka
2011-02-22Remove "NOLINT" setting that was apparently committed by accident andtron
2011-02-22Disable string aliasing for rump_syscalls.c. I can't figure outpooka