CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 08:04:15 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: add MODULAR loading facility. Disabled for now 'til it gets ready to use. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 08:19:34 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: move module load address printf() to show the correct value. Still some more work. To generate a diff of this commit: cvs

CVS commit: src/sys/rump/librump

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:22:33 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h src/sys/rump/librump/rumpnet: rump_net.c Log Message: Add one more component level to networking: IFCFG. It is executed after IF

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

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:24:06 UTC 2011 Modified Files: src/sys/rump/net/lib/libnet: component.c src/sys/rump/net/lib/libnetinet: component.c Log Message: Ensure that a) loopback attaches after all the domains have attached b)

CVS commit: src/tests/fs/vfs

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:32:50 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: need unrace-catcher for ffslog To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/fs/vfs/t_renamerace.c Please note

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 09:45:25 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: kse.c nvt.c pcn.c sip.c sme.c wm.c Log Message: always have even numbered descriptors to avoid ones belong to Tx/Rx share the same

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 10:10:48 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: kse.c nvt.c pcn.c sip.c sme.c wm.c Log Message: make sure to have 32B aligned descriptor array. To generate a diff of this commit:

CVS commit: src/share/man/man4

2011-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 11 10:47:46 UTC 2011 Modified Files: src/share/man/man4: xvif.4 Log Message: Nitpicking. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/xvif.4 Please note that diffs are not public domain;

CVS commit: src/share/man/man4

2011-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 11 10:48:05 UTC 2011 Modified Files: src/share/man/man4: xbdback.4 Log Message: Fix typo, add serial comma, remova trailing space, sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man4

2011-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 11 10:48:37 UTC 2011 Modified Files: src/share/man/man4: pciback.4 Log Message: Remove trailing whitespace and reference to non-existent boot.conf(5). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man4

2011-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 11 10:48:49 UTC 2011 Modified Files: src/share/man/man4: xbd.4 Log Message: Wording, sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/xbd.4 Please note that diffs are not

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

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 10:49:20 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: KASSERT we don't return back to userspace with the kernel lock held. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/tests/net

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 10:51:45 UTC 2011 Modified Files: src/tests/net: Makefile Added Files: src/tests/net/net: Makefile t_raw.c Log Message: add test for PR kern/44369 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/net

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 10:52:42 UTC 2011 Modified Files: src/sys/net: raw_usrreq.c Log Message: Apply patch from PR kern/44369 by Wolfgang Stukenbrock. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/net/raw_usrreq.c

CVS commit: src

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 10:55:27 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: +tests/net/net To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 11:26:28 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Print some more info in an attempt to try to understand why the test fails in automated test runs but not my desktop. To

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

2011-01-11 Thread Grégoire Sutre
Module Name:src Committed By: gsutre Date: Tue Jan 11 12:24:38 UTC 2011 Modified Files: src/sys/arch/i386/i386: multiboot.c Log Message: As said in the comment (lines 327-336), we must make sure that we don't overwrite valid data when moving the symbol and string tables.

CVS commit: src/sys/arch/sandpoint

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 13:29:09 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: step forward to MODULAR sandpoint kernel. disabled until all work gets done.

CVS commit: src/share/man/man4

2011-01-11 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 13:46:47 UTC 2011 Modified Files: src/share/man/man4: pciback.4 Log Message: Fix my mistake: it is boot.cfg(5), not boot.conf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/pciback.4

CVS commit: src/tests/fs/vfs

2011-01-11 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Jan 11 14:03:39 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: add test for kern/43321, blessed by pooka@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/fs/vfs/t_vnops.c Please

CVS commit: src/sys/fs/puffs

2011-01-11 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Jan 11 14:04:54 UTC 2011 Modified Files: src/sys/fs/puffs: puffs_sys.h puffs_vnops.c Log Message: add advlock to puffs. ok pooka@ should fix kern/43321 To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

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

2011-01-11 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Jan 11 14:05:33 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: add advlock to rumpfs, ok pooka@ To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/sys/arch/pmax/stand/common

2011-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jan 11 16:19:38 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinfo.c Log Message: ANSIfy. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/pmax/stand/common/bootinfo.c Please note

CVS commit: src/tests/lib/libc

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 11 16:30:54 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/getaddrinfo: Makefile README basics_v4.exp basics_v4v6.exp h_gai.c no_host_v4.exp no_host_v4v6.exp

CVS commit: src

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 11 16:31:33 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: sets-list dance for getaddrinfo test To generate a diff of this commit: cvs rdiff -u -r1.221

CVS commit: src/regress/lib/libc

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 11 16:34:28 UTC 2011 Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/getaddrinfo: Makefile README answer-v4 answer-v4v6 gaitest.c testsuite.sh Log Message: The

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

2011-01-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 11 18:25:26 UTC 2011 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Use pmf_device_register1(9) and add cpu_shutdown(), which calls cpu_suspend(). To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: [matt-nb5-pq3] src/sys/sys

2011-01-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 11 18:49:35 UTC 2011 Modified Files: src/sys/sys [matt-nb5-pq3]: lwp.h Log Message: Add lwp_getpcb to help shrink differences between -5 and -HEAD To generate a diff of this commit: cvs rdiff -u -r1.114.4.1

CVS commit: src/sys/dev/acpi

2011-01-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 11 20:35:24 UTC 2011 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Disable all GPEs when entering S5. Also add a comment that the function acpi_enter_sleep_state() must be called with interrupts enabled. To

CVS commit: src/sys/arch

2011-01-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 11 21:10:18 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: Restore the interrupt level in cpu_reboot() before calling the acpi_enter_sleep_state()

CVS commit: src/sys/arch/xen/xen

2011-01-11 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 23:22:19 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c Log Message: Introduce vifname keys for Xen domains. Its value is the interface name for the vif, e.g. xvif(4) for dom0, and

CVS commit: src/tests/lib/libc

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 12 02:58:41 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/net: Makefile src/tests/lib/libc/net/getaddrinfo: Makefile README basics_v4.exp

CVS commit: src

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 12 02:59:16 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: Hook up the getaddrinfo test in its new location To generate a diff of this commit: cvs rdiff

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

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 12 03:00:30 UTC 2011 Removed Files: src/tests/lib/libc/getaddrinfo: Makefile README basics_v4.exp basics_v4v6.exp h_gai.c no_host_v4.exp no_host_v4v6.exp no_serv_v4.exp no_serv_v4v6.exp scoped.exp

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

2011-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 12 03:53:58 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Clean up some fallout from moving getaddrinfo test To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224

CVS commit: src/usr.bin/indent

2011-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 12 06:17:52 UTC 2011 Modified Files: src/usr.bin/indent: indent.1 Log Message: Spell out parenthesis. From Ryo HAYASAKA in PR 44372. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/indent/indent.1

CVS commit: src/sys/arch/sandpoint

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 12 07:38:44 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c src/sys/arch/sandpoint/stand/netboot: main.c Log Message: - remove duplicate an opt include line. - restore a lost indent. To