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

2015-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 1 19:58:57 UTC 2015 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: mark a rump library as such To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/distrib/sets/lists/debug/shl.mi

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

2015-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 1 19:58:57 UTC 2015 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: mark a rump library as such To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/distrib/sets/lists/debug/shl.mi

CVS commit: src/sys/dev/gpio

2015-09-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Sep 1 19:25:32 UTC 2015 Modified Files: src/sys/dev/gpio: gpioiic.c Log Message: i2c_acquire_bus() should return 0 on success. Fixed bug in gpioiic_bb_set_bits(), which was introduced with the SDA/SCL- reverse feature. Now the

CVS commit: src/sys/dev/gpio

2015-09-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Sep 1 19:25:32 UTC 2015 Modified Files: src/sys/dev/gpio: gpioiic.c Log Message: i2c_acquire_bus() should return 0 on success. Fixed bug in gpioiic_bb_set_bits(), which was introduced with the SDA/SCL- reverse feature. Now the

CVS commit: src/lib/libc/stdlib

2015-09-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 19:39:57 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) For the reference, this version still passes the current set

CVS commit: src/lib/libc/stdlib

2015-09-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 19:39:57 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) For the reference, this version still passes the current set

CVS commit: src/sbin/fsck_lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:34 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c Log Message: Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. Don't use either for on-disk items. Part 1 of 3. To generate a

CVS commit: src/sys/ufs/lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:09 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h lfs_inode.c Log Message: Fix up indirect block handling in truncate to be 32/64 clean. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys/ufs/lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:09 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h lfs_inode.c Log Message: Fix up indirect block handling in truncate to be 32/64 clean. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sbin/fsck_lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:57 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c Log Message: Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. Don't use either for on-disk items. Part 2 of 3. To generate a

CVS commit: src/sbin/fsck_lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:34 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c Log Message: Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. Don't use either for on-disk items. Part 1 of 3. To generate a

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:33 UTC 2015 Modified Files: src/sbin/fsck_lfs: setup.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h Log Message: Tidy the MAXSYMLINKLEN macros. To generate a diff of this

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:08:37 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c lfs.c pass6.c segwrite.c setup.c src/sys/ufs/lfs: lfs_accessors.h lfs_alloc.c lfs_balloc.c lfs_inode.c lfs_inode.h lfs_itimes.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:08:37 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c lfs.c pass6.c segwrite.c setup.c src/sys/ufs/lfs: lfs_accessors.h lfs_alloc.c lfs_balloc.c lfs_inode.c lfs_inode.h lfs_itimes.c

CVS commit: src/sys/ufs/ufs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:09:23 UTC 2015 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Propagate fix from lfs: For non-devices, have getattr (and thus stat) produce NODEV in the rdev field, instead of leaking the address of the

CVS commit: src/sys/ufs/ufs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:09:23 UTC 2015 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Propagate fix from lfs: For non-devices, have getattr (and thus stat) produce NODEV in the rdev field, instead of leaking the address of the

CVS commit: src/sbin

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:02 UTC 2015 Modified Files: src/sbin/fsck_lfs: fsck_vars.h inode.c lfs.c pass1.c pass4.c pass5.c pass6.c segwrite.c segwrite.h setup.c src/sbin/newfs_lfs: make_lfs.c Log Message: Use

CVS commit: src/sbin

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:02 UTC 2015 Modified Files: src/sbin/fsck_lfs: fsck_vars.h inode.c lfs.c pass1.c pass4.c pass5.c pass6.c segwrite.c segwrite.h setup.c src/sbin/newfs_lfs: make_lfs.c Log Message: Use

CVS commit: src/sys/ufs/lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:46 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Comments on directories. This includes a description of the struct direct byteswap horrors that ought to be propagated to ufs/ufs. To generate

CVS commit: src/sys/ufs/ufs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:03 UTC 2015 Modified Files: src/sys/ufs/ufs: dir.h Log Message: Pull over comments on struct direct's type/reclen byte swapping from LFS. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sbin/fsck_lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:16 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs_user.h Log Message: Remove ulfs_daddr_t. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_lfs/lfs_user.h Please note that diffs

CVS commit: src/sys/ufs/ufs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:03 UTC 2015 Modified Files: src/sys/ufs/ufs: dir.h Log Message: Pull over comments on struct direct's type/reclen byte swapping from LFS. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/ufs/lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:46 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Comments on directories. This includes a description of the struct direct byteswap horrors that ought to be propagated to ufs/ufs. To generate

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 06:24:21 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: Re-apply hunk that got lost in the recent import. CVS is fun! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 06:24:21 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: Re-apply hunk that got lost in the recent import. CVS is fun! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:59 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/lib/libsa: ufs.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:59 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/lib/libsa: ufs.c

