CVS: cvs.openbsd.org: src

2019-03-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 23:47:12 Modified files: usr.bin/netstat: main.c Log message: add -e to usage; while here, change the argument name to -T from tableid to rtable, to match the man page;

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 23:04:32 Modified files: gnu/usr.bin/clang: Makefile Makefile.arch gnu/usr.bin/clang/include/llvm/Config: Makefile Log message: build AMDGPU Target in addition to native

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 19:18:15 Modified files: gnu/llvm/tools/llvm-config: llvm-config.cpp Log message: libLLVM in base will be installed as libLLVM.so.major.minor with no symlink for libLLVM-7.so or libLLVM.so.

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 18:55:18 Added files: gnu/usr.bin/clang/llvm-config: BuildVariables.inc.def LibraryDependencies.inc.AArch64

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 18:47:37 src/gnu/usr.bin/clang/llvm-config Update of /cvs/src/gnu/usr.bin/clang/llvm-config In directory cvs.openbsd.org:/tmp/cvs-serv25287/llvm-config Log Message: Directory

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/03/04 18:43:07 Modified files: sys/dev/pci: mfii.c Log message: swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order ok dlg@

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/03/04 18:40:21 Modified files: sys/dev/ic : mfi.c Log message: apply background init progress fix from r1.59 of mfii.c (reverting most of r1.60 of mfi.c, oddly enough) ok dlg@ tested on a

CVS: cvs.openbsd.org: src

2019-03-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/03/04 14:57:16 Modified files: sys/net: ifq.c Log message: move back to ifiq_input counting packets instead of queue operations. the backpressure seems to have kicked in too early, introducing

CVS: cvs.openbsd.org: src

2019-03-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/03/04 14:36:21 Modified files: regress/usr.sbin/vmd/config: vmd-fail-vm-name-too-long.conf Log message: After vmm(4) max name length has been increased, adapt vmd(8) config parser test for name length.

CVS: cvs.openbsd.org: src

2019-03-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/03/04 14:34:08 Modified files: sys/net: ifq.c Log message: don't need to initialise qdrops twice when setting up ifqs and ifiqs.

CVS: cvs.openbsd.org: src

2019-03-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/03/04 14:32:26 Modified files: usr.bin/netstat: if.c main.c netstat.1 netstat.h Log message: when showing interface stats, combine the queue drops with errors as fails if you want to see errors or

CVS: cvs.openbsd.org: src

2019-03-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/03/04 14:27:35 Modified files: usr.bin/systat : if.c systat.1 systat.h Log message: expose the interface queue drops in the interface view by default qdrops and errors are combined in a number of

CVS: cvs.openbsd.org: src

2019-03-04 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/03/04 14:25:04 Modified files: usr.sbin/relayd: http.h parse.y relay.c relay_http.c relayd.conf.5 relayd.h Log message: Support for rfc 6455 Websockets connection upgrade. Add

CVS: cvs.openbsd.org: src

2019-03-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/03/04 14:23:48 Modified files: usr.bin/systat : engine.h Log message: make title a const char *.

CVS: cvs.openbsd.org: www

2019-03-04 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: pam...@cvs.openbsd.org 2019/03/04 14:06:05 Modified files: . : plus.html Log message: plus for February 25 - March 3; input from Kurt Mosiejczuk; tweaks and OK florian@

CVS: cvs.openbsd.org: src

2019-03-04 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/03/04 12:35:28 Modified files: regress/sys/kern/kqueue: Makefile kqueue-pty.c Log message: add kqueue pty close slave test

CVS: cvs.openbsd.org: src

2019-03-04 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/03/04 12:33:42 Modified files: regress/sys/kern/kqueue: Makefile kqueue-pty.c main.c main.h Log message: add support for multiple kqueue pty tests

CVS: cvs.openbsd.org: src

2019-03-04 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/03/04 12:31:07 Modified files: regress/sys/kern/kqueue: Makefile Log message: one regress test per line to reduce future churn

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 12:28:18 Modified files: app/cwm: calmwm.c calmwm.h conf.c kbfunc.c menu.c screen.c Log message: Separate out the menu window from the client resize/move

CVS: cvs.openbsd.org: src

2019-03-04 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/03/04 12:23:02 Modified files: sys/kern : tty_pty.c Log message: When closing the slave end of a pty, generate an EOF event to any kqueue consumer of the master end. This behavior is equivalent

