CVS: cvs.openbsd.org: src

2014-10-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/29 00:31:58 Modified files: sbin/fsck_ext2fs: inode.c Log message: remove ugly return value casts

CVS: cvs.openbsd.org: src

2014-10-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/29 00:26:40 Modified files: sbin/iked : pfkey.c sbin/isakmpd : pf_key_v2.c Log message: convert simple cases of select() to poll() ok doug

CVS: cvs.openbsd.org: src

2014-10-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/29 00:16:34 Modified files: usr.sbin/rarpd : rarpd.c Log message: delete obscure workaround for a bug in SunOS. (But leave the VMS workaround intact)

CVS: cvs.openbsd.org: src

2014-10-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/28 22:39:02 Modified files: usr.sbin/cron : cron.c externs.h Log message: use poll() instead of the select malloc/free dance which was used to avoid fd_set overflows. Back when I was young, I fixed

CVS: cvs.openbsd.org: src

2014-10-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/10/28 22:34:21 Modified files: include/rpc: rpc_msg.h svc.h Log message: Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() (Both NetBSD and FreeBSD provide these pr

CVS: cvs.openbsd.org: src

2014-10-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/28 22:00:44 Modified files: usr.sbin/rdate : ntp.c Log message: use poll() instead of select(), thereby removing the fd_set malloc/free dance which was used to avoid fd_set overflow with high file de

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 21:39:26 Modified files: regress/usr.bin/mandoc/char/unicode: Makefile ascii.in ascii.out_ascii as

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 21:34:26 Modified files: usr.bin/mandoc : chars.in Log message: Some fine tuning of console rendering of named special characters. Correct ASCII rendering: \(lb \(<> \(sd Make ASCII render

CVS: cvs.openbsd.org: src

2014-10-28 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/28 21:33:14 Modified files: usr.sbin/inetd : Makefile inetd.c Log message: replace the use of select and hand rolled deferral of signal handling with libevent. this has been in snaps for a while wit

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 18:17:02 Modified files: usr.bin/mandoc : chars.c html.c mandoc.h term.c Log message: In terminal output, unify handling of Unicode and numbered character escape sequences just like it was

Re: CVS: cvs.openbsd.org: src

2014-10-28 Thread Alexander Bluhm
On Sun, Oct 26, 2014 at 04:04:17PM -0600, Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2014/10/26 16:04:17 > > Modified files: > gnu/usr.bin/perl: MANIFEST patchlevel.h > gnu/usr.bin/perl/dist/Data-Dumper: Dumper.pm Dumper.xs

Re: CVS: cvs.openbsd.org: src

2014-10-28 Thread Kenneth Westerback
On 28 October 2014 05:22, Paul de Weerd wrote: > Hi Ken, > > On Sun, Oct 26, 2014 at 05:36:44PM -0600, Kenneth R Westerback wrote: > | Allow the current lease to expire without causing dhclient to seg > | fault when it tries to get a new one. > | > | Problem spotted by weerd@ > > Thank you for fix

CVS: cvs.openbsd.org: src

2014-10-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2014/10/28 13:03:03 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf102.in pf102.ok Log message: add a regression test for the pfctl parser bug recently fixed by mike

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 12:48:56 Modified files: usr.bin/mandoc : term.c term_ascii.c Log message: In -Tascii mode, print "" only for Unicode escapes of unknown representation, not for character escapes with unkn

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 11:35:42 Modified files: usr.bin/mandoc : cgi.c chars.c html.c html.h libmandoc.h main.c main.h man_term.c mandoc.h mandocdb.c mdoc_term.c

CVS: cvs.openbsd.org: src

2014-10-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/28 07:22:57 Modified files: usr.bin/mandoc : chars.c mandoc.c Log message: Tighten Unicode escape name parsing. Accept only 0x, 0xY, 0x10 with Y != 0. This simplifies mchars_num2u

CVS: cvs.openbsd.org: src

2014-10-28 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2014/10/28 05:02:38 Modified files: sys/netinet: in_pcb.c Log message: Select a proper source address when the bound address is INADDR_BROADCAST the same as INADDR_ANY. ok mpi

Re: CVS: cvs.openbsd.org: src

2014-10-28 Thread Paul de Weerd
Hi Ken, On Sun, Oct 26, 2014 at 05:36:44PM -0600, Kenneth R Westerback wrote: | Allow the current lease to expire without causing dhclient to seg | fault when it tries to get a new one. | | Problem spotted by weerd@ Thank you for fixing this one, and apologies for the lack of response to your e-

CVS: cvs.openbsd.org: src

2014-10-28 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2014/10/28 03:45:37 Modified files: sys/net: pipex.c Log message: Fix pipex(4) to return multicast packets to the caller so that npppd can handle them. Also use M_NOWAIT for copying a multicast pack

CVS: cvs.openbsd.org: src

2014-10-28 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2014/10/28 03:15:09 Modified files: sys/net: pipex.c Log message: Initialize the lists of the hash tables and the virtual pipex sesssion for multicast in proper way.

CVS: cvs.openbsd.org: src

2014-10-28 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2014/10/28 03:10:21 Modified files: sys/net: pipex.c Log message: Fix pipex(4) to initialize DF bit in IP header for L2TP message. Without this, the packets larger than the minimum MTU on the routes

CVS: cvs.openbsd.org: src

2014-10-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/10/28 01:35:59 Modified files: lib/libssl/src/crypto/aes: aes_x86core.c lib/libssl/src/crypto/bf: bf_cbc.c bf_cfb64.c bf_enc.c bf_ofb64.c lib/libssl/sr