#
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 |
#
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). |