public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2012-08-31  7:10 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2012-08-31  7:10 UTC (permalink / raw
  To: gentoo-commits

ryao        12/08/31 07:10:30

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Remove CONFIG_PREEMPT restriction: Preemption support has been merged upstream
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.5&r2=1.6

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zfs-kmod-9999.ebuild	26 Aug 2012 00:20:48 -0000	1.5
+++ zfs-kmod-9999.ebuild	31 Aug 2012 07:10:29 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.5 2012/08/26 00:20:48 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.6 2012/08/31 07:10:29 ryao Exp $
 
 EAPI="4"
 
@@ -40,7 +40,6 @@
 
 pkg_setup() {
 	CONFIG_CHECK="!DEBUG_LOCK_ALLOC
-		!PREEMPT
 		BLK_DEV_LOOP
 		EFI_PARTITION
 		IOSCHED_NOOP



1.6                  sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	26 Aug 2012 00:20:48 -0000	1.5
+++ ChangeLog	31 Aug 2012 07:10:29 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.5 2012/08/26 00:20:48 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.6 2012/08/31 07:10:29 ryao Exp $
+
+  31 Aug 2012; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Remove CONFIG_PREEMPT restriction: Preemption support has been merged upstream
 
   26 Aug 2012; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.0_rc10.ebuild,
   zfs-kmod-9999.ebuild:





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2013-01-16  9:01 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2013-01-16  9:01 UTC (permalink / raw
  To: gentoo-commits

ryao        13/01/16 09:01:09

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Filter -Wl,* from LDFLAGS to prevent build failures on ARM
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.7&r2=1.8

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zfs-kmod-9999.ebuild	11 Dec 2012 19:43:44 -0000	1.7
+++ zfs-kmod-9999.ebuild	16 Jan 2013 09:01:09 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.7 2012/12/11 19:43:44 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.8 2013/01/16 09:01:09 ryao Exp $
 
 EAPI="4"
 
@@ -16,8 +16,8 @@
 else
 	inherit eutils versionator
 	MY_PV=$(replace_version_separator 3 '-')
-	SRC_URI="https://github.com/downloads/zfsonlinux/zfs/zfs-${MY_PV}.tar.gz"
-	S="${WORKDIR}/zfs-${MY_PV}"
+	SRC_URI="https://github.com/zfsonlinux/zfs/archive/zfs-${MY_PV}.tar.gz"
+	S="${WORKDIR}/zfs-zfs-${MY_PV}"
 	KEYWORDS="~amd64"
 fi
 
@@ -55,7 +55,7 @@
 	kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required"
 
 	[ ${PV} != "9999" ] && \
-		{ kernel_is le 3 5 || die "Linux 3.5 is the latest supported version."; }
+		{ kernel_is le 3 8 || die "Linux 3.8 is the latest supported version."; }
 
 	check_extra_config
 }
@@ -63,17 +63,22 @@
 src_prepare() {
 	if [ ${PV} != "9999" ]
 	then
-		# Fix various deadlocks
-		epatch "${FILESDIR}/${PN}-0.6.0_rc9-remove-pfmalloc-1-of-3.patch"
-		epatch "${FILESDIR}/${PN}-0.6.0_rc9-remove-pfmalloc-2-of-3.patch"
-		epatch "${FILESDIR}/${PN}-0.6.0_rc9-remove-pfmalloc-3-of-3.patch"
-	fi
+		# Fix regression where snapshots are not visible
+		epatch "${FILESDIR}/${P}-fix-invisible-snapshots.patch"
+
+		# Fix deadlock involving concurrent `zfs destroy` and `zfs list` commands
+		epatch "${FILESDIR}/${P}-fix-recursive-reader.patch"
 
+		# Fix USE=debug build failure involving GCC 4.7
+		epatch "${FILESDIR}/${P}-gcc-4.7-compat.patch"
+	fi
 	autotools-utils_src_prepare
 }
 
 src_configure() {
 	use custom-cflags || strip-flags
+	filter-ldflags -Wl,*
+
 	set_arch_to_kernel
 	local myeconfargs=(
 		--bindir="${EPREFIX}/bin"
@@ -93,6 +98,10 @@
 pkg_postinst() {
 	linux-mod_pkg_postinst
 
-	use x86 && ewarn "32-bit kernels are unsupported by ZFSOnLinux upstream. Do not file bug reports."
+	if use x86 || use arm
+	then
+		ewarn "32-bit kernels will likely require increasing vmalloc to"
+		ewarn "at least 256M and decreasing zfs_arc_max to some value less than that."
+	fi
 
 }



1.15                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	16 Jan 2013 08:57:38 -0000	1.14
+++ ChangeLog	16 Jan 2013 09:01:09 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.14 2013/01/16 08:57:38 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.15 2013/01/16 09:01:09 ryao Exp $
+
+  16 Jan 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Filter -Wl,* from LDFLAGS to prevent build failures on ARM
 
 *zfs-kmod-0.6.0_rc13-r2 (16 Jan 2013)
 





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2013-04-17 13:35 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2013-04-17 13:35 UTC (permalink / raw
  To: gentoo-commits

ryao        13/04/17 13:35:13

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Update /usr/src/zfs link to reflect upstream's new location
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.16                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.15&r2=1.16

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- zfs-kmod-9999.ebuild	17 Apr 2013 13:27:54 -0000	1.15
+++ zfs-kmod-9999.ebuild	17 Apr 2013 13:35:13 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.15 2013/04/17 13:27:54 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.16 2013/04/17 13:35:13 ryao Exp $
 
 EAPI="4"
 
@@ -92,7 +92,7 @@
 	dodoc AUTHORS COPYRIGHT DISCLAIMER README.markdown
 
 	# Provide /usr/src/zfs symlink for lustre
-	dosym "$(basename $(echo "${ED}/usr/src/zfs-"*))/${KV_FULL}" /usr/src/zfs
+	dosym "$(basename $(echo "${ED}/usr/src/zfs-"*))" /usr/src/zfs
 }
 
 pkg_postinst() {



1.28                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	17 Apr 2013 13:27:54 -0000	1.27
+++ ChangeLog	17 Apr 2013 13:35:13 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.27 2013/04/17 13:27:54 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.28 2013/04/17 13:35:13 ryao Exp $
+
+  17 Apr 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Update /usr/src/zfs link to reflect upstream's new location
 
   17 Apr 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.0_rc10-r2.ebuild,
   zfs-kmod-0.6.0_rc11-r3.ebuild, zfs-kmod-0.6.0_rc12-r3.ebuild,





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2013-04-17 14:30 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2013-04-17 14:30 UTC (permalink / raw
  To: gentoo-commits

ryao        13/04/17 14:30:18

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Remove /usr/src/zfs symlink from 9999 ebuild; sys-cluster/lustre (science overlay) no longer needs it. It will be removed from versioned ebuilds following future revision bumps.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.17                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.16&r2=1.17

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- zfs-kmod-9999.ebuild	17 Apr 2013 13:35:13 -0000	1.16
+++ zfs-kmod-9999.ebuild	17 Apr 2013 14:30:18 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.16 2013/04/17 13:35:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.17 2013/04/17 14:30:18 ryao Exp $
 
 EAPI="4"
 
@@ -90,9 +90,6 @@
 src_install() {
 	autotools-utils_src_install
 	dodoc AUTHORS COPYRIGHT DISCLAIMER README.markdown
-
-	# Provide /usr/src/zfs symlink for lustre
-	dosym "$(basename $(echo "${ED}/usr/src/zfs-"*))" /usr/src/zfs
 }
 
 pkg_postinst() {



1.29                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	17 Apr 2013 13:35:13 -0000	1.28
+++ ChangeLog	17 Apr 2013 14:30:18 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.28 2013/04/17 13:35:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.29 2013/04/17 14:30:18 ryao Exp $
+
+  17 Apr 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Remove /usr/src/zfs symlink from 9999 ebuild; sys-cluster/lustre (science
+  overlay) no longer needs it. It will be removed from versioned ebuilds
+  following future revision bumps.
 
   17 Apr 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
   Update /usr/src/zfs link to reflect upstream's new location





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2014-04-26 16:20 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2014-04-26 16:20 UTC (permalink / raw
  To: gentoo-commits

ryao        14/04/26 16:20:19

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Improve USE=debug on 9999 ebuild: changes will be propagated to the next revision bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.19                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.18&r2=1.19

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- zfs-kmod-9999.ebuild	21 Nov 2013 15:47:44 -0000	1.18
+++ zfs-kmod-9999.ebuild	26 Apr 2014 16:20:19 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.18 2013/11/21 15:47:44 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.19 2014/04/26 16:20:19 ryao Exp $
 
 EAPI="4"
 
@@ -29,7 +29,7 @@
 LICENSE="CDDL debug? ( GPL-2+ )"
 SLOT="0"
 IUSE="custom-cflags debug +rootfs"
-RESTRICT="test"
+RESTRICT="debug? ( strip ) test"
 
 DEPEND="
 	=sys-kernel/spl-${PV}*
@@ -53,6 +53,9 @@
 		ZLIB_INFLATE
 	"
 
+	use debug && CONFIG_CHECK="FRAME_POINTER
+	${CONFIG_FRAME_POINTER}"
+
 	use rootfs && \
 		CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD
 			DEVTMPFS"



1.44                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	11 Apr 2014 04:43:29 -0000	1.43
+++ ChangeLog	26 Apr 2014 16:20:19 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.43 2014/04/11 04:43:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.44 2014/04/26 16:20:19 ryao Exp $
+
+  26 Apr 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Improve USE=debug on 9999 ebuild: changes will be propagated to the next
+  revision bump
 
 *zfs-kmod-0.6.2-r5 (11 Apr 2014)
 





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2014-05-14 17:36 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2014-05-14 17:36 UTC (permalink / raw
  To: gentoo-commits

ryao        14/05/14 17:36:55

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.20                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.19&r2=1.20

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- zfs-kmod-9999.ebuild	26 Apr 2014 16:20:19 -0000	1.19
+++ zfs-kmod-9999.ebuild	14 May 2014 17:36:55 -0000	1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.19 2014/04/26 16:20:19 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.20 2014/05/14 17:36:55 ryao Exp $
 
 EAPI="4"
 
@@ -54,7 +54,7 @@
 	"
 
 	use debug && CONFIG_CHECK="FRAME_POINTER
-	${CONFIG_FRAME_POINTER}"
+	CONFIG_DEBUG_INFO"
 
 	use rootfs && \
 		CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD



1.45                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	26 Apr 2014 16:20:19 -0000	1.44
+++ ChangeLog	14 May 2014 17:36:55 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.44 2014/04/26 16:20:19 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.45 2014/05/14 17:36:55 ryao Exp $
+
+  14 May 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999
 
   26 Apr 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
   Improve USE=debug on 9999 ebuild: changes will be propagated to the next





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2014-05-22 21:39 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2014-05-22 21:39 UTC (permalink / raw
  To: gentoo-commits

ryao        14/05/22 21:39:35

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  CONFIG_DEBUG_INFO should be DEBUG_INFO
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.21                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.20&r2=1.21

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- zfs-kmod-9999.ebuild	14 May 2014 17:36:55 -0000	1.20
+++ zfs-kmod-9999.ebuild	22 May 2014 21:39:35 -0000	1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.20 2014/05/14 17:36:55 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.21 2014/05/22 21:39:35 ryao Exp $
 
 EAPI="4"
 
@@ -54,7 +54,7 @@
 	"
 
 	use debug && CONFIG_CHECK="FRAME_POINTER
-	CONFIG_DEBUG_INFO"
+	DEBUG_INFO"
 
 	use rootfs && \
 		CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD



1.46                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	14 May 2014 17:36:55 -0000	1.45
+++ ChangeLog	22 May 2014 21:39:35 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.45 2014/05/14 17:36:55 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.46 2014/05/22 21:39:35 ryao Exp $
+
+  22 May 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  CONFIG_DEBUG_INFO should be DEBUG_INFO
 
   14 May 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
   Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2014-06-20 16:44 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2014-06-20 16:44 UTC (permalink / raw
  To: gentoo-commits

ryao        14/06/20 16:44:37

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.23                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.22&r2=1.23

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- zfs-kmod-9999.ebuild	13 Jun 2014 01:21:17 -0000	1.22
+++ zfs-kmod-9999.ebuild	20 Jun 2014 16:44:37 -0000	1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.22 2014/06/13 01:21:17 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.23 2014/06/20 16:44:37 ryao Exp $
 
 EAPI="4"
 
@@ -55,6 +55,7 @@
 	use debug && CONFIG_CHECK="${CONFIG_CHECK}
 		FRAME_POINTER
 		DEBUG_INFO
+		!DEBUG_INFO_REDUCED
 	"
 
 	use rootfs && \



1.49                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	13 Jun 2014 01:21:17 -0000	1.48
+++ ChangeLog	20 Jun 2014 16:44:37 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.48 2014/06/13 01:21:17 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.49 2014/06/20 16:44:37 ryao Exp $
+
+  20 Jun 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
+  Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set
 
 *zfs-kmod-0.6.3 (13 Jun 2014)
 





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2014-07-09  1:29 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-07-09  1:29 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    14/07/09 01:29:39

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  swiching to https for git ebuild
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.24                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.23&r2=1.24

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- zfs-kmod-9999.ebuild	20 Jun 2014 16:44:37 -0000	1.23
+++ zfs-kmod-9999.ebuild	9 Jul 2014 01:29:39 -0000	1.24
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.23 2014/06/20 16:44:37 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.24 2014/07/09 01:29:39 prometheanfire Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 if [ ${PV} == "9999" ] ; then
 	inherit git-2
 	MY_PV=9999
-	EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
+	EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
 else
 	inherit eutils versionator
 	MY_PV=$(replace_version_separator 3 '-')



1.50                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	20 Jun 2014 16:44:37 -0000	1.49
+++ ChangeLog	9 Jul 2014 01:29:39 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.49 2014/06/20 16:44:37 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.50 2014/07/09 01:29:39 prometheanfire Exp $
+
+  09 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> zfs-kmod-9999.ebuild:
+  swiching to https for git ebuild
 
   20 Jun 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild:
   Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog
@ 2015-07-24  4:32 Richard Yao (ryao)
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Yao (ryao) @ 2015-07-24  4:32 UTC (permalink / raw
  To: gentoo-commits

ryao        15/07/24 04:32:25

  Modified:             zfs-kmod-9999.ebuild ChangeLog
  Log:
  Sync 9999 ebuild kernel options with 0.6.4.2 ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)

Revision  Changes    Path
1.29                 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.28&r2=1.29

Index: zfs-kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- zfs-kmod-9999.ebuild	15 May 2015 18:27:48 -0000	1.28
+++ zfs-kmod-9999.ebuild	24 Jul 2015 04:32:25 -0000	1.29
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.28 2015/05/15 18:27:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.29 2015/07/24 04:32:25 ryao Exp $
 
 EAPI="4"
 
@@ -48,7 +48,7 @@
 		IOSCHED_NOOP
 		MODULES
 		!PAX_KERNEXEC_PLUGIN_METHOD_OR
-		!PAX_RANDKSTACK
+		!PAX_USERCOPY_SLABS
 		ZLIB_DEFLATE
 		ZLIB_INFLATE
 	"



1.62                 sys-fs/zfs-kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	14 Jul 2015 03:17:14 -0000	1.61
+++ ChangeLog	24 Jul 2015 04:32:25 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/zfs-kmod
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.61 2015/07/14 03:17:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.62 2015/07/24 04:32:25 ryao Exp $
+
+  24 Jul 2015; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.4.2.ebuild,
+  zfs-kmod-0.6.4.ebuild, zfs-kmod-9999.ebuild:
+  Sync 9999 ebuild kernel options with 0.6.4.2 ebuild
 
   14 Jul 2015; Yixun Lan <dlan@gentoo.org> zfs-kmod-0.6.4.2.ebuild:
   support kernel latest version 4.1, fixed





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-07-24  4:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 13:35 [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-9999.ebuild ChangeLog Richard Yao (ryao)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-24  4:32 Richard Yao (ryao)
2014-07-09  1:29 Matt Thode (prometheanfire)
2014-06-20 16:44 Richard Yao (ryao)
2014-05-22 21:39 Richard Yao (ryao)
2014-05-14 17:36 Richard Yao (ryao)
2014-04-26 16:20 Richard Yao (ryao)
2013-04-17 14:30 Richard Yao (ryao)
2013-01-16  9:01 Richard Yao (ryao)
2012-08-31  7:10 Richard Yao (ryao)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox