CVS: cvs.openbsd.org: src

2013-07-20 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/07/20 00:25:33

Modified files:
share/man/man9 : uvm.9 

Log message:
- remove redundant sentence about misc functions
- note that pmap(9) is the MD portion of UVM.
- Convert reference to Chuck's dissertation to .Rs/.Re section
- uvm is no longer new.
- Remove (Missouri). St. Louis should be enough to remove any confusion
between wustl.edu and washington.edu.

From: Daniel Dickman



CVS: cvs.openbsd.org: src

2013-07-20 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/07/20 00:45:12

Modified files:
usr.sbin/smtpd : smtpctl.8 

Log message:
tweak previous;



CVS: cvs.openbsd.org: src

2013-07-20 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/07/20 00:49:17

Modified files:
usr.sbin/smtpd : smtpd.conf.5 

Log message:
tweak previous;



CVS: cvs.openbsd.org: src

2013-07-20 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2013/07/20 02:50:40

src/usr.sbin/smtpd/table-ldap

Update of /cvs/src/usr.sbin/smtpd/table-ldap
In directory cvs.openbsd.org:/tmp/cvs-serv18476/table-ldap

Log Message:
Directory /cvs/src/usr.sbin/smtpd/table-ldap added to the repository



CVS: cvs.openbsd.org: src

2013-07-20 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2013/07/20 02:50:53

src/usr.sbin/smtpd/table-sqlite

Update of /cvs/src/usr.sbin/smtpd/table-sqlite
In directory cvs.openbsd.org:/tmp/cvs-serv9195/table-sqlite

Log Message:
Directory /cvs/src/usr.sbin/smtpd/table-sqlite added to the repository



CVS: cvs.openbsd.org: src

2013-07-20 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2013/07/20 03:06:46

Modified files:
usr.sbin/smtpd : Makefile table.c table_api.c table_ldap.c 
 table_sqlite.c 
Added files:
usr.sbin/smtpd/table-ldap: Makefile 
usr.sbin/smtpd/table-sqlite: Makefile 

Log message:
Update ldap and sqlite table backends and provide them as external backends.



CVS: cvs.openbsd.org: src

2013-07-20 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2013/07/20 04:30:55

Modified files:
regress/usr.sbin/relayd: Client.pm Server.pm 

Log message:
Set SSL_VERIFY_NONE as the regression test uses self-signed untrusted
certificates.  Newer IO::Socket::SSL versions verify by default.



CVS: cvs.openbsd.org: xenocara

2013-07-20 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2013/07/20 07:24:50

Modified files:
driver/xf86-input-ws/src: ws.c 

Log message:
Sum consecutive dx and dy motion events received separartely from
the kernel before sending them up to X. Reduces staircacse effects
on diagonal freehand drawings. Patch from Henri Kemppainen, tested
by edd@. Thanks.



CVS: cvs.openbsd.org: xenocara

2013-07-20 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2013/07/20 07:27:38

Modified files:
lib/libXdmcp   : Key.c configure.ac 

Log message:
Replace random() with arc4random_buf()



CVS: cvs.openbsd.org: xenocara

2013-07-20 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2013/07/20 07:28:43

Modified files:
lib/libXdmcp   : Makefile.in aclocal.m4 config.guess config.h.in 
 config.sub configure depcomp install-sh missing 
lib/libXdmcp/doc: Makefile.in 

Log message:
regen



CVS: cvs.openbsd.org: src

2013-07-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/07/20 12:11:57

Modified files:
usr.sbin/syslogd: syslog.conf.5 

Log message:
1. there's no selectors function

2. recommend instead of prefer selection on facility

ok (for 1.) and no objections (for 2.), jmc@



CVS: cvs.openbsd.org: src

2013-07-20 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2013/07/20 12:21:11

Modified files:
usr.sbin/arp   : arp.c 
usr.sbin/rarpd : arptab.c 

Log message:
arp and rarpd used an int expire_time for time calculation.  Convert
this into time_t.
OK benno@



CVS: cvs.openbsd.org: src

2013-07-20 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2013/07/20 12:25:35

Modified files:
usr.sbin/rarpd : arptab.c 

Log message:
Add missing RCS id.



CVS: cvs.openbsd.org: src

2013-07-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org   2013/07/20 13:27:47

Modified files:
usr.bin/cu : xmodem.c 

Log message:
Add support for XMODEM-CRC and fix transfer initiation.  Successfully
tested in CRC and checksum modes against a Soekris net6501.
tweaks and ok nicm@



CVS: cvs.openbsd.org: src

2013-07-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org   2013/07/20 13:33:34

Modified files:
lib/libc/sys   : getfsstat.2 statfs.2 

Log message:
sync with the actual definition of struct statfs in sys/mount.h; ok jmc@



CVS: cvs.openbsd.org: src

2013-07-20 Thread Martin Reindl
CVSROOT:/cvs
Module name:src
Changes by: mar...@cvs.openbsd.org  2013/07/20 13:35:50

Modified files:
share/man/man4/man4.macppc: onyx.4 snapper.4 

Log message:
the PowerBook5,6 uses snapper(4), while the PowerBook6,8 uses onyx(4) instead, 
according to dmesglog
while there, add PowerBook5,8 and 5,9 for onyx(4)



CVS: cvs.openbsd.org: src

2013-07-20 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/07/20 16:20:43

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

Log message:
fix verification error in (as-yet usused) KRL signature checking path