From 3e95bd4ab92abca814bd28e854607d1975c7dc88 Mon Sep 17 00:00:00 2001 From: Anders Persson Date: Thu, 17 Jun 2010 17:22:09 -0700 Subject: PSARC/2009/590 Socket Filter Framework 6939085 Socket Filter Framework 6802067 connect_failed kernel socket callback is not triggered 6776450 time spent in tcp_close could be reduced/deferred to a worker thread 6828586 assertion failed: family == 26, file: ../../common/fs/sockfs/socksyscalls.c, line: 1608 6802078 kernel socket 'newconn' callback is passing rcv queue size as an argument --- usr/src/lib/libc/common/sys/_sockconfig.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr/src/lib/libc/common/sys') diff --git a/usr/src/lib/libc/common/sys/_sockconfig.s b/usr/src/lib/libc/common/sys/_sockconfig.s index 4ee709ee1b..9c939f0d52 100644 --- a/usr/src/lib/libc/common/sys/_sockconfig.s +++ b/usr/src/lib/libc/common/sys/_sockconfig.s @@ -23,16 +23,14 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. */ .file "_sockconfig.s" /* C library -- _sockconfig */ /* - * int _sockconfig (int domain, int type, int protocol, - * dev_t dev, int version); + * int _sockconfig (int cmd, void *arg1, void *arg2, void *arg3, void *arg4); */ #include "SYS.h" -- cgit v1.2.3