CVS: cvs.openbsd.org: src

2024-04-24 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/24 23:26:41

Modified files:
usr.bin/vi/docs/USD.doc/vi.ref: set.opt.roff 

Log message:
add percentage to ruler after recent changes;



CVS: cvs.openbsd.org: src

2024-04-24 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2024/04/24 23:23:45

Modified files:
sys/arch/sparc64/conf: Makefile.sparc64 

Log message:
Use -mno-fpu when compiling with clang now that the in-tree clang supports
this option; from Brad.



CVS: cvs.openbsd.org: src

2024-04-24 Thread Omar Polo
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2024/04/24 15:31:31

Modified files:
usr.sbin/smtpd : smtpd.c 

Log message:
fix error return in fork_proc_backend(); ok gilles@



CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/04/24 13:10:11

Modified files:
sys/kern   : init_sysent.c syscalls.c 
sys/sys: syscall.h syscallargs.h 

Log message:
Regen



CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/04/24 13:09:14

Modified files:
sys/kern   : syscalls.master 

Log message:
Revert rev 1.261 and require sigsuspend and __thrsigdivert to take
KERNEL_LOCK. There is at least a race in sigsuspend which can be
triggered by dump(8). Should be enough to allow me to look for the
real cause.



CVS: cvs.openbsd.org: www

2024-04-24 Thread Job Snijders
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2024/04/24 11:35:40

Modified files:
.  : ftp.html ftplist httpslist 
build  : mirrors.dat 
openbgpd   : ftp.html 
openntpd   : portable.html 
openssh: ftp.html portable.html 
rpki-client: portable.html 

Log message:
Remove CF mirror until we can unbreak it



CVS: cvs.openbsd.org: src

2024-04-24 Thread Job Snijders
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/24 09:15:40

Modified files:
usr.bin/vi/docs/USD.doc/vi.man: vi.1 
usr.bin/vi/vi  : vs_refresh.c 

Log message:
In ruler show the current line number as a percentage of the total lines

OK claudio@



CVS: cvs.openbsd.org: www

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:www
Changes by: clau...@cvs.openbsd.org 2024/04/24 06:07:11

Modified files:
faq: current.html 

Log message:
Document the removal of announce capabilities [yes|no] in bgpd.conf
With input from tb@ and sthen@



CVS: cvs.openbsd.org: www

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:www
Changes by: clau...@cvs.openbsd.org 2024/04/24 04:44:19

Modified files:
openbgpd   : ftp.html 

Log message:
Regen



CVS: cvs.openbsd.org: www

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:www
Changes by: clau...@cvs.openbsd.org 2024/04/24 04:43:41

Modified files:
build  : Makefile 
build/mirrors  : openbgpd-ftp.html.head 

Log message:
OpenBGPD 8.4 was releases some time ago, finally update website.



CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/04/24 04:42:09

Modified files:
usr.sbin/bgpctl: output_json.c 

Log message:
announce_capa is no more.
OK tb@



CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/04/24 04:41:34

Modified files:
usr.sbin/bgpd  : bgpd.conf.5 bgpd.h parse.y printconf.c 
 session.c 

Log message:
Remove 'announce capabilities' as neighbor config stanza.

There is no need to have an easy knob to get outdated or crappy
implementations to limp along. Instead the various default on
capabilities just need to be disabled (e.g. announce as-4byte no).

OK tb@



CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/04/24 03:30:30

Modified files:
sys/dev/sbus   : magma.c magmareg.h 

Log message:
Use static inline for cd1400_write_ccr() because clang 16 has issues with it.

Also remove some unused prototypes.
>From Koakuma, OK kn@