CVS: cvs.openbsd.org: src

2011-07-02 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2011/07/03 00:24:13 Modified files: sys/netinet: in.c Log message: slight knf (particularly the function decls) so i dont get too distracted while reading. ok henning@ jsing@ tedu@ marco@ bluhm@ krw@

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 23:16:59 Modified files: lib/libc/stdio : vfscanf.c Log message: Properly implement the long double (%Lf) scanf without the precision loss.

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 23:12:15 Removed files: games/rogue: CHANGES Makefile hit.c init.c inventory.c level.c machdep.c main.c message.c monster.c move.c obj

CVS: cvs.openbsd.org: src

2011-07-02 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2011/07/02 16:19:16 Modified files: sys/arch/sparc/include: lock.h sys/arch/sparc64/include: lock.h Log message: Per recommandation in the the sparc docs, use unlocked reads when spinning on

CVS: cvs.openbsd.org: src

2011-07-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2011/07/02 16:20:08 Modified files: sys/arch/arm/xscale: pxa2x0_apm.c sys/arch/i386/i386: apm.c sys/arch/loongson/dev: apm.c sys/arch/mac68k/dev: asc.c sys/arch/macppc/dev:

CVS: cvs.openbsd.org: src

2011-07-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2011/07/02 16:00:54 Modified files: sbin/route : route.c Log message: -interface is an alias of -iface so make sure route(8) accepts both flags in the monitor case. Brought up on the mailing list some lo

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 15:59:45 Modified files: driver/xf86-input-joystick: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 15:28:55 Modified files: . : 3RDPARTY MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 15:21:11 Modified files: lib/libXi : ChangeLog Makefile.in configure configure.ac lib/libXi/doc : Makefile.in lib/libXi/man : Makefile.in XAllowDeviceEvents.man

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 15:14:37 Modified files: lib/libXi : ChangeLog aclocal.m4 configure configure.ac lib/libXi/doc : Makefile.am Makefile.in porting.xml lib/libXi/include/X11/extens

CVS: cvs.openbsd.org: src

2011-07-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2011/07/02 15:05:44 Modified files: usr.bin/tmux : cmd-command-prompt.c cmd-confirm-before.c status.c tmux.1 tmux.h Log message: Allow the initial context on prompts to be set wit

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 15:03:43 Modified files: driver/xf86-input-joystick: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 14:46:04 Modified files: lib/libXrandr : ChangeLog Makefile.in aclocal.m4 configure configure.ac lib/libXrandr/man: Makefile.in Xrandr.man l

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 14:41:33 Modified files: lib/libXcursor : ChangeLog configure.ac lib/libXcursor/man: Makefile.am lib/libXcursor/src: cursor.c display.c file.c xlib.c Log message: Up

CVS: cvs.openbsd.org: xenocara

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/07/02 14:31:11 Modified files: proto/resourceproto: COPYING ChangeLog Makefile Makefile.am XResproto.h configure.ac Added files: proto/resourceproto: re

CVS: cvs.openbsd.org: src

2011-07-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2011/07/02 14:31:42 Modified files: etc/mtree : BSD.x11.dist Log message: Add resourceproto documentation directory.

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 13:40:01 Modified files: lib/libm/src : s_tanhf.c Log message: For tiny x, tanhf = x*(one+x). GCC (at -O2) optimized this into x+x*x, as a result sign got lost for the zero inputs. Exp

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 13:27:34 Modified files: lib/libc/arch/vax/gen: fpclassify.c frexp.c isfinite.c isinf.c isnan.c isnormal.c signbit.c lib/libc/gen : isinf.c Log m

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 12:12:48 Modified files: regress/lib/libc: Makefile Log message: Add cephes.

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 12:11:01 Added files: regress/lib/libc/cephes: Makefile drand.c econst.c eexp.c ehead.h elog.c epow.c etanh.c etodec.c iee

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 12:03:43 Modified files: lib/libc/gdtoa : dmisc.c dtoa.c gdtoa.c gdtoa.h gdtoaimp.h gethex.c hexnan.c misc.c smisc.c strtod.c strtodg.c st

CVS: cvs.openbsd.org: src

2011-07-02 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2011/07/02 11:39:12 Modified files: sys/dev: softraid.c softraidvar.h Log message: Cleanup the softraid boot probe code. Rename the rather poorly named sr_metadata_list struct to sr_boot_chunk and us

CVS: cvs.openbsd.org: src

2011-07-02 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2011/07/02 11:12:02 Modified files: lib/libpthread/uthread: uthread_spec.c Log message: pthread_key_delete should delete the data, so it's not reused by a later pthread_key_create. bug report from Henry Pre

CVS: cvs.openbsd.org: src

2011-07-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/02 11:05:04 src/regress/lib/libc/cephes Update of /cvs/src/regress/lib/libc/cephes In directory cvs.openbsd.org:/tmp/cvs-serv12255/cephes Log Message: Directory /cvs/src/regress/lib/libc/cephes added

CVS: cvs.openbsd.org: src

2011-07-02 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2011/07/02 10:53:17 Modified files: sys/dev: diskmap.c Log message: Use getvnode() instead of implementing our own file descriptor handling code. This gets us some additional validation and correct r

CVS: cvs.openbsd.org: src

2011-07-02 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2011/07/02 10:23:47 Modified files: sys/ufs/ffs: ffs_vfsops.c Log message: Getting a disklabel to extract d_secsize to initialize a variable that is then re-initialized before use is silly. ffs shouldn't

CVS: cvs.openbsd.org: src

2011-07-02 Thread Thordur I Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2011/07/02 09:52:25 Modified files: sys/conf : GENERIC sys/kern : vfs_subr.c vfs_vops.c sys/ufs/ext2fs : ext2fs_subr.c sys/ufs/ffs: ffs_vfsops.c sys/ufs/ufs

CVS: cvs.openbsd.org: src

2011-07-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2011/07/02 06:47:49 Modified files: libexec/makewhatis/OpenBSD/Makewhatis: Find.pm Log message: add file equivalence. Choose the most recent timestamp between man and catman pages. okay millert@

CVS: cvs.openbsd.org: src

2011-07-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2011/07/02 06:12:58 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCfl.pm PkgSpec.pm Search.pm Log message: allows .libs* packages to match correctly in the presence of @conflict markers

CVS: cvs.openbsd.org: src

2011-07-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2011/07/02 04:31:21 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: "repair" the thunarvfs test, except it's not repaired, as it does not exemplify anything interesting now. zap it from the

CVS: cvs.openbsd.org: src

2011-07-02 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2011/07/02 02:03:29 Modified files: share/man/man5 : mk.conf.5 Log message: update MANDIR and remove MANPS and MANZ variables; the latter do not have any effect now that we install source manuals; is