Brian Behlendorf
9a160959b6
Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch
2009-02-18 13:12:59 -08:00
Brian Behlendorf
ba528721da
Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesis
2009-02-18 13:12:58 -08:00
Brian Behlendorf
b0c6d9452e
Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
2009-02-18 13:12:55 -08:00
Brian Behlendorf
0b8e48b813
Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case
2009-02-18 13:12:53 -08:00
Brian Behlendorf
f499f3e5f4
Merge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branch
2009-02-18 13:12:49 -08:00
Brian Behlendorf
fc8954db24
Merge commit 'refs/top-bases/gcc-invalid-prototype' into gcc-invalid-prototype
2009-02-18 13:12:48 -08:00
Brian Behlendorf
6d44b6b1da
Merge branch 'gcc-init-pragmas' into refs/top-bases/gcc-branch
2009-02-18 13:12:45 -08:00
Brian Behlendorf
345705bdd4
Merge commit 'refs/top-bases/gcc-init-pragmas' into gcc-init-pragmas
2009-02-18 13:12:44 -08:00
Brian Behlendorf
f97b1ae20f
Merge branch 'gcc-debug' into refs/top-bases/gcc-branch
2009-02-18 13:12:41 -08:00
Brian Behlendorf
e7722c9f51
Merge commit 'refs/top-bases/gcc-debug' into gcc-debug
2009-02-18 13:12:40 -08:00
Brian Behlendorf
f19f346366
Merge branch 'gcc-cast' into refs/top-bases/gcc-branch
2009-02-18 13:12:36 -08:00
Brian Behlendorf
e203e7b48f
Merge commit 'refs/top-bases/gcc-cast' into gcc-cast
2009-02-18 13:12:35 -08:00
Brian Behlendorf
f686a87058
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch
...
Conflicts:
module/zfs/arc.c
2009-02-18 13:12:26 -08:00
Brian Behlendorf
3b17164f71
Merge commit 'refs/top-bases/gcc-c90' into gcc-c90
...
Conflicts:
module/zfs/vdev.c
module/zfs/zio.c
2009-02-18 13:09:32 -08:00
Brian Behlendorf
d164b20935
Rebase master to b108
2009-02-18 12:51:31 -08:00
Brian Behlendorf
e953a180b7
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-06 15:01:53 -08:00
Brian Behlendorf
0093c4d036
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-06 15:01:39 -08:00
Brian Behlendorf
3c9fa95530
Add 2 new args for zpool_create to take extra args
2009-02-06 14:57:37 -08:00
Brian Behlendorf
8ab1612af3
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-06 11:51:20 -08:00
Brian Behlendorf
562a7cf544
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-06 11:51:06 -08:00
Brian Behlendorf
97e40aae09
Add 8 basic x4550 configurations which are of interest.
2009-02-06 11:47:09 -08:00
Brian Behlendorf
2c7b99e0a7
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-05 15:22:25 -08:00
Brian Behlendorf
831e788b86
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-05 15:22:11 -08:00
Brian Behlendorf
6c863d6aa1
Prep for zfs-0.4.2 tag
2009-02-05 15:19:27 -08:00
Brian Behlendorf
65cba8ed58
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-04 16:31:14 -08:00
Brian Behlendorf
2aaf656fe2
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-04 16:30:48 -08:00
Brian Behlendorf
83ed5b4c5d
Update TODO
2009-02-04 16:25:09 -08:00
Brian Behlendorf
a567098f14
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-03 10:02:52 -08:00
Brian Behlendorf
555bf7577c
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-03 10:02:38 -08:00
Brian Behlendorf
4365c44425
Properly detect and set HAVE_GPL_ONLY_SYMBOLS based on license
2009-02-03 09:59:54 -08:00
Brian Behlendorf
27e7565a93
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-02-03 09:46:46 -08:00
Brian Behlendorf
9cd029b543
Remove mknod from library.
...
This is all nowhandled in the SPL. When HAVE_GPL_ONLY_SYMBOLS is defined
because the module license is set to GPL we can leverage the udev interfaces
which will create the device. When HAVE_GPL_ONLY_SYMBOLS is not defined
we resort to an ugly hack and the SPL invokes a usermode helper to create
to missing device file for us in /dev/. Using GPL version modules is off
course preperable when possible.
2009-02-03 09:38:53 -08:00
Brian Behlendorf
fda69f7b25
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-01-26 22:10:28 -08:00
Brian Behlendorf
a5a8b2697a
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-01-26 22:10:15 -08:00
Brian Behlendorf
442ffc3574
Update bug assert in TODO
2009-01-26 22:07:34 -08:00
Brian Behlendorf
276f50be2e
Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr
2009-01-26 22:02:09 -08:00
Brian Behlendorf
9f9aeb4e3c
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-01-26 22:01:56 -08:00
Brian Behlendorf
3417d4db34
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
2009-01-26 22:01:17 -08:00
Brian Behlendorf
cd2a009e7c
Merge branch 'feature-branch' into refs/top-bases/zfs-branch
2009-01-26 22:01:16 -08:00
Brian Behlendorf
55d5d578e7
Merge commit 'refs/top-bases/feature-branch' into feature-branch
2009-01-26 22:01:15 -08:00
Brian Behlendorf
16ef710f59
Merge branch 'feature-zap-cursor-to-key' into refs/top-bases/feature-branch
2009-01-26 22:01:15 -08:00
Brian Behlendorf
3bac1c60c0
Merge commit 'refs/top-bases/feature-zap-cursor-to-key' into feature-zap-cursor-to-key
2009-01-26 22:01:15 -08:00
Brian Behlendorf
fc9ccdaa2e
Merge branch 'fix-branch' into refs/top-bases/zfs-branch
2009-01-26 22:01:13 -08:00
Brian Behlendorf
626939c8f1
Merge commit 'refs/top-bases/fix-branch' into fix-branch
2009-01-26 22:01:12 -08:00
Brian Behlendorf
3d8d90cabd
Merge commit 'refs/top-bases/fix-list' into fix-list
2009-01-26 22:01:12 -08:00
Brian Behlendorf
1bc61f560c
Merge branch 'fix-list' into refs/top-bases/fix-branch
2009-01-26 22:01:12 -08:00
Brian Behlendorf
bd1377acda
Merge branch 'fix-taskq' into refs/top-bases/fix-branch
2009-01-26 22:01:11 -08:00
Brian Behlendorf
ab471b80aa
Merge commit 'refs/top-bases/fix-taskq' into fix-taskq
2009-01-26 22:01:10 -08:00
Brian Behlendorf
8c29491191
Merge commit 'refs/top-bases/fix-stack' into fix-stack
2009-01-26 22:01:09 -08:00
Brian Behlendorf
9adbf76871
Merge branch 'fix-stack' into refs/top-bases/fix-branch
2009-01-26 22:01:09 -08:00