Re: CVS commit: src/sys/dev/putter

2011-02-06 Thread Izumi Tsutsui
Module Name: src Committed By: haad Date: Sun Feb 6 01:28:17 UTC 2011 Modified Files: src/sys/dev/putter: putter.c Log Message: Putter depends on puffs add missing dependience. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/putter/putter.c

Re: CVS commit: src/lib/csu

2011-02-06 Thread David Holland
On Mon, Jan 31, 2011 at 10:45:34PM +, David Holland wrote: However, as I recall it ought to work ok to do Var_Set(.PARSEDIR, $(.CURDIR), VAR_GLOBAL, 0); instead. However, this still isn't a correct fix as it doesn't take care of the case when e.g. including

Re: CVS commit: src/lib/csu

2011-02-06 Thread David Laight
On Sun, Feb 06, 2011 at 07:46:23PM +, David Holland wrote: Making .PARSEDIR always absolute should fix this problem, but in the general case requires realpath(). It will also give problems to anyone using bmake under cygwin to run windows binaries. David -- David Laight:

Re: CVS commit: src/sbin/wsconsctl

2011-02-06 Thread Izumi Tsutsui
Modified Files: src/sbin/wsconsctl: util.c Log Message: update macro names to match new ones (i don't know why they changed, just fixing the build) Thanks. I changed them to sync with OpenBSD, to avoid divergence in (possible) xf86-video-foo drivers. (I didn't think they were ever

Re: CVS commit: src/lib/csu

2011-02-06 Thread Simon J. Gerraty
Making .PARSEDIR always absolute should fix this problem, but in the general case requires realpath(). Yes. Though it is worth noting that setting .PARSEDIR to .CURDIR when the makefile path contains no '/' may be sufficient for correct operation. However, I'm guessing that .PARSEDIR may not

Re: CVS commit: src/sys/arch/powerpc/ibm4xx

2011-02-06 Thread Antti Kantee
On Mon Feb 07 2011 at 07:02:25 +, Matt Thomas wrote: Module Name: src Committed By: matt Date: Mon Feb 7 07:02:24 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Use EVCNT_ATTACH_STATIC Can't we just: 1) Work toward getting of rid linkset

Re: CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Antti Kantee
On Sun Feb 06 2011 at 19:26:27 -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Mon Feb 7 00:26:27 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: provide __arraycount() if not there. What's the point? Now if a (future)

CVS commit: src/sbin/fsck_ffs

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 12:02:59 UTC 2011 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Do Skip device checks, which ends up parsing fstab, when working on a filesystem image with -F option set. To generate a diff of this commit:

CVS commit: src/bin/cp

2011-02-06 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Sun Feb 6 12:37:49 UTC 2011 Modified Files: src/bin/cp: cp.1 cp.c extern.h utils.c Log Message: Add -l option to copy a tree as links. Non-standard option similar to Gnutools cp(1) Approved by core. To generate a diff of this

CVS commit: src/bin/cp

2011-02-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 6 12:49:33 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: Put -l compatibility note in STANDARDS section. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/cp/cp.1 Please note that diffs are

CVS commit: src/lib/librumphijack

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 13:05:20 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: be kinder about kqueue() (but paradoxically omit the surprise) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/hp300/hp300

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 14:26:10 UTC 2011 Modified Files: src/sys/arch/hp300/hp300: trap.c Log Message: Remove trailing TABs. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/arch/hp300/hp300/trap.c Please note that

CVS commit: src/sys/dev/putter

2011-02-06 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sun Feb 6 14:29:25 UTC 2011 Modified Files: src/sys/dev/putter: putter.c Log Message: Revert my fix. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/putter/putter.c Please note that diffs are not

CVS commit: src/lib/librumpclient

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:41:38 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c Log Message: Make sure to close parent's server communication socket after fork. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/librumpclient

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:43:20 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c rumpclient.h Log Message: Add another connection retry model which simply does exit(1) if the connection is severed. (mostly for tests so that

CVS commit: src/lib/librumphijack

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:48:20 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: make it possible to specify client connection retry model in RUMPHIJACK_RETRY To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/sys/dev/pci

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 16:23:01 UTC 2011 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm_gmii_reset(): restore generic reset delays to what they were before rev 1.186. This makes the following hardware find its PHY again, and I

CVS commit: src/lib/librumpuser

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:25:49 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Fix a race condition in the worker thread caching logic: if we got two or more syscall requests before any worker thread ran, we might

CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 6 18:28:22 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: use unsigned char instead of uint8_t, easier for portability To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/hil

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:32:56 UTC 2011 Modified Files: src/sys/dev/hil: hildevs Log Message: Add NetBSD's RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hil/hildevs Please note that diffs are not public

CVS commit: src/sys/dev/hil

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:34:52 UTC 2011 Added Files: src/sys/dev/hil: hildevs_data.h Log Message: Initially generate hildevs_data.h from hildevs. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/hil/hildevs_data.h

CVS commit: src/doc

2011-02-06 Thread Izumi Tsutsui
. [matt 20110131] dhcpcd(8): Import dhcpcd-5.2.11. [roy 20110204] + hp300: Switch NetBSD/hp300 to wscons with rasops. + Simply ported from OpenBSD/hp300. [tsutsui 20110206]

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

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:40:55 UTC 2011 Modified Files: src/sys/arch/hp300/conf: GENERIC Log Message: Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300. - Only A1416 Kathmandu (topcat) framebuffer on 425t is

CVS commit: src/tests/lib

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:44:30 UTC 2011 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/librumphijack: Atffile Makefile h_netget.c index.html netstat.expout t_tcpip.sh Log Message: Add a simple test for

CVS commit: src

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:47:56 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: librumphijack build infra To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243

CVS commit: src/sys/netbt

2011-02-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Feb 6 18:51:00 UTC 2011 Modified Files: src/sys/netbt: l2cap.h l2cap_signal.c Log Message: respond to L2CAP Information requests To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netbt/l2cap.h cvs rdiff

CVS commit: src/libexec/httpd

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 19:00:54 UTC 2011 Modified Files: src/libexec/httpd: daemon-bozo.c Log Message: Call daemon() later to make sure there is a listening socket by the time the foreground process exits. discussed with mrg. To generate a

CVS commit: src/sys/netinet6

2011-02-06 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Feb 6 19:12:55 UTC 2011 Modified Files: src/sys/netinet6: in6.c Log Message: Delete unnecessary casts to void *. No functional change intended. Same assembly generated before and after this change. To generate a diff of

CVS commit: [bouyer-quota2] src/usr.sbin/edquota

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 19:24:20 UTC 2011 Modified Files: src/usr.sbin/edquota [bouyer-quota2]: edquota.c Log Message: Change format to print the quota version for each filesystem in editor. For version 1, have '-d' edit the filesystem's

CVS commit: src/external/bsd/atf/lib/libatf-c++

2011-02-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 6 19:34:20 UTC 2011 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Add missing DPADD on libatf-c.a. Spotted by Garrett Cooper. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/share/mk

2011-02-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 6 19:38:48 UTC 2011 Modified Files: src/share/mk: bsd.test.mk Log Message: Fix the 'test' target to force atf to use its own files from DESTDIR instead of the installed ones. This is achieved by overriding all ATF_*

CVS commit: src/lib/librumpuser

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 21:05:53 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Support query of the partition size in case underlying device is a wedge. This still lacks the proplibistic query of the sector size and

CVS commit: src/sbin/wsconsctl

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 21:38:10 UTC 2011 Modified Files: src/sbin/wsconsctl: util.c Log Message: update macro names to match new ones (i don't know why they changed, just fixing the build) To generate a diff of this commit: cvs rdiff -u

CVS commit: [bouyer-quota2] src/usr.sbin/edquota

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 22:18:38 UTC 2011 Modified Files: src/usr.sbin/edquota [bouyer-quota2]: edquota.8 edquota.c Log Message: Fix usage(). Document new behavior and options. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 23:03:02 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: don't use __arraycount in tools To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/lint1/mkops Please note that

CVS commit: src/sys/dev/usb

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 23:11:11 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add MPMan to the vendor list. To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 src/sys/dev/usb/usbdevs Please note that diffs are

CVS commit: src/sys/dev/usb

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 23:11:54 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen for MPMan. To generate a diff of this commit: cvs rdiff -u -r1.570 -r1.571 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.571

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:14:04 UTC 2011 Modified Files: src/sys/arch/x86/include: bootinfo.h Log Message: add BI_MODULE_IMAGE boot module type To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:16:05 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: boot2.c version src/sys/arch/i386/stand/lib: bootmod.h exec.c libi386.h Log Message: add support for passing image files to the kernel with the

CVS commit: src/sys

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:25:18 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/evbarm/conf: MPCSA_GENERIC src/sys/arch/evbppc/conf: VIRTEX_DFC src/sys/arch/evbppc/virtex/dev: tft.c tftvar.h

CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 7 00:26:27 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: provide __arraycount() if not there. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/lint1/mkops Please

CVS commit: src/usr.sbin/fwctl

2011-02-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 7 01:37:12 UTC 2011 Modified Files: src/usr.sbin/fwctl: fwdv.c Log Message: Fix typo, from Henning Petersen in PR 44513. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/fwctl/fwdv.c Please

CVS commit: src/sys/fs/hfs

2011-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 7 02:06:21 UTC 2011 Modified Files: src/sys/fs/hfs: hfs_vnops.c Log Message: KNF, no functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/fs/hfs/hfs_vnops.c Please note

CVS commit: src/sys/dev/splash

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 7 02:57:49 UTC 2011 Modified Files: src/sys/dev/splash: splash.c Log Message: %d - %zd for size_t printf format To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/splash/splash.c Please note

CVS commit: src/sys/fs/hfs

2011-02-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Feb 7 03:03:16 UTC 2011 Modified Files: src/sys/fs/hfs: hfs_vnops.c Log Message: Make this build. Also, the previous commit contanined unintended functional changes I'm going to ignore. To generate a diff of this

CVS commit: src/sys/dev/pud

2011-02-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Feb 7 03:14:28 UTC 2011 Modified Files: src/sys/dev/pud: pud.c Log Message: Third argument of MODULE() is typically a string literal. Moreover it (at least sometimes) didn't build otherwise. To generate a diff of this

CVS commit: src/sys

2011-02-06 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 7 03:54:46 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/amd64/include: segments.h src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: move macros for

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 7 04:05:49 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: options SPLASHSCREEN_PROGRESS is no more To generate a diff of this commit: cvs rdiff -u -r1.1009 -r1.1010

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

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 06:37:01 UTC 2011 Modified Files: src/sys/arch/powerpc/include: asm.h Log Message: binutils is automagically doing securecrt so make sure plt calls are emitted with the secureplt magic as well. To generate a diff of

CVS commit: src/sys/arch/powerpc/booke

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 06:41:08 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: trap.c Log Message: Fix inverted test. cpu_setmcontext should return success. :) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/powerpc/ibm4xx

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 07:02:24 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Use EVCNT_ATTACH_STATIC To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/powerpc/ibm4xx/pmap.c Please note

CVS commit: src/sbin/fsck_ffs

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 12:02:59 UTC 2011 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Do Skip device checks, which ends up parsing fstab, when working on a filesystem image with -F option set. To generate a diff of this commit:

CVS commit: src/bin/cp

2011-02-06 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Sun Feb 6 12:37:49 UTC 2011 Modified Files: src/bin/cp: cp.1 cp.c extern.h utils.c Log Message: Add -l option to copy a tree as links. Non-standard option similar to Gnutools cp(1) Approved by core. To generate a diff of this

CVS commit: src/bin/cp

2011-02-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 6 12:49:33 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: Put -l compatibility note in STANDARDS section. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/cp/cp.1 Please note that diffs are

CVS commit: src/lib/librumphijack

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 13:05:20 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: be kinder about kqueue() (but paradoxically omit the surprise) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/hp300/hp300

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 14:26:10 UTC 2011 Modified Files: src/sys/arch/hp300/hp300: trap.c Log Message: Remove trailing TABs. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/arch/hp300/hp300/trap.c Please note that

CVS commit: src/sys/dev/putter

2011-02-06 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sun Feb 6 14:29:25 UTC 2011 Modified Files: src/sys/dev/putter: putter.c Log Message: Revert my fix. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/putter/putter.c Please note that diffs are not

CVS commit: src/lib/librumpclient

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:41:38 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c Log Message: Make sure to close parent's server communication socket after fork. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/librumpclient

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:43:20 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c rumpclient.h Log Message: Add another connection retry model which simply does exit(1) if the connection is severed. (mostly for tests so that

CVS commit: src/lib/librumphijack

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 15:48:20 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: make it possible to specify client connection retry model in RUMPHIJACK_RETRY To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/sys/dev/pci

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 16:23:01 UTC 2011 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm_gmii_reset(): restore generic reset delays to what they were before rev 1.186. This makes the following hardware find its PHY again, and I

CVS commit: src/lib/librumpuser

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:25:49 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Fix a race condition in the worker thread caching logic: if we got two or more syscall requests before any worker thread ran, we might

CVS commit: src

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:26:54 UTC 2011 Modified Files: src/distrib/hp300/miniroot: dot.profile install.md src/distrib/hp300/ramdisk: dot.profile src/etc/etc.hp300: MAKEDEV.conf ttys src/sys/arch/hp300/conf: INSTALL

CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 6 18:28:22 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: use unsigned char instead of uint8_t, easier for portability To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/hil

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:32:56 UTC 2011 Modified Files: src/sys/dev/hil: hildevs Log Message: Add NetBSD's RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hil/hildevs Please note that diffs are not public

CVS commit: src/sys/dev/hil

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:34:52 UTC 2011 Added Files: src/sys/dev/hil: hildevs_data.h Log Message: Initially generate hildevs_data.h from hildevs. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/hil/hildevs_data.h

CVS commit: src/doc

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:38:01 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Note NetBSD/hp300 wscons. To generate a diff of this commit: cvs rdiff -u -r1.1500 -r1.1501 src/doc/CHANGES Please note that diffs are not public

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

2011-02-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 6 18:40:55 UTC 2011 Modified Files: src/sys/arch/hp300/conf: GENERIC Log Message: Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300. - Only A1416 Kathmandu (topcat) framebuffer on 425t is

CVS commit: src/tests/lib

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:44:30 UTC 2011 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/librumphijack: Atffile Makefile h_netget.c index.html netstat.expout t_tcpip.sh Log Message: Add a simple test for

CVS commit: src

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 18:47:56 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: librumphijack build infra To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243

CVS commit: src/sys/netbt

2011-02-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Feb 6 18:51:00 UTC 2011 Modified Files: src/sys/netbt: l2cap.h l2cap_signal.c Log Message: respond to L2CAP Information requests To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netbt/l2cap.h cvs rdiff

CVS commit: src/libexec/httpd

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 19:00:54 UTC 2011 Modified Files: src/libexec/httpd: daemon-bozo.c Log Message: Call daemon() later to make sure there is a listening socket by the time the foreground process exits. discussed with mrg. To generate a

CVS commit: src/sys/netinet6

2011-02-06 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Feb 6 19:12:55 UTC 2011 Modified Files: src/sys/netinet6: in6.c Log Message: Delete unnecessary casts to void *. No functional change intended. Same assembly generated before and after this change. To generate a diff of

CVS commit: [bouyer-quota2] src/usr.sbin/edquota

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 19:24:20 UTC 2011 Modified Files: src/usr.sbin/edquota [bouyer-quota2]: edquota.c Log Message: Change format to print the quota version for each filesystem in editor. For version 1, have '-d' edit the filesystem's

CVS commit: src/share/mk

2011-02-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 6 19:38:48 UTC 2011 Modified Files: src/share/mk: bsd.test.mk Log Message: Fix the 'test' target to force atf to use its own files from DESTDIR instead of the installed ones. This is achieved by overriding all ATF_*

CVS commit: src/lib/librumpuser

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 21:05:53 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Support query of the partition size in case underlying device is a wedge. This still lacks the proplibistic query of the sector size and

CVS commit: src/sbin/wsconsctl

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 21:38:10 UTC 2011 Modified Files: src/sbin/wsconsctl: util.c Log Message: update macro names to match new ones (i don't know why they changed, just fixing the build) To generate a diff of this commit: cvs rdiff -u

CVS commit: [bouyer-quota2] src/usr.sbin/edquota

2011-02-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Feb 6 22:18:38 UTC 2011 Modified Files: src/usr.sbin/edquota [bouyer-quota2]: edquota.8 edquota.c Log Message: Fix usage(). Document new behavior and options. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/usr.bin/xlint/lint1

2011-02-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 6 23:03:02 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: don't use __arraycount in tools To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/lint1/mkops Please note that

CVS commit: src/sys/dev/usb

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 23:11:11 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add MPMan to the vendor list. To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 src/sys/dev/usb/usbdevs Please note that diffs are

CVS commit: src/sys/dev/usb

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 23:11:54 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen for MPMan. To generate a diff of this commit: cvs rdiff -u -r1.570 -r1.571 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.571

CVS commit: src/sys

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:13:04 UTC 2011 Modified Files: src/sys/conf: files Added Files: src/sys/dev/stbi: files.stbi stb_image.c stbi.h stbiconfig.h Log Message: add a public domain image decoder To generate a diff of this

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:14:04 UTC 2011 Modified Files: src/sys/arch/x86/include: bootinfo.h Log Message: add BI_MODULE_IMAGE boot module type To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 6 23:16:05 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: boot2.c version src/sys/arch/i386/stand/lib: bootmod.h exec.c libi386.h Log Message: add support for passing image files to the kernel with the

CVS commit: src/sys/dev/splash

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 7 02:57:49 UTC 2011 Modified Files: src/sys/dev/splash: splash.c Log Message: %d - %zd for size_t printf format To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/splash/splash.c Please note

CVS commit: src/sys

2011-02-06 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 7 03:54:46 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/amd64/include: segments.h src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: move macros for

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

2011-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 7 04:05:49 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: options SPLASHSCREEN_PROGRESS is no more To generate a diff of this commit: cvs rdiff -u -r1.1009 -r1.1010

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

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 06:37:01 UTC 2011 Modified Files: src/sys/arch/powerpc/include: asm.h Log Message: binutils is automagically doing securecrt so make sure plt calls are emitted with the secureplt magic as well. To generate a diff of

CVS commit: src/sys/arch/powerpc/booke

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 06:41:08 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: trap.c Log Message: Fix inverted test. cpu_setmcontext should return success. :) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/powerpc/ibm4xx

2011-02-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 7 07:02:24 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Use EVCNT_ATTACH_STATIC To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/powerpc/ibm4xx/pmap.c Please note