CVS commit: src/lib/libc/stdio

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 06:22:28 UTC 2010 Modified Files: src/lib/libc/stdio: wprintf.3 Log Message: Fix the mess in the sections; someone went to sleep in the middle of a sentence... To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/lib/libc/stdio

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 06:23:56 UTC 2010 Modified Files: src/lib/libc/stdio: wprintf.3 Log Message: Put SECURITY CONSIDERATIONS as the last section. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/wprintf.3

CVS commit: src/lib/libc/sys

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 06:34:23 UTC 2010 Modified Files: src/lib/libc/sys: access.2 Log Message: Use a SECURITY CONSIDERATIONS instead of the BUGS section, and steal this section from FreeBSD (with minor modifications). To generate a diff

CVS commit: src/lib/libc/sys

2010-04-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 30 06:51:52 UTC 2010 Modified Files: src/lib/libc/sys: access.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/access.2 Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2010-04-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 30 06:54:16 UTC 2010 Modified Files: src/lib/libc/stdio: fgets.3 Log Message: Wording. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/fgets.3 Please note that diffs are not public domain;

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 07:00:51 UTC 2010 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Steal the malloc() vs. calloc() -idiom from the OpenBSD's malloc(3). While it may be debated how useful this is, good idiomatic usage

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 07:14:15 UTC 2010 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: As err(3) instructs, use EXIT_FAILURE in the example. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 07:16:35 UTC 2010 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Also: in the example EOVERFLOW is probably better than ENOMEM. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/lib/libc/sys

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 09:41:59 UTC 2010 Modified Files: src/lib/libc/sys: access.2 Log Message: Remove the note about eaccess(); no such thing in NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/librump/rumpvfs

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 09:44:38 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Get better results if initialize a field before calling strlen(). (can't believe that worked last night. the stars must've been in

CVS commit: src/sys/kern

2010-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 30 10:02:00 UTC 2010 Modified Files: src/sys/kern: kern_synch.c Log Message: Add a CTASSERT to make sure the cexp and ldavg arrays are kept in sync To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283

CVS commit: src/sys

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 10:03:14 UTC 2010 Modified Files: src/sys/kern: vfs_subr.c src/sys/rump/librump/rumpvfs: rumpfs.c src/sys/sys: vnode.h Log Message: Add translation from vtype to dirent type. Convert rumpfs now. I'll

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 10:06:52 UTC 2010 Modified Files: src/lib/libc/stdlib: tsearch.3 Log Message: Add STANDARDS and CAVEATS. The latter notes the ambiguity of tdelete() when deleting the root node. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 10:09:23 UTC 2010 Modified Files: src/lib/libc/stdlib: tsearch.3 Log Message: Put the period outside the quotation marks. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/tsearch.3

CVS commit: src/lib/libc/stdlib

2010-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 10:24:02 UTC 2010 Modified Files: src/lib/libc/stdlib: insque.3 Log Message: Rewrite the HISTORY section. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/insque.3 Please note that

CVS commit: src/sys/arch/sun3/include

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 13:48:55 UTC 2010 Modified Files: src/sys/arch/sun3/include: vmparam.h vmparam3.h vmparam3x.h Log Message: Raise the blade, make the change, don't quite rearrange to where it's sane. But improves the non-monolithic

CVS commit: src/usr.bin/systat

2010-04-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Apr 30 13:49:22 UTC 2010 Modified Files: src/usr.bin/systat: vmstat.c Log Message: In vmstat display, add one more column to output memory values. Avoid overflow with more than 100GB. To generate a diff of this commit: cvs

CVS commit: src/common/lib/libc/gen

2010-04-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 30 13:58:09 UTC 2010 Modified Files: src/common/lib/libc/gen: rb.c Log Message: Fix rb_tree_iterate to get the min/max element of the tree for the RBSMALL case. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [matt-nb5-mips64] src/lib/libc/arch/mips/gen

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 14:27:46 UTC 2010 Modified Files: src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c Log Message: For N32/N64, GP is callee-saved To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.14.1

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 14:32:31 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Re-formatting. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hp700/hp700/machdep.c Please note that

CVS commit: [uebayasi-xip] src/include

2010-04-30 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Apr 30 14:36:18 UTC 2010 Modified Files: src/include [uebayasi-xip]: Makefile err.h math.h netdb.h paths.h stdio.h stdlib.h unistd.h util.h wchar.h wctype.h src/include/ssp [uebayasi-xip]: stdio.h Added

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 15:36:45 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 15:39:02 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Add two DPRINTFs To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/hp700/hp700/mainbus.c Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 15:49:40 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Note the PA of pages when allocated. Simplify mapping of pages by traversing segs rather than the pageq and calling VM_PAGE_TO_PHYS.

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

2010-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 15:51:27 UTC 2010 Modified Files: src/sys/arch/hp700/conf: GENERIC Log Message: Enable PA2.0 CPUs, elroy, astro, ssio and attachments. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:10:42 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c Log Message: In N32 kernel, cpu_setmcontext needs to deal O32 mcontext To generate a diff of this commit: cvs rdiff -u -r1.1.2.7

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:11:14 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c Log Message: Report alignment faults as SIGBUS, not SIGSEGV. To generate a diff of this commit: cvs rdiff -u -r1.217.12.22

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:11:53 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: netbsd32_machdep.c Log Message: No reason to set R_ZERO. To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5

CVS commit: [matt-nb5-mips64] src/lib/libc/arch/mips/gen

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:12:41 UTC 2010 Modified Files: src/lib/libc/arch/mips/gen [matt-nb5-mips64]: setjmp.S Log Message: When .set reorder, the move goes before the jump, not after. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/systat

2010-04-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Apr 30 16:21:05 UTC 2010 Modified Files: src/usr.bin/systat: vmstat.c Log Message: Add per process cache values to the total name translations count. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: [matt-nb5-mips64] src/lib/libc/arch/mips/gen

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:23:23 UTC 2010 Modified Files: src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c Log Message: Semantic change: Use _REG_x with gregs, no binary difference To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/libexec/getty

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:24:25 UTC 2010 Modified Files: src/libexec/getty [matt-nb5-mips64]: main.c Log Message: Syslog if login_tty fails To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.56.10.1 src/libexec/getty/main.c Please

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 16:32:16 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: mcontext.h Log Message: Define mcontext_o32_t if !O32 To generate a diff of this commit: cvs rdiff -u -r1.8.18.3 -r1.8.18.4

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-04-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 30 18:15:33 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c Log Message: add some missing kpreempt calls. Fix an assert. To generate a diff of this commit: cvs rdiff -u -r1.217.12.23

CVS commit: src/sys/rump/librump/rumpvfs

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 20:05:29 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: genfs_eopnotsuppify symlink, otherwise unlocky things happen! To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/conf

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 20:28:13 UTC 2010 Modified Files: src/sys/conf: majors Log Message: compress whitespace. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/conf/majors Please note that diffs

CVS commit: src

2010-04-30 Thread Antti Kantee
: files,v 1.988 2010/04/16 13:44:49 pooka Exp $ +# $NetBSD: files,v 1.989 2010/04/30 20:47:17 pooka Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 -version 20090313 +version 20100430 # # device classes Index: src/sys/conf/majors diff -u src/sys/conf/majors:1.50 src/sys/conf/majors:1.51

CVS commit: src/sys/rump/librump/rumpkern

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 20:54:17 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Added Files: src/sys/rump/librump/rumpkern: devsw.c Log Message: Include devsw_conv0 from an i386 kernel compilation (no,

CVS commit: src/sys/rump/librump/rumpvfs

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 21:02:36 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: devnodes.c rump_vfs.c rump_vfs_private.h Log Message: Autogenerate /dev nodes. Use (recreate) the naming policy in MAKEDEV. -- Not the famous irrational

CVS commit: src/sys/arch/x86/pci

2010-04-30 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Apr 30 21:05:27 UTC 2010 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Add an exponential back-off to the loop that tries to lock the PCI configuration-access registers, to avoid excessive cacheline

CVS commit: src/sys/rump/net/rumptest

2010-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 30 21:05:52 UTC 2010 Modified Files: src/sys/rump/net/rumptest: rumptest_net.c Log Message: Remove bpf modload code. With the current state of affairs, the kernel module either be autoloaded from the host or the kernel

CVS commit: src/sys/dev/pci

2010-04-30 Thread Hubert Feyrer
Module Name:src Committed By: hubertf Date: Fri Apr 30 21:17:19 UTC 2010 Modified Files: src/sys/dev/pci: if_pcn.c Log Message: silence boot -z To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/if_pcn.c Please note that diffs are not public

CVS commit: src/sys/kern

2010-04-30 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Apr 30 21:17:22 UTC 2010 Modified Files: src/sys/kern: subr_autoconf.c Log Message: IPL_VM is the highest interrupt priority where alldevs is read/written, and acquiring alldevs_mtx already blocks those interrupts, so delete

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

2010-04-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Apr 30 23:55:24 UTC 2010 Modified Files: src/sys/arch/i386/conf: XBOX XEN3_DOM0 Log Message: Following precedent in the i386 GENERIC kernel and in similar amd64 kernels, comment a few *VERBOSE options that have questionable

CVS commit: src/doc

2010-04-30 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat May 1 01:36:25 UTC 2010 Modified Files: src/doc: BRANCHES Log Message: Update uebayasi-xip's base. To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/doc/BRANCHES Please note that diffs are not public