]> granicus.if.org Git - zfs/log
zfs
14 years agoMerge branch 'fix-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Wed, 21 Jul 2010 17:08:24 +0000 (10:08 -0700)]
Merge branch 'fix-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/fix-branch' into fix-branch
Brian Behlendorf [Wed, 21 Jul 2010 17:08:23 +0000 (10:08 -0700)]
Merge commit 'refs/top-bases/fix-branch' into fix-branch

14 years agoMerge branch 'fix-stack-ztest' into refs/top-bases/fix-branch
Brian Behlendorf [Wed, 21 Jul 2010 17:08:22 +0000 (10:08 -0700)]
Merge branch 'fix-stack-ztest' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-ztest' into fix-stack-ztest
Brian Behlendorf [Wed, 21 Jul 2010 17:08:22 +0000 (10:08 -0700)]
Merge commit 'refs/top-bases/fix-stack-ztest' into fix-stack-ztest

14 years agoFixed typo that set thread STACK_SIZE to 24k instead of 8k
Ned Bass [Wed, 21 Jul 2010 16:58:54 +0000 (09:58 -0700)]
Fixed typo that set thread STACK_SIZE to 24k instead of 8k

__linux__ was mispelled as _linux_ so #ifdef was always
selecting the Solaris STACK_SIZE value.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
14 years agoMerge branch 'gcc-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Mon, 12 Jul 2010 17:23:04 +0000 (10:23 -0700)]
Merge branch 'gcc-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/gcc-branch' into gcc-branch
Brian Behlendorf [Mon, 12 Jul 2010 17:23:03 +0000 (10:23 -0700)]
Merge commit 'refs/top-bases/gcc-branch' into gcc-branch

14 years agoMerge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch
Brian Behlendorf [Mon, 12 Jul 2010 17:23:03 +0000 (10:23 -0700)]
Merge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch

14 years agoFix -Werror=format-security compiler option
Brian Behlendorf [Sat, 10 Jul 2010 19:36:16 +0000 (12:36 -0700)]
Fix -Werror=format-security compiler option

Noticed under Ubuntu kernel builds, there were two instances where
printf() was not called with a "%s" and instread directly printed
the string.  This can potentially result in a crash and is considered
bad form by gcc.  It has been fixed by adding the needed "%s".

14 years agoMerge branch 'gcc-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Thu, 1 Jul 2010 17:42:00 +0000 (10:42 -0700)]
Merge branch 'gcc-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/gcc-branch' into gcc-branch
Brian Behlendorf [Thu, 1 Jul 2010 17:41:59 +0000 (10:41 -0700)]
Merge commit 'refs/top-bases/gcc-branch' into gcc-branch

14 years agoMerge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch
Brian Behlendorf [Thu, 1 Jul 2010 17:41:59 +0000 (10:41 -0700)]
Merge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch

14 years agoUse VERIFY() for asprintf due to rpm -D_FORTIFY_SOURCE=2
Brian Behlendorf [Thu, 1 Jul 2010 17:33:39 +0000 (10:33 -0700)]
Use VERIFY() for asprintf due to rpm -D_FORTIFY_SOURCE=2

This check is part of ztest and a memory failure here is unlikely.
However, if this does occur simply exiting is an perfectly valid
way to handle the issue and it resulves the compiler warning.

        ztest.c:5522: error: ignoring return value of 'asprintf',
        declared with attribute warn_unused_result

14 years agoMerge branch 'fix-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Tue, 29 Jun 2010 23:57:41 +0000 (16:57 -0700)]
Merge branch 'fix-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/fix-branch' into fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 23:57:39 +0000 (16:57 -0700)]
Merge commit 'refs/top-bases/fix-branch' into fix-branch

14 years agoMerge branch 'fix-stack-traverse_visitbp' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 23:57:39 +0000 (16:57 -0700)]
Merge branch 'fix-stack-traverse_visitbp' into refs/top-bases/fix-branch

14 years agoMinor fix to ensure tv_depth is there when debugging is disabled.
Brian Behlendorf [Tue, 29 Jun 2010 23:50:42 +0000 (16:50 -0700)]
Minor fix to ensure tv_depth is there when debugging is disabled.

