CVS commit: src/distrib/utils/sysinst/arch/i386

2012-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 15 08:47:53 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/i386: msg.md.de Log Message: Tweak a few grammar errors To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/doc

2012-05-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 15 08:49:35 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: sqlite-3.7.12 out. To generate a diff of this commit: cvs rdiff -u -r1.937 -r1.938 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/lib/libc/sys

2012-05-15 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue May 15 11:37:01 UTC 2012 Modified Files: src/lib/libc/sys: msgrcv.2 Log Message: Clarify description of the msgrcv() return value. I kept on misreading it for some reason. This ought to clarify it a bit more. To generate a

CVS commit: src/sys/arch/x68k/x68k

2012-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 15 12:14:59 UTC 2012 Modified Files: src/sys/arch/x68k/x68k: mainbus.c Log Message: com at mainbus was gone. http://mail-index.NetBSD.org/source-changes/2012/04/29/msg034022.html To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x68k/dev

2012-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 15 12:17:34 UTC 2012 Modified Files: src/sys/arch/x68k/dev: fd.c fdreg.h Log Message: - check bus_space_map(9) return value - use BUS_SPACE_MAP_SHIFTED_ODD for clarify - define and use proper macro instead of magic To

CVS commit: src/x11/Xserver

2012-05-15 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue May 15 14:29:29 UTC 2012 Modified Files: src/x11/Xserver: Makefile.common Log Message: Missed defining XSERVER_XVAX To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/x11/Xserver/Makefile.common Please note

CVS commit: src/distrib/utils/sysinst

2012-05-15 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Tue May 15 15:50:58 UTC 2012 Modified Files: src/distrib/utils/sysinst: checkrc.c configmenu.c Log Message: Adds a check to determine the root filesystem for determining the path of the rc.conf. Without, the menu would fail as it

CVS commit: src/lib/libedit

2012-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 15 15:59:01 UTC 2012 Modified Files: src/lib/libedit: tty.c tty.h Log Message: save and restore the tty settings on entry and exit respectively. cleanup debugging printfs. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libedit

2012-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 15 17:30:04 UTC 2012 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: Add rl_completion_word_break_hook from:

CVS commit: src/sys/arch/amiga

2012-05-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue May 15 17:35:44 UTC 2012 Modified Files: src/sys/arch/amiga/clockport: clockportvar.h files.clockport src/sys/arch/amiga/conf: GENERIC.in files.amiga src/sys/arch/amiga/dev: if_ne_zbus.c Added Files:

CVS commit: src/sys/arch/amiga/conf

2012-05-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue May 15 17:39:51 UTC 2012 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: regen configs To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/arch/amiga/conf/DRACO cvs rdiff -u

CVS commit: src/share/man/man4/man4.amiga

2012-05-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue May 15 17:46:26 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: Makefile clockport.4 Added Files: src/share/man/man4/man4.amiga: xsurf.4 Log Message: Add man page for xsurf(4). Mention gencp(4) in

CVS commit: src/distrib/sets/lists/man

2012-05-15 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue May 15 17:47:48 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add xsurf(4) man page to distribution list. To generate a diff of this commit: cvs rdiff -u -r1.1389 -r1.1390

CVS commit: src/usr.bin/make

2012-05-15 Thread Sean Boudreau
Module Name:src Committed By: seanb Date: Tue May 15 17:51:51 UTC 2012 Modified Files: src/usr.bin/make: compat.c Log Message: - Use _exit() instead of exit() in signal handler since the latter isn't signal safe. To generate a diff of this commit: cvs rdiff -u -r1.84

CVS commit: src/lib/libc/gdtoa

2012-05-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue May 15 18:10:02 UTC 2012 Modified Files: src/lib/libc/gdtoa: dtoa.c Log Message: Add missing {} around two if (b == NULL) checks which were added in r1.5. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/pci

2012-05-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 15 18:11:28 UTC 2012 Modified Files: src/sys/dev/pci: eso.c Log Message: don't kassert that the sc_intr_lock is held in eso_reset(). it's only called from attach and doesn't need to have it held, and PR 46451 shows that it

CVS commit: src/lib/libc/gdtoa

2012-05-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue May 15 18:13:22 UTC 2012 Modified Files: src/lib/libc/gdtoa: dtoa.c Log Message: Don't use normal indentation style, use original author's indentation style. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/stdlib

2012-05-15 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Tue May 15 18:46:20 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Test a bug found by Geza Herman. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/lib/libc/stdlib/t_strtod.c

CVS commit: src/sys/dev/ata

2012-05-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 15 19:01:10 UTC 2012 Modified Files: src/sys/dev/ata: sata_subr.c Log Message: If the PHY reports link up but no communication, wait 5 more seconds for communications to be established. This seems to be needed for some

CVS commit: src/sys/dev/ic

2012-05-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 15 19:06:27 UTC 2012 Modified Files: src/sys/dev/ic: siisata.c Log Message: Gather disable/enable interruptst at the Port Interrupt Enable level in 2 functions, and use them to disable interrupts for polled commands. In

CVS commit: src/lib/libedit

2012-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 15 19:07:25 UTC 2012 Modified Files: src/lib/libedit: readline.c Log Message: define the new variable To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/lib/libedit/readline.c Please note that diffs