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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:42:28 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Display debug messages before loading the kernel. It makes easy to read. To generate a diff of this commit: cvs rdiff -u -r1.25

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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:42:28 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Display debug messages before loading the kernel. It makes easy to read. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/dev/ic

2016-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 19 07:38:08 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: More debug To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/ic/sl811hs.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2016-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 19 06:47:04 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: More debug and fix a debug To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/sl811hs.c Please note that diffs are

CVS commit: src/sys/dev/ic

2016-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 19 06:47:04 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: More debug and fix a debug To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/sl811hs.c Please note that diffs are

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

2016-06-19 Thread David Holland
On Sun, Jun 19, 2016 at 06:58:17AM +, David A. Holland wrote: > Modified Files: > src/sys/dev/pci: arcmsr.c > > Log Message: > Broaden the #if NBIO > 0 block. Should fix broken emips build. Erm: "evbppc" -- David A. Holland dholl...@netbsd.org

CVS commit: src/distrib/common

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 08:44:34 UTC 2016 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Copy with -f. On x68k, CDEXTRA has /usr/mdec/boot and its permission is 444. So this copy was failed from second time. To generate a

CVS commit: src/distrib/common

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 08:44:34 UTC 2016 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Copy with -f. On x68k, CDEXTRA has /usr/mdec/boot and its permission is 444. So this copy was failed from second time. To generate a

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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:23:16 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Split variable. 'dev' is the device number in devspec[] and 'bootdev' is the boot device parameter made from 'dev'. To generate a

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 06:58:17 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: Broaden the #if NBIO > 0 block. Should fix broken emips build. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 06:58:17 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: Broaden the #if NBIO > 0 block. Should fix broken emips build. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/ic

2016-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 19 07:38:08 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: More debug To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/ic/sl811hs.c Please note that diffs are not public domain;

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:00:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_dirhash.c ulfs_extattr.c ulfs_lookup.c ulfs_quota1.c ulfs_quota2.c ulfs_vnops.c Log Message: More already-merged or

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:00:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_dirhash.c ulfs_extattr.c ulfs_lookup.c ulfs_quota1.c ulfs_quota2.c ulfs_vnops.c Log Message: More already-merged or

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:09:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge ufs_quota2.c 1.37: set grace time if lowering the limit causes the user/group to now be over quota. From Edgar Fu�. To generate a

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:09:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge ufs_quota2.c 1.37: set grace time if lowering the limit causes the user/group to now be over quota. From Edgar Fu�. To generate a

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:05:36 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Merge -r1.67 of ufs/inode.h: make the inode field of a filehandle 64-bit instead of truncating to 32 bits. Note that if you're serving nfs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:05:36 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Merge -r1.67 of ufs/inode.h: make the inode field of a filehandle 64-bit instead of truncating to 32 bits. Note that if you're serving nfs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:06:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h Log Message: ufs/inode.h -r1.67 is effectively merged into here too. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:05:25 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/ufs/lfs/lfs_rename.c Please note that diffs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:05:25 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/ufs/lfs/lfs_rename.c Please note that diffs

CVS commit: src/sys/arch/mips

2016-06-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Jun 19 10:49:34 UTC 2016 Modified Files: src/sys/arch/mips: README.models Log Message: Link to the list of MIPS Computer Systems, Inc. machines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/mips

2016-06-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Jun 19 10:49:34 UTC 2016 Modified Files: src/sys/arch/mips: README.models Log Message: Link to the list of MIPS Computer Systems, Inc. machines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys

2016-06-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jun 19 09:35:06 UTC 2016 Modified Files: src/sys/dev/ata: wd.c src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching

CVS commit: src/sys

2016-06-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jun 19 09:35:06 UTC 2016 Modified Files: src/sys/dev/ata: wd.c src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Add a new config_detach() flag, DETACH_POWEROFF, which is set when detaching

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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:23:16 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Split variable. 'dev' is the device number in devspec[] and 'bootdev' is the boot device parameter made from 'dev'. To generate a

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:58:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extern.h ulfs_lookup.c ulfsmount.h Log Message: Update the ufs versions these files are synced with by 1: the 201306016 commit by hannken@ that removed

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:58:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extern.h ulfs_lookup.c ulfsmount.h Log Message: Update the ufs versions these files are synced with by 1: the 201306016 commit by hannken@ that removed

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:03:06 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c Log Message: Merge -r1.215 of ufs_vnops.c: the speed limit is 80 (-r1.214 was ffs-only) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:03:06 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c Log Message: Merge -r1.215 of ufs_vnops.c: the speed limit is 80 (-r1.214 was ffs-only) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:07:17 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: Merge -r1.216 of ufs_vnops.c: comments about maxsymlinklen handling To generate a diff of this commit: cvs rdiff -u -r1.293

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:07:17 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: Merge -r1.216 of ufs_vnops.c: comments about maxsymlinklen handling To generate a diff of this commit: cvs rdiff -u -r1.293

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:14:38 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: missed one (probably this should be tracked in some way other than pasting rcsid comments, but it's what we've got) To generate a diff of

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:14:38 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: missed one (probably this should be tracked in some way other than pasting rcsid comments, but it's what we've got) To generate a diff of

