Print this page
Code review comments from pmooney (sundry), and igork (screwups in zonecfg refactoring)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/os/sysent.c
          +++ new/usr/src/uts/common/os/sysent.c
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56   * number of arguments expected, a switch that tells systrap()
  57   57   * in trap.c whether a setjmp() is not necessary, and a pointer
  58   58   * to the routine.
  59   59   */
  60   60  
  61   61  int     access(char *, int);
  62   62  int     alarm(int);
  63   63  int     auditsys(struct auditcalls *, rval_t *);
  64   64  int64_t brandsys(int, uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t,
  65   65      uintptr_t);
  66      -int     brk(caddr_t);
       66 +intptr_t        brk(caddr_t);
  67   67  int     chdir(char *);
  68   68  int     chmod(char *, int);
  69   69  int     chown(char *, uid_t, gid_t);
  70   70  int     chroot(char *);
  71   71  int     cladm(int, int, void *);
  72   72  int     close(int);
  73   73  int     exece(const char *, const char **, const char **);
  74   74  int     faccessat(int, char *, int, int);
  75   75  int     fchmodat(int, char *, int, int);
  76   76  int     fchownat(int, char *, uid_t, gid_t, int);
↓ open down ↓ 1131 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX