summaryrefslogtreecommitdiff
path: root/sys/rump/kern
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2022-08-21rump libsysproxy: More workarounds for pmap abuse.riastradh
2022-04-10fix various typos in comments and output/log messages.andvar
2021-09-30Added tests for the linear hook APIsyamaguchi
2021-08-21rename glue.c to sodium_module.cchristos
2021-08-21Add glue.c for libsodium (suggested by riastradh). Tidy up.christos
2021-04-15fix reversed commentchristos
2021-04-15- Define NEED_ISYSTEM herechristos
2020-08-27Move address hashing from init_main.c to kern_sysctl.c.riastradh
2020-08-26Tidy up libsodium makefile and config fragments.riastradh
2020-08-21Disable libsodium HAVE_TI_MODE for now.riastradh
2020-08-21Split flags onto separate lines, sorted, to make diffs easier.riastradh
2020-08-21Disable -Wshadow for libsodium.riastradh
2020-08-20Missed a spot -- add sys/crypto/blake2 to .PATH here.riastradh
2020-08-20Fix vestiges of libb2.riastradh
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-07-28Rewrite cprng_fast in terms of new ChaCha API.riastradh
2020-07-26Fix more sort order.riastradh
2020-07-26Add missing aes_ccm.c, aes_ccm_mbuf.c. Fix sort order.riastradh
2020-07-26Add chacha to rump libcrypto.riastradh
2020-07-25Remove now-unused legacy rijndael API.riastradh
2020-06-29New cgd cipher adiantum.riastradh
2020-06-29Rework AES in kernel to finally address CVE-2005-1797.riastradh
2019-12-05Missed a spot in the crypto/arc4 deletion.riastradh
2019-10-06xc_barrier - convenience function to xc_broadcast() a nop.uwe
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-09-11define sysautoload here too, to catch up with kern/makesyscalls.sh r1.173bad
2019-09-02Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.riastradh
2019-05-17Implement an aggressive psref leak detectorozaki-r
2019-04-19Implement a simple psref leak detectorozaki-r
2019-04-18rump: add missing sanity checks at the end of syscallsozaki-r
2019-02-05be sure to only apply zlib.c's -Wno-error=implicit-fallthrough to GCC 7.mrg
2019-01-27Fix merge botches. I hope there's no more left...rin
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-22Cast register_t to uintptr_t before casting to void *.alnsn
2019-01-22Sync the first argument type with mco_icache_sync_range.alnsn
2019-01-21Add sljit rump glue for aarch64.alnsn
2018-12-12Add missing RCSIDs.alnsn
2018-09-22Add rumpkern_nv (in-kernel RUMP libnv).rmind
2018-08-10Allow syscall_establish() to install new syscalls when the existingpgoyette
2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
2016-01-07Initialize non-VFS parts of tty subsystem already at RUMP_COMPONENT_KERN.pooka
2016-01-05- Change LDADD/DPADD in library dependencies to LIBDPLIBSchristos
2015-11-15Always descend into component directories for rumpdescribe.pooka
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2015-08-20use ioconf.h for pseudo-device attach prototypeschristos
2015-05-18Rewrite rules so that makesyscalls.sh will not be executed multiplepooka
2015-05-09remove files which are autogenerated in every buildpooka