diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-06-17 23:59:47 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-06-17 23:59:47 +0400 |
commit | 89d6aa34c97470af49e1c91624b8708021479605 (patch) | |
tree | 4e4d1f7bb48d672b98b40f914ec138acca6c39b0 /uts | |
parent | 54811e88244bdc5a6b986ec95bcfa081b634b481 (diff) | |
download | illumos-packaging-89d6aa34c97470af49e1c91624b8708021479605.tar.gz |
uts (4.3+4) unstable; urgency=medium
* sys/ioctl.h: do not include sys/tt*.h unless BSD_COMP is defined, other
files (sys/filio.h, sys/sockio.h) are included unconditionally
(updated sys_ioctl_h-bsd-comp.patch). This fixes FTBFS of the shadow
package, caused by the previous version of that patch. sys/tt*.h
shadow some macros from sys/termios.h
* Backported 4840 ddi_dma_mem_alloc()/ddi_dma_mem_free() are O(n**2)
[illumos-4840-ddi_dma_mem_alloc.patch]
* Install usr/src/uts/common/sys/ib/*.h to usr/include/sys/ib (moved
to uts-dev)
Diffstat (limited to 'uts')
-rw-r--r-- | uts/debian/changelog | 8 | ||||
-rw-r--r-- | uts/debian/illumos-kernel-headers.install | 1 | ||||
-rw-r--r-- | uts/debian/uts-dev.install | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/uts/debian/changelog b/uts/debian/changelog index 933e7b5..78ca454 100644 --- a/uts/debian/changelog +++ b/uts/debian/changelog @@ -1,4 +1,4 @@ -uts (4.3+4) UNRELEASED; urgency=medium +uts (4.3+4) unstable; urgency=medium * sys/ioctl.h: do not include sys/tt*.h unless BSD_COMP is defined, other files (sys/filio.h, sys/sockio.h) are included unconditionally @@ -7,14 +7,16 @@ uts (4.3+4) UNRELEASED; urgency=medium shadow some macros from sys/termios.h * Backported 4840 ddi_dma_mem_alloc()/ddi_dma_mem_free() are O(n**2) [illumos-4840-ddi_dma_mem_alloc.patch] + * Install usr/src/uts/common/sys/ib/*.h to usr/include/sys/ib (moved + to uts-dev) - -- Igor Pashev <pashev.igor@gmail.com> Mon, 05 May 2014 16:38:33 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Tue, 17 Jun 2014 21:08:10 +0400 uts (4.3+3) unstable; urgency=medium * Added sys_ioctl_h-bsd-comp.patch * Completely removed compiler check from sys/feature_tests.h - (updated relax-standard-conformance.patch + (updated relax-standard-conformance.patch) * Install usr/include/sys/sysevent_impl.h. Replaces libsysevent1-dev (<< 2.10-3) * Install usr/src/uts/common/inet/ilb.h to /usr/include/inet * Install usr/src/uts/common/sys/fs/smbfs_mount.h /usr/include/sys/fs diff --git a/uts/debian/illumos-kernel-headers.install b/uts/debian/illumos-kernel-headers.install index 736ca3a..4ffb5b2 100644 --- a/uts/debian/illumos-kernel-headers.install +++ b/uts/debian/illumos-kernel-headers.install @@ -127,7 +127,6 @@ usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_*.h usr/include/illumos/sys usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_*.h usr/include/illumos/sys/fibre-channel/fca/qlc usr/src/uts/common/sys/fibre-channel/impl/*.h usr/include/illumos/sys/fibre-channel/impl usr/src/uts/common/sys/fibre-channel/ulp/*.h usr/include/illumos/sys/fibre-channel/ulp -usr/src/uts/common/sys/ib/*.h usr/include/illumos/sys/ib usr/src/uts/common/sys/ib/adapters/*.h usr/include/illumos/sys/ib/adapters usr/src/uts/common/sys/ib/adapters/hermon/*.h usr/include/illumos/sys/ib/adapters/hermon usr/src/uts/common/sys/ib/adapters/tavor/*.h usr/include/illumos/sys/ib/adapters/tavor diff --git a/uts/debian/uts-dev.install b/uts/debian/uts-dev.install index 3a3ea7e..9da3377 100644 --- a/uts/debian/uts-dev.install +++ b/uts/debian/uts-dev.install @@ -1,11 +1,12 @@ usr/platform/i86pc/include/* usr/include/ usr/platform/i86xpv/include/* usr/include/ usr/src/uts/common/fs/zfs/sys/*.h usr/include/sys/ -usr/src/uts/common/sys/fs/smbfs_ioctl.h usr/include/sys/fs/ -usr/src/uts/common/netsmb/*.h usr/include/netsmb/ -usr/src/uts/common/sys/sysevent_impl.h usr/include/sys usr/src/uts/common/inet/ilb.h usr/include/inet +usr/src/uts/common/netsmb/*.h usr/include/netsmb/ +usr/src/uts/common/sys/fs/smbfs_ioctl.h usr/include/sys/fs/ usr/src/uts/common/sys/fs/smbfs_mount.h usr/include/sys/fs +usr/src/uts/common/sys/ib/*.h usr/include/sys/ib +usr/src/uts/common/sys/sysevent_impl.h usr/include/sys usr/include/sys/videodev2.h usr/include/linux |