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

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec  6 10:32:44 UTC 2012

Modified Files:
src/sys/arch/x86/pci: ichlpcib.c

Log Message:
No functional change:
- Remove trailing white space.
- Sort entries.
- Remove duplicated entries.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/pci/ichlpcib.c

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



CVS commit: src/external/bsd/dhcpcd/dist

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:11:46 UTC 2012

Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18199

Log Message:
Import dhcpcd-5.6.4 with the following changes:
* add interface scope to exported IPv6 link local addresses
* DUID feature works again
* If we receive >1 MTU in the RA we use the last one
* Expire RA options separately from the RA
* Merge multiple RA options together except when a single is needed
* Some memory leaks plugged
* Don't overwrite invalid memory when DNSSL options begin with a NULL
* Ensure we have a large enough buffer for an escaped DNSSL option from RA

Status:

Vendor Tag: roy
Release Tags:   dhcpcd-5-6-4

U src/external/bsd/dhcpcd/dist/arp.c
U src/external/bsd/dhcpcd/dist/bind.c
U src/external/bsd/dhcpcd/dist/common.c
U src/external/bsd/dhcpcd/dist/control.c
C src/external/bsd/dhcpcd/dist/dhcp.c
U src/external/bsd/dhcpcd/dist/dhcpcd.c
U src/external/bsd/dhcpcd/dist/duid.c
U src/external/bsd/dhcpcd/dist/eloop.c
U src/external/bsd/dhcpcd/dist/configure.c
U src/external/bsd/dhcpcd/dist/if-options.c
U src/external/bsd/dhcpcd/dist/if-pref.c
U src/external/bsd/dhcpcd/dist/ipv4ll.c
U src/external/bsd/dhcpcd/dist/net.c
U src/external/bsd/dhcpcd/dist/signals.c
U src/external/bsd/dhcpcd/dist/ipv6.c
U src/external/bsd/dhcpcd/dist/ipv6rs.c
U src/external/bsd/dhcpcd/dist/ipv6ns.c
U src/external/bsd/dhcpcd/dist/bpf.c
U src/external/bsd/dhcpcd/dist/if-bsd.c
U src/external/bsd/dhcpcd/dist/platform-bsd.c
U src/external/bsd/dhcpcd/dist/dhcpcd.conf
U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in
U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in
U src/external/bsd/dhcpcd/dist/dhcpcd.8.in
U src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in
U src/external/bsd/dhcpcd/dist/arp.h
U src/external/bsd/dhcpcd/dist/bind.h
U src/external/bsd/dhcpcd/dist/bpf-filter.h
U src/external/bsd/dhcpcd/dist/common.h
U src/external/bsd/dhcpcd/dist/config.h
U src/external/bsd/dhcpcd/dist/configure.h
U src/external/bsd/dhcpcd/dist/control.h
U src/external/bsd/dhcpcd/dist/defs.h
U src/external/bsd/dhcpcd/dist/dhcp.h
U src/external/bsd/dhcpcd/dist/dhcpcd.h
U src/external/bsd/dhcpcd/dist/duid.h
U src/external/bsd/dhcpcd/dist/eloop.h
U src/external/bsd/dhcpcd/dist/if-options.h
U src/external/bsd/dhcpcd/dist/if-pref.h
U src/external/bsd/dhcpcd/dist/ipv4ll.h
U src/external/bsd/dhcpcd/dist/ipv6.h
U src/external/bsd/dhcpcd/dist/ipv6ns.h
U src/external/bsd/dhcpcd/dist/ipv6rs.h
U src/external/bsd/dhcpcd/dist/net.h
U src/external/bsd/dhcpcd/dist/platform.h
U src/external/bsd/dhcpcd/dist/signals.h
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/01-test
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/02-dump
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/29-lookup-hostname
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf
U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ypbind

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jroy:yesterday -jroy src/external/bsd/dhcpcd/dist



CVS commit: src/external/bsd/dhcpcd/dist

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:16:47 UTC 2012

Modified Files:
src/external/bsd/dhcpcd/dist: dhcp.c

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcpcd/dist/dhcp.c

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



