CVS: cvs.openbsd.org: src

2024-04-27 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2024/04/27 13:49:42

Modified files:
bin/pax: gen_subs.c 

Log message:
Use propper knf.

Spotted by kettenis.



CVS: cvs.openbsd.org: xenocara

2024-04-27 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/27 12:34:23

Modified files:
.  : README 

Log message:
Update instructions to get a core dump from X server,
prompted by input from Kirill A. Korinsky, thanks.



CVS: cvs.openbsd.org: xenocara

2024-04-27 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/27 11:57:10

Modified files:
.  : MODULES 3RDPARTY 

Log message:
update



CVS: cvs.openbsd.org: xenocara

2024-04-27 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/27 11:37:15

Modified files:
xserver: ChangeLog configure configure.ac meson.build 
xserver/mi : mipointer.c 
xserver/render : glyph.c 

Log message:
Update to xserver 21.1.13.



CVS: cvs.openbsd.org: src

2024-04-27 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/27 09:05:55

Modified files:
usr.bin/tput   : Makefile 
Added files:
usr.bin/tput   : clear.1 

Log message:
add a man page from curses source for clear(1);
from piotr durlej

ok millert



CVS: cvs.openbsd.org: src

2024-04-27 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2024/04/27 08:57:02

Modified files:
bin/pax: gen_subs.c 

Log message:
localtime(3) can fail if time_t is very far in the future or past.

found using afl++

OK millert



CVS: cvs.openbsd.org: src

2024-04-27 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/27 08:52:30

Modified files:
usr.bin/less   : less.hlp 

Log message:
"!command" notation was zapped 8 years ago - remove corresponding
entry from the help file; from piotr durlej

while here, zap an unneccessary blank line

ok millert



CVS: cvs.openbsd.org: src

2024-04-27 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/04/27 01:41:47

Modified files:
lib/libcrypto/man: EC_GROUP_new.3 

Log message:
Tweak start of DESCRIPTION of EC_GROUP_new()

Complete precision will lead to complete confusion, however outright lies
are also bad.