Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 1997 00:25:20 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys proc.h src/sys/kern kern_exit.c
Message-ID:  <199705220725.AAA07095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/05/22 00:25:20 PDT

  Modified files:
    sys/sys              proc.h 
  Log:
  Remove p_selbits and p_selbits_size so sizeof(struct proc) returns to 256
  bytes.  Move p_hash to where it should have been all along, since we
  change the layout anyway.
  
  Recompile ps, top, libutil and all that.
  
  Taked about with:	bde
  
  Revision  Changes    Path
  1.38      +3 -11     src/sys/sys/proc.h

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  Remove cruft relating to p_selbits and p_selbits_size
  
  Revision  Changes    Path
  1.48      +1 -7      src/sys/kern/kern_exit.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705220725.AAA07095>