CVS commit: src/doc

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:18:58 UTC 2012

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Import dhcpcd-5.6.4


To generate a diff of this commit:
cvs rdiff -u -r1.984 -r1.985 src/doc/3RDPARTY
cvs rdiff -u -r1.1763 -r1.1764 src/doc/CHANGES

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



CVS commit: src/external/bsd/openresolv/dist

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:38:17 UTC 2012

Update of /cvsroot/src/external/bsd/openresolv/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv17979

Log Message:
Import openresolv-3.5.3 with the following changes:
* man page improvements
* dnsmasq + dbus + IPv6 linklocal support (requires dnsmasq-2.64)
* sort interface protocols as well as interface (bge0, bge0:ra, bge0:dhcp6)

Status:

Vendor Tag: roy
Release Tags:   openresolv-3-5-3

U src/external/bsd/openresolv/dist/README
U src/external/bsd/openresolv/dist/resolvconf.in
U src/external/bsd/openresolv/dist/resolvconf.8.in
C src/external/bsd/openresolv/dist/resolvconf.conf.5.in
U src/external/bsd/openresolv/dist/libc.in
U src/external/bsd/openresolv/dist/dnsmasq.in
U src/external/bsd/openresolv/dist/named.in
U src/external/bsd/openresolv/dist/pdnsd.in
U src/external/bsd/openresolv/dist/unbound.in

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jroy:yesterday -jroy src/external/bsd/openresolv/dist



CVS commit: src/external/bsd/openresolv/dist

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:41:07 UTC 2012

Modified Files:
src/external/bsd/openresolv/dist: resolvconf.conf.5.in

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openresolv/dist/resolvconf.conf.5.in

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



CVS commit: src/doc

2012-12-06 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Dec  6 11:42:27 UTC 2012

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Import openresolv-3.5.3


To generate a diff of this commit:
cvs rdiff -u -r1.985 -r1.986 src/doc/3RDPARTY
cvs rdiff -u -r1.1764 -r1.1765 src/doc/CHANGES

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