14 years agoMerge branch 'fix-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:37 +0000 (14:41 -0700)]
Merge branch 'fix-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/fix-branch' into fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:35 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-branch' into fix-branch

14 years agoMerge branch 'fix-stack-ztest' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:35 +0000 (14:41 -0700)]
Merge branch 'fix-stack-ztest' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-ztest' into fix-stack-ztest
Brian Behlendorf [Tue, 29 Jun 2010 21:41:34 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-ztest' into fix-stack-ztest

14 years agoMerge commit 'refs/top-bases/fix-pthreads' into fix-pthreads
Brian Behlendorf [Tue, 29 Jun 2010 21:41:34 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-pthreads' into fix-pthreads

14 years agoMerge commit 'refs/top-bases/fix-stack-traverse_visitbp' into fix-stack-traverse_visitbp
Brian Behlendorf [Tue, 29 Jun 2010 21:41:32 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-traverse_visitbp' into fix-stack-traverse_visitbp

14 years agoMerge branch 'fix-stack-traverse_visitbp' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:32 +0000 (14:41 -0700)]
Merge branch 'fix-stack-traverse_visitbp' into refs/top-bases/fix-branch

14 years agoMerge branch 'fix-stack-traverse_impl' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:31 +0000 (14:41 -0700)]
Merge branch 'fix-stack-traverse_impl' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-traverse_impl' into fix-stack-traverse_impl
Brian Behlendorf [Tue, 29 Jun 2010 21:41:30 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-traverse_impl' into fix-stack-traverse_impl

14 years agoMerge branch 'fix-stack-vn_open' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:29 +0000 (14:41 -0700)]
Merge branch 'fix-stack-vn_open' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-vn_open' into fix-stack-vn_open
Brian Behlendorf [Tue, 29 Jun 2010 21:41:28 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-vn_open' into fix-stack-vn_open

14 years agoMerge branch 'fix-stack-dsl_dataset_destroy' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:27 +0000 (14:41 -0700)]
Merge branch 'fix-stack-dsl_dataset_destroy' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-dsl_dataset_destroy' into fix-stack-dsl_datase...
Brian Behlendorf [Tue, 29 Jun 2010 21:41:27 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-dsl_dataset_destroy' into fix-stack-dsl_dataset_destroy

14 years agoMerge branch 'fix-stack-dmu_objset_snapshot' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:25 +0000 (14:41 -0700)]
Merge branch 'fix-stack-dmu_objset_snapshot' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-dmu_objset_snapshot' into fix-stack-dmu_objset...
Brian Behlendorf [Tue, 29 Jun 2010 21:41:25 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-dmu_objset_snapshot' into fix-stack-dmu_objset_snapshot

14 years agoMerge branch 'fix-stack-noinline' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:24 +0000 (14:41 -0700)]
Merge branch 'fix-stack-noinline' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-noinline' into fix-stack-noinline
Brian Behlendorf [Tue, 29 Jun 2010 21:41:23 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-noinline' into fix-stack-noinline

14 years agoMerge branch 'fix-stack-dsl_deleg_get' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:22 +0000 (14:41 -0700)]
Merge branch 'fix-stack-dsl_deleg_get' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-dsl_deleg_get' into fix-stack-dsl_deleg_get
Brian Behlendorf [Tue, 29 Jun 2010 21:41:22 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-dsl_deleg_get' into fix-stack-dsl_deleg_get

14 years agoMerge branch 'fix-stack-dsl_dir_open_spa' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:20 +0000 (14:41 -0700)]
Merge branch 'fix-stack-dsl_dir_open_spa' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-dsl_dir_open_spa' into fix-stack-dsl_dir_open_spa
Brian Behlendorf [Tue, 29 Jun 2010 21:41:20 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-dsl_dir_open_spa' into fix-stack-dsl_dir_open_spa

14 years agoMerge branch 'fix-stack-lzjb' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:19 +0000 (14:41 -0700)]
Merge branch 'fix-stack-lzjb' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-stack-lzjb' into fix-stack-lzjb
Brian Behlendorf [Tue, 29 Jun 2010 21:41:18 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-stack-lzjb' into fix-stack-lzjb

14 years agoMerge branch 'fix-kstat-xuio' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:17 +0000 (14:41 -0700)]
Merge branch 'fix-kstat-xuio' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-kstat-xuio' into fix-kstat-xuio
Brian Behlendorf [Tue, 29 Jun 2010 21:41:17 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-kstat-xuio' into fix-kstat-xuio

14 years agoMerge branch 'fix-metaslab' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:16 +0000 (14:41 -0700)]
Merge branch 'fix-metaslab' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-metaslab' into fix-metaslab
Brian Behlendorf [Tue, 29 Jun 2010 21:41:15 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-metaslab' into fix-metaslab

14 years agoMerge branch 'fix-current' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:14 +0000 (14:41 -0700)]
Merge branch 'fix-current' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-current' into fix-current
Brian Behlendorf [Tue, 29 Jun 2010 21:41:14 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-current' into fix-current

14 years agoMerge branch 'fix-error-handling' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:12 +0000 (14:41 -0700)]
Merge branch 'fix-error-handling' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-error-handling' into fix-error-handling
Brian Behlendorf [Tue, 29 Jun 2010 21:41:12 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-error-handling' into fix-error-handling

14 years agoMerge branch 'fix-acl' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:11 +0000 (14:41 -0700)]
Merge branch 'fix-acl' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-acl' into fix-acl
Brian Behlendorf [Tue, 29 Jun 2010 21:41:10 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-acl' into fix-acl

14 years agoMerge branch 'fix-deadcode' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:09 +0000 (14:41 -0700)]
Merge branch 'fix-deadcode' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-deadcode' into fix-deadcode
Brian Behlendorf [Tue, 29 Jun 2010 21:41:09 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode

14 years agoMerge branch 'fix-strncat' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:07 +0000 (14:41 -0700)]
Merge branch 'fix-strncat' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-strncat' into fix-strncat
Brian Behlendorf [Tue, 29 Jun 2010 21:41:07 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-strncat' into fix-strncat

14 years agoMerge branch 'fix-list' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:06 +0000 (14:41 -0700)]
Merge branch 'fix-list' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-list' into fix-list
Brian Behlendorf [Tue, 29 Jun 2010 21:41:05 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-list' into fix-list

14 years agoMerge branch 'fix-taskq' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:03 +0000 (14:41 -0700)]
Merge branch 'fix-taskq' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-taskq' into fix-taskq
Brian Behlendorf [Tue, 29 Jun 2010 21:41:03 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-taskq' into fix-taskq

14 years agoMerge branch 'fix-rwlocks' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:02 +0000 (14:41 -0700)]
Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks
Brian Behlendorf [Tue, 29 Jun 2010 21:41:01 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks

14 years agoMerge branch 'fix-no-zmod' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:41:00 +0000 (14:41 -0700)]
Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod
Brian Behlendorf [Tue, 29 Jun 2010 21:41:00 +0000 (14:41 -0700)]
Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod

14 years agoMerge branch 'fix-newlines' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:59 +0000 (14:40 -0700)]
Merge branch 'fix-newlines' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-newlines' into fix-newlines
Brian Behlendorf [Tue, 29 Jun 2010 21:40:58 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/fix-newlines' into fix-newlines

14 years agoMerge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:57 +0000 (14:40 -0700)]
Merge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs
Brian Behlendorf [Tue, 29 Jun 2010 21:40:56 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs

14 years agoMerge branch 'fix-dnode-cons' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:55 +0000 (14:40 -0700)]
Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons
Brian Behlendorf [Tue, 29 Jun 2010 21:40:55 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons

14 years agoMerge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:54 +0000 (14:40 -0700)]
Merge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch

14 years agoMerge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t
Brian Behlendorf [Tue, 29 Jun 2010 21:40:53 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t

14 years agoMerge branch 'gcc-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:49 +0000 (14:40 -0700)]
Merge branch 'gcc-branch' into refs/top-bases/zfs-branch

14 years agoMerge commit 'refs/top-bases/gcc-branch' into gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:48 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-branch' into gcc-branch

14 years agoMerge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:48 +0000 (14:40 -0700)]
Merge branch 'gcc-fortify-source' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-fortify-source' into gcc-fortify-source
Brian Behlendorf [Tue, 29 Jun 2010 21:40:47 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-fortify-source' into gcc-fortify-source

14 years agoMerge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:45 +0000 (14:40 -0700)]
Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-missing-braces' into gcc-missing-braces
Brian Behlendorf [Tue, 29 Jun 2010 21:40:44 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-missing-braces' into gcc-missing-braces

14 years agoMerge branch 'gcc-ident-pragmas' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:43 +0000 (14:40 -0700)]
Merge branch 'gcc-ident-pragmas' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-ident-pragmas' into gcc-ident-pragmas
Brian Behlendorf [Tue, 29 Jun 2010 21:40:42 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-ident-pragmas' into gcc-ident-pragmas

14 years agoMerge branch 'gcc-64bit-constants' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:40 +0000 (14:40 -0700)]
Merge branch 'gcc-64bit-constants' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-64bit-constants' into gcc-64bit-constants
Brian Behlendorf [Tue, 29 Jun 2010 21:40:39 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-64bit-constants' into gcc-64bit-constants

14 years agoMerge branch 'gcc-unused' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:38 +0000 (14:40 -0700)]
Merge branch 'gcc-unused' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-unused' into gcc-unused
Brian Behlendorf [Tue, 29 Jun 2010 21:40:36 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-unused' into gcc-unused

14 years agoMerge branch 'gcc-uninit' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:35 +0000 (14:40 -0700)]
Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-uninit' into gcc-uninit
Brian Behlendorf [Tue, 29 Jun 2010 21:40:34 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit

14 years agoMerge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:32 +0000 (14:40 -0700)]
Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesis
Brian Behlendorf [Tue, 29 Jun 2010 21:40:31 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesis

14 years agoMerge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:28 +0000 (14:40 -0700)]
Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case
Brian Behlendorf [Tue, 29 Jun 2010 21:40:27 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case

14 years agoMerge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:26 +0000 (14:40 -0700)]
Merge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-invalid-prototype' into gcc-invalid-prototype
Brian Behlendorf [Tue, 29 Jun 2010 21:40:25 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-invalid-prototype' into gcc-invalid-prototype

14 years agoMerge branch 'gcc-init-pragmas' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:23 +0000 (14:40 -0700)]
Merge branch 'gcc-init-pragmas' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-init-pragmas' into gcc-init-pragmas
Brian Behlendorf [Tue, 29 Jun 2010 21:40:22 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-init-pragmas' into gcc-init-pragmas

14 years agoMerge branch 'gcc-debug' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:20 +0000 (14:40 -0700)]
Merge branch 'gcc-debug' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-debug' into gcc-debug
Brian Behlendorf [Tue, 29 Jun 2010 21:40:19 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-debug' into gcc-debug

14 years agoMerge branch 'gcc-cast' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:17 +0000 (14:40 -0700)]
Merge branch 'gcc-cast' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-cast' into gcc-cast
Brian Behlendorf [Tue, 29 Jun 2010 21:40:16 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-cast' into gcc-cast

14 years agoMerge branch 'gcc-c90' into refs/top-bases/gcc-branch
Brian Behlendorf [Tue, 29 Jun 2010 21:40:15 +0000 (14:40 -0700)]
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch

14 years agoMerge commit 'refs/top-bases/gcc-c90' into gcc-c90
Brian Behlendorf [Tue, 29 Jun 2010 21:40:14 +0000 (14:40 -0700)]
Merge commit 'refs/top-bases/gcc-c90' into gcc-c90

14 years agoAdd basic README
Brian Behlendorf [Tue, 29 Jun 2010 21:35:21 +0000 (14:35 -0700)]
Add basic README

A simple README with a short summary of the project and a link
directing people to the online documentation.

14 years agoMerge branch 'fix-branch' into refs/top-bases/zfs-branch
Brian Behlendorf [Tue, 29 Jun 2010 18:34:31 +0000 (11:34 -0700)]
Merge branch 'fix-branch' into refs/top-bases/zfs-branch

Conflicts:

cmd/ztest/ztest.c