CVS: cvs.openbsd.org: src

2016-10-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/18 23:31:25 Modified files: share/man/man5 : mk.conf.5 Log message: GLOBAL_AUTOCONF_CACHE is the name of a file, not 'yes'. Leftover from KERBEROS5 removal, spotted by Raf Czlonka.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/10/18 23:50:54 Modified files: lib/libc/sys : getsockopt.2 Log message: note that SO_REUSEADDR is restricted to callers with the same uid or root; while there, super-user -> superuser for internal

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 02:46:43 Modified files: usr.bin/tmux : cmd-queue.c tmux.h Log message: Give each item on queue a name for better logging.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2016/10/18 05:05:45 Modified files: sys/net: rtsock.c Log message: Place splsoftnet() in route_input() to shut up splassert warnings in sorwakeup(). Report from egorenar-dev at posteo.net; OK

CVS: cvs.openbsd.org: src

2016-10-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2016/10/18 05:20:42 Modified files: sys/net: pf.c Log message: The checksum of a ICMP "need to frag" packet for TCP was wrong when created from a ICMP6 "too big" packet. The function

CVS: cvs.openbsd.org: src

2016-10-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/18 03:22:05 Modified files: distrib/notes : m4.common Log message: spelling: initialising -> initializing from Claus Assmann artitions -> partitions from spell(1)

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 02:39:18 Modified files: usr.bin/tmux : screen-write.c Log message: Zero dirty count after flushing.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 01:38:16 Modified files: usr.bin/tmux : window.c Log message: Store the right size in the pipe offset for pipe-pane.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2016/10/18 03:31:05 Modified files: sbin/sysctl: sysctl.c Log message: Rewrite the kern.malloc.kmemstat in the same style as previous. This one does not overflow because the initial count includes empty

CVS: cvs.openbsd.org: src

2016-10-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/10/18 07:40:59 Modified files: sys/dev: rnd.c Log message: when openbsd.randomdata was made readonly, the proto seed copy got done too late, leading to poor rng in the kernel early on. a

CVS: cvs.openbsd.org: src

2016-10-18 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/18 06:41:22 Modified files: usr.bin/ssh: sftp.c Log message: Install a signal handler for tty-generated signals and wait for the ssh child to suspend before suspending sftp. This lets ssh

CVS: cvs.openbsd.org: src

2016-10-18 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/18 06:47:18 Modified files: lib/libc/gen : readpassphrase.c Log message: Avoid generate SIGTTOU when restoring the terminal mode. If we get SIGTTOU it means the process is not in the foreground

CVS: cvs.openbsd.org: src

2016-10-18 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/18 06:38:01 Modified files: share/man/man9 : style.9 Log message: Use "continue;" instead of a bare ";" in the for() loop example with no body.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 06:51:26 Modified files: usr.bin/tmux : cmd-find.c Log message: Tweak a couple of log statements.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2016/10/18 07:28:01 Modified files: sys/net: pf.c pfvar.h Log message: split pf_send_tcp() into the part that builds the mbuf and the actual sending, needed soon. ok sashan mikeb lteo

CVS: cvs.openbsd.org: src

2016-10-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2016/10/18 05:29:27 Modified files: sys/net: pf.c Log message: The variable dlen is always positive and d may be negative. So declare both with the correct sign in pf_change_icmp_af(). OK henning@

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 10:50:55 Modified files: usr.sbin/makefs: Makefile cd9660.h usr.sbin/makefs/cd9660: iso9660_rrip.h Added files: usr.sbin/makefs/cd9660: cd9660_rrip.h iso.h iso_rrip.h Removed

CVS: cvs.openbsd.org: src

2016-10-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2016/10/18 09:16:55 Modified files: sys/arch/amd64/amd64: vmm.c Log message: SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@

CVS: cvs.openbsd.org: src

2016-10-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/18 08:41:45 Modified files: regress/usr.bin/mandoc/db/out: twosect.dout Log message: adjust after the ordering was made well-defined in mandocdb.c rev. 1.180

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 08:56:17 Modified files: usr.bin/tmux : grid.c Log message: Make grid_clear_cell set up the entry properly for 256 and RGB cells.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/18 08:20:07 Modified files: usr.bin/mandoc : mandocdb.c Log message: Fix a comment: We don't have manpath(1). No code change.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/18 08:13:46 Modified files: usr.bin/mandoc : mandocdb.c Log message: Simplify and correct support for reproducible builds, such that database entries come in a well-defined order even in the

CVS: cvs.openbsd.org: src

2016-10-18 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2016/10/18 11:32:54 Modified files: usr.bin/ssh: channels.c channels.h Log message: Remove channel_input_port_forward_request(); the only caller was the recently-removed SSH1 server code so it's now

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 11:38:20 Modified files: usr.sbin/makefs: makefs.8 makefs.c Log message: Remove the -B flag. Most of the byteswapping code was tedu'd already.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 12:15:23 Modified files: usr.sbin/makefs: makefs.8 makefs.c Log message: Only allow epoch timestamps for -T. A shared option for either using the timestamps from a file or using an epoch

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 11:05:31 Modified files: usr.sbin/makefs: Makefile msdos.c usr.sbin/makefs/msdos: msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c Added files:

