From owner-freebsd-fs Wed May 22 21:28:18 2002 Delivered-To: freebsd-fs@freebsd.org Received: from viola.sinor.ru (viola.sinor.ru [217.70.106.9]) by hub.freebsd.org (Postfix) with ESMTP id AC09D37B403; Wed, 22 May 2002 21:28:13 -0700 (PDT) Received: from p162.bass3.sinor.ru (p162.bass3.sinor.ru [217.70.108.162]) by viola.sinor.ru (8.9.3/8.9.3) with ESMTP id LAA02001; Thu, 23 May 2002 11:28:09 +0700 Date: Thu, 23 May 2002 11:28:50 +0700 (NOVST) From: "Semen A. Ustimenko" X-X-Sender: semenu@def.the.net To: freebsd-net@FreeBSD.org Cc: freebsd-fs@FreeBSD.org Subject: NFS don't set sopt.sopt_dir sometimes... Maybe sosetopt() should? Message-ID: <20020523111658.N405-100000@def.the.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Looks like nfs_socket.c and nfs_syscalls.c lack strings sopt.sopt_dir = SOPT_SET; when setting TCP_NODELAY and SO_KEEPALIVE. For SO_KEEPALIVE, it doesn't matter, sosetopt() doesn't examine it, but TCP_NODELAY is actually ignored. Obviously, it's easy to add these lines, but maybe it's better to make sosetopt() set sopt_dir for callers? BYe! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Thu May 23 13:37:36 2002 Delivered-To: freebsd-fs@freebsd.org Received: from mail-out2.apple.com (mail-out2.apple.com [17.254.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 069F537B414; Thu, 23 May 2002 13:37:31 -0700 (PDT) Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g4NKbUs28852; Thu, 23 May 2002 13:37:30 -0700 (PDT) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 23 May 2002 13:36:57 -0700 Received: from [17.219.180.26] (minshallidsl1.apple.com [17.219.180.26]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id g4NKbT922504; Thu, 23 May 2002 13:37:29 -0700 (PDT) X-Sender: conrad@mail.apple.com Message-Id: In-Reply-To: <20020523111658.N405-100000@def.the.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 23 May 2002 13:37:26 -0700 To: "Semen A. Ustimenko" , freebsd-net@FreeBSD.ORG From: Conrad Minshall Subject: Re: NFS don't set sopt.sopt_dir sometimes... Maybe sosetopt() should? Cc: freebsd-fs@FreeBSD.ORG Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 9:28 PM -0700 5/22/02, Semen A. Ustimenko wrote: >Looks like nfs_socket.c and nfs_syscalls.c lack strings > > sopt.sopt_dir = SOPT_SET; > >when setting TCP_NODELAY and SO_KEEPALIVE. For SO_KEEPALIVE, it doesn't >matter, sosetopt() doesn't examine it, but TCP_NODELAY is actually >ignored. > >Obviously, it's easy to add these lines, but maybe it's better to make >sosetopt() set sopt_dir for callers? This came up with SMB (and NFS) in Darwin. Changing both caller and callee is the robust choice in our case as old loadable kernel module binaries with new kernels will get fixed, and vice-versa. If you have the luxury of not considering out-of-sync kernel loadables then I envy you :) -- Conrad Minshall, conrad@apple.com, 408 974-2749 Apple Computer, Mac OS X Core Operating Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Fri May 24 0: 2: 2 2002 Delivered-To: freebsd-fs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id DFD9737B409; Fri, 24 May 2002 00:01:56 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g4O710pA005731; Fri, 24 May 2002 09:01:00 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Date: Fri, 24 May 2002 09:01:00 +0200 Message-ID: <5729.1022223660@critter.freebsd.dk> From: Poul-Henning Kamp Subject: UFS2 patch available MIME-Version: 1.0 Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa" To: undisclosed-recipients:; Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------- =_aaaaaaaaaa Subject: UFS2 patch available Date: Fri, 24 May 2002 09:01:00 +0200 Message-ID: <5729.1022223660@critter.freebsd.dk> From: Poul-Henning Kamp Bcc: Blind Distribution List: ; MIME-Version: 1.0 (Forwarded for Kirk:) > I am looking for folks that are willing to try out the changes > for UFS2. A set of diffs (relative to -current as of May 20th) > is available at http://www.freebsd.org:~mckusick/UFS2.tar.gz. > The tarball contains a single directory `UFS2' which is designed > to be placed in /usr/src. It contains a README file with information > on how to apply the patch and how to report problems, so I will > not repeat that information here. If the testing goes well, it > will be integrated into -current during the week of June 17th. > > Kirk McKusick Kirk is at various conferences the next coupld of weeks, so please report problems/patches/issues to both him and me. Poul-Henning ------- =_aaaaaaaaaa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Fri May 24 12:13:35 2002 Delivered-To: freebsd-fs@freebsd.org Received: from gte.net (airserver1.airpartsupply.com [194.72.134.170]) by hub.freebsd.org (Postfix) with SMTP id C199037B406; Fri, 24 May 2002 12:13:00 -0700 (PDT) Reply-To: Message-ID: <026c13c16b1d$3745a8e4$5ab42ad7@pmrlnp> From: To: Cc: , , , , , , , , , Subject: Make $100,000 a Month on eBay! Date: Fri, 24 May 0102 08:55:19 +1000 MiME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! Do you sell on Ebay? If so, you could be making up to $100,000 per month? This is no hype and no scam. Recieving over 1.5 billion page views per month, Ebay is the ULTIMATE venue for selling virtually anything and making huge profits with almost no effort. But you have to know what to sell and how to sell. That's where I come in. As a leading expert in internet marketing and the owner of several profitable auction-based businesses, the manual that I have written provides easy to understand and detailed instructions for maximizing your profits with selling strategies that are PROVEN WINNERS. If you've read any other books on Ebay, you know that all of them are designed for the computer idiot and the auction novice. They tell you how to register, how to list an item, how to avoid fraud, etc. This is not the information you need to make millions on Ebay. You need to learn effective SELLING STRATEGIES not read a photocopy of Ebay help files! My manual assumes that you already know your way around Ebay; you don't need any specialized computer knowledge, but you should be familiar with buying and selling on ebay auctions. I'm not going to waste your time teaching you how to register - I'm going to pass on the SECRET SELLING TECHNIQUES that I use each and every day to bring in hundreds of thousands of dollars selling my products on internet auctions. The manual comes as a complete course with the following lessons: Make a Fortune on eBay™ Make a Fortune on eBay™ is filled with page after page of vital eBay™ marketing information. This valuable eBook is terrific for the eBay™ user to get the right eBay™ information and have an instant edge over other more experienced eBay™ Sellers Advanced Selling on eBay™ Advanced Selling on eBay™ has more vital information to make their auction a success. This eBook has many topics to ensure that they get the maximum potential from their auctions. Advanced Selling on eBay™ goes into more detailed information than it's sister eBook Make a Fortune on eBay™. 16 eBay™ Forms "16 eBay™ Forms" is a must. These forms will help them track, analyze and record their auctions. It contains 16 forms with full instructions. This E-Book also contains the forms in printer friendly version, so they can print them for immediate use. Wholesale Sources Wholesale Sources is the final eBook in the eBay™ Marketing eCourse. It contains wholesale distributors from the United States, Mexico, Hong Kong, Taiwan, Asia and the Philippines. Armed with this eBook your customers will have over 10,000,000 wholesale products at their finger tips.. This manual is designed for individuals looking to form an online business for extra income or as a full-time job making hundreds of thousands of dollars on Ebay. Contained in the manual are WINNING STRATEGIES for selling on Ebay auctions. The manual is not designed for Ebay novices and does not teach the "basics" such as registering, putting an item online, buying an item, etc. This manual is designed to make Ebay users into successful and wealthy entrepreneurs! Not only will you be able to make THOUSANDS with the information in these eBooks, you will also receive FULL Resellers rights. This is not an affiliate program where you get 20 or 30%... you keep all the money generated from your eCourse sales. You can sell this eCourse as many times as you want for whatever price you choose. There is NO LIMIT on how much you can make from this incredible product! To order the eCourse click on the link below http://pheromone-labs.com/ebook.htm If above link doesn't work click here: http://www.pheromone-labs.com/ebook.htm Thank you for your time and I hope to hear from you soon! James Milton President of Phoenix Marketing 4291EbrT5-749BHfm3269edBW9-838MXwm7932waMK4-453NAzq0841wQVk5-l57 *** Thank you for being a part of another great offer from Phoenix Marketing. If you feel you don't belong on our opt-in list or would like to remove yourself please send an email to: affiliate1@btamail.net.cn and make sure to have "REMOVE" in the subject line. Thank you. 7624EmKy5-656oCsa6341LSbO2-150dCTq2028FWWg5-44l43 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message