CVS commit: src/sys/dev/pci

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec  6 12:46:50 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
  (5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420


To generate a diff of this commit:
cvs rdiff -u -r1.1145 -r1.1146 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec  6 12:47:21 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1137 -r1.1138 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1136 -r1.1137 src/sys/dev/pci/pcidevs_data.h

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



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

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Dec  6 12:50:09 UTC 2012

Modified Files:
src/sys/arch/x86/pci: ichlpcib.c

Log Message:
Add support 3400 series, 5 series, C216, 82801GH, 82801E and 6300ESB.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86/pci/ichlpcib.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/mac68k/dev

2012-12-06 Thread Hauke Fath
Module Name:src
Committed By:   hauke
Date:   Thu Dec  6 13:28:17 UTC 2012

Modified Files:
src/sys/arch/mac68k/dev: mac68k5380.c

Log Message:
Remove the R1 syntactic sugar, since it collides with a #define in
, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/mac68k/dev/mac68k5380.c

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



CVS commit: [matt-nb6-plus] src/sys/kern

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 16:07:21 UTC 2012

Modified Files:
src/sys/kern [matt-nb6-plus]: sys_generic.c

Log Message:
Make sure ioctl stkbuf has a minimal alignment of (__ALIGNBYTES+1)


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.128.4.1 src/sys/kern/sys_generic.c

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



CVS commit: [matt-nb6-plus] src/sys/lib/libkern

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 17:13:31 UTC 2012

Modified Files:
src/sys/lib/libkern [matt-nb6-plus]: Makefile.inc

Log Message:
Don't pass CPUFLAGS down since its value is in CFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.118.1 src/sys/lib/libkern/Makefile.inc

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



CVS commit: [matt-nb6-plus] src/sys/arch/evbarm/stand

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 17:14:24 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440 [matt-nb6-plus]: Makefile
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x0014 
[matt-nb6-plus]:
Makefile
src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x0160 [matt-nb6-plus]:
Makefile
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x0008 
[matt-nb6-plus]:
Makefile
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf008 
[matt-nb6-plus]:
Makefile
src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x6066 
[matt-nb6-plus]:
Makefile

Log Message:
Hardcode CPUFLAGS appropriately so that these are always built for the correct
cpu/architecture.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/sys/arch/evbarm/stand/boot2440/Makefile
cvs rdiff -u -r1.2 -r1.2.150.1 \
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x0014/Makefile
cvs rdiff -u -r1.2 -r1.2.30.1 \
src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x0160/Makefile
cvs rdiff -u -r1.3 -r1.3.150.1 \
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x0008/Makefile
cvs rdiff -u -r1.3 -r1.3.150.1 \
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf008/Makefile
cvs rdiff -u -r1.2 -r1.2.120.1 \
src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x6066/Makefile

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



CVS commit: [matt-nb6-plus] src/sys/rump/librump/rumpkern

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 17:20:26 UTC 2012

Modified Files:
src/sys/rump/librump/rumpkern [matt-nb6-plus]: Makefile.rumpkern

Log Message:
Only add atomic_cas_generic.c to SRCS if there isn't already some
atomic_cas_* already in SRCS.


To generate a diff of this commit:
cvs rdiff -u -r1.115.2.1 -r1.115.2.1.2.1 \
src/sys/rump/librump/rumpkern/Makefile.rumpkern

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



CVS commit: [matt-nb6-plus] src/distrib/sets/lists/comp

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 17:22:46 UTC 2012

Modified Files:
src/distrib/sets/lists/comp [matt-nb6-plus]: mi

Log Message:
elfedit needs binutils=219


To generate a diff of this commit:
cvs rdiff -u -r1.1738.2.6.2.1 -r1.1738.2.6.2.2 src/distrib/sets/lists/comp/mi

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



CVS commit: [matt-nb6-plus] src/sys/arch

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 17:57:25 UTC 2012

Modified Files:
src/sys/arch/arm/include [matt-nb6-plus]: isa_machdep.h
src/sys/arch/shark/conf [matt-nb6-plus]: std.shark
src/sys/arch/shark/include [matt-nb6-plus]: vmparam.h
src/sys/arch/shark/isa [matt-nb6-plus]: isa_irq.S isadma_machdep.c
src/sys/arch/shark/ofw [matt-nb6-plus]: ofw.c
src/sys/arch/shark/shark [matt-nb6-plus]: autoconf.c shark_machdep.c

Log Message:
Merge changes from -current.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.10.1 src/sys/arch/arm/include/isa_machdep.h
cvs rdiff -u -r1.8 -r1.8.52.1 src/sys/arch/shark/conf/std.shark
cvs rdiff -u -r1.17 -r1.17.16.1 src/sys/arch/shark/include/vmparam.h
cvs rdiff -u -r1.13 -r1.13.16.1 src/sys/arch/shark/isa/isa_irq.S
cvs rdiff -u -r1.16 -r1.16.4.1 src/sys/arch/shark/isa/isadma_machdep.c
cvs rdiff -u -r1.57 -r1.57.6.1 src/sys/arch/shark/ofw/ofw.c
cvs rdiff -u -r1.17.18.1 -r1.17.18.1.2.1 src/sys/arch/shark/shark/autoconf.c
cvs rdiff -u -r1.39 -r1.39.10.1 src/sys/arch/shark/shark/shark_machdep.c

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



CVS commit: [matt-nb6-plus] src/sys/conf

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec  6 18:01:22 UTC 2012

Modified Files:
src/sys/conf [matt-nb6-plus]: files

Log Message:
Don't enable KERN_SA for COMPAT_40


To generate a diff of this commit:
cvs rdiff -u -r1.1043.2.1 -r1.1043.2.1.2.1 src/sys/conf/files

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



CVS commit: src/usr.sbin/npf/npfctl

2012-12-06 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Thu Dec  6 22:36:51 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5

Log Message:
- npf.conf(5): fix of the example config.
- Mention npf_ext_log in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/npf/npfctl/npf.conf.5

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



CVS commit: [matt-nb6-plus] src/sys/arch/evbarm/bcm53xx

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Dec  7 00:00:20 UTC 2012

Modified Files:
src/sys/arch/evbarm/bcm53xx [matt-nb6-plus]: bcm53xx_start.S

Log Message:
After calling a9_mpstart make sure cps is set to SVC32


To generate a diff of this commit:
cvs rdiff -u -r1.4.4.2 -r1.4.4.3 src/sys/arch/evbarm/bcm53xx/bcm53xx_start.S

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



CVS commit: [matt-nb6-plus] src/etc/etc.evbarm

2012-12-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Dec  7 00:02:07 UTC 2012

Modified Files:
src/etc/etc.evbarm [matt-nb6-plus]: MAKEDEV.conf

Log Message:
Add more ld, dk, and drvctl devices for all and ramdisk|floppy


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.8.1 src/etc/etc.evbarm/MAKEDEV.conf

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



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

2012-12-06 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Fri Dec  7 00:02:36 UTC 2012

Modified Files:
src/sys/arch/evbarm/conf: README.evbarm
Added Files:
src/sys/arch/evbarm/conf: N900 std.n900

Log Message:
This adds a kernel configuration file for the Nokia N900 smartphone. It
is heavily based on the one for the Beagleboard (as documented first by
rhaamo).

The kernel boots properly and then asks for the root device. The
default partitions for flash memory are based on what's expected on a
stock N900 device.

ok mrg@, after initial review on port-arm@ a few weeks ago.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/N900 \
src/sys/arch/evbarm/conf/std.n900
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/README.evbarm

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



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

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 01:54:30 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
add a __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.1794 -r1.1795 src/distrib/sets/lists/comp/mi

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



CVS commit: src/share/man/man3

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 01:54:42 UTC 2012

Modified Files:
src/share/man/man3: Makefile bitmap.3

Log Message:
add __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/share/man/man3/Makefile
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/bitmap.3

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



CVS commit: src/sbin/sysctl

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 02:27:29 UTC 2012

Modified Files:
src/sbin/sysctl: sysctl.c

Log Message:
use __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sbin/sysctl/sysctl.c

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



CVS commit: src/sys/netinet

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 02:27:41 UTC 2012

Modified Files:
src/sys/netinet: portalgo.c

Log Message:
use __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/portalgo.c

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



CVS commit: src/sys/sys

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 02:27:58 UTC 2012

Modified Files:
src/sys/sys: bitops.h

Log Message:
add __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/bitops.h

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



CVS commit: src/tests/include/sys

2012-12-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  7 02:28:19 UTC 2012

Modified Files:
src/tests/include/sys: t_bitops.c

Log Message:
use __BITMAP_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/include/sys/t_bitops.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/dev/profile

2012-12-06 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Fri Dec  7 03:11:17 UTC 2012

Modified Files:
src/external/cddl/osnet/dev/profile: profile.c

Log Message:
adapt the profile dtrace provider to netbsd.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/profile/profile.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/i386/i386

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec  7 04:49:08 UTC 2012

Modified Files:
src/sys/arch/i386/i386: multiboot.c

Log Message:
Fix off by one.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/i386/multiboot.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/pcmcia

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec  7 05:45:17 UTC 2012

Modified Files:
src/sys/dev/pcmcia: if_ray.c

Log Message:
Apply OpenBSD rev. 1.40:
 > Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
 > -Wbounded happy.
 >
 > ok kettenis


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pcmcia/if_ray.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/pci/bktr

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec  7 05:56:30 UTC 2012

Modified Files:
src/sys/dev/pci/bktr: bktr_audio.c

Log Message:
- sprintf() -> snprintf()
- Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/bktr/bktr_audio.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/v7fs

2012-12-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Dec  7 06:50:15 UTC 2012

Modified Files:
src/sys/fs/v7fs: v7fs_file.c

Log Message:
Fix off by one error.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/v7fs/v7fs_file.c

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



CVS commit: src/sys/sys

2012-12-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Dec  7 07:06:39 UTC 2012

Modified Files:
src/sys/sys: syslimits.h

Log Message:
It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/sys/syslimits.h

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