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/pkg/manifests/system-header.mf
          +++ new/usr/src/pkg/manifests/system-header.mf
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright 2013 Saso Kiselkov. All rights reserved.
  26   26  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27   27  # Copyright 2018 Nexenta Systems, Inc.
  28   28  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29      -# Copyright 2019 Joyent, Inc.
       29 +# Copyright 2020 Joyent, Inc.
  30   30  # Copyright 2019 Peter Tribble.
  31   31  #
  32   32  
  33   33  set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  34   34  set name=pkg.description \
  35   35      value="SunOS C/C++ header files for general development of software"
  36   36  set name=pkg.summary value="SunOS Header Files"
  37   37  set name=info.classification value=org.opensolaris.category.2008:System/Core
  38   38  set name=variant.arch value=$(ARCH)
  39   39  dir path=usr group=sys
↓ open down ↓ 1122 lines elided ↑ open up ↑
1162 1162  file path=usr/include/sys/kobj_impl.h
1163 1163  file path=usr/include/sys/ksocket.h
1164 1164  file path=usr/include/sys/kstat.h
1165 1165  file path=usr/include/sys/kstr.h
1166 1166  file path=usr/include/sys/ksyms.h
1167 1167  file path=usr/include/sys/ksynch.h
1168 1168  file path=usr/include/sys/lc_core.h
1169 1169  file path=usr/include/sys/ldterm.h
1170 1170  file path=usr/include/sys/lgrp.h
1171 1171  file path=usr/include/sys/lgrp_user.h
     1172 +file path=usr/include/sys/limits.h
1172 1173  file path=usr/include/sys/link.h
1173 1174  file path=usr/include/sys/linker_set.h
1174 1175  file path=usr/include/sys/list.h
1175 1176  file path=usr/include/sys/list_impl.h
1176 1177  file path=usr/include/sys/llc1.h
1177 1178  file path=usr/include/sys/loadavg.h
1178 1179  file path=usr/include/sys/localedef.h
1179 1180  file path=usr/include/sys/lock.h
1180 1181  file path=usr/include/sys/lockfs.h
1181 1182  file path=usr/include/sys/lofi.h
↓ open down ↓ 1034 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX