CVS: cvs.openbsd.org: src

2015-11-16 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/11/17 00:13:55 Modified files: regress/sys/dev/video: videotest.c Log message: Drop a few NULL-checks before free()

CVS: cvs.openbsd.org: src

2015-11-16 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/11/16 22:45:35 Modified files: usr.bin/bc : bc.1 Log message: Clarify sentence about `quit` in BUGS section. >From schwarze@, "yes, please" -jmc@

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 21:09:35 Modified files: sys/kern : kern_pledge.c Log message: Allow sysctl kern.clockrate, kern.argmax, kern.ngroups, kern.sysvshm, and kern.posix1version. Enough to satisfy getconf, and I

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 19:16:52 Modified files: usr.sbin/ypldap: ldapclient.c log.c Log message: clean headers

CVS: cvs.openbsd.org: src

2015-11-16 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/11/16 18:47:09 Modified files: sys/dev/pci: if_bge.c Log message: shuffle transmit to avoid IFQ_POLL. basically make sure there's enough space in the ring before dequeueing a packet for it. ok mpi

[st...@openbsd.org: CVS: cvs.openbsd.org: www]

2015-11-16 Thread Stuart Henderson
- Forwarded message from Stuart Henderson - From: Stuart Henderson Date: Mon, 16 Nov 2015 16:44:55 -0700 (MST) To: source-changes@openbsd.org Subject: CVS: cvs.openbsd.org: www CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/11/16 16:44:55 Modified

CVS: cvs.openbsd.org: www

2015-11-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/11/16 16:58:23 Modified files: . : vax-simh.html Log message: Add some notes for post-5.8 tun->tap use with SIMH VAX. Typically the FAQ refers only to the most recent release but probably

CVS: cvs.openbsd.org: src

2015-11-16 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/11/16 16:47:52 Modified files: usr.bin/ssh: sshkey.c usr.sbin/mopd/mopd: process.c Log message: Replace remaining calls to index(3) with strchr(3). OK jca@ krw@

CVS: cvs.openbsd.org: www

2015-11-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/11/16 16:44:55 Modified files: faq: current.html Log message: talk about tun->tap change for "link0" mode. prompted by a query from aja@

CVS: cvs.openbsd.org: src

2015-11-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/11/16 15:57:51 Modified files: usr.bin/tmux : input-keys.c Log message: 0x7f is a valid key.

CVS: cvs.openbsd.org: src

2015-11-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/11/16 15:53:07 Modified files: usr.bin/ssh: ssh-keygen.c Log message: Allow fingerprinting from standard input "ssh-keygen -lf -" Support fingerprinting multiple plain keys in a file and authorized

CVS: cvs.openbsd.org: src

2015-11-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/11/16 15:51:05 Modified files: usr.bin/ssh: sshd.c Log message: always call privsep_preauth_child() regardless of whether sshd was started by root; it does important priming before sandboxing and fa

CVS: cvs.openbsd.org: src

2015-11-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/11/16 15:50:01 Modified files: usr.bin/ssh: sshkey.c Log message: improve sshkey_read() semantics; only update *cpp when a key is successfully read; ok markus@

CVS: cvs.openbsd.org: src

2015-11-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/11/16 14:35:58 Modified files: bin/cp : utils.c Log message: rename link to name to avoid shadowing the function

CVS: cvs.openbsd.org: src

2015-11-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/11/16 14:27:42 Modified files: usr.sbin/rebound: rebound.c Log message: improve logging slightly

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 14:20:40 Modified files: usr.bin/mail : main.c Log message: pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec"

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 14:20:20 Modified files: sys/kern : kern_pledge.c Log message: Allow TIOCEXT in pledge "tty" Discussed with millert

CVS: cvs.openbsd.org: src

2015-11-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/11/16 13:56:56 Modified files: usr.sbin/rebound: rebound.c Log message: the list insertion needs to occur right after we get a valid socket, as that is the hint that the request is on the list.

CVS: cvs.openbsd.org: src

2015-11-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/11/16 12:33:52 Modified files: sys/arch/amd64/stand/pxeboot: Makefile sys/arch/aviion/stand/boot: boot.c sys/arch/aviion/stand/libsa: Makefile sys/arch/hppa/stand/libsa: Makefil

CVS: cvs.openbsd.org: src

