CVS: cvs.openbsd.org: src

2014-10-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/09 23:43:36 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG RAMDISKC sys/arch/amd64/conf: RAMDISK RAMDISK_CD sys/arch/armish/conf: RAMDISK sys/arch/armv7/con

CVS: cvs.openbsd.org: src

2014-10-09 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/10/09 22:08:11 Modified files: sys/arch/powerpc/include: cpu.h Log message: Make CPU_INFO_FOREACH useable before secondary CPUs are started. ok deraadt@, mlarkin@

CVS: cvs.openbsd.org: www

2014-10-09 Thread Brett Mahar
CVSROOT:/cvs Module name:www Changes by: br...@cvs.openbsd.org 2014/10/09 21:45:01 Modified files: . : plus.html Log message: plus.html for Sept 29 to Oct 5th.

CVS: cvs.openbsd.org: src

2014-10-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/09 18:48:58 Modified files: sys/kern : subr_pool.c Log message: massage the pool item header and pool item magic words. previously they were ints, but this bumps them to long sized words. in t

CVS: cvs.openbsd.org: src

2014-10-09 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/10/09 18:39:38 Modified files: lib/libc/termios: tcsendbreak.c Log message: Remove unnecessary includes now that we are no longer using select() (or struct timeval). Instead, we should include time.h f

CVS: cvs.openbsd.org: src

2014-10-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/10/09 16:04:33 Modified files: lib/libressl : ressl.h Log message: add an API version number. ok jsing

CVS: cvs.openbsd.org: src

2014-10-09 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/10/09 10:36:36 Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: Instead of trying to emulate select/poll semantics with respect to EOF by mutating so_state before calling soo_poll(), call so

CVS: cvs.openbsd.org: src

2014-10-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/09 09:59:08 Modified files: usr.bin/mandoc : eqn.c eqn_html.c html.c html.h mandoc.h Log message: parse and render "from" and "to" clauses in eqn, and render matrices; written by kristaps@ du

CVS: cvs.openbsd.org: src

2014-10-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/09 09:49:09 Modified files: usr.bin/mandoc : eqn_html.c html.c html.h Log message: initial bits of MathML rendering for eqn(7) -Thtml; written by kristaps@ during EuroBSDCon

CVS: cvs.openbsd.org: src

2014-10-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/09 09:32:22 Modified files: usr.bin/mandoc : tree.c Log message: more readable eqn(7) -Ttree output; from kristaps@

CVS: cvs.openbsd.org: src

2014-10-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/09 09:21:46 Modified files: usr.bin/mandoc : eqn.c mandoc.h Log message: parse simultaneous sub- and superscripts and make the eqn_box list doubly linked; written by kristaps@ during EuroBSDC

CVS: cvs.openbsd.org: src

2014-10-09 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/10/09 08:33:51 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Tweak, no functional change.

CVS: cvs.openbsd.org: src

2014-10-09 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/10/09 08:23:58 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Make sure _instdir is not null. issue reported by jsg@

CVS: cvs.openbsd.org: src

2014-10-09 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/10/09 07:58:40 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Properly initialize secondary CPUs on 64bit machines. Due to a bug in our Openfirmware client interface on G5, the call to OF_f

CVS: cvs.openbsd.org: src

2014-10-09 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/10/09 05:29:04 Modified files: regress/sys/fifofs: fifotest.out Log message: Add POLLHUP to expected revents for POLLIN on writer EOF.

CVS: cvs.openbsd.org: src

2014-10-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/09 03:44:22 Modified files: sys/arch/macppc/macppc: locore.S sys/arch/socppc/socppc: locore.S Log message: allow building a kernel without ddb ok mpi

CVS: cvs.openbsd.org: src

2014-10-09 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/10/09 03:34:17 Modified files: sys/dev/pci: if_msk.c Log message: Revert "enable MSI support", it introduced a regression on some chips. Theo Buehler reported some connectivity lost with a Yukon-2

Re: CVS: cvs.openbsd.org: src

2014-10-09 Thread Martin Pieuchot
On 08/10/14(Wed) 19:06, Claudio Jeker wrote: > On Wed, Oct 08, 2014 at 01:39:46AM -0600, Martin Pieuchot wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: m...@cvs.openbsd.org2014/10/08 01:39:46 > > > > Modified files: > > share/man/man9 : Makefile route.9 > > > > L

CVS: cvs.openbsd.org: src

2014-10-09 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/10/09 02:21:48 Modified files: sys/conf : files sys/ddb: db_elf.c sys/lib/libsa : loadfile_elf.c Log message: ddb: add support for DWARF line number decoding This allow