CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2015/11/27 02:11:39
Modified files:
usr.sbin/vmmctl: Makefile main.c parse.y parser.h vmm.conf.5
vmmctl.8 vmmctl.c
Removed files:
usr.sbin/vmmctl: parser.c
Log message:
Cha
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/11/27 02:37:56
Modified files:
games/snake: Makefile snake.6 snake.c
Removed files:
games/snake: pathnames.h snscore.c
Log message:
Fix after removal of the setgid bit:
Add pledge "std
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 03:58:29
Modified files:
sys/dev/usb: usbdevs.h usbdevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 03:59:32
Modified files:
sys/dev/usb: usb_quirks.c uaudio.c
Log message:
Attach the iPhone 6 as ugen(4), from Laurent GUALDI.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 03:58:05
Modified files:
sys/dev/usb: usbdevs
Log message:
iPhone 6, from Laurent GUALDI.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 04:52:44
Modified files:
sys/net: if.c route.c rtable.c
Log message:
Protect the growth of the routing table arrays used by rtable_get()
with SRPs.
This is a simplified version of the dyn
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 05:13:22
Modified files:
sys/net: rtable.c
Log message:
Document that routing table heads are never freed as suggested by dlg@
and kill rtable_put() because we're not going to use it.
The
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2015/11/27 06:49:42
Modified files:
bin/df : ext2fs_df.c ffs_df.c
Log message:
Use strlcpy to copy strings in struct mount, not memmove. Avoids
reading past the end of a buffer. Problem found and O
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 08:00:12
Modified files:
sys/net: if_loop.c if_var.h
Log message:
Keep lo(4) definitions inside if_loop.c
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/11/27 08:06:43
Modified files:
usr.bin/tmux : arguments.c cmd-list-keys.c cmd-list.c
cmd-queue.c cmd.c tmux.h
Log message:
Do not set a limit on the length of commands when p
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/11/27 08:28:22
Modified files:
sys/dev/pci: pci.c
Log message:
Don't report a bus conflict for bridges that are left (partly) unconfigured by
the system firmware.
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/11/27 08:34:01
Modified files:
sys/arch/sparc64/sparc64: pmap.c
Log message:
Don't panic in pmap_enter() if we deplete the pool of pv entries and the
PMAP_CANFAIL flag is set. Return ENOMEM ins
CVSROOT:/cvs
Module name:www
Changes by: s...@cvs.openbsd.org2015/11/27 08:46:17
Modified files:
. : want.html
Log message:
Bryan Vyhmeister has kindly sent me an x100e keyboard. Thanks!
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/11/27 09:17:52
Modified files:
sys/net: if_vxlan.c if_vxlan.h
Log message:
Keep "struct vxlan_softc" private to prevent pulling more headers when
is included.
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org 2015/11/27 09:26:52
Modified files:
sbin/route : route.c show.c
Log message:
After evaluating patches from Ricardo Mestre, it became obvious that
route needs pledge("stdio rpath dns") in all cases.
Looks
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/11/27 10:27:01
Modified files:
sbin/growfs: growfs.c
Log message:
spaces
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/11/27 10:32:16
Modified files:
bin/mv : rm.c
Log message:
the rm code in mv inherited pledge from rm. it shoud be safe, but there
are cases when it is too strict. after pledge() we continue to r
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/11/27 11:54:47
Modified files:
sys/kern : kern_pledge.c
Log message:
Two additional ioctls for pledge("disklabel"), needed by installboot.
Committing on behalf of tb@, problem reported by Rolf So
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/11/27 14:10:17
Modified files:
usr.bin/doas : parse.y
Log message:
after reading a too long line, restart at the beginning of the buffer so
we don't keep writing past the end. (the perils of trying to
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/11/27 14:12:08
Modified files:
usr.sbin/rebound: rebound.c
Log message:
add getpw to pledge. rpath would normally suffice, but there's some double
checking code in snapshots, and it serves as a useful a
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2015/11/27 14:41:31
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
Imporve error messages for the imsg handler code. OK sthen@
CVSROOT:/cvs
Module name:xenocara
Changes by: dera...@cvs.openbsd.org 2015/11/27 14:44:33
Modified files:
distrib/sets/lists/xbase: md.loongson
distrib/sets/lists/xserv: md.loongson
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2015/11/27 18:17:12
Modified files:
usr.bin/grep : grep.c
Log message:
fix exit status on pledge(2) error, where it should be >1
OK millert@ deraadt@
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2015/11/27 18:22:44
Modified files:
usr.sbin/relayctl: relayctl.8
Log message:
add missing "log" bits
spotted out by Luiz Gustavo Costa < luizgustavo at mundounix.com.br >, Thanks!
OK jmc@ jsg@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/11/27 19:42:22
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
chflags -l flag went away. Noticed this myself 15 minutes
before Chris Hettrick did.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/11/27 23:12:09
Modified files:
sbin/newfs_ext2fs: newfs_ext2fs.c
Log message:
Oops, left the pledge "tty" active in the previous commited
pointed out by Chris Hettrick
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/11/27 23:41:03
Modified files:
usr.bin/ssh: serverloop.c
Log message:
don't include port number in tcpip-forward replies for requests
that don't allocate a port; bz#2509 diagnosed by Ron Frederick
o
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/11/27 23:50:52
Modified files:
usr.bin/ssh: ssh-keygen.c
Log message:
do not leak temp file if there is no known_hosts file
from craig leres, ok djm
28 matches
Mail list logo