2015-11-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/11/16 12:26:21 Modified files: lib/libc/sys : pledge.2 revoke.2 Log message: minor tweaks;

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:37:30 Modified files: libexec/getty : main.c Log message: Observe that FIOASYNC clearing for stdin is only done in the case where getty receives the fd from init, so hoist it upwards. Since r

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:35:31 Modified files: sbin/shutdown : shutdown.c Log message: initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yes it sounds like a lot, but this will eventually run the /et

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:29:35 Modified files: lib/libc/sys : pledge.2 sys/kern : kern_pledge.c vfs_syscalls.c Log message: Permit revoke(2) for a pledge "rpath tty" ok millert semarie tedu guenther

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:25:18 Modified files: sys/kern : vfs_syscalls.c lib/libc/sys : revoke.2 Log message: Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. ok millert semarie tedu g

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:23:50 Modified files: sys/kern : vfs_subr.c Log message: In getdevvp() set the VISTTY flag on a vnode to indicate the underlying device is a D_TTY device. (Like spec_open, but this sets

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:49:35 Modified files: usr.bin/calendar: calendar.c Log message: pledge calendar: * "stdio rpath proc exec" in normal mode (execs cpp) * "stdio rpath tmppath fattr id proc exec" in -a mode, whi

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:41:45 Modified files: sys/kern : kern_pledge.c Log message: brk/sbrk's use case is way too narrow to be a default stdio pledge. Since this only affects base gcc and the ports most in nee

CVS: cvs.openbsd.org: src

2015-11-16 Thread Pascal Stumpf
CVSROOT:/cvs Module name:src Changes by: pas...@cvs.openbsd.org 2015/11/16 10:43:17 Modified files: usr.bin/gprof : gprof.c gprof.h Log message: pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop wpath and cpath if we don't need to write a gmon.sum

CVS: cvs.openbsd.org: src

2015-11-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/11/16 10:35:05 Modified files: usr.sbin/apmd : apmd.c Log message: fix log messages, from jan stary

CVS: cvs.openbsd.org: src

2015-11-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/11/16 10:29:43 Modified files: usr.sbin/kgmon : Makefile kgmon.c Log message: delete setuid code (which we disabled in 2002) ok guenther millert

CVS: cvs.openbsd.org: src

2015-11-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/11/16 10:31:14 Modified files: libexec/ftpd : Makefile ftpcmd.y ftpd.c monitor.c Log message: don't need to ifdef setproctitle

CVS: cvs.openbsd.org: src

2015-11-16 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/11/16 09:43:06 Modified files: usr.bin/at : at.1 at.c Log message: Make "at -l" comply with POSIX. Our "at -l" currently acts like the historic BSD atq which takes a list of users instead of a list

CVS: cvs.openbsd.org: www

2015-11-16 Thread Tim van der Molen
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/11/16 07:33:35 Modified files: faq: faq4.html Log message: Remove one reference to /var/tmp and tweak another; "looks good" nick@

CVS: cvs.openbsd.org: src

2015-11-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/11/16 04:24:58 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms() if the mode config stuff has not b

CVS: cvs.openbsd.org: src

2015-11-16 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/11/16 03:16:07 Modified files: sys/dev/pv : pvbus.c Log message: pvbus_types isnt full on i386 cos the openbsd vmm entry is only set on amd64. make sure the signature is not null before using it in

CVS: cvs.openbsd.org: src

2015-11-16 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/11/16 03:08:41 Modified files: sys/arch/amd64/amd64: cpu.c vmm.c vmm_support.S sys/arch/amd64/include: vmmvar.h Log message: Some minor tweaks: - Add $OpenBSD$ tag, - constify "struct cfattach

CVS: cvs.openbsd.org: src

2015-11-16 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/11/16 03:03:01 Modified files: sys/dev/ic : malo.c Log message: Check for space on the ring before dequeuing packets. Allows us to get rid of mq_requeue(9) and IFQ_POLL(9) because wireless drivers

CVS: cvs.openbsd.org: src

2015-11-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/11/16 02:55:06 Modified files: lib/libcrypto : cert.pem Log message: add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc req by and OK dlg, no objections in 5 days

CVS: cvs.openbsd.org: www

2015-11-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/11/16 02:18:35 Modified files: faq: faq15.html Log message: don't talk about systrace in ports faq, it's still present for now but not very actively maintained (read: cp was broken for 6 mon