History log of /csrg-svn/sys/netiso/tp_usrreq.c (Results 1 – 25 of 30)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 63222 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright


/csrg-svn/sys/netiso/argo_debug.h
/csrg-svn/sys/netiso/clnl.h
/csrg-svn/sys/netiso/clnp.h
/csrg-svn/sys/netiso/clnp_debug.c
/csrg-svn/sys/netiso/clnp_er.c
/csrg-svn/sys/netiso/clnp_frag.c
/csrg-svn/sys/netiso/clnp_input.c
/csrg-svn/sys/netiso/clnp_options.c
/csrg-svn/sys/netiso/clnp_output.c
/csrg-svn/sys/netiso/clnp_raw.c
/csrg-svn/sys/netiso/clnp_stat.h
/csrg-svn/sys/netiso/clnp_subr.c
/csrg-svn/sys/netiso/clnp_timer.c
/csrg-svn/sys/netiso/cltp_usrreq.c
/csrg-svn/sys/netiso/cltp_var.h
/csrg-svn/sys/netiso/cons.h
/csrg-svn/sys/netiso/cons_pcb.h
/csrg-svn/sys/netiso/eonvar.h
/csrg-svn/sys/netiso/esis.c
/csrg-svn/sys/netiso/esis.h
/csrg-svn/sys/netiso/idrp_usrreq.c
/csrg-svn/sys/netiso/if_cons.c
/csrg-svn/sys/netiso/if_eon.c
/csrg-svn/sys/netiso/iso.c
/csrg-svn/sys/netiso/iso.h
/csrg-svn/sys/netiso/iso_chksum.c
/csrg-svn/sys/netiso/iso_errno.h
/csrg-svn/sys/netiso/iso_pcb.c
/csrg-svn/sys/netiso/iso_pcb.h
/csrg-svn/sys/netiso/iso_proto.c
/csrg-svn/sys/netiso/iso_snpac.c
/csrg-svn/sys/netiso/iso_snpac.h
/csrg-svn/sys/netiso/iso_var.h
/csrg-svn/sys/netiso/tp_astring.c
/csrg-svn/sys/netiso/tp_clnp.h
/csrg-svn/sys/netiso/tp_cons.c
/csrg-svn/sys/netiso/tp_emit.c
/csrg-svn/sys/netiso/tp_inet.c
/csrg-svn/sys/netiso/tp_input.c
/csrg-svn/sys/netiso/tp_ip.h
/csrg-svn/sys/netiso/tp_iso.c
/csrg-svn/sys/netiso/tp_meas.c
/csrg-svn/sys/netiso/tp_meas.h
/csrg-svn/sys/netiso/tp_output.c
/csrg-svn/sys/netiso/tp_param.h
/csrg-svn/sys/netiso/tp_pcb.c
/csrg-svn/sys/netiso/tp_pcb.h
/csrg-svn/sys/netiso/tp_seq.h
/csrg-svn/sys/netiso/tp_stat.h
/csrg-svn/sys/netiso/tp_subr.c
/csrg-svn/sys/netiso/tp_subr2.c
/csrg-svn/sys/netiso/tp_timer.c
/csrg-svn/sys/netiso/tp_timer.h
/csrg-svn/sys/netiso/tp_tpdu.h
/csrg-svn/sys/netiso/tp_trace.c
/csrg-svn/sys/netiso/tp_trace.h
/csrg-svn/sys/netiso/tp_user.h
/csrg-svn/sys/netiso/tp_usrreq.c
/csrg-svn/sys/netiso/tuba_subr.c
/csrg-svn/sys/netiso/tuba_table.c
/csrg-svn/sys/netiso/tuba_table.h
/csrg-svn/sys/netiso/tuba_usrreq.c
# 63136 10-Jun-1993 sklower

fix suggested by Jim Mostek & Tim Kirby against mbuf leek on explicitly
retrieving Xtpdu's

# 60359 25-May-1993 bostic

trailing comment after #else or #endif

# 56533 11-Oct-1992 bostic

make kernel includes standard

# 53402 11-May-1992 sklower

bugfix from julian@tfs.com (Julian Elischer)

# 52114 07-Jan-1992 sklower

changes required by nov 92 version of socketvar.h

# 51250 02-Oct-1991 sklower

mtu calculation done by tp_route_to.

# 50940 30-Aug-1991 sklower

paranoia about freeing a tpcb while still in the list of bound tcb's
or list of children of a given TSEL

# 50903 28-Aug-1991 sklower

move packetizing routine to tp_subr.c

# 50902 28-Aug-1991 sklower

fix outright bug disrupting chain of bound tpcb's -- PRU_DETACH
may happen twice; combine intercepts and normal listeners into single chain.

# 50648 29-Jul-1991 sklower

checkpoint almost working version of kernel TP0/X.25; TP4/Cons seems
to crash system still.

# 50500 23-Jul-1991 sklower

note semi working version with only listen and bind changes

# 50435 18-Jul-1991 sklower

this changes reflect getting rid of so_tpcb.

# 50236 27-Jun-1991 sklower

minor changes to compile under both new and old vm systems

# 49268 06-May-1991 bostic

new copyright; att/bsd/shared

# 48736 26-Apr-1991 sklower

allow implict confirmation by sending data after accept()

# 47283 12-Mar-1991 sklower

fix from mostek@cray

# 44601 29-Jun-1990 sklower

fix minor bugs in setting up cross-list of listeners, intercepters, and their descendents

# 44424 28-Jun-1990 sklower

check for duplicate CR's; allow intercepting all CR's to a given
nsap; not yet tested, but check in for tape anyhow

# 44310 26-Jun-1990 sklower

conform to UC kernel conventions concerning if(, function calls, etc.

# 42468 30-May-1990 sklower

tp_control_hdr obsoleted by cmsghdr in socket.h

# 41924 14-May-1990 sklower

new conventions for who frees ancillary data

# 40773 05-Apr-1990 sklower

access rights made special case of ancillary data

# 39937 17-Jan-1990 sklower

more fixes to silly window fix this version 6 dec 89.

# 39647 28-Nov-1989 sklower

silly window fix causes panics; fix ``fix''

12