CVS commit: src/sbin/fsck_lfs

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:16 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs_user.h Log Message: Remove ulfs_daddr_t. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_lfs/lfs_user.h Please note that diffs

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:11:06 UTC 2015 Modified Files: src/sbin/fsck_lfs: pass0.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_debug.c lfs_vfsops.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Make the inode fields in the

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:04 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: lfs.c pass1.c pass6.c setup.c src/sbin/newfs_lfs: make_lfs.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:33 UTC 2015 Modified Files: src/sbin/fsck_lfs: setup.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h Log Message: Tidy the MAXSYMLINKLEN macros. To generate a diff of this

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:04 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: lfs.c pass1.c pass6.c setup.c src/sbin/newfs_lfs: make_lfs.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:10:16 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_vfsops.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:10:16 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_vfsops.c

CVS commit: src

2015-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:11:06 UTC 2015 Modified Files: src/sbin/fsck_lfs: pass0.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_debug.c lfs_vfsops.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Make the inode fields in the

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Sep 2 03:22:41 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Clean up some rules and make them less error prone. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Sep 2 03:22:41 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Clean up some rules and make them less error prone. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 20:18:41 UTC 2015 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.bin/config/mkmakefile.c Please note that diffs are

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 23:04:35 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Define suffix rules at the end to override system definitions. Provide them only if ___USE_SUFFIX_RULES___ is defined (config -S). To

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 23:04:35 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Define suffix rules at the end to override system definitions. Provide them only if ___USE_SUFFIX_RULES___ is defined (config -S). To

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 20:18:41 UTC 2015 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.bin/config/mkmakefile.c Please note that diffs are

CVS commit: src/sys/netinet6

2015-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 1 08:46:27 UTC 2015 Modified Files: src/sys/netinet6: nd6.c Log Message: Cleanup nd6_nud_hint The deleted rtfree was never called. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171

CVS commit: src

2015-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 1 09:54:34 UTC 2015 Modified Files: src/lib/libc/net: if_nametoindex.c src/usr.sbin/ndp: Makefile Log Message: Fix rump.ndp -I options by rump-ifying if_nametoindex(3) >From s-yamaguchi@IIJ To generate a diff

CVS commit: src/sys/netinet6

2015-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 1 08:46:27 UTC 2015 Modified Files: src/sys/netinet6: nd6.c Log Message: Cleanup nd6_nud_hint The deleted rtfree was never called. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171

CVS commit: src/sys/netinet6

2015-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 1 08:52:02 UTC 2015 Modified Files: src/sys/netinet6: nd6.c Log Message: Move a rtentry definition to reduce its scope No functional change. To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172

CVS commit: src

2015-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 1 09:54:34 UTC 2015 Modified Files: src/lib/libc/net: if_nametoindex.c src/usr.sbin/ndp: Makefile Log Message: Fix rump.ndp -I options by rump-ifying if_nametoindex(3) >From s-yamaguchi@IIJ To generate a diff

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 10:37:48 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Start merging struct files and struct objects. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 10:37:48 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Start merging struct files and struct objects. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:10:56 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c mkmakefile.c Log Message: Use per-suffix lists where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:10:56 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c mkmakefile.c Log Message: Use per-suffix lists where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 11:22:59 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c gram.y mkmakefile.c Log Message: Merge struct objects into struct files. Keep per-suffix file lists. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 11:22:59 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c gram.y mkmakefile.c Log Message: Merge struct objects into struct files. Keep per-suffix file lists. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 11:35:47 UTC 2015 Modified Files: src/usr.bin/config: defs.h mkmakefile.c Log Message: Abstract struct filetype is no longer needed. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 11:35:47 UTC 2015 Modified Files: src/usr.bin/config: defs.h mkmakefile.c Log Message: Abstract struct filetype is no longer needed. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:32:26 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Clean up struct files. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/usr.bin/config/defs.h Please note that diffs are

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:32:26 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Clean up struct files. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/usr.bin/config/defs.h Please note that diffs are

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:46:20 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c Log Message: Keep track of directory of files internally. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 12:46:20 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c Log Message: Keep track of directory of files internally. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Sep 2 05:09:25 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c main.c mkdevsw.c mkheaders.c mkioconf.c mkswap.c Log Message: In `-S' mode, generate *.c files under conf/ subdirectory. Register

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Sep 2 05:09:25 UTC 2015 Modified Files: src/usr.bin/config: defs.h files.c main.c mkdevsw.c mkheaders.c mkioconf.c mkswap.c Log Message: In `-S' mode, generate *.c files under conf/ subdirectory. Register

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 14:32:20 UTC 2015 Modified Files: src/usr.bin/config: main.c Log Message: Prepare to build subdirectories. Not enabled yet. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/config/main.c

