Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 1999 22:26:35 -0800 (PST)
From:      Mark Newton <newton@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_exit.c kern_resource.c sys_socket.c src/sys/sys socketvar.h
Message-ID:  <199901300626.WAA20662@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
newton      1999/01/29 22:26:35 PST

  Modified files:
    sys/kern             kern_exit.c kern_resource.c sys_socket.c 
  Log:
  Unstaticized routines which are needed by the svr4 KLD and the streams
  garbage needed to support SysVR4 networking.
  
  Revision  Changes    Path
  1.73      +2 -2      src/sys/kern/kern_exit.c
  1.39      +3 -3      src/sys/kern/kern_resource.c
  1.20      +7 -7      src/sys/kern/sys_socket.c

  Modified files:
    sys/sys              socketvar.h 
  Log:
  Changed struct socket to include a new field (at the end, so as not
  to break existing software) acting as a pointer to emulator-specific
  state data that some emulators may (or may not) need to maintain about
  a socket.
  
  Used by the svr4 module as a place for maintaining STREAMS emulation state.
  
  Discussed with: Mike Smith, Garrett Wollman back in Sept 98
  
  Revision  Changes    Path
  1.34      +2 -1      src/sys/sys/socketvar.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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