CVS: cvs.openbsd.org: src

2019-03-04 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2019/03/04 11:41:40 Modified files: sys/net: if_pppx.c Log message: allow IPv6 to flow through pppx(4) OK phessler@ deraadt@

CVS: cvs.openbsd.org: src

2019-03-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/04 11:14:27 Modified files: usr.bin/mandoc : main.c Log message: For TIOCGWINSZ, #include rather than like almost all other userland programs. This also improves portability: for example,

CVS: cvs.openbsd.org: src

2019-03-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2019/03/04 09:46:44 Modified files: lib/libssl : tls13_lib.c Log message: Don't index a void pointer, fixes compilation with visual studio. Gcc/clang will treat void * as char * but this is

CVS: cvs.openbsd.org: src

2019-03-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/04 08:25:16 Modified files: share/man/man1 : check-lib-depends.1 Log message: BUGS goes last;

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 07:48:59 Modified files: app/cwm: calmwm.h screen.c xutil.c Log message: fix a few misplaced (and misnamed) ewmh root window functions

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 07:36:02 Modified files: app/cwm: screen.c Log message: _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after conf_group().

CVS: cvs.openbsd.org: src

2019-03-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/04 07:10:33 Modified files: share/man/man1 : check-lib-depends.1 Log message: known fact, check-lib-depends does not understand subdirectories of LOCALBASE (yet) reminded by cwen@'s question

CVS: cvs.openbsd.org: xenocara

2019-03-04 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/04 06:33:39 Modified files: app/cwm: conf.c Log message: simplify xftcolor config

CVS: cvs.openbsd.org: src

2019-03-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/04 06:01:52 Modified files: usr.bin/mandoc : Makefile main.c mdoc_validate.c roff.h Added files: usr.bin/mandoc : arch.c Log message: When the -S option is given to man(1) and the

CVS: cvs.openbsd.org: src

2019-03-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/04 04:40:03 Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Fix the last straggler where the struct roff_node "line" member was abused to detect an input line break; instead,

CVS: cvs.openbsd.org: src

2019-03-04 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/03/04 03:59:04 Modified files: usr.sbin/acme-client: http.c Log message: According to RFC 7230 Section 3.2 header field names are case-insensitive. Pointed out by "Wolf" ( wolf at wolfsden.cz ),

CVS: cvs.openbsd.org: src

2019-03-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/03/04 02:29:40 Modified files: usr.bin/tmux : tty.c Log message: Don't set client offset if client is not a terminal

CVS: cvs.openbsd.org: src

2019-03-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/03/04 02:29:52 Modified files: usr.bin/tmux : resize.c Log message: Fix sense of aggressive-resize flag.

CVS: cvs.openbsd.org: src

2019-03-04 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/03/04 01:58:43 Modified files: sbin/unwind: captiveportal.c Log message: According to RFC 7230 Section 3.2 header field names are case-insensitive. Pointed out by "Wolf" ( wolf at wolfsden.cz )

CVS: cvs.openbsd.org: src

2019-03-04 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/03/04 01:42:13 Modified files: sys/net: pfkeyv2.h pfkeyv2_convert.c Log message: Add padding to struct sadb_x_counter to make it comply with alignment constraints documented in RFC 2367 section

CVS: cvs.openbsd.org: www

2019-03-04 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: pam...@cvs.openbsd.org 2019/03/04 01:33:30 Modified files: . : plus.html Log message: fix typo in hyperlink OK florian@

CVS: cvs.openbsd.org: src

2019-03-04 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2019/03/04 01:26:55 Modified files: regress/lib/libpthread: Makefile Log message: link pthread_rwlock2 test

CVS: cvs.openbsd.org: src

2019-03-04 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2019/03/04 01:23:05 Added files: regress/lib/libpthread/pthread_rwlock2: Makefile pthread_rwlock2.c Log message: add a new pthread_rwlock test based on

CVS: cvs.openbsd.org: src

2019-03-04 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2019/03/04 01:21:44 src/regress/lib/libpthread/pthread_rwlock2 Update of /cvs/src/regress/lib/libpthread/pthread_rwlock2 In directory cvs.openbsd.org:/tmp/cvs-serv77545/pthread_rwlock2 Log Message: Directory