CVS: cvs.openbsd.org: www

2013-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/02/17 01:05:41

Modified files:
de : 53.html macppc.html 
faq/de : faq6.html 
faq/nl : faq13.html faq6.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2013-02-17 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2013/02/17 03:30:26

Modified files:
usr.bin/mg : buffer.c 

Log message:
Replace hand rolled TAILQ_REMOVE with example from queue(3).
While this did work in this particular case because the
list was no longer used it at least sets a bad example.
ok benno, jasper, lum



CVS: cvs.openbsd.org: www

2013-02-17 Thread Bob Beck
CVSROOT:/cvs
Module name:www
Changes by: b...@cvs.openbsd.org2013/02/17 03:34:05

Modified files:
.  : donations.html 

Log message:
spelling nit



CVS: cvs.openbsd.org: src

2013-02-17 Thread Gilles Chehade
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org  2013/02/17 05:28:30

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

Log message:
disable queue compression temporarily, we lack the smtpctl bits



CVS: cvs.openbsd.org: xenocara

2013-02-17 Thread Miod Vallat
CVSROOT:/cvs
Module name:xenocara
Changes by: m...@cvs.openbsd.org2013/02/17 06:03:23

Modified files:
distrib/sets/lists/xbase: md.mvme88k 
distrib/sets/lists/xetc: md.mvme88k 
distrib/sets/lists/xserv: md.mvme88k 

Log message:
sync



CVS: cvs.openbsd.org: www

2013-02-17 Thread Gilles Chehade
CVSROOT:/cvs
Module name:www
Changes by: gil...@cvs.openbsd.org  2013/02/17 06:23:19

Added files:
opensmtpd  : errata.html 

Log message:
missing page



CVS: cvs.openbsd.org: src

2013-02-17 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/02/17 08:08:13

Modified files:
sbin/dhclient  : kroute.c 

Log message:
dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'.
i.e.  did not complain (-q) if 127/8 was unreachabel from $rdomain.
So don't pollute the log with new warnings about being unable to
create the route. Just complain if a truly unexpected error occurs.

Noted by Andreas Bartelt.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/02/17 08:48:03

Modified files:
sbin/dhclient  : kroute.c 

Log message:
Kill a magic number. 0 - RTP_NONE for priority in constructing routing
messages. Prodded by otto@. RTP_NONE's home pointed out by jsg@.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/02/17 10:04:41

Modified files:
sbin/dhclient  : kroute.c dispatch.c dhclient.c 

Log message:
Suppress some pointless debugging message:

1) If the pipe to the priv process is closed while waiting for
something to happen in the non-priv dispatch() loop, assume the
priv process issued an error message and exit without additional
verbiage.

2) Ditto if the pipe to the priv process is closed when the flush
of IMSG_CLEANUP is attempted.

3) No need to report when SIOCDIFADDR fails because the address is
already gone.

Start to ensure the priv process always issues a useful message
before exiting by noting when it restarts due to the LLADDR having
changed.

Prodded by deraadt@ to clean this up.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/02/17 10:36:31

Modified files:
sbin/dhclient  : dhcpd.h dispatch.c kroute.c 

Log message:
Using the value SIGQUIT to cause the dispatch loops to exit produced
universal revulsion and no little confusion.  #define our own value,
currently INT_MAX, which should not overlap any likely signal value.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/02/17 10:36:49

Modified files:
sys/arch/sparc/sparc: machdep.c 

Log message:
We deprecated returning to %g7 after a successful system call long ago.
These days we use it as a thread register and want to have it initialized to
zero for future thread local storage (TLS) support.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/17 10:39:29

Modified files:
sys/kern   : kern_malloc.c kern_malloc_debug.c kern_proc.c 
 subr_disk.c subr_extent.c subr_pool.c 
 uipc_mbuf.c vfs_bio.c vfs_subr.c 
sys/ufs/ffs: ffs_softdep.c 

Log message:
Comment out recently added __attribute__((__format__(__kprintf__))) annotations
in MI code; gcc 2.95 does not accept such annotation for function pointer
declarations, only function prototypes.
To be uncommented once gcc 2.95 bites the dust.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/02/17 10:45:01

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

Log message:
zap the surrounding whitespace and mark up for =;
ok gilles



CVS: cvs.openbsd.org: src

2013-02-17 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/17 11:05:52

Modified files:
sys/arch/m88k/m88k: m88100_fp.S 

Log message:
Missing end-of-comment



CVS: cvs.openbsd.org: src

2013-02-17 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/17 11:07:36

Modified files:
sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c 
sys/arch/luna88k/luna88k: machdep.c 
sys/arch/m88k/include: cmmu.h 
sys/arch/m88k/m88k: m8820x_machdep.c m88k_machdep.c 
sys/arch/mvme88k/mvme88k: m187_machdep.c m188_machdep.c 
  m197_machdep.c m88110.c 

Log message:
Constify struct cmmu.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/17 11:10:01

Modified files:
sys/arch/mvme88k/include: m88410.h 
sys/arch/mvme88k/mvme88k: m88410.c 

Log message:
Replace assembly statement triggering 88410 commands with a proper volatile
uint64_t write. While there, implement a real wbinv routine instead of invoking
wb, then inv; this avoids unnecessary busswitch register juggling.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/02/17 15:06:31

Modified files:
libexec: Makefile 
libexec/ld.so  : Makefile 
libexec/ld.so/ldconfig: Makefile 
libexec/ld.so/ldd: Makefile 

Log message:
Always enter this ld.so and subdirectories to create obj (and then the
MI man pages, even if vax currently lacks the programs)



CVS: cvs.openbsd.org: src

2013-02-17 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2013/02/17 15:09:54

Modified files:
include: limits.h 

Log message:
Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX
defines.

ok deraadt@ millert@



CVS: cvs.openbsd.org: src

2013-02-17 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/02/17 16:16:55

Modified files:
regress/usr.bin/ssh: integrity.sh 

Log message:
make the ssh command generates some output to ensure that there are at
least offset+tries bytes in the stream.



CVS: cvs.openbsd.org: src

2013-02-17 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2013/02/17 16:16:57

Modified files:
usr.bin/ssh: readconf.c readconf.h ssh.c sshconnect2.c 

Log message:
Keep track of which IndentityFile options were manually supplied and which
were default options, and don't warn if the latter are missing.  ok markus@



Re: CVS: cvs.openbsd.org: src

2013-02-17 Thread Damien Miller
On Sun, 17 Feb 2013, Darren Tucker wrote:

 On Sun, Feb 17, 2013 at 01:46:29AM +1100, Darren Tucker wrote:
  OK that's not intended behaviour.  I'll look at it tomorrow and either fix
  it or revert it.
 
 The problem was I didn't distinguish the default-provided IdentityFiles.
 Please try this.
 
 @@ -582,9 +602,7 @@ parse_yesnoask:
   if (*intptr = SSH_MAX_IDENTITY_FILES)
   fatal(%.200s line %d: Too many identity files 
 specified (max %d).,
   filename, linenum, SSH_MAX_IDENTITY_FILES);
 - charptr = options-identity_files[*intptr];
 - *charptr = xstrdup(arg);
 - *intptr = *intptr + 1;
 + add_identity_file(options, NULL, arg, 1);

Does it make sense to remove the (*intptr = SSH_MAX_IDENTITY_FILES)
check here too?

ok either way



CVS: cvs.openbsd.org: www

2013-02-17 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2013/02/17 16:53:04

Modified files:
.  : 53.html 

Log message:
isbn