CVS commit: src/share/man/man8/man8.x86

2016-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 19 22:27:56 UTC 2016 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man8/man8.x86/boot.8 Please note that diffs

CVS commit: src/share/man/man8/man8.x86

2016-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 19 22:27:56 UTC 2016 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man8/man8.x86/boot.8 Please note that diffs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:46:19 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_bswap.h Log Message: we already have changes here comparable to ufs_bswap.h -r1.20 and -r1.21. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:46:19 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_bswap.h Log Message: we already have changes here comparable to ufs_bswap.h -r1.20 and -r1.21. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:06:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_rename.c ulfs_dirhash.c ulfs_dirhash.h ulfs_extattr.c ulfs_inode.h ulfs_quota.c ulfs_quota.h ulfs_readwrite.c Log Message:

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:06:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_rename.c ulfs_dirhash.c ulfs_dirhash.h ulfs_extattr.c ulfs_inode.h ulfs_quota.c ulfs_quota.h ulfs_readwrite.c Log Message:

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:12:44 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: more NBIO > 0 (not sure why test-compiling yesterday didn't expose these, probably improper cflags) To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:12:44 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: more NBIO > 0 (not sure why test-compiling yesterday didn't expose these, probably improper cflags) To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:11:55 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c ulfsmount.h Log Message: note that we're synced with ufs_vnops.c -r1.217 and ufsmount.h -r1.41 (those changes removed lfs hooks from ufs so shouldn't be

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:11:55 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c ulfsmount.h Log Message: note that we're synced with ufs_vnops.c -r1.217 and ufsmount.h -r1.41 (those changes removed lfs hooks from ufs so shouldn't be

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:38:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: we are actually synced with ufs/dinode.h 1.24 and ufs/dir.h 1.25. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:38:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: we are actually synced with ufs/dinode.h 1.24 and ufs/dir.h 1.25. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:11:49 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_lookup.c ulfs_vnops.c Log Message: we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:18:40 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h ulfs_inode.h Log Message: Merge ufs/inode.h 1.66: remove i_hash from struct inode. This is the hash table entry link from the old per-fs vnode cache and

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:18:40 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h ulfs_inode.h Log Message: Merge ufs/inode.h 1.66: remove i_hash from struct inode. This is the hash table entry link from the old per-fs vnode cache and

CVS commit: src/sys/ufs/ufs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:52:04 UTC 2016 Modified Files: src/sys/ufs/ufs: ufs_quota1.c Log Message: Widen before multiplying. Like -r1.21, but in the other similar case. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/ufs/ufs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:52:04 UTC 2016 Modified Files: src/sys/ufs/ufs: ufs_quota1.c Log Message: Widen before multiplying. Like -r1.21, but in the other similar case. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:53:10 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota1.c Log Message: Merge -r1.20 and -r1.21 of ufs_quota1.c: widen before multiplying. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:53:10 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota1.c Log Message: Merge -r1.20 and -r1.21 of ufs_quota1.c: widen before multiplying. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:06:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h Log Message: ufs/inode.h -r1.67 is effectively merged into here too. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:20:01 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: Merge ufs_rename.c 1.11: ufs_gro_genealogy: use vcache_get() to lookup DOTDOT. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:20:01 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: Merge ufs_rename.c 1.11: ufs_gro_genealogy: use vcache_get() to lookup DOTDOT. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:25:04 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_inode.h ulfs_lookup.c ulfs_quota2.c ulfs_vfsops.c ulfs_vnops.c ulfsmount.h Log

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:33:02 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: ulfs_makeinode -> lfs_makeinode To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/ufs/lfs/lfs_vnops.c Please note

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:33:02 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: ulfs_makeinode -> lfs_makeinode To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/ufs/lfs/lfs_vnops.c Please note

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:31:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_extern.h ulfs_vnops.c Log Message: Merge (effectively) -r1.78 of ufs_extern.h: shift ulfs_makeinode to lfs_vnops.c and make it file-static there, as

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:31:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_extern.h ulfs_vnops.c Log Message: Merge (effectively) -r1.78 of ufs_extern.h: shift ulfs_makeinode to lfs_vnops.c and make it file-static there, as

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:25:04 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_inode.h ulfs_lookup.c ulfs_quota2.c ulfs_vfsops.c ulfs_vnops.c ulfsmount.h Log