CVS commit: othersrc/external/bsd/progress/dist

2015-09-01 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 15:16:31 UTC 2015 Modified Files: othersrc/external/bsd/progress/dist: progress.c Log Message: we go to the lengths of calculating the prefix length for the progress bar, so we might as well use it when printing out

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 14:32:20 UTC 2015 Modified Files: src/usr.bin/config: main.c Log Message: Prepare to build subdirectories. Not enabled yet. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/config/main.c

CVS commit: othersrc/external/bsd/progress/dist

2015-09-01 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 15:16:31 UTC 2015 Modified Files: othersrc/external/bsd/progress/dist: progress.c Log Message: we go to the lengths of calculating the prefix length for the progress bar, so we might as well use it when printing out

CVS commit: src/sys/arch/luna68k/luna68k

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:46:14 UTC 2015 Modified Files: src/sys/arch/luna68k/luna68k: locore.s Log Message: Allow NetBSD/luna68k kernel work with 8kB/page (PGSHIFT==13) settings. Tested on both LUNA (68030) and LUNA-II (68040). To

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:45:52 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Bump version for "buildprefix". To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/usr.bin/config/defs.h Please note that

CVS commit: src/sys/arch/luna68k/luna68k

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:46:14 UTC 2015 Modified Files: src/sys/arch/luna68k/luna68k: locore.s Log Message: Allow NetBSD/luna68k kernel work with 8kB/page (PGSHIFT==13) settings. Tested on both LUNA (68030) and LUNA-II (68040). To

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:45:52 UTC 2015 Modified Files: src/usr.bin/config: defs.h Log Message: Bump version for "buildprefix". To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/usr.bin/config/defs.h Please note that

CVS commit: src/sys/arch/luna68k/stand/boot

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:55:26 UTC 2015 Modified Files: src/sys/arch/luna68k/stand/boot: devopen.c Log Message: Use the default boot device if a kernel name without device is specificed. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 14:03:00 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: kern/50185: dwctwo attach failure Another hunk went walkabout during the import - reapply with a little update To generate a

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 14:03:00 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: kern/50185: dwctwo attach failure Another hunk went walkabout during the import - reapply with a little update To generate a

CVS commit: src/sys/lib/libx86emu

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:46:29 UTC 2015 Modified Files: src/sys/lib/libx86emu: files.x86emu Log Message: Use "prefix" to specify path out of $S. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/lib/libx86emu

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:46:29 UTC 2015 Modified Files: src/sys/lib/libx86emu: files.x86emu Log Message: Use "prefix" to specify path out of $S. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/luna68k/stand/boot

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:46:50 UTC 2015 Modified Files: src/sys/arch/luna68k/stand/boot: devopen.c Log Message: Fix indent. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/luna68k/stand/boot/devopen.c Please

CVS commit: src/sys/arch/luna68k/stand/boot

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:46:50 UTC 2015 Modified Files: src/sys/arch/luna68k/stand/boot: devopen.c Log Message: Fix indent. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/luna68k/stand/boot/devopen.c Please

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:42:48 UTC 2015 Modified Files: src/usr.bin/config: config.5 defs.h files.c gram.y scan.l util.c Log Message: Introduce a new syntax, "buildprefix", to specify prefix of files under kernel build subdirectory. This

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 13:42:48 UTC 2015 Modified Files: src/usr.bin/config: config.5 defs.h files.c gram.y scan.l util.c Log Message: Introduce a new syntax, "buildprefix", to specify prefix of files under kernel build subdirectory. This

CVS commit: src/sys/arch/luna68k/stand/boot

2015-09-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 1 13:55:26 UTC 2015 Modified Files: src/sys/arch/luna68k/stand/boot: devopen.c Log Message: Use the default boot device if a kernel name without device is specificed. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 16:01:23 UTC 2015 Modified Files: src/usr.bin/config: config.1 defs.h files.c main.c mkmakefile.c Log Message: Experimental ``suffix rules + subdirectories'' build support (-S). To generate a diff of this commit:

CVS commit: src/usr.bin/config

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 16:01:23 UTC 2015 Modified Files: src/usr.bin/config: config.1 defs.h files.c main.c mkmakefile.c Log Message: Experimental ``suffix rules + subdirectories'' build support (-S). To generate a diff of this commit:

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 16:04:04 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Experimental suffix-rules build (disabled by default). To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217

CVS commit: src/sys/conf

2015-09-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 1 16:04:04 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Experimental suffix-rules build (disabled by default). To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217