CVS: cvs.openbsd.org: src

2013-01-24 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:src
Changes by: giova...@cvs.openbsd.org2013/01/24 02:18:04

Modified files:
share/man/man4 : pipex.4 

Log message:
typo in #include



CVS: cvs.openbsd.org: src

2013-01-24 Thread Gerhard Roth
CVSROOT:/cvs
Module name:src
Changes by: gerh...@cvs.openbsd.org 2013/01/24 02:30:27

Modified files:
usr.sbin/snmpd : snmpd.h usm.c 

Log message:
Even if there's no special seclevel required in snmpd.conf, we have to
validate the user of a received SNMPv3 request. If the configured user
has a certain security level (i.e. authentication and maybe encryption),
the received message must fulfill this security requirements, too.

ok reyk



CVS: cvs.openbsd.org: src

2013-01-24 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/24 14:15:47

Modified files:
gnu/usr.bin/gcc/gcc: loop.c protector.c toplev.c 
gnu/usr.bin/gcc/gcc/config: openbsd.h 

Log message:
Get rid of a few warnings by pouring prototypes and punctuation.



CVS: cvs.openbsd.org: src

2013-01-24 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/24 14:45:37

Modified files:
usr.bin/ssh: krl.c 

Log message:
fix handling of (unused) KRL signatures; skip string in correct buffer



CVS: cvs.openbsd.org: src

2013-01-24 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/24 15:08:56

Modified files:
usr.bin/ssh: krl.c 

Log message:
skip serial lookup when cert's serial number is zero



CVS: cvs.openbsd.org: src

2013-01-24 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/24 15:49:42

Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h 

Log message:
Fix unused local and missing initializer warnings.



CVS: cvs.openbsd.org: www

2013-01-24 Thread Miod Vallat
CVSROOT:/cvs
Module name:www
Changes by: m...@cvs.openbsd.org2013/01/24 16:38:54

Modified files:
.  : mvme88k.html 

Log message:
Provide more details in the history section, and acknowledge Mach/luna88k as
an important source for this port.

Comment out the link to badabada.org, which is no longer online.



CVS: cvs.openbsd.org: src

2013-01-24 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/24 19:13:01

Modified files:
sys/dev/pci: if_myx.c 

Log message:
the myx_dmamem struct doesnt need a name.



CVS: cvs.openbsd.org: src

2013-01-24 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/24 19:56:41

Modified files:
sys/dev/pci: if_myx.c 

Log message:
we go to a lot of effort to post the first tx descriptor last, but we
really should be trying to post everything except the flags field in the
first tx descriptor. this shuffles things around so the rest of that first
txd is posted as part of the everything else before its flags field.



CVS: cvs.openbsd.org: src

2013-01-24 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/24 21:25:21

Modified files:
sys/dev/pci: mpii.c 

Log message:
the event type is a 16bit value, not 32bit. use htole16 instead of htole32.

mpii(4) works on sparc64 with this.



CVS: cvs.openbsd.org: src

2013-01-24 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/01/24 22:00:27

Modified files:
usr.bin/ssh: krl.c 

Log message:
Revert last. Breaks due to likely typo. Let djm@ fix later.

ok djm@ via dlg@