Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 19:09:02 +0000 (UTC)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys user.h
Message-ID:  <200506091909.j59J92a0056517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2005-06-09 19:09:02 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              user.h 
  Log:
  Re-arrange some variables in kinfo_proc, and add more spare room.  This
  makes the amount of spare room consistent across architectures, and gets
  rid of some cases where space was wasted-and-unusable because types have
  different sizes & alignment on different hardware platforms.  This change
  causes more variables to move around on i386, and is much less disruptive
  on other platforms.  This has been tested on i386, ppc, and sparc, and has
  at least been compiled on everything but arm.
  
  Reviewed by:    no objections from freebsd-arch, bde
  
  Revision  Changes    Path
  1.66      +51 -36    src/sys/sys/user.h



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