Print this page
OS-3752 Increase IOV_MAX to at least 1024
OS-3524 in order to support interaction with docker containers, need to be able to connect to stdio for init from GZ
OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file
OS-3294 add support for inotify
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014, Joyent, Inc. All rights reserved.
  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 +# Copyright 2015, Joyent, Inc. All rights reserved.
  28   29  # Copyright 2016 Nexenta Systems, Inc.
  29   30  #
  30   31  
  31   32  include $(SRC)/uts/Makefile.uts
  32   33  
  33   34  FILEMODE=644
  34   35  
  35   36  #
  36   37  #       Note that the following headers are present in the kernel but
  37   38  #       neither installed or shipped as part of the product:
↓ open down ↓ 230 lines elided ↑ open up ↑
 268  269          hook_event.h            \
 269  270          hook_impl.h             \
 270  271          hwconf.h                \
 271  272          ia.h                    \
 272  273          iapriocntl.h            \
 273  274          ibpart.h                \
 274  275          id32.h                  \
 275  276          idmap.h                 \
 276  277          ieeefp.h                \
 277  278          id_space.h              \
      279 +        inotify.h               \
 278  280          instance.h              \
 279  281          int_const.h             \
 280  282          int_fmtio.h             \
 281  283          int_limits.h            \
 282  284          int_types.h             \
 283  285          inttypes.h              \
 284  286          ioccom.h                \
 285  287          ioctl.h                 \
 286  288          ipc.h                   \
 287  289          ipc_impl.h              \
↓ open down ↓ 48 lines elided ↑ open up ↑
 336  338          kobj_impl.h             \
 337  339          ksocket.h               \
 338  340          kstat.h                 \
 339  341          kstr.h                  \
 340  342          ksyms.h                 \
 341  343          ksynch.h                \
 342  344          ldterm.h                \
 343  345          lgrp.h                  \
 344  346          lgrp_user.h             \
 345  347          libc_kernel.h           \
      348 +        limits.h                \
 346  349          link.h                  \
 347  350          list.h                  \
 348  351          list_impl.h             \
 349  352          llc1.h                  \
 350  353          loadavg.h               \
 351  354          lock.h                  \
 352  355          lockfs.h                \
 353  356          lockstat.h              \
 354  357          lofi.h                  \
 355  358          log.h                   \
↓ open down ↓ 300 lines elided ↑ open up ↑
 656  659          vuid_wheel.h            \
 657  660          vuid_queue.h            \
 658  661          vuid_state.h            \
 659  662          vuid_store.h            \
 660  663          wait.h                  \
 661  664          waitq.h                 \
 662  665          wanboot_impl.h          \
 663  666          watchpoint.h            \
 664  667          winlockio.h             \
 665  668          zcons.h                 \
      669 +        zfd.h                   \
 666  670          zone.h                  \
 667  671          xti_inet.h              \
 668  672          xti_osi.h               \
 669  673          xti_xtiopt.h            \
 670  674          zmod.h
 671  675  
 672  676  HDRS=                           \
 673  677          $(GENHDRS)              \
 674  678          $(CHKHDRS)
 675  679  
↓ open down ↓ 694 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX