Print this page
    
8158 Want named threads API
9857 proc manpages should have LIBRARY section
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/man/man3proc/Preset_maps.3proc.man.txt
          +++ new/usr/src/man/man3proc/Preset_maps.3proc.man.txt
   1    1  PRESET_MAPS(3PROC)     Process Control Library Functions    PRESET_MAPS(3PROC)
   2    2  
   3    3  NAME
   4    4       Preset_maps - reset memory mapping data after exec
   5    5  
   6      -SYNOPSIS
        6 +LIBRARY
   7    7       Process Control Library (libproc, -lproc)
        8 +
        9 +SYNOPSIS
   8   10       #include <libproc.h>
   9   11  
  10   12       void
  11   13       Preset_maps(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Preset_maps() function resets all of the mapping data, cached symbol
  15   17       tables, debug information, CTF, and more in the process handle P.  The
  16   18       map information will rebuild itself on the execution of another
  17   19       libproc(3LIB) function that requires the information.  This function
  18   20       should be called any time after a process handle performs an exec(2).  As
  19   21       such, this interface is only relevant to the manipulation of live
  20   22       processes and not core files or ELF files.  For more information, see the
  21   23       PROGRAMMING NOTES section in libproc(3LIB).
  22   24  
  23   25  INTERFACE STABILITY
  24   26       Uncommitted
  25   27  
  26   28  MT-LEVEL
  27   29       See LOCKING in libproc(3LIB).
  28   30  
  29   31  SEE ALSO
  30   32       exec(2), libproc(3LIB), proc(4)
  31   33  
  32   34  illumos                          May 11, 2016                          illumos
  
    | 
      ↓ open down ↓ | 
    15 lines elided | 
    
      ↑ open up ↑ | 
  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX