CVS commit: src/tools/compat/sys

2010-03-26 Thread Christoph Egger
Module Name:src
Committed By:   cegger
Date:   Fri Mar 26 07:16:12 UTC 2010

Added Files:
src/tools/compat/sys: time.h

Log Message:
toolchain buildfix on OSX with MKDTRACE=yes:

The host  doesn't provide CLOCK_REALTIME but ctf uses it.
See http://mail-index.netbsd.org/current-users/2010/03/20/msg012963.html

No comments.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/compat/sys/time.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sysmon

2010-03-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Mar 26 12:37:00 UTC 2010

Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c

Log Message:
Export the sensor device's class.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/sysmon/sysmon_envsys.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/dm

2010-03-26 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri Mar 26 15:46:05 UTC 2010

Modified Files:
src/sys/dev/dm: device-mapper.c

Log Message:
Fix build of i386 ALL kernel with patch from Greg A. Woods in PR/43056.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/dm/device-mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/config

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 26 15:51:17 UTC 2010

Modified Files:
src/usr.bin/config: mkioconf.c

Log Message:
Put cfdata* in a similar namespace with cfdriver** cfattachinit*.
This was nagging me already yesterday, but I decided to leave it
alone for better compat with old ioconf.c builds.  But as it turns
out, new code depends on newly built ioconf.c with a new config(1)
anyway, so renaming is not an issue (at least not at this stage).

While renaming, namespace cfdriver and cfattach in "ioconf" rather
than "comp", since the former reflects the config(5) keyword.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/config/mkioconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 26 15:51:55 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_bat.c
src/sys/rump/dev/lib/libubt: ubt_at_usb.c
src/sys/rump/dev/lib/libucom: ucom_at_usb.c
src/sys/rump/dev/lib/libugenhc: ugenhc_at_mainbus.c
src/sys/rump/dev/lib/libulpt: ulpt_at_usb.c
src/sys/rump/dev/lib/libumass: sd_at_scsibus_at_umass.c
src/sys/rump/dev/lib/libusb: usb_at_ugenhc.c
src/sys/rump/dev/lib/libwscons: component.c

Log Message:
Catch up with cosmetic changes to output from config(1)


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/acpi/acpi_bat.c
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libubt/ubt_at_usb.c
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/dev/lib/libucom/ucom_at_usb.c
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libugenhc/ugenhc_at_mainbus.c
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libulpt/ulpt_at_usb.c
cvs rdiff -u -r1.4 -r1.5 \
src/sys/rump/dev/lib/libumass/sd_at_scsibus_at_umass.c
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libusb/usb_at_ugenhc.c
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libwscons/component.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/xscale

2010-03-26 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri Mar 26 15:55:33 UTC 2010

Modified Files:
src/sys/arch/arm/xscale: ixp425-fw.mk

Log Message:
Use objcopy rather than ld to copy Intel NPE firmware blob into ELF.
Avoids internal error in newer binutils ld.
Should fix PR/42864 and PR/43057.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425-fw.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net80211

2010-03-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Mar 26 17:18:05 UTC 2010

Modified Files:
src/sys/net80211: ieee80211.c

Log Message:
In ieee80211_media_init(), change a pointer that we never write
through to a pointer to const.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/net80211/ieee80211.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-03-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 26 18:02:14 UTC 2010

Modified Files:
src: build.sh

Log Message:
make kernobjdir absolute.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 26 18:15:15 UTC 2010

Modified Files:
src/sys/netbt: bluetooth.h files.netbt
src/sys/rump/dev/lib/libubt: Makefile
Removed Files:
src/sys/rump/net/lib/libnetbt: opt_bluetooth.h

Log Message:
Remove unused opt_bluetooth.h

plunky: "feel free"


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netbt/bluetooth.h
cvs rdiff -u -r1.4 -r1.5 src/sys/netbt/files.netbt
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libubt/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/net/lib/libnetbt/opt_bluetooth.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 26 18:21:28 UTC 2010

Modified Files:
src/sys/rump/librump/rumpvfs: rump_vfs.c vfsops_stub.c

Log Message:
rootfstype is not a vfs stub, so it doesn't belong in vfs_stubs


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/rump/librump/rumpvfs/rump_vfs.c
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpvfs/vfsops_stub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-03-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Mar 26 19:40:41 UTC 2010

Modified Files:
src/share/man/man9: hz.9

Log Message:
Split Nm argument in NAME section on multiple lines, like usual.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/hz.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-03-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Mar 26 19:43:04 UTC 2010

Modified Files:
src/share/man/man9: pfind.9

Log Message:
Uppercase Dt argument. Fix a typo. Improve wording in one sentence.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pfind.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sysmon

2010-03-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Mar 26 20:31:06 UTC 2010

Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c sysmonvar.h

Log Message:
Add a routine to iterate over all the sensors on the system.  This will
be needed to update acpiapm_get_powstat() which is currently slightly
broken due to recent rearrangement of acpi_bat(4)'s sensors.  (This
approach is in lieu of exporting proplists between kernel entities, and
avoids exposing some internal sysmon_envsys details.)


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/sysmon/sysmon_envsys.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sysmon/sysmonvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-03-26 Thread Matthew Jacob
Module Name:src
Committed By:   mjacob
Date:   Fri Mar 26 20:52:01 UTC 2010

Modified Files:
src/sys/dev/ic: isp.c isp_library.c isp_library.h isp_netbsd.c
isp_netbsd.h isp_stds.h isp_target.c ispmbox.h ispreg.h ispvar.h
src/sys/dev/pci: isp_pci.c
src/sys/dev/sbus: isp_sbus.c

Log Message:
Synchronize with other platforms:

Strongly architect handles so we can more easily detect bogus
handles. This switches us to a full 32 bits for all handles.

Handle the case of FC disks disappearing and then reappearing-
at least at the FC transport level.

Some better and finer control of debug and non-debug printouts.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/ic/isp.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/isp_library.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/isp_library.h
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/ic/isp_netbsd.c
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/isp_netbsd.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/isp_stds.h
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/isp_target.c \
src/sys/dev/ic/ispreg.h
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/ispmbox.h
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/ic/ispvar.h
cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/isp_pci.c
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/sbus/isp_sbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sysmon

2010-03-26 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Mar 26 21:06:25 UTC 2010

Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c

Log Message:
Make this work the way the preceeding comment blocks says it works, and
break out of the while{ } when the callback returns false, not when it
returns true!


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/sysmon/sysmon_envsys.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/sys/sys

2010-03-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 26 21:33:28 UTC 2010

Modified Files:
src/external/cddl/osnet/sys/sys: time.h

Log Message:
deal with missing CLOCK_REALTIME


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/time.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/miscfs/fifofs

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Mar 27 02:33:11 UTC 2010

Modified Files:
src/sys/miscfs/fifofs: fifo_vnops.c

Log Message:
Access fifoinfo only when it's non-NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/miscfs/fifofs/fifo_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/fs

2010-03-26 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Mar 27 02:37:35 UTC 2010

Modified Files:
src/sys/fs/puffs: puffs_vnops.c
src/sys/fs/tmpfs: tmpfs_vnops.c

Log Message:
\n, police!


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/fs/puffs/puffs_vnops.c
cvs rdiff -u -r1.66 -r1.67 src/sys/fs/tmpfs/tmpfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-03-26 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Mar 27 03:04:52 UTC 2010

Modified Files:
src/share/man/man4: sdhc.4
src/sys/arch/i386/conf: ALL GENERIC
src/sys/dev/cardbus: files.cardbus
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
Added Files:
src/sys/dev/cardbus: sdhc_cardbus.c

Log Message:
Added sdhc at cardbus support.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/sdhc.4
cvs rdiff -u -r1.250 -r1.251 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.974 -r1.975 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/cardbus/files.cardbus
cvs rdiff -u -r0 -r1.1 src/sys/dev/cardbus/sdhc_cardbus.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/sdmmc/sdhcvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2010-03-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar 27 03:38:27 UTC 2010

Modified Files:
src/doc: BRANCHES

Log Message:
minor updates:
- gmcgarry_ctxsw replaced by yamt-idlelwp
- move nick-hppapmap into the right section
- rtr-xorg-branch is dead
- thorpej-atomic is (bascially) merged to -current


To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 src/doc/BRANCHES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.