CVS: cvs.openbsd.org: src

2021-09-27 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/09/27 23:40:38 Modified files: regress/sys/kern/pledge/sendrecvfd: Makefile Log message: add missing sudo

CVS: cvs.openbsd.org: src

2021-09-27 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/09/27 23:39:24 Modified files: regress/lib/libc/sys: t_fork.c t_kill.c Log message: Remove recent changes used to unblock the signal undergoing testing, I solved it by changing my regress environment in

CVS: cvs.openbsd.org: www

2021-09-27 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2021/09/27 20:29:46 Modified files: . : vax.html Log message: remove "development is ongoing" line and fix broken man page links

CVS: cvs.openbsd.org: www

2021-09-27 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2021/09/27 20:29:04 Modified files: . : events.html Log message: add video link for recent eurobsdcon talk

CVS: cvs.openbsd.org: www

2021-09-27 Thread Christian Weisgerber
CVSROOT:/cvs Module name:www Changes by: na...@cvs.openbsd.org 2021/09/27 16:42:26 Modified files: . : 70.html Log message: 11325 amd64 packages

CVS: cvs.openbsd.org: src

2021-09-27 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2021/09/27 13:33:58 Modified files: regress/lib/libc/strlcat: strlcattest.c regress/lib/libc/strlcpy: strlcpytest.c Log message: Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp

CVS: cvs.openbsd.org: src

2021-09-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/09/27 13:12:00 Modified files: usr.bin/tmux : server-client.c Log message: Do not call recalculate_sizes while clearing a client session because it needs to loop over the clients, instead do it after

CVS: cvs.openbsd.org: src

2021-09-27 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/09/27 12:47:46 Modified files: regress/usr.bin/tsort: Makefile regress/lib/libc/db: Makefile Log message: These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.

CVS: cvs.openbsd.org: src

2021-09-27 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/09/27 12:27:14 Modified files: regress/etc/MAKEDEV: Makefile Log message: Bring this regress into nicer shape. Add all recent architectures. For me it is still unclear what should actually be tested.

CVS: cvs.openbsd.org: src

2021-09-27 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/09/27 12:10:24 Modified files: regress/sys/kern/descrip: descrip.c Log message: Return 0 from main() otherwise the exit code is garbage on sparc64. Collect status of the child process to detect test fai

CVS: cvs.openbsd.org: src

2021-09-27 Thread Moritz Buhl
CVSROOT:/cvs Module name:src Changes by: mb...@cvs.openbsd.org 2021/09/27 08:07:44 Modified files: regress/lib/libc/sys: t_gettimeofday.c Log message: Make t_gettimeofday pass on sparc64. OK bluhm@