cvs commit: src/sys/kern uipc_socket2.c

2006-10-06 Thread Andre Oppermann
andre 2006-10-06 20:23:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_socket2.c Log: MFC: - Add the missing send/receive timeouts and low watermarks. - Remove inheritance of the field so_timeo which is unused. Approv

cvs commit: src/sys/kern uipc_socket2.c

2006-09-11 Thread John Baldwin
jhb 2006-09-11 18:39:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_socket2.c Log: MFC: Use sysctl_handle_long() for kern.ipc.maxsockbuf. Approved by:re (kensmith) Revision ChangesPath 1.147.2.6 +4 -8

cvs commit: src/sys/kern uipc_socket2.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 16:23:52 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Change two XXX's to two notes: the fact that SOCK_LOCK(so) == SOCKBUF_LOCK(&so->so_rcv) is encoded, which is worth noting, but not a bug. Revision Changes

cvs commit: src/sys/kern uipc_socket2.c

2006-07-06 Thread Robert Watson
rwatson 2006-07-06 13:25:51 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Remove now unneeded opt_mac.h and mac.h includes. Revision ChangesPath 1.159 +0 -2 src/sys/kern/uipc_socket2.c

cvs commit: src/sys/kern uipc_socket2.c src/sys/sys socketvar.h

2006-06-28 Thread Robert Watson
rwatson 2006-06-28 14:33:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_socket2.c sys/sys socketvar.h Log: Merge uipc_socket2.c:1.158 and socketvar.h:1.150 from HEAD to RELENG_6: Remove sbinsertoob(), sbi

cvs commit: src/sys/kern uipc_socket2.c src/sys/sys socketvar.h

2006-06-17 Thread Robert Watson
rwatson 2006-06-17 22:48:34 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c sys/sys socketvar.h Log: Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have basically always violated) invariannts of soreceive(), which

cvs commit: src/sys/kern uipc_socket2.c

2006-06-11 Thread Robert Watson
rwatson 2006-06-11 16:23:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_socket2.c Log: Merge uipc_socket2.c:1.153 from HEAD to RELENG_6: Add a sysctl, regression.sonewconn_earlytest, which when options REGRESSION is en

cvs commit: src/sys/kern uipc_socket2.c

2006-03-26 Thread Robert Watson
rwatson 2006-03-26 22:44:38 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Add a sysctl, regression.sonewconn_earlytest, which when options REGRESSION is enabled, allows user space to dictate that sonewconn() should skip it's "skip the har

cvs commit: src/sys/kern uipc_socket2.c

2005-11-26 Thread John Polstra
jdp 2005-11-26 19:32:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern uipc_socket2.c Log: MFC 1.151: Fix a bug in the loop in sonewconn that makes room on the incomplete connection queue for a new connection. It was removing co

cvs commit: src/sys/kern uipc_socket2.c

2005-11-26 Thread John Polstra
jdp 2005-11-26 19:30:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_socket2.c Log: MFC 1.151: Fix a bug in the loop in sonewconn that makes room on the incomplete connection queue for a new connection. It was removing co

cvs commit: src/sys/kern uipc_socket2.c

2005-11-21 Thread John Polstra
jdp 2005-11-22 01:55:29 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Fix a bug in the loop in sonewconn that makes room on the incomplete connection queue for a new connection. It was removing connections from the wrong list. S