CVS: cvs.openbsd.org: src

2017-12-27 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2017/12/27 21:42:40 Modified files: share/man/man7 : ports.7 Log message: Delete information about bulk builds already found in bulk(8). Direct the reader there instead. ok espie@

CVS: cvs.openbsd.org: xenocara

2017-12-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/27 11:46:18 Modified files: app/cwm: calmwm.c cwm.1 Log message: Add support for re-exec'ing with SIGHUP; equivalent to the already built-in 'restart' function.

CVS: cvs.openbsd.org: src

2017-12-27 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/12/27 10:41:54 Modified files: sys/arch/amd64/amd64: k1x-pstate.c Log message: Add size for free() in the AMD K10/K11 pstate driver. It was done already on i386, but not on amd64. OK brynet@

CVS: cvs.openbsd.org: xenocara

2017-12-27 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2017/12/27 10:04:35 Modified files: app/cwm: calmwm.c xevents.c Log message: Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event handler.

CVS: cvs.openbsd.org: src

2017-12-27 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2017/12/27 08:53:30 Modified files: usr.sbin/relayd: relay.c Log message: log specific error when connect() fails. ok claudio@, feedback bluhm@

CVS: cvs.openbsd.org: src

2017-12-27 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/12/27 08:10:16 Modified files: sys/arch/i386/pci: glxsb.c Log message: Add sizes for free() in the Geode LX Security Block crypto accelerator. OK visa@

CVS: cvs.openbsd.org: src

2017-12-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/12/27 07:13:05 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Initialize memhook such that /dev/mem access doesn't attempt to map pages at address zero. Spotted by Artturi Alm. ok p

CVS: cvs.openbsd.org: src

2017-12-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/12/27 06:57:40 Modified files: sys/arch/arm64/arm64: autoconf.c Log message: Turns out linker scripts in lld are still subtly broken and aligning sections doesn't work when the -r option is used

CVS: cvs.openbsd.org: src

2017-12-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/12/27 06:55:42 Modified files: usr.bin/tmux : status.c Log message: Draw command prompt correctly with status line off.

CVS: cvs.openbsd.org: src

2017-12-27 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/12/27 06:16:53 Modified files: sys/arch/octeon/dev: octcit.c Log message: Make octeon_intr_establish() assume edge triggering with CIU3. This makes the API usable with edge triggered interrupt sources.

CVS: cvs.openbsd.org: src

2017-12-27 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/12/27 06:14:42 Modified files: sys/arch/octeon/dev: octcit.c Log message: Ensure interrupt delivery is disabled when setting interrupt delivery entry.

CVS: cvs.openbsd.org: src

2017-12-27 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/12/27 06:02:57 Modified files: bin/ksh: Makefile c_ksh.c c_sh.c edit.c emacs.c exec.c lex.c misc.c sh.h table.c table.h var.c Log message: Add -Wshadow to Makefile and

CVS: cvs.openbsd.org: src

2017-12-27 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/12/27 04:40:14 Modified files: sys/dev/ofw: fdt.c openfirm.h Log message: Implement OF_getpropint64(). ok jca@, tom@, patrick@, visa@

CVS: cvs.openbsd.org: src

2017-12-27 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/12/27 03:05:23 Modified files: lib/libc/stdlib: malloc.c Log message: step one in avoiding unneccesary init of chunk_info; some cleanup; tested by sthen@ on a ports build