summaryrefslogtreecommitdiff
path: root/sys/rump/kern
AgeCommit message (Expand)Author
2014-02-18remove stub now provided by rump kernel basepooka
2014-01-28Build with IPv6 support.njoly
2014-01-25Add now needed linux_pipe.c sources.njoly
2014-01-25Regen for pipe2 and lchown.njoly
2014-01-25Add pipe2 and lchown syscalls.njoly
2014-01-17Use subr_cprng.c instead of stub implementation. Rijndael migrates frompooka
2014-01-14Add the MODULE parts for blowfish and des.pgoyette
2014-01-10Regen.njoly
2014-01-10Add NetBSD futimes/lutimes syscalls which does not exists on Linux.njoly
2014-01-10Regen.njoly
2014-01-10Do not redefine linux syscalls arguments, just use compat onesnjoly
2013-12-17fix tyoppooka
2013-12-16Translate return values for emulations, e.g. Linux. For ports withoutpooka
2013-12-14Regen.njoly
2013-12-14Use native/rump syscalls for pread/pwrite instead of linux onesnjoly
2013-12-14Regen.njoly
2013-12-14Add syscall wrapper for mknodat(2) to deal with PAD argument differencenjoly
2013-12-08Regen.njoly
2013-12-08Add support for *at syscalls.njoly
2013-12-07Regen.njoly
2013-12-07Add dup3 support.njoly
2013-12-07Regen.njoly
2013-12-07Remove liutimes(2) that linux never had.njoly
2013-11-16Build and install sljit and bpfjit rump components iff ${MKSLJIT} != "no".alnsn
2013-11-16sljit is only available on very few architectures, so do not try to buildmartin
2013-11-16Build rumpkern_sljit and rumpnet_bpfjit; include them into the sets.rmind
2013-11-16Add rumpkern_sljit and rumpnet_bpfjit modules.rmind
2013-10-05Regen for utimensat(2).njoly
2013-10-05Add utimensat(2) support.njoly
2013-07-16COMPAT_60 for rump kernels.pooka
2013-05-15regenpooka
2013-05-15Support utimes/futimes. Makes at least fsu_touch work on these platforms.pooka
2013-04-10genpooka
2013-04-10cygwin compatpooka
2013-04-09genpooka
2013-04-09Add enough syscall compat for fs-utils to work on modern Solarispooka
2013-04-08regen for utimespooka
2013-04-08support utimes on non-alpha linux platformspooka
2013-04-03i386 has a special way to handle uname. We don't really care aboutpooka
2013-04-03add a few arch-specific stubs to make this link on armpooka
2013-03-07set e_nsysentpooka
2013-03-07regenpooka
2013-03-07generate sysnumhdr so that we get NSYSENTpooka
2013-03-07implement linux_fakedev: silly in, silly out, silly inside outpooka
2013-03-07If linux syscall emulation is linked in to a rump kernel, use it as thepooka
2013-03-04Regen to use getdents64 instead of getdentsstacktic
2013-02-17Regen to add lstat64stacktic
2012-11-17include correct headerpooka
2012-09-20sort stubs, remove autonamespacing and add some signal-related onespooka
2012-09-19gen (without re)pooka