CVS commit: [tls-maxphys] src/sys

2012-12-01 Thread Thor Lancelot Simon
Module Name:src
Committed By:   tls
Date:   Sun Dec  2 05:46:40 UTC 2012

Modified Files:
src/sys/arch/hp300/dev [tls-maxphys]: rd.c
src/sys/arch/vax/mba [tls-maxphys]: hp.c
src/sys/arch/vax/vsa [tls-maxphys]: hdc9224.c
src/sys/dev [tls-maxphys]: ccd.c ccdvar.h fss.c
src/sys/dev/dkwedge [tls-maxphys]: dk.c
src/sys/dev/gpib [tls-maxphys]: rd.c
src/sys/kern [tls-maxphys]: subr_disk.c

Log Message:
Don't pass NULL struct dkdriver to disk_init.  That's seriously bogus.


To generate a diff of this commit:
cvs rdiff -u -r1.92.6.1 -r1.92.6.2 src/sys/arch/hp300/dev/rd.c
cvs rdiff -u -r1.48 -r1.48.18.1 src/sys/arch/vax/mba/hp.c
cvs rdiff -u -r1.51 -r1.51.18.1 src/sys/arch/vax/vsa/hdc9224.c
cvs rdiff -u -r1.143 -r1.143.10.1 src/sys/dev/ccd.c
cvs rdiff -u -r1.32 -r1.32.14.1 src/sys/dev/ccdvar.h
cvs rdiff -u -r1.83 -r1.83.2.1 src/sys/dev/fss.c
cvs rdiff -u -r1.64.2.1 -r1.64.2.2 src/sys/dev/dkwedge/dk.c
cvs rdiff -u -r1.30.6.1 -r1.30.6.2 src/sys/dev/gpib/rd.c
cvs rdiff -u -r1.100.18.1 -r1.100.18.2 src/sys/kern/subr_disk.c

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



CVS commit: [tls-maxphys] src/sys/dev/pci

2012-12-01 Thread Thor Lancelot Simon
Module Name:src
Committed By:   tls
Date:   Sun Dec  2 05:46:04 UTC 2012

Modified Files:
src/sys/dev/pci [tls-maxphys]: arcmsr.c arcmsrvar.h

Log Message:
Areca controller maximum-transfer size limits -- looked up in FreeBSD
driver.

Actually exporting the per-volume transfer size for this driver will
be quite hard; the controller firmware shows the host the configured
volumes when the host probes the controller's "scsibus", and we can't
really associate them with particular RAID volumes until later.  I think
we will have to intercept the SCSI inquiry commands -- yuck.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.12.1 src/sys/dev/pci/arcmsr.c
cvs rdiff -u -r1.14 -r1.14.12.1 src/sys/dev/pci/arcmsrvar.h

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



CVS commit: src

2012-12-01 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Sun Dec  2 02:21:29 UTC 2012

Modified Files:
src/distrib/sets/lists/man: mi
src/usr.bin/mkubootimage: Makefile

Log Message:
install the mkubootimage(1) manual


To generate a diff of this commit:
cvs rdiff -u -r1.1408 -r1.1409 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/mkubootimage/Makefile

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



CVS commit: [netbsd-6] src

2012-12-01 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Dec  2 02:06:22 UTC 2012

Modified Files:
src/distrib/sets/lists/comp [netbsd-6]: mi
src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Adjust ticket #693:  lzf doesn't get built in netbsd-6, so revision 1.1781
of distrib/sets/lists/comp/mi should not have been pulled up as part of
it.


To generate a diff of this commit:
cvs rdiff -u -r1.1738.2.14 -r1.1738.2.15 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-6.1

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



CVS commit: src

2012-12-01 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Dec  2 01:05:17 UTC 2012

Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
src/external/cddl/osnet/dev/cyclic/i386: cyclic_machdep.c
src/external/cddl/osnet/sys/sys: cyclic_impl.h
src/sys/kern: kern_clock.c
src/sys/modules: Makefile
src/sys/modules/dtrace: Makefile
src/sys/sys: dtrace_bsd.h
Added Files:
src/sys/modules/cyclic: Makefile
src/sys/modules/dtrace/profile: Makefile

