cvs commit: src/sys/kern kern_fork.c

David Schultz das at FreeBSD.org
Sat Feb 5 00:59:48 GMT 2005


das         2005-02-05 00:59:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_fork.c 
  Log:
  MFC:
  
    2004-11-20 02:28:48 UTC
    Malloc p_stats instead of putting it in the U area.  We should consider
    simply embedding it in struct proc.
  
    2004-11-20 23:00:59 UTC
    Remove local definitions of RANGEOF() and use __rangeof() instead.
    Also remove a few bogus casts.
  
    2004-11-27 06:51:39 UTC
    Don't include sys/user.h merely for its side-effect of recursively
    including other headers.
  
  Revision   Changes    Path
  1.234.2.7  +10 -11    src/sys/kern/kern_fork.c


More information about the cvs-src mailing list