CVS: cvs.openbsd.org: www

2025-04-20 Thread Matthieu Herrb
CVSROOT:/cvs Module name:www Changes by: matth...@cvs.openbsd.org2025/04/21 00:14:49 Modified files: . : 77.html Log message: remove duplicate IPv6 checksum fix

CVS: cvs.openbsd.org: www

2025-04-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2025/04/20 20:14:14 Modified files: . : 77.html Log message: adjust imsg text

CVS: cvs.openbsd.org: www

2025-04-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2025/04/20 19:56:23 Modified files: . : 77.html Log message: add drm changes

CVS: cvs.openbsd.org: www

2025-04-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2025/04/20 19:17:38 Modified files: . : 77.html Log message: spelling

CVS: cvs.openbsd.org: www

2025-04-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2025/04/20 17:55:23 Modified files: . : 77.html Log message: just delete the chunk then

CVS: cvs.openbsd.org: www

2025-04-20 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2025/04/20 17:54:01 Modified files: . : 77.html Log message: First pass at OpenSSH 10.0 changes. Still needs some cleanup (in particular the HTML).

CVS: cvs.openbsd.org: www

2025-04-20 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2025/04/20 16:39:52 Modified files: . : 77.html Log message: more cleanup

CVS: cvs.openbsd.org: www

2025-04-20 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2025/04/20 16:23:06 Modified files: . : 77.html Log message: started moving things around, cleanup

CVS: cvs.openbsd.org: www

2025-04-20 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2025/04/20 16:06:52 Modified files: . : 77.html Log message: clean/sort installer/bootloader section clean/sort wireless drivers section

CVS: cvs.openbsd.org: www

2025-04-20 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2025/04/20 15:59:06 Modified files: . : 77.html Log message: done with adding changes, i think

CVS: cvs.openbsd.org: src

2025-04-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/04/20 12:55:24 Modified files: bin/kill : kill.1 Log message: Some markup improvements (.Cm TERM, .Bl -column, avoid improper .Li) and add the missing fact that -0 does not send any signal

CVS: cvs.openbsd.org: src

2025-04-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2025/04/20 11:15:57 Modified files: sbin/quotacheck: quotacheck.c Log message: dedup error string; OK tb deraadt

CVS: cvs.openbsd.org: www

2025-04-20 Thread Omar Polo
CVSROOT:/cvs Module name:www Changes by: o...@cvs.openbsd.org2025/04/20 09:56:50 Modified files: . : 77.html Log message: add smtpd bits

CVS: cvs.openbsd.org: src

2025-04-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/04/20 08:05:47 Modified files: usr.bin/pkill : pkill.1 Log message: For the list of signal names, link to sigaction(2) in the DESCRIPTION. Basic idea suggested by Henrich Hartzer . OK jmc@.

CVS: cvs.openbsd.org: src

2025-04-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2025/04/20 07:47:54 Modified files: bin/rm : rm.c Log message: use warnc(3) instead of handrolling it; OK florian

CVS: cvs.openbsd.org: www

2025-04-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2025/04/20 06:41:09 Modified files: . : 77.html Log message: spelling

CVS: cvs.openbsd.org: www

2025-04-20 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:www Changes by: bent...@cvs.openbsd.org 2025/04/20 04:10:16 Modified files: . : plus.html 77.html Log message: Escape some <, and move a stray back to the top

CVS: cvs.openbsd.org: www

2025-04-20 Thread Christian Weisgerber
CVSROOT:/cvs Module name:www Changes by: na...@cvs.openbsd.org 2025/04/20 03:28:57 Modified files: . : 77.html Log message: aarch64, sparc64 package counts

CVS: cvs.openbsd.org: src

2025-04-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/04/20 03:04:10 Modified files: sys/dev/fdt: rkpinctrl.c Log message: RK3528 support. ok jsg@

CVS: cvs.openbsd.org: src

2025-04-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/04/20 03:17:53 Modified files: lib/libcrypto/aes: aes.c aes_core.c Log message: Move AES public functions from aes_core.c to aes.c. This is where almost all of the public functions exist. ok beck@ tb@