Log Message:
adapt the cyclic module and profile dtrace provider to netbsd.
for now, just hook the cyclic callback into hardclock().


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/cyclic/cyclic.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dev/cyclic/i386/cyclic_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/cyclic_impl.h
cvs rdiff -u -r1.130 -r1.131 src/sys/kern/kern_clock.c
cvs rdiff -u -r1.115 -r1.116 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/cyclic/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/dtrace/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/dtrace/profile/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/dtrace_bsd.h

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



CVS commit: src/sys/modules/dtrace

2012-12-01 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Dec  2 00:47:37 UTC 2012

Modified Files:
src/sys/modules/dtrace/fbt: Makefile
src/sys/modules/dtrace/sdt: Makefile

Log Message:
remove unneeded include dirs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/dtrace/fbt/Makefile
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/dtrace/sdt/Makefile

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



CVS commit: src

2012-12-01 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Dec  2 00:05:39 UTC 2012

Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
src/external/cddl/osnet/dev/cyclic/i386: cyclic_machdep.c
src/external/cddl/osnet/sys/sys: cyclic.h cyclic_impl.h
src/sys/sys: dtrace_bsd.h
Removed Files:
src/external/cddl/osnet/dev/cyclic/amd64: cyclic_machdep.c

Log Message:
update cyclic module to the freebsd 8-stable version as of svn r219520.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dev/cyclic/cyclic.c
cvs rdiff -u -r1.2 -r0 \
src/external/cddl/osnet/dev/cyclic/amd64/cyclic_machdep.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/cddl/osnet/dev/cyclic/i386/cyclic_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/cyclic.h
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sys/sys/cyclic_impl.h
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/dtrace_bsd.h

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



CVS commit: src/tests/ipf

2012-12-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec  1 21:37:41 UTC 2012

Modified Files:
src/tests/ipf: t_nat_exec.sh

Log Message:
More test clean-up


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/ipf/t_nat_exec.sh

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



CVS commit: src/tests/ipf

2012-12-01 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec  1 21:25:51 UTC 2012

Modified Files:
src/tests/ipf: t_pools.sh

Log Message:
Put the reason for expected failure in the correct position


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_pools.sh

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-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 21:21:44 UTC 2012

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

Log Message:
Whitespace, comma nit, uppercase Dt argument.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 21:07:01 UTC 2012

Modified Files:
src/lib/libc/sys: chmod.2 mkfifo.2 mknod.2 open.2 rename.2 stat.2
symlink.2 unlink.2 utimes.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/chmod.2
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/mkfifo.2 \
src/lib/libc/sys/symlink.2
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/mknod.2
cvs rdiff -u -r1.53 -r1.54 src/lib/libc/sys/open.2
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/rename.2 \
src/lib/libc/sys/unlink.2
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/sys/stat.2
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/utimes.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 21:00:18 UTC 2012

Modified Files:
src/lib/libc/sys: symlink.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/symlink.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:57:41 UTC 2012

Modified Files:
src/lib/libc/sys: mkfifo.2

Log Message:
Bump date, really.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/mkfifo.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:57:08 UTC 2012

Modified Files:
src/lib/libc/sys: mkfifo.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/mkfifo.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:55:13 UTC 2012

Modified Files:
src/lib/libc/sys: mkdir.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/mkdir.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:53:10 UTC 2012

Modified Files:
src/lib/libc/sys: chown.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/chown.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:51:29 UTC 2012

Modified Files:
src/lib/libc/sys: chmod.2

Log Message:
Bump date. New sentence, new line. Wording/articles.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/chmod.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:50:19 UTC 2012

Modified Files:
src/lib/libc/sys: readlink.2

Log Message:
Bump date. New sentence, new line. Wording/articles.
While here, sort errors.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/readlink.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:48:26 UTC 2012

Modified Files:
src/lib/libc/sys: link.2

Log Message:
Bump date. New sentence, new line. Wording/articles.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/link.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:46:54 UTC 2012

Modified Files:
src/lib/libc/sys: access.2

Log Message:
New sentence, new line. Add articles.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/access.2

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



CVS commit: src/lib/libc/sys

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 20:45:01 UTC 2012

Modified Files:
src/lib/libc/sys: access.2 chmod.2 chown.2 link.2 mknod.2 open.2
readlink.2 rename.2 stat.2 symlink.2 unlink.2 utimes.2

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/access.2 src/lib/libc/sys/link.2 \
src/lib/libc/sys/readlink.2
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/sys/chmod.2
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/chown.2
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/mknod.2
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/sys/open.2
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/rename.2 \
src/lib/libc/sys/unlink.2
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/stat.2
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/symlink.2
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/utimes.2

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-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 20:38:42 UTC 2012

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

