cvs commit: src/sys/sys msg.h sem.h shm.h

Robert Watson rwatson at FreeBSD.org
Thu May 5 11:25:20 PDT 2005


rwatson     2005-05-05 18:25:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sys              msg.h sem.h shm.h 
  Log:
  Merge msg.h:1.17, sem.h:1.28, shm.h:1.20 from HEAD to RELENG_5:
  
    First of several commits to allow kernel System V IPC data structures
    to be modified and extended without breaking the user space ABI:
  
    Define _kernel wrapper data structures for the user-exposed data
    structures that current server as the internal data structures for
    the implementation:
  
    - struct msqid_kernel wraps struct msqid_ds.
    - struct semid_kernel wraps truct semid_ds.
    - struct shmid_kernel wraps struct shmid_ds.
    - Don't expose extern definition 'shmsegs' outside of sysv_shm.c.
  
    Submitted by:   Dandekar Hrishikesh <rishi_dandekar at sbcglobal dot net>
    Obtained from:  TrustedBSD Project
    Sponsored by:   DARPA, SPAWAR, McAfee Research
  
  Requested by:   ps
  
  Revision  Changes    Path
  1.16.6.2  +14 -0     src/sys/sys/msg.h
  1.27.4.1  +7 -0      src/sys/sys/sem.h
  1.19.6.2  +9 -1      src/sys/sys/shm.h


More information about the cvs-src mailing list