Print this page
15254 %ymm registers not restored after signal handler
15367 x86 getfpregs() summons corrupting %xmm ghosts
15333 want x86 /proc xregs support (libc_db, libproc, mdb, etc.)
15336 want libc functions for extended ucontext_t
15334 want ps_lwphandle-specific reg routines
15328 FPU_CW_INIT mistreats reserved bit
15335 i86pc fpu_subr.c isn't really platform-specific
15332 setcontext(2) isn't actually noreturn
15331 need <sys/stdalign.h>
Change-Id: I7060aa86042dfb989f77fc3323c065ea2eafa9ad
Conflicts:
    usr/src/uts/common/fs/proc/prcontrol.c
    usr/src/uts/intel/os/archdep.c
    usr/src/uts/intel/sys/ucontext.h
    usr/src/uts/intel/syscall/getcontext.c


  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) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2013 Saso Kiselkov. All rights reserved.
  26 # Copyright 2022 Garrett D'Amore
  27 # Copyright 2018 Nexenta Systems, Inc.
  28 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29 # Copyright 2020 Joyent, Inc.
  30 # Copyright 2019 Peter Tribble.
  31 # Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
  32 # Copyright 2022 Oxide Computer company
  33 #
  34 
  35 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  36 set name=pkg.summary value="SunOS Header Files"
  37 set name=pkg.description \
  38     value="SunOS C/C++ header files for general development of software"
  39 set name=info.classification value=org.opensolaris.category.2008:System/Core
  40 set name=variant.arch value=$(ARCH)
  41 dir  path=usr group=sys
  42 dir  path=usr/include
  43 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  44 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  45 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
  46 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privmregs.h
  47 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privregs.h
  48 dir  path=usr/include/ads
  49 file path=usr/include/ads/dsgetdc.h
  50 file path=usr/include/aio.h
  51 file path=usr/include/alloca.h
  52 file path=usr/include/apptrace.h


1336 file path=usr/include/sys/skein.h
1337 file path=usr/include/sys/sleepq.h
1338 file path=usr/include/sys/smbios.h
1339 file path=usr/include/sys/smbios_impl.h
1340 file path=usr/include/sys/smedia.h
1341 file path=usr/include/sys/sobject.h
1342 file path=usr/include/sys/socket.h
1343 file path=usr/include/sys/socket_impl.h
1344 file path=usr/include/sys/socket_proto.h
1345 file path=usr/include/sys/socketvar.h
1346 file path=usr/include/sys/sockio.h
1347 file path=usr/include/sys/spl.h
1348 file path=usr/include/sys/squeue.h
1349 file path=usr/include/sys/squeue_impl.h
1350 file path=usr/include/sys/sservice.h
1351 file path=usr/include/sys/stack.h
1352 file path=usr/include/sys/stat.h
1353 file path=usr/include/sys/stat_impl.h
1354 file path=usr/include/sys/statfs.h
1355 file path=usr/include/sys/statvfs.h

1356 file path=usr/include/sys/stdbool.h
1357 file path=usr/include/sys/stddef.h
1358 file path=usr/include/sys/stdint.h
1359 file path=usr/include/sys/stermio.h
1360 file path=usr/include/sys/stream.h
1361 file path=usr/include/sys/strft.h
1362 file path=usr/include/sys/strlog.h
1363 file path=usr/include/sys/strmdep.h
1364 file path=usr/include/sys/stropts.h
1365 file path=usr/include/sys/strredir.h
1366 file path=usr/include/sys/strstat.h
1367 file path=usr/include/sys/strsubr.h
1368 file path=usr/include/sys/strsun.h
1369 file path=usr/include/sys/strtty.h
1370 file path=usr/include/sys/sunddi.h
1371 file path=usr/include/sys/sunldi.h
1372 file path=usr/include/sys/sunldi_impl.h
1373 file path=usr/include/sys/sunmdi.h
1374 file path=usr/include/sys/sunndi.h
1375 file path=usr/include/sys/sunpm.h




  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) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2013 Saso Kiselkov. All rights reserved.
  26 # Copyright 2022 Garrett D'Amore
  27 # Copyright 2018 Nexenta Systems, Inc.
  28 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29 # Copyright 2020 Joyent, Inc.
  30 # Copyright 2019 Peter Tribble.
  31 # Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
  32 # Copyright 2023 Oxide Computer company
  33 #
  34 
  35 set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  36 set name=pkg.summary value="SunOS Header Files"
  37 set name=pkg.description \
  38     value="SunOS C/C++ header files for general development of software"
  39 set name=info.classification value=org.opensolaris.category.2008:System/Core
  40 set name=variant.arch value=$(ARCH)
  41 dir  path=usr group=sys
  42 dir  path=usr/include
  43 $(i386_ONLY)dir path=usr/include/$(ARCH64)
  44 $(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
  45 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
  46 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privmregs.h
  47 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privregs.h
  48 dir  path=usr/include/ads
  49 file path=usr/include/ads/dsgetdc.h
  50 file path=usr/include/aio.h
  51 file path=usr/include/alloca.h
  52 file path=usr/include/apptrace.h


1336 file path=usr/include/sys/skein.h
1337 file path=usr/include/sys/sleepq.h
1338 file path=usr/include/sys/smbios.h
1339 file path=usr/include/sys/smbios_impl.h
1340 file path=usr/include/sys/smedia.h
1341 file path=usr/include/sys/sobject.h
1342 file path=usr/include/sys/socket.h
1343 file path=usr/include/sys/socket_impl.h
1344 file path=usr/include/sys/socket_proto.h
1345 file path=usr/include/sys/socketvar.h
1346 file path=usr/include/sys/sockio.h
1347 file path=usr/include/sys/spl.h
1348 file path=usr/include/sys/squeue.h
1349 file path=usr/include/sys/squeue_impl.h
1350 file path=usr/include/sys/sservice.h
1351 file path=usr/include/sys/stack.h
1352 file path=usr/include/sys/stat.h
1353 file path=usr/include/sys/stat_impl.h
1354 file path=usr/include/sys/statfs.h
1355 file path=usr/include/sys/statvfs.h
1356 file path=usr/include/sys/stdalign.h
1357 file path=usr/include/sys/stdbool.h
1358 file path=usr/include/sys/stddef.h
1359 file path=usr/include/sys/stdint.h
1360 file path=usr/include/sys/stermio.h
1361 file path=usr/include/sys/stream.h
1362 file path=usr/include/sys/strft.h
1363 file path=usr/include/sys/strlog.h
1364 file path=usr/include/sys/strmdep.h
1365 file path=usr/include/sys/stropts.h
1366 file path=usr/include/sys/strredir.h
1367 file path=usr/include/sys/strstat.h
1368 file path=usr/include/sys/strsubr.h
1369 file path=usr/include/sys/strsun.h
1370 file path=usr/include/sys/strtty.h
1371 file path=usr/include/sys/sunddi.h
1372 file path=usr/include/sys/sunldi.h
1373 file path=usr/include/sys/sunldi_impl.h
1374 file path=usr/include/sys/sunmdi.h
1375 file path=usr/include/sys/sunndi.h
1376 file path=usr/include/sys/sunpm.h