Brian Behlendorf
34edbcd956
Refresh autogen products
2010-03-26 15:57:19 -07:00
Brian Behlendorf
a235e4b8b9
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-03-23 14:58:29 -07:00
Brian Behlendorf
ee2a998f37
Move zfs_config.h include to command line -include
...
Remove the few places in the code where zfs_config.h is included.
It is now added to the gcc compile line to ensure the config results
2010-03-23 14:54:00 -07:00
Brian Behlendorf
03f51d86b2
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-03-10 12:09:35 -08:00
Ricardo M. Correia
c557557e4a
Add umem_alloc_aligned() and honor cache_align field for umem caches
...
Under linux we open block devices with O_DIRECT which means we must
provide aligned memory buffers. This patch adds the needed umem
interfaces or in the case of caches simply honors alignment provided
at cache creation time.
2010-03-10 11:51:43 -08:00
Brian Behlendorf
02d15b4e4f
Refresh autogen products
2010-03-08 10:57:16 -08:00
Brian Behlendorf
9b473082fa
Refresh autogen products
2009-12-23 14:53:51 -08:00
Brian Behlendorf
840aa5356d
Refresh autogen products
2009-11-20 12:14:59 -08:00
Brian Behlendorf
81c56431ae
Refresh autogen products
2009-11-16 10:42:39 -08:00
Brian Behlendorf
75b67634af
Refresh autogen products.
2009-11-12 12:57:46 -08:00
Brian Behlendorf
3275bca123
Refresh autogen products
2009-11-02 14:19:27 -08:00
Brian Behlendorf
5981947b63
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-11-02 14:16:50 -08:00
Brian Behlendorf
238511d277
Add missing sys/dktp/*.h headers to package.
2009-11-02 14:08:08 -08:00
Brian Behlendorf
f11e5e26e2
Refresh autogen products
2009-10-23 12:34:20 -07:00
Brian Behlendorf
69c211131d
Refresh autogen products
2009-10-15 16:46:45 -07:00
Brian Behlendorf
ee1de79aa3
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-10-14 16:54:45 -07:00
Brian Behlendorf
22925be29c
Add in missing header required by libefi.
2009-10-14 16:50:26 -07:00
Brian Behlendorf
d1e18d0e3b
Refresh autogen products
2009-10-14 16:00:33 -07:00
Brian Behlendorf
81609e1773
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-10-14 15:59:46 -07:00
Brian Behlendorf
8a905e7dcc
Update vtoc.h header and add missing mhd.h header needed by libefi.
2009-10-14 15:52:24 -07:00
Brian Behlendorf
00c6a706a5
Refresh autogen products
2009-10-09 16:46:19 -07:00
Brian Behlendorf
f0ac8537ff
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-10-09 16:23:16 -07:00
Brian Behlendorf
d7e242199c
Header efi_partition.h moved to lib/libefi/include/sys/
2009-10-09 16:18:39 -07:00
Brian Behlendorf
1f8a43f7a2
Refresh autogen products
2009-08-17 21:58:33 -07:00
Brian Behlendorf
535dab57d2
Refresh autogen products.
2009-07-29 17:54:49 -07:00
Brian Behlendorf
05e40ce941
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-20 13:26:07 -07:00
Brian Behlendorf
2b1eaf77d4
Remove zfs_debug.h which is a duplicate of the version in the
...
modules directory. Having two copies is just asking for trouble.
2009-07-20 13:18:24 -07:00
Brian Behlendorf
896b3a3194
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-16 13:46:18 -07:00
Brian Behlendorf
18b7a966e4
Minor build fixes from asm-generic change.
...
- Drop _NOTE(CONSTCOND) usage in libspl this is Solaris specific.
- Resolve conflicting OR and AND long prototypes.
2009-07-16 13:37:59 -07:00
Brian Behlendorf
8feebe7d65
Refresh autogen products
2009-07-16 10:29:59 -07:00
Brian Behlendorf
3f75bcab7a
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-14 15:38:53 -07:00
Ricardo M. Correia
4279777f47
Fixed the zpool and zfs commands returning 'internal error: Out of memory.' due to a failure in nvlist_common().
...
The failure turned out to be missing macro definitions for little
endian and big endian.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2009-07-14 15:31:03 -07:00
Brian Behlendorf
6754162e26
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-09 12:29:11 -07:00
Brian Behlendorf
9cf1451c53
Add ASSERTV macro to simplify removing variables (the V in ASSERTV)
...
when they are only used in ASSERTs which will be compiled out.
2009-07-09 12:08:40 -07:00
Brian Behlendorf
a69fd0003e
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-08 16:26:33 -07:00
Brian Behlendorf
a3d336e1ae
Drop support for the Solaris user space thread_t API. This was just
...
too confusing. The two consumers of this (ztest.c and taskq.c) have
been updated to use the Solaris kernel space kthread_t API which is
provided by zfs_context.h.
2009-07-08 16:15:42 -07:00
Brian Behlendorf
e3d5b2a900
Refresh autogen products
2009-07-01 11:37:26 -07:00
Brian Behlendorf
6ea69fb5ba
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-07-01 11:36:24 -07:00
Brian Behlendorf
63845164a6
Use $(RM) macro to ensure -f is passed.
...
Preserve path for installed headers with nobase.
2009-07-01 11:31:47 -07:00
Brian Behlendorf
80cfd98d8e
Refresh autogen products
2009-06-09 16:46:26 -07:00
Brian Behlendorf
26f70525ee
Refresh autogen products
2009-06-08 16:33:33 -07:00
Brian Behlendorf
3dc39b4640
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-05-22 16:38:53 -07:00
Brian Behlendorf
2486dd20e5
Set LP64 for powerpc64 and LP32 for just powerpc.
2009-05-22 16:27:59 -07:00
Brian Behlendorf
f62bf01b17
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-05-22 15:07:29 -07:00
Brian Behlendorf
b83a638936
Powerpc64 Compatibility
...
- Add 64-bit user space atomic support obtained from an old version
of OpenSolaris which supported ppc. They are not all 100% fully
implemented by they are a good first step.
- Add powerpc ISA type.
- Strip out unused ISA defines to prevent any confusion.
2009-05-22 15:00:19 -07:00
Brian Behlendorf
3f3dc327fa
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-03-17 16:07:06 -07:00
Brian Behlendorf
085d04563d
Add stub header which is missing in new versions of glibc
2009-03-17 15:53:34 -07:00
Brian Behlendorf
7fa1ced508
Refresh autogen products, remove stray zdump Makefile.in
2009-03-12 16:48:12 -07:00
Brian Behlendorf
0fe418c548
Refresh autogen products
2009-03-12 15:55:23 -07:00
Brian Behlendorf
c856450b52
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2009-03-12 15:15:45 -07:00