freebsd-dev/sys/netipx
Seigo Tanimura 243917fe3b Lock down a socket, milestone 1.
o Add a mutex (sb_mtx) to struct sockbuf. This protects the data in a
  socket buffer. The mutex in the receive buffer also protects the data
  in struct socket.

o Determine the lock strategy for each members in struct socket.

o Lock down the following members:

  - so_count
  - so_options
  - so_linger
  - so_state

o Remove *_locked() socket APIs.  Make the following socket APIs
  touching the members above now require a locked socket:

 - sodisconnect()
 - soisconnected()
 - soisconnecting()
 - soisdisconnected()
 - soisdisconnecting()
 - sofree()
 - soref()
 - sorele()
 - sorwakeup()
 - sotryfree()
 - sowakeup()
 - sowwakeup()

Reviewed by:	alfred
2002-05-20 05:41:09 +00:00
..
ipx_cksum.c
ipx_if.h Remove __P. 2002-03-20 02:39:27 +00:00
ipx_input.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
ipx_ip.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ipx_ip.h Remove __P. 2002-03-20 02:39:27 +00:00
ipx_outputfl.c FreeBSD/vax is quite some time away. 2001-11-03 08:24:00 +00:00
ipx_pcb.c Lock down a socket, milestone 1. 2002-05-20 05:41:09 +00:00
ipx_pcb.h Remove __P. 2002-03-20 02:39:27 +00:00
ipx_proto.c
ipx_tun.c
ipx_usrreq.c Lock down a socket, milestone 1. 2002-05-20 05:41:09 +00:00
ipx_var.h Remove __P. 2002-03-20 02:39:27 +00:00
ipx.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
ipx.h Remove __P. 2002-03-20 02:39:27 +00:00
README
spx_debug.c
spx_debug.h Remove __P. 2002-03-20 02:39:27 +00:00
spx_timer.h
spx_usrreq.c Lock down a socket, milestone 1. 2002-05-20 05:41:09 +00:00
spx_var.h
spx.h Remove __P. 2002-03-20 02:39:27 +00:00

$FreeBSD$

This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
Please note: the SPX implementation may require further work and testing
to insure proper operation.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com

John Hay
Some Company
Some Address
jhay@mikom.csir.co.za

--- Copyright Information ---

Copyright (c) 1984, 1985, 1986, 1987, 1993
The Regents of the University of California.  All rights reserved.

Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay