CVS: cvs.openbsd.org: src

2012-09-10 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2012/09/10 22:40:14 Modified files: sys/dev: vmt.c Log message: Check that the host supports GET_SPEED as well as GET_VERSION before deciding vmt_probe has succeeded. qemu supports GET_VERSION but n

CVS: cvs.openbsd.org: src

2012-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2012/09/10 22:38:38 Modified files: share/mk : bsd.own.mk Log message: sh can move to PIE, for better or worse. maybe it becomes slower, maybe it hits more gcc bugs. or even better -- maybe we learn

CVS: cvs.openbsd.org: www

2012-09-10 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2012/09/10 16:42:45 Modified files: . : 52.html Log message: revert previous: duplicate

CVS: cvs.openbsd.org: src

2012-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2012/09/10 16:21:03 Modified files: distrib/sparc : Makefile Added files: distrib/sparc : Makefile.inc distrib/sparc/miniroot: Makefile Removed files: distrib/miniroot: Makefile

CVS: cvs.openbsd.org: src

2012-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2012/09/10 12:49:42 Modified files: etc/etc.sparc : disktab Log message: we need a fakeramdisk, like on sparc64

CVS: cvs.openbsd.org: www

2012-09-10 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2012/09/10 12:30:23 Modified files: . : 52.html Log message: route(8) now supports dest/mask syntax in addition to -prefixlen for IPv6 addresses.

CVS: cvs.openbsd.org: www

2012-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:www Changes by: ajacou...@cvs.openbsd.org 2012/09/10 09:15:58 Modified files: de : anoncvs.html faq/de : faq3.html index.html openssh/ru : ftp.html index.html openbsd.html Added files: de

CVS: cvs.openbsd.org: www

2012-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2012/09/10 09:11:34 Modified files: . : 52.html Log message: correct gcc versions; Tobias Ulmer

CVS: cvs.openbsd.org: src

2012-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2012/09/10 09:05:30 Modified files: distrib/special: Makefile.inc Log message: compile as much as possible on the install media with -fno-stack-protector. yeah, you heard right..

CVS: cvs.openbsd.org: src

2012-09-10 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2012/09/10 08:22:11 Modified files: usr.sbin/smtpd : queue.c Log message: nasty typo. ok gilles@

CVS: cvs.openbsd.org: xenocara

2012-09-10 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2012/09/10 07:52:04 Modified files: app/fvwm/sample.fvwmrc: system.fvwmrc Log message: remove scrotwm from fvwm restart menu. ok matthieu@

CVS: cvs.openbsd.org: xenocara

2012-09-10 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2012/09/10 07:28:04 Modified files: app/cwm: xevents.c Log message: be explicit in which key masks we allow during keypress and buttonpress events; from Alexander Polakov - makes non-us layout r

CVS: cvs.openbsd.org: src

2012-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2012/09/10 05:28:47 Modified files: sbin/bioctl: bioctl.c Log message: Only keep track of the bio(4) cookie, not an entire bio_locate struct.

CVS: cvs.openbsd.org: src

2012-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2012/09/10 05:11:00 Modified files: sys/isofs/cd9660: cd9660_vfsops.c sys/isofs/udf : udf_vfsops.c sys/kern : vfs_syscalls.c sys/miscfs/procfs: procfs_vfsops.c sys/ms

CVS: cvs.openbsd.org: src

2012-09-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/09/10 03:41:58 Modified files: sys/dev/pci: mpii.c Log message: autoconf is not the right place to sleep; noticed by haesbaert

CVS: cvs.openbsd.org: src

2012-09-10 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2012/09/10 01:20:58 Modified files: sys/net: pipex.c Log message: drop the unencrypted packets when the MPPE is required. This was missing on IPv6 path only. >From brad

CVS: cvs.openbsd.org: src

2012-09-10 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2012/09/10 01:14:33 Modified files: sys/net: pipex.c Log message: add missing the congestion indicator code on IPv6 path. >From brad