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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2019 Joyent, Inc.
  25   25  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26   26  # Copyright 2013 Saso Kiselkov. All rights reserved.
  27   27  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28   28  # Copyright 2017 Nexenta Systems, Inc.
  29   29  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30   30  # Copyright 2019 Peter Tribble.
       31 +# Copyright 2015, Joyent, Inc. All rights reserved.
  31   32  #
  32   33  
  33   34  include $(SRC)/uts/Makefile.uts
  34   35  
  35   36  FILEMODE=644
  36   37  
  37   38  #
  38   39  #       Note that the following headers are present in the kernel but
  39   40  #       neither installed or shipped as part of the product:
  40   41  #               cpuid_drv.h:            Private interface for cpuid consumers
↓ open down ↓ 300 lines elided ↑ open up ↑
 341  342          kobj_impl.h             \
 342  343          ksocket.h               \
 343  344          kstat.h                 \
 344  345          kstr.h                  \
 345  346          ksyms.h                 \
 346  347          ksynch.h                \
 347  348          ldterm.h                \
 348  349          lgrp.h                  \
 349  350          lgrp_user.h             \
 350  351          libc_kernel.h           \
      352 +        limits.h                \
 351  353          link.h                  \
 352  354          linker_set.h            \
 353  355          list.h                  \
 354  356          list_impl.h             \
 355  357          llc1.h                  \
 356  358          loadavg.h               \
 357  359          lock.h                  \
 358  360          lockfs.h                \
 359  361          lockstat.h              \
 360  362          lofi.h                  \
↓ open down ↓ 980 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX