cvs commit: src/sys/kern kern_proc.c

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


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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_proc.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:46:59 UTC
    Axe a.out core dump support.  Neither older gdb binaries nor current
    bfd sources understand the present format.
  
  Revision   Changes    Path
  1.215.2.3  +28 -6     src/sys/kern/kern_proc.c


More information about the cvs-src mailing list