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