CVS: cvs.openbsd.org: src

2013-05-18 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/05/18 01:34:59

Modified files:
usr.sbin/rtadvd: rrenum.c 

Log message:
gabage-garbage in log string;
from Henning Petersen, netbsd pr 47823



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 05:26:01

Modified files:
share/man/man4/man4.mvme88k: Makefile angelfire.4 bussw.4 ie.4 
 intro.4 le.4 pcctwo.4 syscon.4 
 vme.4 
Added files:
share/man/man4/man4.mvme88k: cl.4 dart.4 

Log message:
More manpages. Fix configuration stanzas to match current GENERIC.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/05/18 06:13:13

Modified files:
share/man/man4/man4.mvme88k: cl.4 dart.4 pcctwo.4 

Log message:
tweak previous;



CVS: cvs.openbsd.org: src

2013-05-18 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/05/18 10:45:34

Modified files:
sys/dev/pci/drm/i915: i915_gem_tiling.c 

Log message:
Sync with Linux.  Mostly comment and whitespace changes, but adds some missing
locking, and enables some #ifdef'ed out code.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2013/05/18 10:38:54

Modified files:
usr.bin/mandoc : chars.c 

Log message:
Even though the size of a pointer should not depend on the type of the
data pointed to, pass the size of the right pointer type to calloc;
cosmetic issue reported by Ulrich Spoerlein u...@spoerlein.net
found in Coverity Scan CID 978734.
No binary change - ok cmp(1).



CVS: cvs.openbsd.org: www

2013-05-18 Thread Gilles Chehade
CVSROOT:/cvs
Module name:www
Changes by: gil...@cvs.openbsd.org  2013/05/18 11:02:23

Modified files:
opensmtpd  : index.html 
Added files:
opensmtpd/announces: release-5.3.2.txt 

Log message:
5.3.2 released



CVS: cvs.openbsd.org: src

2013-05-18 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2013/05/18 11:08:09

Modified files:
usr.bin/mandoc : tree.c 

Log message:
Remove the variable sz because it's invariantly == 0,
along with the dead code testing whether it's positive.
Reported by Ulrich Spoerlein u...@spoerlein.net,
found by Coverity Scan CID 975717.

While here, remove the now unused **params array as well,
which Coverity apparently missed, at least it wasn't reported...



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 11:20:45

Modified files:
share/man/man4/man4.mvme88k: Makefile intro.4 pcctwo.4 
Added files:
share/man/man4/man4.mvme88k: memc.4 

Log message:
One more manpage, after prodding from jmc@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2013/05/18 11:34:01

Modified files:
sys/arch/arm/arm: cpufunc.c 

Log message:
Use the actual armv7 dcache_inv_range function instead of the wbinv one.

ok miod@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2013/05/18 11:48:48

Modified files:
sys/arch/arm/arm: cpufunc.c 

Log message:
Mask out the TEX remap and the Access Flag bits when setting the
system control register. Also actually use the mask.

ok miod@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2013/05/18 11:42:11

Modified files:
sys/arch/arm/arm: cpufunc.c 

Log message:
Make sure we executed the instruction before continuing. Also
replace calls to drain the write buffer with the correct ones for armv7.

ok miod@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 11:45:38

Modified files:
share/man/man4/man4.mvme68k: Makefile ie.4 intro.4 le.4 lrc.4 
 ofobio.4 pcctwo.4 
Added files:
share/man/man4/man4.mvme68k: cl.4 dart.4 memc.4 vme.4 

Log message:
low-hanging stuff borrowed from mvme88k



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 12:19:12

Modified files:
gnu/gcc/gcc: libgcov.c 

Log message:
Replace strcpy() calls with strlcpy() to avoid triggering warnings when
linking against -lgcov.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 12:18:21

Modified files:
gnu/usr.bin/cc : Makefile 
Added files:
gnu/usr.bin/cc/libgcov: Makefile 

Log message:
Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.
This makes gcc -fprofile-arcs work again.

Regression reported by Azwaw OUSADOU on tech@, thanks for noticing and sorry
for the delay fixing this.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2013/05/18 12:06:05

Modified files:
sys/arch/arm/arm: pmap.c 
sys/arch/arm/include: pmap.h 

Log message:
Modify pmap to work with the pmap header used on armv7. Merge both
headers so that we only need one of them.

Go for it. miod@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 12:21:39

Modified files:
gnu/usr.bin/cc/libgcov: Makefile 

Log message:
Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlike
FreeBSD).



CVS: cvs.openbsd.org: src

2013-05-18 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2013/05/18 13:49:10

Removed files:
sys/arch/arm/include: pmap7.h 

Log message:
Get rid of the pmap7 header now that we merged it into the pmap one.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/05/18 13:57:42

Modified files:
share/man/man4/man4.mvme68k: vme.4 

Log message:
s/mvme88k/mvme68k/ in Dt;



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 14:04:15

Modified files:
distrib/sets/lists/base: md.mvme88k 
distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hppa 
 md.i386 md.landisk md.loongson 
 md.macppc md.mvme88k md.octeon md.sgi 
 md.socppc md.sparc md.sparc64 md.zaurus 
 mi 
distrib/sets/lists/man: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2013-05-18 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/05/18 15:43:42

Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_tiling.c 

Log message:
Add parameters describing the usable part of the GTT and enable the checks
that use them.



CVS: cvs.openbsd.org: www

2013-05-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/05/18 16:20:39

Modified files:
de : anoncvs.html donations.html 
faq/fr : current.html 
fr : anoncvs.html errata52.html errata53.html 
nl : anoncvs.html 
opensmtpd/de   : index.html report.html 
opensmtpd/fr   : index.html 
opensmtpd/nl   : index.html 
openssh/nl : index.html 
pt : plus.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 17:13:07

Modified files:
sys/arch/sgi/hpc: wdsc.c 

Log message:
fix cut'n'paste abuse in can't happen error message



CVS: cvs.openbsd.org: src

2013-05-18 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/05/18 17:28:23

Modified files:
etc/etc.sparc  : fbtab ttys 
etc/etc.sparc64: fbtab 

Log message:
/dev/ttyc is no longer special, now that sun serial mice are handled by
wsmouse; update ttys and fbtab accordingly.



CVS: cvs.openbsd.org: src

2013-05-18 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/05/18 20:38:28

Modified files:
usr.bin/ssh: auth2-pubkey.c 

Log message:
fix failure to recognise cert-authority keys if a key of a different type
appeared in authorized_keys before it; ok markus@



CVS: cvs.openbsd.org: src

2013-05-18 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/05/18 20:42:42

Modified files:
usr.bin/ssh: auth-rsa.c auth.c auth.h auth1.c auth2.c key.c 
 key.h monitor.c 

Log message:
Standardise logging of supplemental information during userauth. Keys
and ruser is now logged in the auth success/failure message alongside
the local username, remote host/port and protocol in use. Certificates
contents and CA are logged too.

Pushing all logging onto a single line simplifies log analysis as it is
no longer necessary to relate information scattered across multiple log
entries. I like it markus@