1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
# ChangeLog for sys-kernel/spl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.26 2012/08/31 19:54:56 ryao Exp $
31 Aug 2012; Richard Yao <ryao@gentoo.org> spl-0.6.0_rc10.ebuild,
spl-0.6.0_rc9-r2.ebuild, spl-9999.ebuild:
RESTRICT=test
24 Aug 2012; Richard Yao <ryao@gentoo.org> spl-0.6.0_rc10.ebuild,
spl-0.6.0_rc9-r2.ebuild, spl-9999.ebuild:
Linux 3.6 and later are not currently supported.
*spl-0.6.0_rc10 (15 Aug 2012)
15 Aug 2012; Richard Yao <ryao@gentoo.org> +spl-0.6.0_rc10.ebuild,
spl-9999.ebuild:
Add 0.6.0-rc10 release
28 Jul 2012; Richard Yao <ryao@gentoo.org> -spl-0.6.0_rc9-r1.ebuild,
spl-0.6.0_rc9-r2.ebuild, spl-9999.ebuild:
Remove CONFIG_PREEMPT_VOLUNTARY restriction
*spl-0.6.0_rc9-r2 (10 Jul 2012)
10 Jul 2012; Richard Yao <ryao@gentoo.org>
+files/spl-0.6.0_rc9-alias-km-sleep-with-km-pushpage.patch,
+spl-0.6.0_rc9-r2.ebuild, spl-9999.ebuild:
Make KM_SLEEP an alias of KM_PUSHPAGE like it is in FreeBSD
*spl-0.6.0_rc9-r1 (25 Jun 2012)
25 Jun 2012; Richard Yao <ryao@gentoo.org>
+files/spl-0.6.0_rc9-constify-free-functions.patch, +spl-0.6.0_rc9-r1.ebuild,
-spl-0.6.0_rc9.ebuild, spl-9999.ebuild:
Constify functions to prevent USE=debug build failure in sys-fs/zfs
18 Jun 2012; Richard Yao <ryao@gentoo.org> spl-9999.ebuild:
Keep spl-0.6.0_rc9.ebuild and spl-9999.ebuild in sync
18 Jun 2012; Richard Yao <ryao@gentoo.org> spl-0.6.0_rc9.ebuild:
Keyword ~amd64
17 Jun 2012; Richard Yao <ryao@gentoo.org>
+files/spl-0.6.0_rc9-detect-kernel-honors-gfp-flags.patch,
spl-0.6.0_rc9.ebuild, spl-9999.ebuild:
Add patch to take advantage of kernel change from bug #416685
17 Jun 2012; Richard Yao <ryao@gentoo.org> spl-0.6.0_rc9.ebuild,
spl-9999.ebuild:
Assert !GRKERNSEC_HIDESYM in kernel .config
*spl-0.6.0_rc9 (16 Jun 2012)
16 Jun 2012; Richard Yao <ryao@gentoo.org> +spl-0.6.0_rc9.ebuild,
spl-9999.ebuild:
Introduce SPL 0.6.0-rc9 without keywords
17 May 2012; <richard@gentoo.org> metadata.xml:
Changed maintainer from floppym to ryao to reflect change in ryao's dev status
21 Apr 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Set AUTOTOOLS_AUTORECONF before inherit to generate proper dependencies.
11 Apr 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Quote EPREFIX.
04 Apr 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Implement fix for ZFSOnLinux upstream issue #631 and make improvements toward
prefix support. Patch by Richard Yao.
05 Mar 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Add check for KALLSYSMS.
27 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Use --[s]bindir instead of --[s]bin.
27 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Inherit flag-o-matic for strip-flags.
27 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Updates by Richard to resolve bug 405795. Add custom-cflags USE flag.
24 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Updates from Richard Yao for bug 405201.
14 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Per Richard, add debug USE flag.
04 Feb 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Pass --exec-prefix= to configure; Requested by Richard Yao.
31 Jan 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Replace KV_OUT with KV_OUT_DIR.
28 Jan 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Use autotools-utils for the hell of it.
27 Jan 2012; Mike Gilbert <floppym@gentoo.org> spl-9999.ebuild:
Call default phase functions for src_compile and src_install.
*spl-9999 (27 Jan 2012)
27 Jan 2012; Mike Gilbert <floppym@gentoo.org> +metadata.xml,
+spl-9999.ebuild:
New pacakge.
|