cvs commit: src/sys/vm vm_glue.c

John Baldwin jhb at FreeBSD.org
Thu Jul 1 20:46:00 PDT 2004


jhb         2004-07-02 03:45:07 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_glue.c 
  Log:
  - Don't use a variable to point to the user area that we only use once.
    Just use p2->p_uarea directly instead.
  - Remove an old and mostly bogus assertion regarding p2->p_sigacts.
  - Use RANGEOF macro ala fork1() to clean up bzero/bcopy of p_stats.
  
  Revision  Changes    Path
  1.200     +10 -15    src/sys/vm/vm_glue.c


More information about the cvs-all mailing list