Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2004 13:49:25 +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:  <200406191349.i5JDnPlC096682@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2004-06-19 13:49:25 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              user.h 
  Log:
  Add some more fields to the 'struct kinfo_proc', including some fields
  which just mark areas which are empty due to issues with the alignment
  of already-existing fields.  This defines several unrelated variables
  in one shot, because most of the work for updating kinfo_proc is making
  sure the sizeof(struct kinfo_proc) remains the same across all hardware
  platforms, and that no space is wasted on any platform due to alignment
  issues with the new variables.
  
  Submitted by:   some by Cyrille Lefevre, some by me
  
  Revision  Changes    Path
  1.58      +15 -3     src/sys/sys/user.h



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