CVS: cvs.openbsd.org: www

2012-10-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2012/10/28 01:15:12

Modified files:
cs : donations.html events.html 
de : donations.html 
faq/cs : faq4.html 
fr : donations.html errata.html errata32.html 
 errata33.html errata34.html errata35.html 
 errata36.html errata37.html errata38.html 
 errata39.html errata40.html errata41.html 
 errata42.html errata43.html errata44.html 
 errata45.html errata46.html errata49.html 
 errata50.html errata51.html 
nl : donations.html 
ru : hackathons.html 
Added files:
fr : errata52.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2012-10-28 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/10/28 02:46:26

Modified files:
usr.sbin/smtpd : smtp_session.c smtpd.h 

Log message:
Limit the number of messages that can be enqueued on a single SMTP
connection, and the number of recipients in each of them.

ok gilles@ chl@



CVS: cvs.openbsd.org: src

2012-10-28 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2012/10/28 04:33:52

Modified files:
usr.sbin/nginx/src/core: ngx_log.c 

Log message:
unbreak build on vax by initializing a variable



CVS: cvs.openbsd.org: src

2012-10-28 Thread Brad Smith
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2012/10/28 06:21:57

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

Log message:
Add braces to some code in ixgbe_setup_vlan_hw_support().

ok mikeb@



CVS: cvs.openbsd.org: src

2012-10-28 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2012/10/28 07:16:11

Modified files:
usr.sbin/bgpd  : rde.h 

Log message:
Change email address in copyright to one that is valid.



CVS: cvs.openbsd.org: src

2012-10-28 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2012/10/28 09:24:41

Modified files:
sys/arch/amd64/stand/cdbr: cdbr.S 

Log message:
Save and restore %ebx across the call to read. Otherwise we load the first
64KB segment at 0x7c00 and any additional 64KB segments over top of each
other at 0x1.



CVS: cvs.openbsd.org: src

2012-10-28 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2012/10/28 09:41:45

Modified files:
usr.sbin/nginx : README.OpenBSD 
usr.sbin/nginx/src/http/modules: ngx_http_auth_basic_module.c 

Log message:
strip the chroot path from auth_basic_user_file if necessary



CVS: cvs.openbsd.org: src

2012-10-28 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2012/10/28 09:45:58

Modified files:
sys/arch/amd64/stand/cdbr: cdbr.S 

Log message:
Use the same (shorter) error message as the i386 version.



CVS: cvs.openbsd.org: src

2012-10-28 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2012/10/28 10:00:55

Modified files:
usr.sbin/nginx/conf: nginx.conf 

Log message:
rework the default config a bit to work with php-fpm out of the box



CVS: cvs.openbsd.org: src

2012-10-28 Thread Robert Nagy
CVSROOT:/cvs
Module name:src
Changes by: rob...@cvs.openbsd.org  2012/10/28 12:34:53

Modified files:
usr.sbin/nginx/conf: nginx.conf 
usr.sbin/nginx/src/core: ngx_log.c 

Log message:
use the default SYSLOG_FACILITY definition which is LOCAL5
noted by ajacoutot@



CVS: cvs.openbsd.org: www

2012-10-28 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2012/10/28 12:56:00

Modified files:
.  : 52.html 

Log message:
clarify a line, with jmc



CVS: cvs.openbsd.org: xenocara

2012-10-28 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2012/10/28 14:13:02

Modified files:
app/cwm: cwmrc.5 

Log message:
clarify autogroup option; based on diffs from kspill...@acm.org with
feedback from jmc



CVS: cvs.openbsd.org: src

2012-10-28 Thread Mike Belopuhov
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org   2012/10/28 15:26:11

Modified files:
sys/crypto : cryptodev.c 

Log message:
We need to allocate memory for crp_buf in the DMA accessible
region since it's passed to the hardware directly.

Tested by Yoshihisa Matsushita y at m8a ! org, thanks!
ok kettenis miod



CVS: cvs.openbsd.org: src

2012-10-28 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2012/10/28 16:56:38

Modified files:
etc: rc.conf 

Log message:
OK, enough is enough.  So many people persist in the practice of editing
this file, even years after the rc.conf / rc.conf.local split happened.
One way to improve upon this is to put a big fat comment at the top of
the file.  (Other ways to improve this is by renaming files, but that
will just create more confusion).
ok aja robert