History log of /csrg-svn/sys/netinet/in_pcb.c (Results 1 – 25 of 91)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69639 24-May-1995 karels

fix nasty bug that can cause memory corruption:
cannot use M_WAITOK in in_pcballoc calls for incoming TCP connection requests;
current kmem_malloc code can remap CMAP area, reentering clearseg or
phy

fix nasty bug that can cause memory corruption:
cannot use M_WAITOK in in_pcballoc calls for incoming TCP connection requests;
current kmem_malloc code can remap CMAP area, reentering clearseg or
physcopyseg with nasty effects. Could check SS_NOFDREF and use M_NOWAIT
in that case only, but that seems iffy.

show more ...

# 67884 04-Nov-1994 mckusick

failure to get a reserved port is EACCES, not EPERM
(from Theo de Raadt <deraadt@fsa.ca>)

# 65456 04-Jan-1994 bostic

lint

# 63218 10-Jun-1993 bostic

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


/csrg-svn/sys/netinet/icmp_var.h
/csrg-svn/sys/netinet/if_ether.c
/csrg-svn/sys/netinet/if_ether.h
/csrg-svn/sys/netinet/igmp.h
/csrg-svn/sys/netinet/in.c
/csrg-svn/sys/netinet/in.h
/csrg-svn/sys/netinet/in_cksum.c
/csrg-svn/sys/netinet/in_pcb.c
/csrg-svn/sys/netinet/in_pcb.h
/csrg-svn/sys/netinet/in_proto.c
/csrg-svn/sys/netinet/in_systm.h
/csrg-svn/sys/netinet/in_var.h
/csrg-svn/sys/netinet/ip.h
/csrg-svn/sys/netinet/ip_icmp.c
/csrg-svn/sys/netinet/ip_icmp.h
/csrg-svn/sys/netinet/ip_input.c
/csrg-svn/sys/netinet/ip_mroute.c
/csrg-svn/sys/netinet/ip_mroute.h
/csrg-svn/sys/netinet/ip_var.h
/csrg-svn/sys/netinet/raw_ip.c
/csrg-svn/sys/netinet/tcp.h
/csrg-svn/sys/netinet/tcp_debug.c
/csrg-svn/sys/netinet/tcp_debug.h
/csrg-svn/sys/netinet/tcp_fsm.h
/csrg-svn/sys/netinet/tcp_input.c
/csrg-svn/sys/netinet/tcp_output.c
/csrg-svn/sys/netinet/tcp_seq.h
/csrg-svn/sys/netinet/tcp_subr.c
/csrg-svn/sys/netinet/tcp_timer.c
/csrg-svn/sys/netinet/tcp_timer.h
/csrg-svn/sys/netinet/tcp_usrreq.c
/csrg-svn/sys/netinet/tcp_var.h
/csrg-svn/sys/netinet/tcpip.h
/csrg-svn/sys/netinet/udp.h
/csrg-svn/sys/netinet/udp_var.h
/csrg-svn/sys/pmax/pmax/asic.h
/csrg-svn/sys/pmax/pmax/autoconf.c
/csrg-svn/sys/pmax/pmax/clock.c
/csrg-svn/sys/pmax/pmax/clockreg.h
/csrg-svn/sys/pmax/pmax/conf.c
/csrg-svn/sys/pmax/pmax/cons.c
/csrg-svn/sys/pmax/pmax/cons.h
/csrg-svn/sys/pmax/pmax/fp.s
/csrg-svn/sys/pmax/pmax/genassym.c
/csrg-svn/sys/pmax/pmax/kadb.c
/csrg-svn/sys/pmax/pmax/kmin.h
/csrg-svn/sys/pmax/pmax/kn01.h
/csrg-svn/sys/pmax/pmax/kn02.h
/csrg-svn/sys/pmax/pmax/kn03.h
# 61313 04-Jun-1993 bostic

prototype everything

# 60847 31-May-1993 karels

allow multicast addresses to be bound, and treat SO_REUSEADDR
as if it were SO_REUSEPORT when a multicast address is bound;
check current priority when binding reserved port, not that at time
of sock

allow multicast addresses to be bound, and treat SO_REUSEADDR
as if it were SO_REUSEPORT when a multicast address is bound;
check current priority when binding reserved port, not that at time
of socket call

show more ...

# 58998 07-Apr-1993 sklower

Mostly changes recommended by jch for variable subnets & multiple
IP addresses per physical interface. May require further work.

# 58373 02-Mar-1993 mckusick

avoid assigning used ports in implicit bind in in_pcbbind (net2/sys/15)

# 57433 08-Jan-1993 andrew

(By Sklower) checkpoint the current state of Cherenson's work.

# 56531 11-Oct-1992 bostic

make kernel includes standard

# 55543 22-Jul-1992 sklower

if in_losing notices an RTF_DYNAMIC route, it got freed twice

# 55352 18-Jul-1992 sklower

fix andrew's fix

# 55347 18-Jul-1992 sklower

fixes from andrew cherenson for multicast

# 54716 06-Jul-1992 sklower

multicast changes from lbl

# 53042 21-Mar-1992 sklower

if you have markedly different interface addresses on the same iface,
use the one chosen in the route when in_pcbconnect()ing. (By Dennis Ferguson)

# 52624 20-Feb-1992 sklower

proc.h not necessary

# 52555 18-Feb-1992 sklower

new conventions for rt_missmsg

# 51270 02-Oct-1991 sklower

for the time being, must redundantly include errno.h to share with oldvm

# 48464 20-Apr-1991 karels

use SS_PRIV instead of suser; fix includes (rm user.h)

# 44475 28-Jun-1990 bostic

new copyright notice

# 44381 28-Jun-1990 karels

protocol notify routines set errors, so can be soft

# 40692 03-Apr-1990 karels

new ctlinput, matches local port/addr when appropriate

# 37651 05-May-1989 mckusick

get rid of unneeded include of dir.h

# 37471 22-Apr-1989 sklower

checkpoint at first working tp4 connection; & before gnodes

# 35794 12-Oct-1988 karels

mark state of kernel before variable length sockaddrs (by sklower).

1234