CVS: cvs.openbsd.org: src

2017-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/07/17 18:53:45 Modified files: sys/dev/fdt: sxiccmu.c Log message: fix previous to make sxiccmu compile again

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/07/17 13:28:35 Modified files: sys/dev/fdt: sxiccmu.c Log message: The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatible propert for the clock controller module.

CVS: cvs.openbsd.org: src

2017-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/07/17 12:52:26 Modified files: etc: rc Log message: Tweak previous.

CVS: cvs.openbsd.org: src

2017-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/07/17 12:37:42 Modified files: etc: rc Log message: Use a more compact way to compose the initial pf ruleset. Diff from Klemens Nanni OK tb@ zhuk@

CVS: cvs.openbsd.org: src

2017-07-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/07/17 12:16:14 Modified files: etc: rc Log message: Now that choosing the library versions is much faster, we can do it after remounting the filesystem containing /usr/lib as rw: the former

CVS: cvs.openbsd.org: src

2017-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/07/17 12:02:31 Modified files: distrib/miniroot: install.sub Log message: Fix IPv6 default router selection - adjust to changed ping6 output - tighten sed expression - remove second sed, bsort() prints

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/07/17 11:57:27 Modified files: sys/dev/pci/drm: drm_linux.h Log message: Implement a proper hash table instead of lumping evrything into a single list.

CVS: cvs.openbsd.org: src

2017-07-17 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/07/17 11:53:59 Modified files: sbin/dhclient : kroute.c Log message: Nuke unused variables 'deleting' and 'adding'.

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/07/17 10:32:26 Modified files: sys/dev/pv : xen.c Log message: Forbid overwriting a grant table entry currently in use

CVS: cvs.openbsd.org: src

2017-07-17 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/07/17 10:13:13 Modified files: sbin/dhclient : dhclient.c Log message: Nuke findproto() and get_ifa(). They are unused now that RTM_DELADDR and RTM_NEWADDR are no longer of interest. Pointed out by

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/07/17 10:04:31 Modified files: sys/dev/pv : xen.c Log message: Reduce amount of CAS attempts in a busy-wait loop by a factor of 100

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/07/17 10:01:24 Modified files: sys/dev/pv : if_xnf.c Log message: Pick the correct TX buffer when unrolling

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/07/17 09:58:22 Modified files: sys/dev/pv : if_xnf.c Log message: Reimplement mbuf/map to descriptor mapping Previously descriptors have referenced DMA maps too loosely which led to

Re: CVS: cvs.openbsd.org: src

2017-07-17 Thread Kenneth R Westerback
On Mon, Jul 17, 2017 at 09:05:03AM -0600, Kenneth R Westerback wrote: > CVSROOT: /cvs > Module name: src > Changes by: k...@cvs.openbsd.org2017/07/17 09:05:03 > > Modified files: > sbin/dhclient : dhclient.8 dhclient.c dhcpd.h > > Log message: > Remove some magic formerly

CVS: cvs.openbsd.org: src

2017-07-17 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/07/17 09:05:03 Modified files: sbin/dhclient : dhclient.8 dhclient.c dhcpd.h Log message: Remove some magic formerly used to detect the presence of another dhclient taking control of the interface.

CVS: cvs.openbsd.org: src

2017-07-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/07/17 08:25:30 Modified files: sys/dev/ic : ar5008.c Log message: Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s in r1.38 of this file, however for some reason the

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/07/17 07:46:53 Modified files: sys/arch/arm64/stand/efiboot: Makefile Log message: Use .c instead of .o here too. ok espie@

CVS: cvs.openbsd.org: src

2017-07-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/07/17 06:02:53 Modified files: etc: rc Log message: Optimize and simplify the selection of the latest library version in reorder_libs(). >From Klemens Nanni with input from rpe. ok rpe,

CVS: cvs.openbsd.org: www

2017-07-17 Thread Marc Espie
CVSROOT:/cvs Module name:www Changes by: es...@cvs.openbsd.org 2017/07/17 06:02:52 Modified files: . : events.html Log message: bad cut link

CVS: cvs.openbsd.org: www

2017-07-17 Thread Marc Espie
CVSROOT:/cvs Module name:www Changes by: es...@cvs.openbsd.org 2017/07/17 05:59:46 Modified files: . : events.html Log message: add lseweek

CVS: cvs.openbsd.org: www

2017-07-17 Thread Marc Espie
CVSROOT:/cvs Module name:www Changes by: es...@cvs.openbsd.org 2017/07/17 05:54:45 Added files: papers : lse-clang.pdf Log message: add presentation from lse week

CVS: cvs.openbsd.org: src

2017-07-17 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2017/07/17 05:27:06 Modified files: sbin/slaacd: engine.c Log message: Overhaul handling of vltime and pltime processing - make sure to not send solicitations at a very high rate indefinitely if pltime

CVS: cvs.openbsd.org: src

2017-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/07/17 04:30:03 Modified files: sys/dev/pv : xbf.c Log message: Grant table entries must be disassociated once CCB is complete Attempting to unload the map before all chunks are done may lead to

CVS: cvs.openbsd.org: src

2017-07-17 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/07/17 00:32:53 Modified files: sbin/sysctl: sysctl.c Log message: add support for binary sysctl payloads by handling them as hex strings. this was part of a demo showing how to implement the