CVS: cvs.openbsd.org: src

2016-10-18 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/18 12:13:56 Modified files: share/man/man9 : style.9 Log message: Don't tell the programmer not to put variable declarations inside blocks. OK guenther@ kettenis@

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 12:34:45 Modified files: usr.sbin/makefs: makefs.c Log message: Remove setprogname().

CVS: cvs.openbsd.org: src

2016-10-18 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: jo...@cvs.openbsd.org 2016/10/18 11:11:43 Modified files: usr.bin/cvs: status.c Log message: Add the branch revision to the status output much like GNU cvs does. OK millert@

CVS: cvs.openbsd.org: src

2016-10-18 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/10/18 11:23:21 Modified files: usr.sbin/makefs: Makefile ffs.c ffs.h usr.sbin/makefs/ffs: ffs_alloc.c ffs_balloc.c mkfs.c ufs_bmap.c Added files: usr.sbin/makefs/ffs: dinode.h dir.h

CVS: cvs.openbsd.org: xenocara

2016-10-18 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2016/10/18 11:03:30 Modified files: app/cwm: calmwm.c calmwm.h client.c conf.c group.c kbfunc.c mousefunc.c screen.c search.c xevents.c Log

CVS: cvs.openbsd.org: src

2016-10-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/10/18 12:42:08 Modified files: usr.sbin/makefs: Makefile Log message: cleanup Makefile

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 13:25:26 Modified files: usr.bin/tmux : tmux.1 Log message: xterm-keys was in the wrong place in the list; Dilyan Palauzov.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/10/18 12:44:47 Modified files: sys/arch/i386/conf: ld.script Log message: put .openbsd.randomdata into rodata, since i386 can handle it

CVS: cvs.openbsd.org: src

2016-10-18 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2016/10/18 13:47:52 Modified files: usr.sbin/bgpd : rde.c bgpd.conf.5 Log message: "Terminate the session after number prefixes have been received" means that max-prefix 1 will close the session on the

CVS: cvs.openbsd.org: src

2016-10-18 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/10/18 14:07:35 Modified files: usr.bin/sendbug: sendbug.c Log message: Use the files in /var/db/acpi instead of trying to run acpidump. ok brynet@

CVS: cvs.openbsd.org: src

2016-10-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2016/10/18 13:46:00 Modified files: sys/ddb: db_examine.c Log message: Add the examine /m format, "display in unsigned hex with character dump at the end of each line", which has always been

CVS: cvs.openbsd.org: src

2016-10-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/10/18 13:52:49 Modified files: usr.bin/tmux : grid.c Log message: Clear cell entry with grid_default_entry not grid_default_cell.

CVS: cvs.openbsd.org: src

2016-10-18 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/10/18 15:06:52 Modified files: usr.bin/cvs: diff3.c usr.bin/diff3 : diff3prog.c usr.bin/rcs: diff3.c Log message: Using bitwise OR along with two assignments in the

CVS: cvs.openbsd.org: src

2016-10-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/10/18 00:14:43 Modified files: distrib/notes : m4.common Log message: typo fix and zap some trailing eol whitespace; from claus assman

CVS: cvs.openbsd.org: src

2016-10-18 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/10/18 15:57:19 Modified files: usr.sbin/ntpd : constraint.c Log message: Save the constraint process pid by getting the start_child() return value, this should fix the problem with random

CVS: cvs.openbsd.org: src

2016-10-18 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2016/10/18 16:05:47 Modified files: usr.sbin/ntpd : constraint.c Log message: Check for EAGAIN on imsg_flush() return otherwise we might be failing to send message to the child process. Do like we

CVS: cvs.openbsd.org: src

2016-10-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/10/18 16:26:20 Modified files: usr.bin/mandoc : dbm.c Log message: The termination condition of the iteration logic in page_bymacro() was overzealous. Consequently, macro=substr and

CVS: cvs.openbsd.org: src

2016-10-18 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2016/10/18 20:05:49 Modified files: sys/net: if.c Log message: Remove the if_input task from the correct taskq. ok bluhm henning

CVS: cvs.openbsd.org: src

2016-10-18 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/10/18 19:34:47 Modified files: sys/arch/sh/sh : pmap.c Log message: struct process has a pointer to the vmspace now, so simplify the ASID search ok deraadt@ jca@

Re: CVS: cvs.openbsd.org: src

2016-10-18 Thread YASUOKA Masahiko
On Tue, 18 Oct 2016 20:05:49 -0600 (MDT) YASUOKA Masahiko wrote: > CVSROOT: /cvs > Module name: src > Changes by: yasu...@cvs.openbsd.org 2016/10/18 20:05:49 > > Modified files: > sys/net: if.c > > Log message: > Remove the if_input task from the

CVS: cvs.openbsd.org: src

2016-10-18 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/10/18 19:32:26 Modified files: gnu/gcc/gcc: c-decl.c Log message: Don't warn about shadowing a global function unless the local variable or parameter is a pointer to a function. ok