]>
granicus.if.org Git - zfs/log
Brian Behlendorf [Tue, 22 Jun 2010 04:31:41 +0000 (21:31 -0700)]
Ensure zio_bad_cksum_t is initialized
This may not strictly be needed but it does keep gcc happy. We
should keep our eye on this though if the extra bcopy significantly
impacts performance. It may.
Brian Behlendorf [Wed, 16 Jun 2010 18:45:07 +0000 (11:45 -0700)]
Extra uninit vars flagged by gcc 4.1.2
Newer versions of the compiler are OK with this but for the sake of
older compilers explicitly initialize them.
Brian Behlendorf [Mon, 14 Jun 2010 22:24:20 +0000 (15:24 -0700)]
Update gcc-unit
Fix new possibly uninitialized variables according to gcc.
Brian Behlendorf [Fri, 28 May 2010 21:56:00 +0000 (14:56 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Conflicts:
cmd/zpool/zpool_main.c
cmd/ztest/ztest.c
module/zfs/arc.c
Brian Behlendorf [Fri, 28 May 2010 20:45:14 +0000 (13:45 -0700)]
Update core ZFS code from build 121 to build 141.
Brian Behlendorf [Tue, 18 May 2010 22:00:20 +0000 (15:00 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 18 May 2010 21:55:01 +0000 (14:55 -0700)]
Add AUTHORS to master branch
Brian Behlendorf [Tue, 18 May 2010 21:32:48 +0000 (14:32 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 18 May 2010 21:25:28 +0000 (14:25 -0700)]
Update COPYRIGHT to reference zpios CDDL exceptions.
Brian Behlendorf [Tue, 18 May 2010 18:13:12 +0000 (11:13 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 18 May 2010 18:06:56 +0000 (11:06 -0700)]
Update COPYRIGHT to include release id LLNL-CODE-403049.
Brian Behlendorf [Tue, 18 May 2010 17:38:25 +0000 (10:38 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 18 May 2010 17:32:23 +0000 (10:32 -0700)]
Update COPYRIGHT and DISCLAIMER.
Update the COPYRIGHT and DISCLAIMER in an attempt to be clear about
the copyright and licensing issues.
Brian Behlendorf [Thu, 29 Apr 2010 19:03:39 +0000 (12:03 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 29 Apr 2010 18:59:41 +0000 (11:59 -0700)]
Update nvpair's to include nv_alloc_fixed support
Brian Behlendorf [Thu, 29 Apr 2010 17:40:57 +0000 (10:40 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 29 Apr 2010 17:37:15 +0000 (10:37 -0700)]
Add Solaris FMA style support
Brian Behlendorf [Thu, 11 Mar 2010 17:54:50 +0000 (09:54 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 11 Mar 2010 17:53:59 +0000 (09:53 -0800)]
Rename update-zfs.sh -> zfs-update.sh for consistency
Brian Behlendorf [Tue, 9 Mar 2010 22:19:15 +0000 (14:19 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 9 Mar 2010 22:14:09 +0000 (14:14 -0800)]
Ignore unsigned module build products
Along with the addition of signed kernel modules in newer kernel
we have a few new build products we need to ignore. LKLM has the
whole thread for those interested: http://lkml.org/lkml/2007/2/14/164
Brian Behlendorf [Fri, 8 Jan 2010 19:39:07 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Fri, 8 Jan 2010 19:35:17 +0000 (11:35 -0800)]
Add .gitignore files to exclude build products
Brian Behlendorf [Sat, 12 Dec 2009 00:21:30 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Sat, 12 Dec 2009 00:15:33 +0000 (16:15 -0800)]
Pull in latest man pages as part of update-zfs.sh
The script has been updated to download the latest documentations
packages for Solaris and extract the needed ZFS man pages. These
will still need a little markup to handle changes between the
Solaris and Linux versions of ZFS. Howver, they should be pretty
minor I've tried hard to keep the interface the same.
In additional to the script update the zdb, zfs, and zpool man
pages have been added to the repo.
Brian Behlendorf [Fri, 20 Nov 2009 17:59:58 +0000 (09:59 -0800)]
Prevent gcc uninit compiler warning in zfs_range_unlock_reader().
Brian Behlendorf [Mon, 16 Nov 2009 00:26:12 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Mon, 16 Nov 2009 00:20:01 +0000 (16:20 -0800)]
Remove zvol.c when updating in update-zfs.sh Linux version available.
Brian Behlendorf [Fri, 23 Oct 2009 18:43:09 +0000 (11:43 -0700)]
Add two more possible uninit vars flagged by gcc.
Brian Behlendorf [Fri, 9 Oct 2009 22:42:36 +0000 (15:42 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Fri, 9 Oct 2009 22:37:29 +0000 (15:37 -0700)]
Script update-zfs.sh updated to include libefi library
Brian Behlendorf [Tue, 18 Aug 2009 21:09:35 +0000 (14:09 -0700)]
Required build 121 updates for gcc-uninit
Brian Behlendorf [Tue, 18 Aug 2009 19:06:21 +0000 (12:06 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Conflicts:
module/zfs/vdev_raidz.c
Brian Behlendorf [Tue, 18 Aug 2009 18:43:27 +0000 (11:43 -0700)]
Rebase master to b121
Brian Behlendorf [Thu, 30 Jul 2009 04:17:47 +0000 (21:17 -0700)]
Updated gcc in fc11 flagged a new uninitialized variable.
Brian Behlendorf [Thu, 9 Jul 2009 20:07:05 +0000 (13:07 -0700)]
TopGit missed this update when I updated the same line in the
gcc-unused and gcc-uninit topic branches at the same time and
then ran 'tg update'. I'll need to keep that sort of thing
in mind when updating multiple topic branches between updates.
Brian Behlendorf [Thu, 9 Jul 2009 19:14:56 +0000 (12:14 -0700)]
Unitialized variables should be handled in the gcc-uninit topic branch.
Brian Behlendorf [Tue, 7 Jul 2009 22:41:19 +0000 (15:41 -0700)]
hash_lock should always be initialized
Brian Behlendorf [Thu, 2 Jul 2009 23:57:09 +0000 (16:57 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Conflicts:
lib/libzfs/libzfs_dataset.c
module/zfs/arc.c
module/zfs/spa.c
Brian Behlendorf [Thu, 2 Jul 2009 22:44:48 +0000 (15:44 -0700)]
Rebase master to b117
Brian Behlendorf [Mon, 16 Mar 2009 23:06:50 +0000 (16:06 -0700)]
Add 3 more uninit errors detected by gcc 3.4.0 compiler.
Brian Behlendorf [Thu, 12 Mar 2009 17:30:41 +0000 (10:30 -0700)]
Resolve remaining uninitialized variables
Most of these fixes appear to be harmless and should never occur.
However, there were a few cases in this patch which do concern me,
I doubt we're seeing them but they look possible... mainly in the
user tools.
Brian Behlendorf [Wed, 11 Mar 2009 19:34:24 +0000 (12:34 -0700)]
Ensure idx is properly initialized in all instances.
Brian Behlendorf [Wed, 18 Feb 2009 22:03:22 +0000 (14:03 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Conflicts:
module/zfs/arc.c
Brian Behlendorf [Wed, 18 Feb 2009 20:51:31 +0000 (12:51 -0800)]
Rebase master to b108
Brian Behlendorf [Tue, 27 Jan 2009 06:00:48 +0000 (22:00 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 27 Jan 2009 05:58:32 +0000 (21:58 -0800)]
Refresh type in topgit git://* reference
Brian Behlendorf [Tue, 20 Jan 2009 23:45:59 +0000 (15:45 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 20 Jan 2009 23:43:44 +0000 (15:43 -0800)]
Add GIT to master
Brian Behlendorf [Thu, 15 Jan 2009 22:05:32 +0000 (14:05 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 15 Jan 2009 21:59:39 +0000 (13:59 -0800)]
Rebase master to b105
Brian Behlendorf [Mon, 5 Jan 2009 22:26:16 +0000 (14:26 -0800)]
Avoid using { 0 } assignment because it assume certain things about the condvar and mutex typedefs which may not be true
Brian Behlendorf [Mon, 5 Jan 2009 20:07:58 +0000 (12:07 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Mon, 5 Jan 2009 20:03:23 +0000 (12:03 -0800)]
Add unicode library
Brian Behlendorf [Mon, 5 Jan 2009 19:11:27 +0000 (11:11 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Mon, 5 Jan 2009 19:10:13 +0000 (11:10 -0800)]
Remove zdump, it's an unrelateds command which I added simply due to the z* command convention
Brian Behlendorf [Fri, 12 Dec 2008 21:46:30 +0000 (13:46 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Fri, 12 Dec 2008 21:41:20 +0000 (13:41 -0800)]
Remove zcommon reference merged in to zpool
Brian Behlendorf [Thu, 11 Dec 2008 23:41:45 +0000 (15:41 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 11 Dec 2008 23:38:59 +0000 (15:38 -0800)]
Moving lib/libspl to linux-libspl branch
Brian Behlendorf [Thu, 11 Dec 2008 22:25:01 +0000 (14:25 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 11 Dec 2008 22:21:14 +0000 (14:21 -0800)]
Script updates
Brian Behlendorf [Thu, 11 Dec 2008 22:16:55 +0000 (14:16 -0800)]
Move library files to lib
Brian Behlendorf [Thu, 11 Dec 2008 19:25:28 +0000 (11:25 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Thu, 11 Dec 2008 19:22:02 +0000 (11:22 -0800)]
Fix libspl move to the wrong place
Brian Behlendorf [Thu, 11 Dec 2008 19:16:38 +0000 (11:16 -0800)]
Fix typo
Brian Behlendorf [Thu, 11 Dec 2008 19:14:49 +0000 (11:14 -0800)]
Add a few missing files
Brian Behlendorf [Thu, 11 Dec 2008 19:08:09 +0000 (11:08 -0800)]
Move the world out of /zfs/ and seperate out module build tree
Brian Behlendorf [Wed, 10 Dec 2008 20:45:11 +0000 (12:45 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 10 Dec 2008 20:43:20 +0000 (12:43 -0800)]
Remove libumem, we will try and remove this dependency entirely. If we can't then the best move will simply be to use the official library, or build it as a convenience library
Brian Behlendorf [Tue, 9 Dec 2008 22:16:10 +0000 (14:16 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 9 Dec 2008 22:14:00 +0000 (14:14 -0800)]
Move vmem* to libumem
Brian Behlendorf [Tue, 9 Dec 2008 21:39:20 +0000 (13:39 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 9 Dec 2008 21:32:01 +0000 (13:32 -0800)]
Temporarily move taskq+util to libzpool until that directory is broken in to lib+module
Brian Behlendorf [Tue, 9 Dec 2008 00:45:51 +0000 (16:45 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 9 Dec 2008 00:38:46 +0000 (16:38 -0800)]
Minor tweak to update script
Brian Behlendorf [Tue, 9 Dec 2008 00:24:38 +0000 (16:24 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 9 Dec 2008 00:20:25 +0000 (16:20 -0800)]
Attempt move of kernel.c with topgit
Brian Behlendorf [Fri, 5 Dec 2008 17:13:58 +0000 (09:13 -0800)]
Refresh gcc-uninit branch
Brian Behlendorf [Wed, 3 Dec 2008 23:43:56 +0000 (15:43 -0800)]
Add userspace zfs_context file
Brian Behlendorf [Wed, 3 Dec 2008 20:09:06 +0000 (12:09 -0800)]
Rebase to OpenSolaris b103, in the process we are removing any code which did not originate from the OpenSolaris source. These changes will be reintroduced in topic branches for easier tracking
Brian Behlendorf [Tue, 2 Dec 2008 16:52:54 +0000 (08:52 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 2 Dec 2008 16:47:21 +0000 (08:47 -0800)]
Remove stray stub kernel files which should be brought in my linux-kernel-module patch
Brian Behlendorf [Tue, 2 Dec 2008 00:17:22 +0000 (16:17 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 2 Dec 2008 00:15:29 +0000 (16:15 -0800)]
Finish removing all non-upstream bits from master
Brian Behlendorf [Mon, 1 Dec 2008 23:56:30 +0000 (15:56 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Mon, 1 Dec 2008 23:41:33 +0000 (15:41 -0800)]
Removed build system from master branch, will relocate to linux-zfs-branch
Brian Behlendorf [Mon, 1 Dec 2008 23:38:41 +0000 (15:38 -0800)]
Removed build system from master branch, will relocate to linux-zfs-branch
Brian Behlendorf [Mon, 1 Dec 2008 23:34:53 +0000 (15:34 -0800)]
Relocate COPYING+COPYRIGHT, remove README cruft
Brian Behlendorf [Mon, 1 Dec 2008 22:49:34 +0000 (14:49 -0800)]
Add CDDL license file
Brian Behlendorf [Wed, 26 Nov 2008 23:50:54 +0000 (15:50 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 26 Nov 2008 23:48:14 +0000 (15:48 -0800)]
Update zpios for trivial workload
Brian Behlendorf [Wed, 26 Nov 2008 23:35:17 +0000 (15:35 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 26 Nov 2008 23:32:39 +0000 (15:32 -0800)]
Working version of M4 macro config
Brian Behlendorf [Wed, 26 Nov 2008 22:32:29 +0000 (14:32 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 26 Nov 2008 22:29:45 +0000 (14:29 -0800)]
Make everything a M4 macro, it's just cleaner that way
Brian Behlendorf [Wed, 26 Nov 2008 22:09:54 +0000 (14:09 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 26 Nov 2008 22:06:23 +0000 (14:06 -0800)]
Additional buidl system cleanup. Starting to move all
of the kernel specific build info in to config/kernel,
likewise and user specific build flags should go in
config/user. This seems like a reasonable way to go.
Brian Behlendorf [Wed, 26 Nov 2008 21:31:22 +0000 (13:31 -0800)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Wed, 26 Nov 2008 21:28:44 +0000 (13:28 -0800)]
Prefix META_ALIAS with ZFS_