Log Message:
fix bug


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/distrib/sets/lists/comp

2012-12-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 20:37:04 UTC 2012

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

Log Message:
add bitmap macros


To generate a diff of this commit:
cvs rdiff -u -r1.1791 -r1.1792 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-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 20:33:02 UTC 2012

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

Log Message:
add documentation for the bitmap macros


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/share/man/man3/Makefile
cvs rdiff -u -r0 -r1.1 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/distrib/sets/lists/tests

2012-12-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 16:30:00 UTC 2012

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

Log Message:
add a bitops test


To generate a diff of this commit:
cvs rdiff -u -r1.510 -r1.511 src/distrib/sets/lists/tests/mi

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



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

2012-12-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 16:27:27 UTC 2012

Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_bitops.c

Log Message:
Add a bitops test


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/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/sbin/sysctl

2012-12-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 15:30:16 UTC 2012

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

Log Message:
switch from fd_set to bitmap macros, by popular demand.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 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-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 15:11:43 UTC 2012

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

Log Message:
switch from fd_set to using bitmap macros


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  1 15:03:47 UTC 2012

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

Log Message:
Add some bitmap operation macros similar to fd_set. Unfortunately we cannot
re-use bitstring, because it is userland only.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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/include

2012-12-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Dec  1 13:28:18 UTC 2012

Modified Files:
src/include: unistd.h

Log Message:
Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/include/unistd.h

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



CVS commit: src

2012-12-01 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Dec  1 11:41:50 UTC 2012

Modified Files:
src/sys/fs/nilfs: nilfs_fs.h
src/sys/kern: subr_tftproot.c
src/sys/sys: quotactl.h sysctl.h
src/usr.bin/mail: head.c

Log Message:
Fix misspelling:  accommodate is a long enough word to have room for two 'c's
and two 'm's.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nilfs/nilfs_fs.h
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_tftproot.c
cvs rdiff -u -r1.35 -r1.36 src/sys/sys/quotactl.h
cvs rdiff -u -r1.203 -r1.204 src/sys/sys/sysctl.h
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/mail/head.c

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



CVS commit: src

2012-12-01 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Dec  1 11:37:27 UTC 2012

Modified Files:
src/games/rogue: machdep.c
src/sys/arch/ibmnws/include: pnp.h
src/sys/arch/prep/include: pnp.h
src/sys/dev/pci/n8: n8_memory_bsd.c

Log Message:
Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/games/rogue/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ibmnws/include/pnp.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/prep/include/pnp.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/n8/n8_memory_bsd.c

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



CVS commit: src/sys/ufs/chfs

2012-12-01 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Dec  1 11:31:02 UTC 2012

Modified Files:
src/sys/ufs/chfs: chfs_readinode.c

Log Message:
Fix a typo in debug output.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/ufs/chfs/chfs_readinode.c

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



CVS commit: [netbsd-6] src/doc

2012-12-01 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sat Dec  1 09:58:36 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Ticket 730.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-6.1

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



CVS commit: [netbsd-6] src/sys/arch/amd64/conf

2012-12-01 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sat Dec  1 09:56:12 UTC 2012

Modified Files:
src/sys/arch/amd64/conf [netbsd-6]: XEN3_DOM0

Log Message:
Pull up following revision(s) (requested by riz in ticket #730):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.91
Add alc* at pci, re-sort slightly to reduce diffs from GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.77.2.7 -r1.77.2.8 src/sys/arch/amd64/conf/XEN3_DOM0

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-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Dec  1 08:20:55 UTC 2012

Modified Files:
src/sys/sys: fcntl.h stat.h

Log Message:
Check for _NETBSD_SOURCE being defined wherever we check for
_INCOMPLETE_XOPEN_C063 so that we expose the new POSIX extended API set
recently added.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/sys/fcntl.h
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/stat.h

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



CVS commit: src/usr.bin/mkubootimage

2012-12-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  1 08:16:26 UTC 2012

Modified Files:
src/usr.bin/mkubootimage: mkubootimage.1

Log Message:
More markup.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/mkubootimage/mkubootimage.1

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