Print this page
OS-3602 lxbrand LTP recv* tests failing on MSG_ERRQUEUE flag
OS-3600 lxbrand 32bit cannot boot with OS-3594 fix
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Bryan Cantrill <bryan@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/vmsystm.h
          +++ new/usr/src/uts/common/sys/vmsystm.h
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12   *
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
       22 + * Copyright (c) 2014, Joyent, Inc. All rights reserved.
       23 + */
       24 +/*
  22   25   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   26   * Use is subject to license terms.
  24   27   */
  25   28  
  26   29  /*      Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T     */
  27   30  /*        All Rights Reserved   */
  28   31  
  29   32  /*
  30   33   * University Copyright- Copyright (c) 1982, 1986, 1988
  31   34   * The Regents of the University of California
↓ open down ↓ 120 lines elided ↑ open up ↑
 152  155  extern  void    ppmapout(caddr_t);
 153  156  
 154  157  extern  int pf_is_memory(pfn_t);
 155  158  
 156  159  extern  void    dcache_flushall(void);
 157  160  
 158  161  extern  void    *boot_virt_alloc(void *addr, size_t size);
 159  162  
 160  163  extern  size_t  exec_get_spslew(void);
 161  164  
      165 +extern  caddr_t map_userlimit(proc_t *pp, struct as *as, int flags);
      166 +
 162  167  #endif  /* _KERNEL */
 163  168  
 164  169  #ifdef  __cplusplus
 165  170  }
 166  171  #endif
 167  172  
 168  173  #endif  /* _SYS_VMSYSTM_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX