CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 09:13:29 Modified files: usr.bin/nm : elf.c Log message: This patch ensure that e_shentsize (sections header's size in bytes) is big enough to fill at least one Elf_Shdr. While here, inverts

CVS: cvs.openbsd.org: src

2015-06-23 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/06/23 09:23:14 Modified files: usr.sbin/httpd : Makefile httpd.conf.5 httpd.h parse.y server_http.c Added files: usr.sbin/httpd : patterns.7 patterns.c patterns.h Log

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 09:16:34 Modified files: usr.bin/nm : elf.c util.h Log message: This patch ensure that when an error is detected, the freed variables in elf_symloadx() are reinitialised. Else show_file() in

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 09:02:58 Modified files: usr.bin/nm : elf.c elfuncs.h Log message: corrects a read after bound that occurs in strcmp (line just after the added bound check). Found with afl. ok miod@

CVS: cvs.openbsd.org: src

2015-06-23 Thread Anthony J. Bentley
CVSROOT:/cvs Module name:src Changes by: bent...@cvs.openbsd.org 2015/06/23 09:31:02 Modified files: lib/libc/gen : isblank.3 Log message: Add STANDARDS section; isblank(3) was specified in C99. ok jung@ jmc@

CVS: cvs.openbsd.org: src

2015-06-23 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/23 07:20:17 Modified files: sys/net: if_ethersubr.c sys/netinet: if_ether.c if_ether.h Log message: Pass a struct ifnet * instead of a struct arpcom * to arpresolve(). Most of

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 07:43:08 Modified files: usr.bin/nm : elf.c Log message: add some check before accessing data: - if section header table is be present - consistency of section header table size ok miod@

CVS: cvs.openbsd.org: src

2015-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/06/23 08:19:21 Modified files: sys/arch/amd64/amd64: locore.S Log message: If the kernel symbols fit completely into the 2 MB alignment hole after kernel bss but before end of the image, the page

CVS: cvs.openbsd.org: src

2015-06-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/06/23 06:29:46 Modified files: sys/arch/alpha/alpha: trap.c Log message: delete more p==NULL checks; discussed with miod, kettenis, dlg before

CVS: cvs.openbsd.org: src

2015-06-23 Thread Giovanni Bechis
CVSROOT:/cvs Module name:src Changes by: giova...@cvs.openbsd.org2015/06/23 07:11:27 Modified files: etc/root : root.mail Log message: fix emacs pkg names

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 11:25:01 Modified files: usr.sbin/httpd : server_http.c Log message: escape the matched substrings before using it in expansion. ok reyk@

CVS: cvs.openbsd.org: src

2015-06-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/06/23 11:29:19 Modified files: usr.sbin/httpd : httpd.conf.5 patterns.7 Log message: various tweaks;

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 12:03:09 Added files: regress/usr.sbin/httpd: Makefile regress/usr.sbin/httpd/patterns: Makefile patterns-tester.c patterns-tester.lua

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 12:04:29 Modified files: regress/usr.sbin: Makefile Log message: add httpd regress

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 12:00:06 src/regress/usr.sbin/httpd/patterns Update of /cvs/src/regress/usr.sbin/httpd/patterns In directory cvs.openbsd.org:/tmp/cvs-serv9540/httpd/patterns Log Message: Directory

CVS: cvs.openbsd.org: src

2015-06-23 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/06/23 11:59:48 src/regress/usr.sbin/httpd Update of /cvs/src/regress/usr.sbin/httpd In directory cvs.openbsd.org:/tmp/cvs-serv8977/httpd Log Message: Directory /cvs/src/regress/usr.sbin/httpd added to the

CVS: cvs.openbsd.org: src

2015-06-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/23 13:49:41 Modified files: sys/arch/alpha/alpha: locore.s Log message: In the copy(9) function, make sure to remember curproc accross the bcopy() call, instead of curproc. The copy routine may

CVS: cvs.openbsd.org: src

2015-06-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/23 13:50:48 Modified files: sys/arch/alpha/alpha: pmap.c Log message: Disable some of the pmap_emulate_reference() DEBUG checks if option MULTIPROCESSOR, and quote the alpha ARM to explain why;

CVS: cvs.openbsd.org: src

2015-06-23 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/06/23 13:33:06 Modified files: regress/usr.sbin/httpd/patterns: Makefile test-patterns-lua.out Log message: Fix the optional lua patterns test with obj and different versions.

CVS: cvs.openbsd.org: src

2015-06-23 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/06/23 21:38:51 Modified files: bin/systrace : register.c Log message: Apply normal handling to atfd+path args to chflagsat(2) Problem noted by patrick keshishian (sidster (at) boxsoft.com)

CVS: cvs.openbsd.org: src

2015-06-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/23 21:42:08 Modified files: sys/kern : init_main.c Log message: reenable the pool gc task. the problems it tickled by working outside the biglock on archs with mutex and clock interaction

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 23:20:16 Modified files: usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c Log message: Fix npppd to terminate all PPP sessions properly even in case the sending window for L2TP control is full

CVS: cvs.openbsd.org: src

2015-06-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/06/23 23:18:19 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2015-06-23 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/23 03:42:23 Modified files: sys/net: if.c if_bridge.c if_bridge.h if_ethersubr.c if_vlan.c sys/netinet: ip_ether.c Log message: Adapt bridge(4) to the

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 01:07:34 Modified files: usr.sbin/npppd/pptp: pptpd.c Log message: Fix npppd to check the size of received GRE packets properly.

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 00:21:53 Modified files: share/man/man4 : pipex.4 Log message: Fix the links to pppx(4). diff from Fabian Raetz.

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 00:59:54 Modified files: usr.sbin/npppd/l2tp: l2tpd.c usr.sbin/npppd/pptp: pptpd.c Log message: Fix the problem when npppd receives a zero length 1701/udp packet. If it receives such

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 22:34:31 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: Mention that pipex should be also configured by sysctl.

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 22:45:20 Modified files: usr.sbin/npppd/npppd: chap.c lcp.c Log message: Improve and fix typo in the comment.

CVS: cvs.openbsd.org: src

2015-06-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/06/23 22:57:55 Modified files: usr.sbin/npppd/npppd: npppd.c Log message: Use the return value of event_loop() properly. Also abort(3) if event_loop() returns abnormally which is unexpected. diff

CVS: cvs.openbsd.org: src

2015-06-23 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/06/23 19:49:19 Modified files: usr.bin/ssh: uidswap.c Log message: Revert previous commit. We still want to call setgroups in the case where there are zero groups to remove any that we might

CVS: cvs.openbsd.org: src

2015-06-23 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/06/23 16:53:14 Modified files: regress/usr.bin/sed: Makefile Added files: regress/usr.bin/sed: negation.expected Log message: Add regress test for multiple negation characters.

CVS: cvs.openbsd.org: src

2015-06-23 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/06/23 16:52:55 Modified files: usr.bin/sed: compile.c Log message: POSIX specifies that that multiple '!' characters preceding a function should be treated as a single negation. From FreeBSD via