CVS: cvs.openbsd.org: src

2017-11-16 Thread Mike Larkin
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/11/16 21:44:14

Modified files:
sys/arch/i386/include: vmmvar.h 
sys/arch/amd64/include: vmmvar.h 

Log message:
vmmvar.h changes for upcoming cdrom support in vmd(8).

Diff from carlos cardenas, thanks



CVS: cvs.openbsd.org: src

2017-11-16 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/11/16 20:51:32

Modified files:
share/man/man9 : if_rxr_init.9 
sys/net: if_var.h if.c 

Log message:
add if_rxr_livelocked so rxr users can request backpressure themselves.

right now the rx ring moderation code makes a decision globally
that a machine is livelocked, and uses that to apply backpressure
on all the rx rings. we're moving toward having the network stack
run on multiple cpus, and fed from multiple rx rings. if_rxr_livelocked
lets a driver apply backpressure explicitely if something tells it
that whatever is consuming previous packets cannot keep up.

while here expose the current ring watermark with if_rxr_cwm.

tweaks and ok visa@



CVS: cvs.openbsd.org: src

2017-11-16 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org   2017/11/16 17:26:11

Modified files:
share/man/man5 : bsd.port.mk.5 

Log message:
the COMPILER transition mechanism is gone



CVS: cvs.openbsd.org: src

2017-11-16 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/11/16 14:08:42

Modified files:
share/man/man4 : dwiic.4 

Log message:
fix SEE ALSO;



CVS: cvs.openbsd.org: www

2017-11-16 Thread Ingo Feinerer
CVSROOT:/cvs
Module name:www
Changes by: feine...@cvs.openbsd.org2017/11/16 13:36:12

Modified files:
.  : want.html 

Log message:
SAS disks are no longer needed in Vienna, Austria.

Remove entry on martin@'s request.



CVS: cvs.openbsd.org: src

2017-11-16 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2017/11/16 12:40:46

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2017-11-16 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2017/11/16 12:22:33

Modified files:
bin/csh: file.c 

Log message:
In revision 1.35 of file.c, tenex() was modified to respect the inputline_size
argument but I forgot to adapt one conditional. Still no functional change since
tenex() only has one call site where `inputline_size == sizeof(buf)`.



CVS: cvs.openbsd.org: src

2017-11-16 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2017/11/16 12:08:16

Modified files:
bin/csh: file.c 

Log message:
Zap a redundant cast.



CVS: cvs.openbsd.org: src

2017-11-16 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2017/11/16 12:05:44

Modified files:
regress/bin/csh: Makefile filec.sh 

Log message:
Add a variable referencing the csh binary to test.



CVS: cvs.openbsd.org: src

2017-11-16 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/11/16 11:12:27

Modified files:
share/man/man4 : dwiic.4 
sys/conf   : files 
sys/dev/pci: files.pci 
sys/arch/amd64/conf: GENERIC RAMDISK_CD 
sys/dev/acpi   : acpi.c files.acpi 
Added files:
sys/dev/pci: dwiic_pci.c 
sys/dev/acpi   : dwiic_acpi.c 
sys/dev/ic : dwiic.c dwiicreg.h dwiicvar.h 
Removed files:
sys/dev/acpi   : dwiic.c 

Log message:
Add PCI attachment for dwiic(4) needed by Intel 100 Series machines

ok kettenis



CVS: cvs.openbsd.org: src

2017-11-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2017/11/16 08:35:07

Modified files:
share/man/man4 : netintro.4 

Log message:
sync struct ifreq with if.h.  ifr_vnetid is now a proper member of
struct ifreq and is no longer overloaded with ifr_metric.  Moreover,
ifr_index and ifr_llprio were missing and mandoc -Tlint complained
about a "useless macro: Tn".

ok jmc, benno, visa



CVS: cvs.openbsd.org: src

2017-11-16 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/11/16 07:24:34

Modified files:
usr.sbin/relayd: parse.y 

Log message:
Check that http options are only configured in http protocols.
OK benno@



CVS: cvs.openbsd.org: src

2017-11-16 Thread Helg Bredow
CVSROOT:/cvs
Module name:src
Changes by: h...@cvs.openbsd.org2017/11/16 06:23:13

Modified files:
regress/lib/libfuse: Makefile 
Added files:
regress/lib/libfuse: fuse-opt-parse.c fuse-parse-cmdline.c 

Log message:
Add regress tests for fuse_opt_parse() and fuse_parse_cmdline()

ok mpi@



CVS: cvs.openbsd.org: src

2017-11-16 Thread Helg Bredow
CVSROOT:/cvs
Module name:src
Changes by: h...@cvs.openbsd.org2017/11/16 05:56:58

Modified files:
lib/libfuse: fuse_opt.c 

Log message:
Add support for:
multiple options after -o.
arguments that require options e.g. -p 22
%s, %lu, %u option templates

ok mpi@



CVS: cvs.openbsd.org: src

2017-11-16 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/11/16 05:49:32

Modified files:
regress/lib/libpthread/pthread_once: Makefile 

Log message:
Disable the pthread_once subtest until the problem with samba port
is resolved and libpthread can be fixed.
discussed with guenther@



CVS: cvs.openbsd.org: src

2017-11-16 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/11/16 04:16:16

Modified files:
usr.bin/tmux   : tmux.1 window-copy.c 

Log message:
Add -and-cancel variants for scrolling commands to exit copy mode when
the bottom is reached, from Stephen Hicks.



CVS: cvs.openbsd.org: src

2017-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/11/16 04:08:28

Modified files:
sbin/fdisk : misc.c 

Log message:
Range check default values so that a range like
'[1 - 0] [1]' can no longer return '1'.

Issue reported by Alexi Malinin via bugs@. Thanks!



CVS: cvs.openbsd.org: src

2017-11-16 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2017/11/16 01:16:03

Modified files:
lib/libc/stdio : vfwprintf.c 

Log message:
Add error checking to some calls to __find_arguments(). Matches similar
changes by schwarze to vfprintf.c r1.71. Cherrypicked from android:

https://github.com/aosp-mirror/platform_bionic/commit/5305a4d4a723b06494b93f2df81733b83a0c46d3

ok millert