CVS commit: src/sys/ufs/ffs

2016-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 19 22:41:31 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Relax the dup alloc tests to not include the on-disk data for ffsv2, since nothing checks that the lazy-initialized inodes are correct and

CVS commit: src/sys/ufs/ffs

2016-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 19 22:41:31 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Relax the dup alloc tests to not include the on-disk data for ffsv2, since nothing checks that the lazy-initialized inodes are correct and

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:42:08 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: With the previous we seem to have the changes from -r1.225 of ufs_vnops.c. (as that was stuff from moving ffs to the new vcache

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:42:08 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: With the previous we seem to have the changes from -r1.225 of ufs_vnops.c. (as that was stuff from moving ffs to the new vcache

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:11:49 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_lookup.c ulfs_vnops.c Log Message: we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/adb

2016-06-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 20 00:05:58 UTC 2016 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. Tested by sevan@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/adb

2016-06-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 20 00:05:58 UTC 2016 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. Tested by sevan@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:23:04 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Remove stray 'n' in file. silly control key... To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:23:04 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Remove stray 'n' in file. silly control key... To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:53:38 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c Log Message: Merge -r1.37 of ufs_dirhash.c: clear i_dirhash sooner, but what lock protects it? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:53:38 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c Log Message: Merge -r1.37 of ufs_dirhash.c: clear i_dirhash sooner, but what lock protects it? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:44:05 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c ulfs_extattr.c Log Message: Merge -r1.44 of ufs_extattr.c and related change -r1.302 of ffs_vfops.c: fix use-after-free on failed unmount with extended

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:47:58 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.45 of ufs_extattr.c: Fix UFS1 extended attribute backend autocreation deadlock To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:47:58 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.45 of ufs_extattr.c: Fix UFS1 extended attribute backend autocreation deadlock To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:44:05 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c ulfs_extattr.c Log Message: Merge -r1.44 of ufs_extattr.c and related change -r1.302 of ffs_vfops.c: fix use-after-free on failed unmount with extended

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:50:14 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.46 of ufs_extattr.c: Fix uninitialized mutex usage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:50:14 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.46 of ufs_extattr.c: Fix uninitialized mutex usage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:56:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.h Log Message: Merge -r1.11 of extattr.h: Bump UFS1 extended attribute max name length to 256 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:56:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.h Log Message: Merge -r1.11 of extattr.h: Bump UFS1 extended attribute max name length to 256 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:03:32 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge some cosmetic changes from ffs_quota2.c 1.5. I didn't merge the whitespace changes. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:03:32 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge some cosmetic changes from ffs_quota2.c 1.5. I didn't merge the whitespace changes. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:11:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.c Log Message: Merge ufs_inode.c 1.93: missing unlock on error path. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:11:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.c Log Message: Merge ufs_inode.c 1.93: missing unlock on error path. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:25:46 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: Massedit u_int{8,16,32,64}_t to uint{8,16,32,64}_t. This effectively merges ufs/dinode.h 1.25. To generate a diff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:25:46 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: Massedit u_int{8,16,32,64}_t to uint{8,16,32,64}_t. This effectively merges ufs/dinode.h 1.25. To generate a diff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:29:52 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_inode.h lfs_kernel.h ulfs_bswap.h ulfs_dirhash.h ulfs_inode.h ulfs_quota.h ulfs_quota1.h Log Message: u_int{8,16,32,64}_t ->

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:29:52 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_inode.h lfs_kernel.h ulfs_bswap.h ulfs_dirhash.h ulfs_inode.h ulfs_quota.h ulfs_quota1.h Log Message: u_int{8,16,32,64}_t ->

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:36:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_readwrite.c ulfs_vnops.c ulfsmount.h Log Message: One more batch of already-synced ufs changes:

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:36:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_readwrite.c ulfs_vnops.c ulfsmount.h Log Message: One more batch of already-synced ufs changes:

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:55:34 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: In lfs_mknod, don't release dvp until done with it. This was exposed a while back when I removed a sketchy preprocessor macro scheme, but

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:55:34 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: In lfs_mknod, don't release dvp until done with it. This was exposed a while back when I removed a sketchy preprocessor macro scheme, but

CVS commit: src/sys/dev/i2c

2016-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 20 04:18:12 UTC 2016 Modified Files: src/sys/dev/i2c: files.i2c Log Message: For built-in modules, the iic driver requires i2c_bitbang To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/dev/i2c

2016-06-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 20 04:18:12 UTC 2016 Modified Files: src/sys/dev/i2c: files.i2c Log Message: For built-in modules, the iic driver requires i2c_bitbang To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71