CVS: cvs.openbsd.org: src

2017-06-16 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/06/16 21:45:36 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Invalidate remote TLB entries by address range. This reduces the number of IPIs required when removing mappings.

CVS: cvs.openbsd.org: src

2017-06-16 Thread Brian Callahan
CVSROOT:/cvs Module name:src Changes by: bcal...@cvs.openbsd.org 2017/06/16 19:55:16 Modified files: usr.bin/m4 : Makefile tokenizer.l Log message: Don't need to link with -ll or -ly. ok millert@ (who spotted and provided the -ll removal bits)

CVS: cvs.openbsd.org: src

2017-06-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/16 19:26:48 Modified files: usr.bin/mandoc : man_term.c Log message: properly set the default indentation such that even pages without any .SH macros get it

CVS: cvs.openbsd.org: src

2017-06-16 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2017/06/16 18:28:18 Modified files: sys/arch/luna88k/dev: if_le.c Log message: Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K.

CVS: cvs.openbsd.org: src

2017-06-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/16 14:00:41 Modified files: usr.bin/mandoc : tbl_data.c tbl_term.c regress/usr.bin/mandoc/tbl/layout: Makefile Added files: regress/usr.bin/mandoc/tbl/layout: lines-nogroff.in

CVS: cvs.openbsd.org: src

2017-06-16 Thread Adam Wolk
CVSROOT:/cvs Module name:src Changes by: aw...@cvs.openbsd.org 2017/06/16 13:59:13 Modified files: sbin/pfctl : pfctl.c Log message: pfctl: merge identifical if conditions and void functions discarding ret values Transform the following functions (which never retur

CVS: cvs.openbsd.org: xenocara

2017-06-16 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2017/06/16 09:13:29 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: src

2017-06-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/16 09:12:38 Modified files: usr.bin/tmux : cmd-queue.c cmd-find.c Log message: Tweak some logging.

CVS: cvs.openbsd.org: src

2017-06-16 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2017/06/16 08:57:51 Modified files: sys/dev/ic : r92creg.h rtwn.c rtwnvar.h sys/dev/pci: if_rtwn.c sys/dev/usb: if_urtwn.c Log message: - Fix incorrect values in the computation

CVS: cvs.openbsd.org: src

2017-06-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/06/16 08:12:12 Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h Log message: Nuke 'is_bootp' field and just use a #define to check if the lease has DHO_DHCP_MESSAGE_TYPE info.

CVS: cvs.openbsd.org: src

2017-06-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/16 05:50:06 Modified files: usr.bin/tmux : tty-term.c Log message: Log terminal capabilities for each new terminal.

CVS: cvs.openbsd.org: src

2017-06-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/06/16 04:58:43 Modified files: share/man/man4 : pppoe.4 sys/net: if_spppsubr.c Log message: In sppp(4), allow additional 'wildcard' addresses for the destination. Any address within the

CVS: cvs.openbsd.org: src

2017-06-16 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/06/16 04:25:54 Modified files: bin/csh: Makefile gnu/lib/libiberty: Makefile.bsd-wrapper gnu/usr.bin/cc/libcpp: Makefile gnu/usr.bin/cc/libgcov: Makefile gnu/us

CVS: cvs.openbsd.org: src

2017-06-16 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/06/16 04:20:52 Modified files: share/mk : bsd.dep.mk bsd.lib.mk bsd.prog.mk Log message: introduce a BUILDFIRST/BUILDAFTER mechanism: record every standard component built in bsd.lib.mk/bsd.prog.m

CVS: cvs.openbsd.org: src

2017-06-16 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/06/16 02:45:34 Modified files: sys/dev/pci: if_iwm.c Log message: In iwm_init() save the generation counter once before looping over tsleep(9), instead of saving it during every iteration.