Print this page
5880 Increase IOV_MAX to at least 1024
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>


  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 Joyent, Inc.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2017 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 # Copyright 2019 Peter Tribble.

  31 #
  32 
  33 include $(SRC)/uts/Makefile.uts
  34 
  35 FILEMODE=644
  36 
  37 #
  38 #       Note that the following headers are present in the kernel but
  39 #       neither installed or shipped as part of the product:
  40 #               cpuid_drv.h:            Private interface for cpuid consumers
  41 #               unix_bb_info.h:         Private interface to kcov
  42 #               nvme.h                  Private interface to nvme
  43 #
  44 
  45 i386_HDRS=                      \
  46         asy.h                   \
  47         fd_debug.h              \
  48         fdc.h                   \
  49         fdmedia.h               \
  50         firmload.h              \


 331         kiconv_utf8_gb2312.h    \
 332         kiconv_utf8_hkscs.h     \
 333         kiconv_utf8_uhc.h       \
 334         kidmap.h                \
 335         klpd.h                  \
 336         klwp.h                  \
 337         kmdb.h                  \
 338         kmem.h                  \
 339         kmem_impl.h             \
 340         kobj.h                  \
 341         kobj_impl.h             \
 342         ksocket.h               \
 343         kstat.h                 \
 344         kstr.h                  \
 345         ksyms.h                 \
 346         ksynch.h                \
 347         ldterm.h                \
 348         lgrp.h                  \
 349         lgrp_user.h             \
 350         libc_kernel.h           \

 351         link.h                  \
 352         linker_set.h            \
 353         list.h                  \
 354         list_impl.h             \
 355         llc1.h                  \
 356         loadavg.h               \
 357         lock.h                  \
 358         lockfs.h                \
 359         lockstat.h              \
 360         lofi.h                  \
 361         lofi_impl.h             \
 362         log.h                   \
 363         logindmux.h             \
 364         logindmux_impl.h        \
 365         lwp.h                   \
 366         lwp_timer_impl.h        \
 367         lwp_upimutex_impl.h     \
 368         lpif.h                  \
 369         mac.h                   \
 370         mac_client.h            \




  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 Joyent, Inc.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2017 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 # Copyright 2019 Peter Tribble.
  31 # Copyright 2015, Joyent, Inc. All rights reserved.
  32 #
  33 
  34 include $(SRC)/uts/Makefile.uts
  35 
  36 FILEMODE=644
  37 
  38 #
  39 #       Note that the following headers are present in the kernel but
  40 #       neither installed or shipped as part of the product:
  41 #               cpuid_drv.h:            Private interface for cpuid consumers
  42 #               unix_bb_info.h:         Private interface to kcov
  43 #               nvme.h                  Private interface to nvme
  44 #
  45 
  46 i386_HDRS=                      \
  47         asy.h                   \
  48         fd_debug.h              \
  49         fdc.h                   \
  50         fdmedia.h               \
  51         firmload.h              \


 332         kiconv_utf8_gb2312.h    \
 333         kiconv_utf8_hkscs.h     \
 334         kiconv_utf8_uhc.h       \
 335         kidmap.h                \
 336         klpd.h                  \
 337         klwp.h                  \
 338         kmdb.h                  \
 339         kmem.h                  \
 340         kmem_impl.h             \
 341         kobj.h                  \
 342         kobj_impl.h             \
 343         ksocket.h               \
 344         kstat.h                 \
 345         kstr.h                  \
 346         ksyms.h                 \
 347         ksynch.h                \
 348         ldterm.h                \
 349         lgrp.h                  \
 350         lgrp_user.h             \
 351         libc_kernel.h           \
 352         limits.h                \
 353         link.h                  \
 354         linker_set.h            \
 355         list.h                  \
 356         list_impl.h             \
 357         llc1.h                  \
 358         loadavg.h               \
 359         lock.h                  \
 360         lockfs.h                \
 361         lockstat.h              \
 362         lofi.h                  \
 363         lofi_impl.h             \
 364         log.h                   \
 365         logindmux.h             \
 366         logindmux_impl.h        \
 367         lwp.h                   \
 368         lwp_timer_impl.h        \
 369         lwp_upimutex_impl.h     \
 370         lpif.h                  \
 371         mac.h                   \
 372         mac_client.h            \