CVS: cvs.openbsd.org: www

2025-04-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2025/04/07 09:07:19 Modified files: . : mail.html Log message: For very good reasons, the Trojan horse farm shar(1) has fallen out of use to the point that some people no longer remember

CVS: cvs.openbsd.org: src

2025-04-07 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2025/04/07 08:49:26 Modified files: etc: rc Log message: only run sysctl -f if the sysctl.conf file exists (using -s) ok tb lucas

CVS: cvs.openbsd.org: src

2025-04-07 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/04/07 06:26:06 Modified files: sys/dev/fdt: gpiobl.c Log message: use a signed type when testing OF_getproplen() return value found by smatch, ok miod@ tobhe@

CVS: cvs.openbsd.org: src

2025-04-07 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2025/04/07 02:12:22 Modified files: usr.bin/ssh: sshd.c Log message: Include time.h for time(). Fixes warning on some platforms when building without openssl.