summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-28In sys/param.h document that MAXPATHLEN includes space for a null byte.dholland
2023-05-28add a fortunedholland
2023-05-27fix word endings toin -> tion in comments.andvar
2023-05-27Explicitly run openssl's "gen" script in a shellhgutch
2023-05-27reapply changes for the built-in drop-privs support by tsarna.andvar
2023-05-27Revert to previous.nat
2023-05-27openssl: Add missing sparc compat openssl engines to set list.riastradh
2023-05-27openssl: Delete capi makefiles -- not likely to ever see use here.riastradh
2023-05-27openssl: Nix capi.so engine -- it's for the Windows crypto API.riastradh
2023-05-27openssl: Fix typo in mips set list.riastradh
2023-05-27openssl: padlock.so engine for VIA CPUs makes sense only on x86.riastradh
2023-05-26openssl: Link engines against libcrypto so they can be loaded.riastradh
2023-05-26openssl: Wire up dynamic engine build goo.riastradh
2023-05-26openssl: Add /usr/lib/${ARCHDIR}/openssl/engines to aarch64 build.riastradh
2023-05-26Revert "openssl: Nix build goo for dynamically loaded engines."riastradh
2023-05-26Fix potential null dereference by simply adding last_gd != NULL checkandvar
2023-05-26include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config bui...andvar
2023-05-26openssl: Nix build goo for dynamically loaded engines.riastradh
2023-05-26Fix previous.nat
2023-05-26/etc/rc.d/sshd: New check cmd and reload precmd.riastradh
2023-05-26Fix logic for timing.nat
2023-05-26set error to EIO on SKEY_ABORTED_COMMAND.andvar
2023-05-26initialize error on definition to fix 'error' may not be initialized issue.andvar
2023-05-26+CRDT conflict-free replicated data typejschauma
2023-05-25ddb: PR kern/57435 - fix duplicate "show mount"uwe
2023-05-25openssl: CWARNFLAGS, not COPTS, for -Wno-error=...riastradh
2023-05-25openssl: Note that -Wno-error=char-subscripts likely masks real bugs.riastradh
2023-05-25openssl: Consolidate new CWARNFLAGS.clang stuff in Makefile.openssl.riastradh
2023-05-25pathadj() is required to succeed. If it cannot, simply issuing akre
2023-05-25If it isn't possible to determine the realpath() of ".", then simplykre
2023-05-25add a little const to help clangchristos
2023-05-25openssl: Suppress clang warnings for using string literals as char *.riastradh
2023-05-25openssl: Nix trailing whitespace in build goo.riastradh
2023-05-25libpthread: New pthread__smt_wait to put CPU in low power for spin.riastradh
2023-05-25libpthread: Use __nothing, not /* nothing */, for empty macros.riastradh
2023-05-25osnet: on macOS, use <mach/boolean.h> for boolean_tlukem
2023-05-25revert my previous commit as there is no agreement on it being either desiredjschauma
2023-05-25ctfmerge: fix macOS semaphore implementation, part 2lukem
2023-05-25amdgpu: Fix mostly harmless merge botch.riastradh
2023-05-25Fix CLKF_INTR so that not all time is shown as being spent in interrupts.skrll
2023-05-25chflags(1): fix wrong markup in previousuwe
2023-05-24Briefly describe the 'arch' and 'nodump' flags.jschauma
2023-05-24use strchrchristos
2023-05-24m4 -g: { and } aren't supported in patsubst() or regexp()lukem
2023-05-24revert previous: autoconf doesn't use EREslukem
2023-05-24entropy(9): Avoid race between rnd_add_data and ioctl(RNDCTL).riastradh
2023-05-24entropy(9): On flags change, cancel any scheduled consolidation.riastradh
2023-05-24match the new compiler warningchristos
2023-05-24no more md5 for you.christos
2023-05-24introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap()bouyer