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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/os/priv.c
          +++ new/usr/src/uts/common/os/priv.c
↓ open down ↓ 104 lines elided ↑ open up ↑
 105  105  
 106  106          devpolicy_init();
 107  107  }
 108  108  
 109  109  /* Utility functions: privilege sets as opaque data types */
 110  110  
 111  111  /*
 112  112   * Guts of prgetprivsize.
 113  113   */
 114  114  int
 115      -priv_prgetprivsize(prpriv_t *tmpl)
      115 +priv_prgetprivsize(const prpriv_t *tmpl)
 116  116  {
 117  117          return (sizeof (prpriv_t) +
 118  118              PRIV_SETBYTES - sizeof (priv_chunk_t) +
 119  119              (tmpl ? tmpl->pr_infosize : priv_info->priv_infosize));
 120  120  }
 121  121  
 122  122  /*
 123  123   * Guts of prgetpriv.
 124  124   */
 125  125  void
↓ open down ↓ 620 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX