From owner-cvs-all Sun Jan 12 0:10: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE0F37B405; Sun, 12 Jan 2003 00:10:07 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BE943E4A; Sun, 12 Jan 2003 00:10:07 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0C8A6Yp067503; Sun, 12 Jan 2003 00:10:06 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0C8A6PL067502; Sun, 12 Jan 2003 00:10:06 -0800 (PST) Date: Sun, 12 Jan 2003 00:10:06 -0800 (PST) From: Matthew Dillon Message-Id: <200301120810.h0C8A6PL067502@apollo.backplane.com> To: Jake Burkholder Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... References: <200301120137.h0C1bD0E098037@repoman.freebsd.org> <20030111213259.E212@locore.ca> <200301120254.h0C2srcS043241@apollo.backplane.com> <20030112014644.F212@locore.ca> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Its unnecessary code churn. I wouldn't be surprised if struct file was :used all the place in 3rd party modules, especially MAC modules. Now :they either need an ugly compat define or ugly idfefs. Some of your commits :were to code that's externally maintained. We've broken compatibility with :external code before for compelling reasons. This is not a compelling reason. : :You obviously don't think this is important, I do. If no one else cares about :this I'll shut up now. : :Jake Well, I certainly do not think this is important for the reasons you state. This is a 10 second source-level fix for a 3rd party. ABI compatibility is maintained, and this whole thing amounts to a tiny little hicup in regards to 3rd party compatibility compared to the API and ABI disruption that occurs every time someone removes a little bit more of Giant. Unless you are advocating that we stop moving forward on SMP also, that is. Direct API changes are the easiest to synchronize to. Indirect locking changes are far more difficult. I do believe it is important to clean code up. I believe that cleanly implemented and well documented code has a far larger long term positive impact then the minor API disruptions it might cause. So, yes, my priorities for -current are probably a bit different then yours. That does not invalidate them. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:11:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2342237B401; Sun, 12 Jan 2003 00:11:21 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7376943ED8; Sun, 12 Jan 2003 00:11:20 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0C8Awj27519; Sun, 12 Jan 2003 00:10:58 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA04969; Sun, 12 Jan 2003 00:10:52 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id BAA15607; Sun, 12 Jan 2003 01:10:47 -0700 (MST) Message-ID: <3E2122F6.70400@btc.adaptec.com> Date: Sun, 12 Jan 2003 01:10:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein Cc: Jake Burkholder , Matthew Dillon , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... References: <200301120137.h0C1bD0E098037@repoman.freebsd.org> <20030111213259.E212@locore.ca> <200301120254.h0C2srcS043241@apollo.backplane.com> <20030112014644.F212@locore.ca> <20030112075042.GE33821@elvis.mu.org> In-Reply-To: <200301120137.h0C1bD0E098037@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > * Jake Burkholder [030111 22:46] wrote: > > >Its unnecessary code churn. I wouldn't be surprised if struct file was > >used all the place in 3rd party modules, especially MAC modules. Now > >they either need an ugly compat define or ugly idfefs. Some of your > commits > >were to code that's externally maintained. We've broken > compatibility with > >external code before for compelling reasons. This is not a > compelling reason. > > > >You obviously don't think this is important, I do. If no one else > cares about > >this I'll shut up now. > > > I prefer Jake's idea of just removing the casts where they are unneeded. > > This adds unneeded complexity and renaming that we don't need. > > It also reduces diffs to what will be 5-stable. > With an re@ hat on, I agree with Alfred. When RELENG_5_0 was branched we asked that gratuitous changes and API, ABI, etc changes be kept to a minimum and that re@ be consulted before doing them. Cleaning up the code is fine, changing the names and types of structure members in the API goes against the spirit of what was requested. Please revert your changes to sys/sys/file.h. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:21:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C395F37B401; Sun, 12 Jan 2003 00:21:45 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CAC43EB2; Sun, 12 Jan 2003 00:21:44 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <2003011208213800200fuqj6e>; Sun, 12 Jan 2003 08:21:39 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA58037; Sun, 12 Jan 2003 00:21:37 -0800 (PST) Date: Sun, 12 Jan 2003 00:21:36 -0800 (PST) From: Julian Elischer To: Alfred Perlstein Cc: Jake Burkholder , Matthew Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... In-Reply-To: <20030112075042.GE33821@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 Jan 2003, Alfred Perlstein wrote: > > This adds unneeded complexity and renaming that we don't need. > > It also reduces diffs to what will be 5-stable. Personally I'm on Matts side.. it makes it a lot safer re; allowing the compiler to check things if we have a union for the common cases.. if you do have your own module that needs to use the void * then fine, you can still use it but this makes debugging easier (gdb can followw teh links easier) and reduces likelyhood of errors. > > -- > -Alfred Perlstein [alfred@freebsd.org] > 'Instead of asking why a piece of software is using "1970s technology," > start asking why software is ignoring 30 years of accumulated wisdom.' > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:24: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC17537B405; Sun, 12 Jan 2003 00:23:57 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D78743F3F; Sun, 12 Jan 2003 00:23:57 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003011208235500300cqghre>; Sun, 12 Jan 2003 08:23:56 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA58045; Sun, 12 Jan 2003 00:23:54 -0800 (PST) Date: Sun, 12 Jan 2003 00:23:54 -0800 (PST) From: Julian Elischer To: Scott Long Cc: Alfred Perlstein , Jake Burkholder , Matthew Dillon , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... In-Reply-To: <3E2122F6.70400@btc.adaptec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Scott Long wrote: > Alfred Perlstein wrote: > > > * Jake Burkholder [030111 22:46] wrote: > > > > >Its unnecessary code churn. I wouldn't be surprised if struct file was > > >used all the place in 3rd party modules, especially MAC modules. Now > > >they either need an ugly compat define or ugly idfefs. Some of your > > commits > > >were to code that's externally maintained. We've broken > > compatibility with > > >external code before for compelling reasons. This is not a > > compelling reason. > > > > > >You obviously don't think this is important, I do. If no one else > > cares about > > >this I'll shut up now. > > > > > > I prefer Jake's idea of just removing the casts where they are unneeded. > > > > This adds unneeded complexity and renaming that we don't need. > > > > It also reduces diffs to what will be 5-stable. > > > > With an re@ hat on, I agree with Alfred. When RELENG_5_0 was branched > we asked that gratuitous changes and API, ABI, etc changes be kept to a > minimum and that re@ be consulted before doing them. Cleaning up the code > is fine, changing the names and types of structure members in the API goes > against the spirit of what was requested. > > Please revert your changes to sys/sys/file.h. #define f_data f_union.generic it's even binary compatible. > > Scott > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:27:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5416037B401; Sun, 12 Jan 2003 00:27:56 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A17AE43F43; Sun, 12 Jan 2003 00:27:55 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0C8RsYp067596; Sun, 12 Jan 2003 00:27:54 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0C8RswL067595; Sun, 12 Jan 2003 00:27:54 -0800 (PST) Date: Sun, 12 Jan 2003 00:27:54 -0800 (PST) From: Matthew Dillon Message-Id: <200301120827.h0C8RswL067595@apollo.backplane.com> To: Scott Long Cc: Alfred Perlstein , Jake Burkholder , Matthew Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... References: <200301120137.h0C1bD0E098037@repoman.freebsd.org> <20030111213259.E212@locore.ca> <200301120254.h0C2srcS043241@apollo.backplane.com> <20030112014644.F212@locore.ca> <20030112075042.GE33821@elvis.mu.org> <3E2122F6.70400@btc.adaptec.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :With an re@ hat on, I agree with Alfred. When RELENG_5_0 was branched :we asked that gratuitous changes and API, ABI, etc changes be kept to a :minimum and that re@ be consulted before doing them. Cleaning up the code :is fine, changing the names and types of structure members in the API goes :against the spirit of what was requested. : :Please revert your changes to sys/sys/file.h. : :Scott You have got to be joking. If you can show me how this interferes with the release process then, sure, I have no problem reverting the commit. But I have been fairly careful to not make changes in areas under active development for the release and nothing I've done here even remotely comes close to screwing around with the release. You know something, three people have submitted patches to me directly in the last month. No, make that four people now. No. Five people. Half that stuff is still in my tree waiting for an opportune time to commit. I'm working through it all as quickly as I can. Do you know why? Because they get nothing but shit on the lists when they try to have them reviewed there. It's crap like this which is destroying our community and our development process. So please reconsider your request. Consider the amount of work you are asking me to undertake and consider whether it is truely necessary for the release process to impose that degee of work. Because I think it's a specious and inappropriate use of your position. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:28:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D00A37B401; Sun, 12 Jan 2003 00:28:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE8E43F3F; Sun, 12 Jan 2003 00:28:15 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C8SEfh045089; Sun, 12 Jan 2003 00:28:15 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C8SEuJ045088; Sun, 12 Jan 2003 00:28:14 -0800 (PST) Message-Id: <200301120828.h0C8SEuJ045088@repoman.freebsd.org> From: Warner Losh Date: Sun, 12 Jan 2003 00:28:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umodem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/12 00:28:14 PST Modified files: sys/dev/usb umodem.c Log: Make compile cleanly when USB_DEBUG is defined. Revision Changes Path 1.44 +2 -1 src/sys/dev/usb/umodem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:33:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415EC37B401; Sun, 12 Jan 2003 00:33:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE88B43F6B; Sun, 12 Jan 2003 00:33:26 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C8XQfh048574; Sun, 12 Jan 2003 00:33:26 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C8XQFm048573; Sun, 12 Jan 2003 00:33:26 -0800 (PST) Message-Id: <200301120833.h0C8XQFm048573@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 12 Jan 2003 00:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/pc98 dokern.sh drivers-small.conf X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/12 00:33:26 PST Modified files: (Branch: RELENG_5_0) release/pc98 dokern.sh drivers-small.conf Log: - Remove the atapifd and atapist drivers from the boot floppies. - Don't move the cd9660 support into mfsroot-small.flp. Approved by: re (scottl) Revision Changes Path 1.70.2.1 +4 -0 src/release/pc98/dokern.sh 1.2.2.1 +1 -1 src/release/pc98/drivers-small.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:39:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DDE37B401; Sun, 12 Jan 2003 00:39:42 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC81843F75; Sun, 12 Jan 2003 00:39:40 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA20088; Sun, 12 Jan 2003 19:39:25 +1100 Date: Sun, 12 Jan 2003 19:39:56 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jake Burkholder Cc: Matthew Dillon , , Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph In-Reply-To: <20030112014644.F212@locore.ca> Message-ID: <20030112191531.J5936-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jake Burkholder wrote: > Apparently, On Sat, Jan 11, 2003 at 06:54:53PM -0800, > Matthew Dillon said words to the effect of; > > > ... > > :In the majority of cases that I looked at the pointer is assigned to a > > :local variable of the correct type first, in which case the cast is almost > > :certainly a historical remnant of f_data having type caddr_t. Removing the > > :unnecessary casts in that case I agree with, but changing the type of f_data > > :as well I don't agree with at all. > > > > Well, a good bit of the casts removed also allowed the parenthesis to > > be removed, a couple of split lines could be put back together, and > > generally it has made it more readable. > > Exactly 1 line unless I completely failed in generating an accurate diff > of your commit. The lines would be shorter if you had just removed the > unnecessary casts. In the only .c file that I've looked at so far (kern_acl.c), there is 1 completely unsplit line and 3 missed opportunities to (partially) unsplit lines, leaving the latter more misformatted than before. The changes in file.h have larger style bugs. > I find the code more readable with just the unnecessary casts removed. I agree. Removing them has been on my todo list for many years. > > ... > > :I'm really baffled as to why you did this. > > > > It's a cleanup. Ugliness I noticed as I was evaluating how easy it > > would be to add a memory object file type. I don't see why you believe > > a justification is required other then cleanup and code readability. > > void *'s are things you only use when you need to. We certainly didn't > > need to here. How exactly is this commit so bad that you are against it? > > Its unnecessary code churn. I wouldn't be surprised if struct file was > used all the place in 3rd party modules, especially MAC modules. Now > they either need an ugly compat define or ugly idfefs. Some of your commits > were to code that's externally maintained. We've broken compatibility with > external code before for compelling reasons. This is not a compelling reason. > > You obviously don't think this is important, I do. If no one else cares about > this I'll shut up now. I agree with all your points. I slightly prefer "void *" to the union, but wouldn't change either once it is in use. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 0:59:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 973B837B405; Sun, 12 Jan 2003 00:59:52 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBF443F18; Sun, 12 Jan 2003 00:59:51 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0C8xZ4x003903; Sun, 12 Jan 2003 09:59:35 +0100 (CET) (envelope-from phk@freebsd.org) To: Matt Dillon Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... From: phk@freebsd.org In-Reply-To: Your message of "Sat, 11 Jan 2003 17:37:13 PST." <200301120137.h0C1bD0E098037@repoman.freebsd.org> Date: Sun, 12 Jan 2003 09:59:35 +0100 Message-ID: <3902.1042361975@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200301120137.h0C1bD0E098037@repoman.freebsd.org>, Matt Dillon write s: > sys/sys file.h > Log: > Change struct file f_data to un_data, a union of the correct struct > pointer types, and remove a huge number of casts from code using it. This change is in the wrong direction: Rather than keep the layering strict, it ruins the layering by not almost but not quite teaching struct file about all the underlying kinds of stuff. With this change we have to modify sys/file.h if we add a new backing for struct file, something which had until now not been necessary. This cost is not offset by the fact that the source code is not any clearer and mostly it hides the simplicity of the object model used. (in the case of sys/file.h it's worse). You could instead just have removed all the unneeded casts, (there may be one or two legitimate ones), but even that is a bad idea at a time where so many people diff between RELENG_5_0 and -current. Please back it out. Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:23:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEDE37B401; Sun, 12 Jan 2003 01:23:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F4E43F18; Sun, 12 Jan 2003 01:23:13 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9NDfh066298; Sun, 12 Jan 2003 01:23:13 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9NDGk066297; Sun, 12 Jan 2003 01:23:13 -0800 (PST) Message-Id: <200301120923.h0C9NDGk066297@repoman.freebsd.org> From: Matt Dillon Date: Sun, 12 Jan 2003 01:23:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_blist.c src/sys/sys blist.h src/lib/libkvm kvm_getswapinfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/12 01:23:13 PST Modified files: (Branch: RELENG_4) sys/kern subr_blist.c sys/sys blist.h lib/libkvm kvm_getswapinfo.c Log: MFC removal of the LOG2() macro removal to try to keep the swap code more inline with -current (for a possible swapoff MFC in the future). Revision Changes Path 1.10.2.4 +3 -3 src/lib/libkvm/kvm_getswapinfo.c 1.5.2.2 +14 -14 src/sys/kern/subr_blist.c 1.2.2.1 +0 -34 src/sys/sys/blist.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:28:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84DE37B401; Sun, 12 Jan 2003 01:28:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E2A43ED8; Sun, 12 Jan 2003 01:28:17 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9SHfh066444; Sun, 12 Jan 2003 01:28:17 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9SHbR066443; Sun, 12 Jan 2003 01:28:17 -0800 (PST) Message-Id: <200301120928.h0C9SHbR066443@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 Jan 2003 01:28:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys Makefile.inc lio_listio.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/12 01:28:16 PST Modified files: lib/libc/sys Makefile.inc Added files: lib/libc/sys lio_listio.2 Log: Add a manual page for the lio_listio() syscall. Still needs a bit of polishing. Revision Changes Path 1.100 +2 -1 src/lib/libc/sys/Makefile.inc 1.1 +175 -0 src/lib/libc/sys/lio_listio.2 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:33:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD4B737B401; Sun, 12 Jan 2003 01:33:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D8D43ED8; Sun, 12 Jan 2003 01:33:16 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9XGfh069883; Sun, 12 Jan 2003 01:33:16 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9XG0J069882; Sun, 12 Jan 2003 01:33:16 -0800 (PST) Message-Id: <200301120933.h0C9XG0J069882@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 Jan 2003 01:33:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/12 01:33:16 PST Modified files: sys/kern vfs_aio.c Log: Remove "XXX undocumented" comment from lio_listio(). Revision Changes Path 1.150 +1 -1 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:40:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B490537B401; Sun, 12 Jan 2003 01:40:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6177E43F43; Sun, 12 Jan 2003 01:40:24 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9eOfh070809; Sun, 12 Jan 2003 01:40:24 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9eNc4070800; Sun, 12 Jan 2003 01:40:23 -0800 (PST) Message-Id: <200301120940.h0C9eNc4070800@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 Jan 2003 01:40:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/12 01:40:23 PST Modified files: sys/kern vfs_aio.c Log: Allowing nent < 0 in aio_suspend() and lio_listio() is just asking for trouble. Return EINVAL instead. Revision Changes Path 1.151 +2 -2 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:41:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA96037B401; Sun, 12 Jan 2003 01:41:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18B243F5B; Sun, 12 Jan 2003 01:41:41 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9fffh073571; Sun, 12 Jan 2003 01:41:41 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9ffV8073570; Sun, 12 Jan 2003 01:41:41 -0800 (PST) Message-Id: <200301120941.h0C9ffV8073570@repoman.freebsd.org> From: Udo Erdelhoff Date: Sun, 12 Jan 2003 01:41:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/share/sgml release.dsl X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/12 01:41:41 PST Modified files: (Branch: RELENG_5_0) release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/share/sgml release.dsl Log: Sync to en_US versions: early-adopter/article.sgml: 1.8.2.1 -> 1.8.2.2 errata/article.sgml: 1.9.2.2 -> 1.9.2.3 share/sgml/release.dsl: 1.6 -> 1.6.2.1 Approved by: re@ (blanket) Revision Changes Path 1.6.2.2 +8 -6 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.4.2.2 +67 -2 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.5.2.1 +2 -13 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 1:55: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4EA37B401; Sun, 12 Jan 2003 01:55:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ECB43F18; Sun, 12 Jan 2003 01:55:03 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0C9t3fh077234; Sun, 12 Jan 2003 01:55:03 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0C9t28X077233; Sun, 12 Jan 2003 01:55:02 -0800 (PST) Message-Id: <200301120955.h0C9t28X077233@repoman.freebsd.org> From: Udo Erdelhoff Date: Sun, 12 Jan 2003 01:55:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/sparc64 proc-sparc64.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/12 01:55:02 PST Modified files: release/doc/de_DE.ISO8859-1/hardware/sparc64 proc-sparc64.sgml Log: MFbed: translation update hardware/sparc64/proc-sparc64.sgml: 1.6 -> 1.7 Revision Changes Path 1.6 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 2:21: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 308A537B401; Sun, 12 Jan 2003 02:21:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B3743F43; Sun, 12 Jan 2003 02:21:05 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CAL5fh086881; Sun, 12 Jan 2003 02:21:05 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CAL5uY086874; Sun, 12 Jan 2003 02:21:05 -0800 (PST) Message-Id: <200301121021.h0CAL5uY086874@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 12 Jan 2003 02:21:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2003/01/12 02:21:05 PST Modified files: . LEGAL Log: Sync filename after the icc 6 -> 7 update. Reminded by: marius@alchemy.franken.de Revision Changes Path 1.270 +2 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 2:55:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BCD37B401; Sun, 12 Jan 2003 02:55:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 100B343F43; Sun, 12 Jan 2003 02:55:50 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CAtnfh098699; Sun, 12 Jan 2003 02:55:49 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CAtnxG098698; Sun, 12 Jan 2003 02:55:49 -0800 (PST) Message-Id: <200301121055.h0CAtnxG098698@repoman.freebsd.org> From: Lars Koeller Date: Sun, 12 Jan 2003 02:55:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xbae Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/xbae/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lkoeller 2003/01/12 02:55:49 PST Modified files: x11-toolkits/xbae Makefile distinfo pkg-descr pkg-plist x11-toolkits/xbae/files patch-aa Added files: x11-toolkits/xbae/files patch-ab patch-ac Log: o Upgrade to version 4.50.0 o Now uses libtool o Lib-version changes from libXbae.so.8 to libXbae.so.4 -> implies modification of grace port o PR: ports/45655 Originator: James E. Flemer Revision Changes Path 1.22 +10 -26 ports/x11-toolkits/xbae/Makefile 1.6 +1 -1 ports/x11-toolkits/xbae/distinfo 1.7 +0 -17 ports/x11-toolkits/xbae/files/patch-aa 1.1 +357 -0 ports/x11-toolkits/xbae/files/patch-ab (new) 1.1 +88 -0 ports/x11-toolkits/xbae/files/patch-ac (new) 1.2 +2 -0 ports/x11-toolkits/xbae/pkg-descr 1.11 +68 -15 ports/x11-toolkits/xbae/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 2:59:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E131137B401; Sun, 12 Jan 2003 02:59:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD4A43F1E; Sun, 12 Jan 2003 02:59:17 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CAxHfh098797; Sun, 12 Jan 2003 02:59:17 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CAxHfA098796; Sun, 12 Jan 2003 02:59:17 -0800 (PST) Message-Id: <200301121059.h0CAxHfA098796@repoman.freebsd.org> From: Lars Koeller Date: Sun, 12 Jan 2003 02:59:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/grace Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lkoeller 2003/01/12 02:59:17 PST Modified files: math/grace Makefile distinfo Log: o Update to version 5.1.10 o Fix dependency from news xbae port (lib version change) o PR: ports/43147 Originator: AMAKAWA Shuhei Revision Changes Path 1.28 +2 -2 ports/math/grace/Makefile 1.12 +1 -1 ports/math/grace/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 3:53: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA1737B401; Sun, 12 Jan 2003 03:52:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140ED43ED8; Sun, 12 Jan 2003 03:52:57 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CBqufh020347; Sun, 12 Jan 2003 03:52:56 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CBquC2020346; Sun, 12 Jan 2003 03:52:56 -0800 (PST) Message-Id: <200301121152.h0CBquC2020346@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 03:52:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en applications.sgml www/en/news press-rel-2.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 03:52:56 PST Modified files: en applications.sgml en/news press-rel-2.sgml Log: s/Xemacs/XEmacs PR: www/46987 Submitted by: Norbert Koch Revision Changes Path 1.21 +2 -2 www/en/applications.sgml 1.10 +2 -2 www/en/news/press-rel-2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 4:16:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888FB37B401; Sun, 12 Jan 2003 04:16:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA8F43F18; Sun, 12 Jan 2003 04:16:08 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CCG7fh027557; Sun, 12 Jan 2003 04:16:07 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CCG7qt027556; Sun, 12 Jan 2003 04:16:07 -0800 (PST) Message-Id: <200301121216.h0CCG7qt027556@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 04:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 04:16:07 PST Modified files: fr_FR.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml Log: Various fixes, more changes soon. Revision Changes Path 1.2 +29 -29 doc/fr_FR.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 4:24:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C67537B405; Sun, 12 Jan 2003 04:24:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C7643F3F; Sun, 12 Jan 2003 04:24:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CCObfh031069; Sun, 12 Jan 2003 04:24:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CCObVp031068; Sun, 12 Jan 2003 04:24:37 -0800 (PST) Message-Id: <200301121224.h0CCObVp031068@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 12 Jan 2003 04:24:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX-5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/12 04:24:37 PST Modified files: . INDEX-5 Log: Patch up INDEX for RELEASE_5_0_0 to include last-minute postgresql and gdm2 changes. Revision Changes Path 1.3 +37 -37 ports/INDEX-5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 4:33:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4D637B401; Sun, 12 Jan 2003 04:33:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AF943F65; Sun, 12 Jan 2003 04:33:51 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CCXpfh034677; Sun, 12 Jan 2003 04:33:51 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CCXpe6034676; Sun, 12 Jan 2003 04:33:51 -0800 (PST) Message-Id: <200301121233.h0CCXpe6034676@repoman.freebsd.org> From: Gary Jennejohn Date: Sun, 12 Jan 2003 04:33:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt ports/editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2003/01/12 04:33:51 PST Modified files: editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt Log: Update to version 9.3j. Revision Changes Path 1.51 +5 -2 ports/editors/vile/Makefile 1.32 +3 -0 ports/editors/vile/distinfo 1.19 +11 -0 ports/editors/vile/pkg-plist 1.8 +5 -0 ports/editors/vile/pkg-plist.filt 1.17 +11 -0 ports/editors/vile/pkg-plist.perl 1.9 +5 -0 ports/editors/vile/pkg-plist.perl+filt 1.52 +5 -2 ports/editors/xvile/Makefile 1.33 +3 -0 ports/editors/xvile/distinfo 1.20 +11 -0 ports/editors/xvile/pkg-plist 1.9 +5 -0 ports/editors/xvile/pkg-plist.filt 1.18 +11 -0 ports/editors/xvile/pkg-plist.perl 1.10 +5 -0 ports/editors/xvile/pkg-plist.perl+filt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 4:48:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1D337B407; Sun, 12 Jan 2003 04:48:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C56043FAF; Sun, 12 Jan 2003 04:47:58 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CClwfh038350; Sun, 12 Jan 2003 04:47:58 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CClwXu038349; Sun, 12 Jan 2003 04:47:58 -0800 (PST) Message-Id: <200301121247.h0CClwXu038349@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 04:47:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/developers-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 04:47:57 PST Modified files: fr_FR.ISO8859-1/books/developers-handbook book.sgml Log: Various fixes, update of the copyright. Revision Changes Path 1.2 +44 -40 doc/fr_FR.ISO8859-1/books/developers-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 4:56:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C6C437B401; Sun, 12 Jan 2003 04:56:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43B843EB2; Sun, 12 Jan 2003 04:56:45 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CCujfh041900; Sun, 12 Jan 2003 04:56:45 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CCujPZ041899; Sun, 12 Jan 2003 04:56:45 -0800 (PST) Message-Id: <200301121256.h0CCujPZ041899@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 12 Jan 2003 04:56:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-SSH-Perl Makefile ports/security/p5-Crypt-OpenPGP Makefile ports/sysutils/fcron Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/12 04:56:45 PST Modified files: net/p5-Net-SSH-Perl Makefile security/p5-Crypt-OpenPGP Makefile sysutils/fcron Makefile Log: Mark NO_PACKAGE: something causes the package builds to go haywire and spit out an infinite amount of text (this is bad for disk space) Revision Changes Path 1.3 +2 -0 ports/net/p5-Net-SSH-Perl/Makefile 1.7 +2 -0 ports/security/p5-Crypt-OpenPGP/Makefile 1.13 +2 -0 ports/sysutils/fcron/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 5:49:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC2F37B401; Sun, 12 Jan 2003 05:49:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A1443E4A; Sun, 12 Jan 2003 05:49:31 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CDnVfh059705; Sun, 12 Jan 2003 05:49:31 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CDnVgV059704; Sun, 12 Jan 2003 05:49:31 -0800 (PST) Message-Id: <200301121349.h0CDnVgV059704@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 05:49:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-roxlib Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 05:49:31 PST Modified files: devel Makefile Added files: devel/py-roxlib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add python libraries for ROX desktop applications. Revision Changes Path 1.1008 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/py-roxlib/Makefile (new) 1.1 +1 -0 ports/devel/py-roxlib/distinfo (new) 1.1 +1 -0 ports/devel/py-roxlib/pkg-comment (new) 1.1 +3 -0 ports/devel/py-roxlib/pkg-descr (new) 1.1 +73 -0 ports/devel/py-roxlib/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 5:51:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB6E37B401; Sun, 12 Jan 2003 05:51:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A4143F83; Sun, 12 Jan 2003 05:51:38 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CDpcfh063119; Sun, 12 Jan 2003 05:51:38 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CDpb7x063118; Sun, 12 Jan 2003 05:51:37 -0800 (PST) Message-Id: <200301121351.h0CDpb7x063118@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 05:51:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 05:51:37 PST Modified files: . modules Log: Add py-roxlib -> ports/devel/py-roxlib. Revision Changes Path 1.6452 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 6:11:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A909837B401; Sun, 12 Jan 2003 06:11:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAA443F5B; Sun, 12 Jan 2003 06:11:15 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CEBFfh069414; Sun, 12 Jan 2003 06:11:15 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CEBEo7069407; Sun, 12 Jan 2003 06:11:14 -0800 (PST) Message-Id: <200301121411.h0CEBEo7069407@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 06:11:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/rox-memo Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 06:11:14 PST Modified files: deskutils Makefile Added files: deskutils/rox-memo Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add rox-memo, an appointment/todo manager for the ROX desktop. Revision Changes Path 1.73 +1 -0 ports/deskutils/Makefile 1.1 +32 -0 ports/deskutils/rox-memo/Makefile (new) 1.1 +1 -0 ports/deskutils/rox-memo/distinfo (new) 1.1 +1 -0 ports/deskutils/rox-memo/pkg-comment (new) 1.1 +1 -0 ports/deskutils/rox-memo/pkg-descr (new) 1.1 +37 -0 ports/deskutils/rox-memo/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 6:12:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96E637B401; Sun, 12 Jan 2003 06:12:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668D43F43; Sun, 12 Jan 2003 06:12:18 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CECIfh070303; Sun, 12 Jan 2003 06:12:18 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CECIv7070302; Sun, 12 Jan 2003 06:12:18 -0800 (PST) Message-Id: <200301121412.h0CECIv7070302@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 06:12:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 06:12:18 PST Modified files: . modules Log: Add rox-memo -> ports/deskutils/rox-memo. Revision Changes Path 1.6453 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 6:21: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E5837B401; Sun, 12 Jan 2003 06:20:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F035143ED8; Sun, 12 Jan 2003 06:20:58 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CEKwfh072715; Sun, 12 Jan 2003 06:20:58 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CEKwYb072707; Sun, 12 Jan 2003 06:20:58 -0800 (PST) Message-Id: <200301121420.h0CEKwYb072707@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 06:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/rox-wallpaper Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 06:20:58 PST Modified files: x11 Makefile Added files: x11/rox-wallpaper Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add wallpaper management tool for the ROX desktop. Revision Changes Path 1.389 +1 -0 ports/x11/Makefile 1.1 +32 -0 ports/x11/rox-wallpaper/Makefile (new) 1.1 +1 -0 ports/x11/rox-wallpaper/distinfo (new) 1.1 +1 -0 ports/x11/rox-wallpaper/pkg-comment (new) 1.1 +2 -0 ports/x11/rox-wallpaper/pkg-descr (new) 1.1 +21 -0 ports/x11/rox-wallpaper/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 6:21:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A099637B401; Sun, 12 Jan 2003 06:21:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8E843EB2; Sun, 12 Jan 2003 06:21:42 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CELgfh073939; Sun, 12 Jan 2003 06:21:42 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CELgBh073938; Sun, 12 Jan 2003 06:21:42 -0800 (PST) Message-Id: <200301121421.h0CELgBh073938@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 12 Jan 2003 06:21:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/12 06:21:42 PST Modified files: . modules Log: Add rox-wallpaper -> ports/x11/rox-wallpaper. Revision Changes Path 1.6454 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 7: 8: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7B237B401; Sun, 12 Jan 2003 07:08:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217D543E4A; Sun, 12 Jan 2003 07:08:06 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CF85fh088317; Sun, 12 Jan 2003 07:08:05 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CF852N088316; Sun, 12 Jan 2003 07:08:05 -0800 (PST) Message-Id: <200301121508.h0CF852N088316@repoman.freebsd.org> From: Martin Blapp Date: Sun, 12 Jan 2003 07:08:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile pkg-message ports/editors/openoffice/files patch-sal+osl+unx+system.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/12 07:08:05 PST Modified files: editors/openoffice Makefile pkg-message editors/openoffice/files patch-sal+osl+unx+system.h Log: Remove the procfs dependency. Use the PS_STRINGS macro to get argv[]. Revision Changes Path 1.140 +0 -15 ports/editors/openoffice/Makefile 1.3 +23 -5 ports/editors/openoffice/files/patch-sal+osl+unx+system.h 1.15 +0 -8 ports/editors/openoffice/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 7:10:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BD337B401; Sun, 12 Jan 2003 07:10:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0084E43F7B; Sun, 12 Jan 2003 07:10:40 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CFAdfh089706; Sun, 12 Jan 2003 07:10:39 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CFAdG7089701; Sun, 12 Jan 2003 07:10:39 -0800 (PST) Message-Id: <200301121510.h0CFAdG7089701@repoman.freebsd.org> From: Martin Heinen Date: Sun, 12 Jan 2003 07:10:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2003/01/12 07:10:39 PST Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add a missing tag, fix entities for "<" and ">" in wicontrol output, use for a sysctl and fix a typo. Revision Changes Path 1.193 +4 -4 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 7:13:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3975637B401; Sun, 12 Jan 2003 07:13:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86E343EB2; Sun, 12 Jan 2003 07:13:17 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CFDHfh091795; Sun, 12 Jan 2003 07:13:17 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CFDHOW091794; Sun, 12 Jan 2003 07:13:17 -0800 (PST) Message-Id: <200301121513.h0CFDHOW091794@repoman.freebsd.org> From: Martin Blapp Date: Sun, 12 Jan 2003 07:13:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-translation-ru X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/12 07:13:17 PST Added files: editors/openoffice/files patch-translation-ru Log: Fix for numerous bugs with russian localization. PR: 45267 Submitted by: Alexandr Kovalenko Revision Changes Path 1.1 +2490 -0 ports/editors/openoffice/files/patch-translation-ru (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 7:18:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9E737B401; Sun, 12 Jan 2003 07:18:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD7443F3F; Sun, 12 Jan 2003 07:18:47 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CFIlfh091941; Sun, 12 Jan 2003 07:18:47 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CFIlLJ091940; Sun, 12 Jan 2003 07:18:47 -0800 (PST) Message-Id: <200301121518.h0CFIlLJ091940@repoman.freebsd.org> From: Mike Barcroft Date: Sun, 12 Jan 2003 07:18:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys read.2 write.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2003/01/12 07:18:47 PST Modified files: lib/libc/sys read.2 write.2 Log: Fix struct iovec documentation to match reality. Submitted by: Craig Rodrigues Revision Changes Path 1.19 +1 -1 src/lib/libc/sys/read.2 1.24 +1 -1 src/lib/libc/sys/write.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 7:26:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED59237B405; Sun, 12 Jan 2003 07:26:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3EE43E4A; Sun, 12 Jan 2003 07:26:16 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CFQGfh095468; Sun, 12 Jan 2003 07:26:16 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CFQGKZ095467; Sun, 12 Jan 2003 07:26:16 -0800 (PST) Message-Id: <200301121526.h0CFQGKZ095467@repoman.freebsd.org> From: Martin Heinen Date: Sun, 12 Jan 2003 07:26:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/disks chapter.sgml doc/de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2003/01/12 07:26:16 PST Modified files: de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: MFbed: catch up with the latest English revisions: books/handbook/disks/chapter.sgml 1.130 -> 1.131 books/handbook/advanced-networking/chapter.sgml 1.186 -> 1.193 Revision Changes Path 1.3 +83 -38 doc/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.21 +8 -2 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 8:47:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34D337B401; Sun, 12 Jan 2003 08:47:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C54643F6D; Sun, 12 Jan 2003 08:47:46 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CGlkfh024010; Sun, 12 Jan 2003 08:47:46 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CGlkpe024009; Sun, 12 Jan 2003 08:47:46 -0800 (PST) Message-Id: <200301121647.h0CGlkpe024009@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 12 Jan 2003 08:47:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/12 08:47:46 PST Modified files: www/wwwoffle Makefile distinfo pkg-plist Log: Upgrade to 2.7h. Revision Changes Path 1.29 +1 -1 ports/www/wwwoffle/Makefile 1.16 +1 -1 ports/www/wwwoffle/distinfo 1.16 +1 -0 ports/www/wwwoffle/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9: 5: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CFE37B405; Sun, 12 Jan 2003 09:05:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CBD43F1E; Sun, 12 Jan 2003 09:05:03 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CH53fh031052; Sun, 12 Jan 2003 09:05:03 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CH53HZ031051; Sun, 12 Jan 2003 09:05:03 -0800 (PST) Message-Id: <200301121705.h0CH53HZ031051@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 12 Jan 2003 09:05:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/12 09:05:03 PST Modified files: security/steghide Makefile Log: Explicit link with -lmcrypt. Noticed by: bento Revision Changes Path 1.11 +1 -1 ports/security/steghide/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9:23:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CDC337B401; Sun, 12 Jan 2003 09:23:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EE743F3F; Sun, 12 Jan 2003 09:23:34 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CHNYfh038118; Sun, 12 Jan 2003 09:23:34 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CHNXAS038117; Sun, 12 Jan 2003 09:23:33 -0800 (PST) Message-Id: <200301121723.h0CHNXAS038117@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 12 Jan 2003 09:23:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/mlterm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/12 09:23:33 PST Modified files: x11/mlterm Makefile distinfo Log: Update to 2.6.3. Revision Changes Path 1.12 +2 -2 ports/x11/mlterm/Makefile 1.9 +1 -1 ports/x11/mlterm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9:31:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDB637B401; Sun, 12 Jan 2003 09:31:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5DC43F43; Sun, 12 Jan 2003 09:31:16 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CHVGfh040817; Sun, 12 Jan 2003 09:31:16 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CHVGGg040810; Sun, 12 Jan 2003 09:31:16 -0800 (PST) Message-Id: <200301121731.h0CHVGGg040810@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 12 Jan 2003 09:31:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/12 09:31:15 PST Modified files: share/sgml freebsd.ent Log: Update for the number of ports and size of the ports collection for FreeBSD 5.0. Revision Changes Path 1.23 +2 -2 doc/share/sgml/freebsd.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9:39:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4DD37B401; Sun, 12 Jan 2003 09:39:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F8A43F18; Sun, 12 Jan 2003 09:39:29 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CHdTfh041861; Sun, 12 Jan 2003 09:39:29 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CHdTgu041860; Sun, 12 Jan 2003 09:39:29 -0800 (PST) Message-Id: <200301121739.h0CHdTgu041860@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Jan 2003 09:39:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/12 09:39:29 PST Modified files: sys/dev/md md.c Log: Shift things around a bit in preparation for future evilness. Revision Changes Path 1.76 +48 -43 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9:40:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC41937B405; Sun, 12 Jan 2003 09:40:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903BB43ED8; Sun, 12 Jan 2003 09:40:07 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CHe7fh042079; Sun, 12 Jan 2003 09:40:07 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CHe7vn042070; Sun, 12 Jan 2003 09:40:07 -0800 (PST) Message-Id: <200301121740.h0CHe7vn042070@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 12 Jan 2003 09:40:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dovecot Makefile distinfo pkg-plist ports/mail/dovecot/files patch-aa patch-dovecot-example.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2003/01/12 09:40:06 PST Modified files: mail/dovecot Makefile distinfo pkg-plist mail/dovecot/files patch-dovecot-example.conf Removed files: mail/dovecot/files patch-aa Log: Update to 0.99.5. PR: 46767 Submitted by: Dominic Marks Revision Changes Path 1.7 +20 -5 ports/mail/dovecot/Makefile 1.3 +1 -1 ports/mail/dovecot/distinfo 1.2 +0 -10 ports/mail/dovecot/files/patch-aa (dead) 1.2 +28 -19 ports/mail/dovecot/files/patch-dovecot-example.conf 1.3 +2 -0 ports/mail/dovecot/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 9:48:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B3D37B401; Sun, 12 Jan 2003 09:48:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6293C43F3F; Sun, 12 Jan 2003 09:48:20 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CHmKfh045495; Sun, 12 Jan 2003 09:48:20 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CHmKMi045494; Sun, 12 Jan 2003 09:48:20 -0800 (PST) Message-Id: <200301121748.h0CHmKMi045494@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 12 Jan 2003 09:48:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/12 09:48:20 PST Modified files: www/zope Makefile distinfo pkg-plist Log: Updated to 2.6.0. Simon, you forgot to remove the temp files before making the plist ;) PR: 46168 Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.42 +7 -11 ports/www/zope/Makefile 1.24 +1 -1 ports/www/zope/distinfo 1.29 +299 -120 ports/www/zope/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10: 8: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC4A37B405; Sun, 12 Jan 2003 10:08:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB57143F13; Sun, 12 Jan 2003 10:08:04 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CI84fh052633; Sun, 12 Jan 2003 10:08:04 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CI84eY052632; Sun, 12 Jan 2003 10:08:04 -0800 (PST) Message-Id: <200301121808.h0CI84eY052632@repoman.freebsd.org> From: Stephane Legrand Date: Sun, 12 Jan 2003 10:08:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/fr/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG stephane 2003/01/12 10:08:04 PST Modified files: fr/news news.xml Log: Merge from the English version: 1.127 -> 1.130 news/news.xml update made by gioria minor fixes by me Revision Changes Path 1.2 +66 -2 www/fr/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:10:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5231137B401; Sun, 12 Jan 2003 10:10:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2FF43F5F; Sun, 12 Jan 2003 10:10:18 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CIAIfh053282; Sun, 12 Jan 2003 10:10:18 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CIAHTk053277; Sun, 12 Jan 2003 10:10:17 -0800 (PST) Message-Id: <200301121810.h0CIAHTk053277@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jan 2003 10:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/early-adopter article.sgml src/release/doc/ja_JP.eucJP/errata article.sgml src/release/doc/ja_JP.eucJP/hardware Makefile src/release/doc/ja_JP.eucJP/hardware/alpha proc-alpha.sgml src/release/doc/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml hw.ent ... X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/12 10:10:17 PST Modified files: (Branch: RELENG_5_0) release/doc/ja_JP.eucJP/early-adopter article.sgml release/doc/ja_JP.eucJP/errata article.sgml release/doc/ja_JP.eucJP/hardware Makefile release/doc/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml hw.ent release/doc/ja_JP.eucJP/hardware/i386 article.sgml release/doc/ja_JP.eucJP/hardware/sparc64 Makefile article.sgml release/doc/ja_JP.eucJP/relnotes Makefile release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/i386 article.sgml release/doc/ja_JP.eucJP/share/sgml release.dsl Added files: (Branch: RELENG_5_0) release/doc/ja_JP.eucJP/hardware/alpha proc-alpha.sgml release/doc/ja_JP.eucJP/hardware/pc98 Makefile article.sgml proc-pc98.sgml release/doc/ja_JP.eucJP/hardware/sparc64 proc-sparc64.sgml release/doc/ja_JP.eucJP/relnotes/ia64 Makefile article.sgml Log: MFC: catch up with the English version for 5.0-RELEASE. 1.6 -> 1.8.2.2 early-adopter/article.sgml 1.9 -> 1.9.2.3 errata/article.sgml 1.3 -> 1.5 hardware/Makefile (new) -> 1.31 hardware/alpha/proc-alpha.sgml 1.3 -> 1.3.2.1 hardware/common/artheader.sgml 1.115 -> 1.119.2.2 hardware/common/dev.sgml 1.3 -> 1.4 hardware/common/hw.ent 1.3 -> 1.4 hardware/i386/article.sgml (new) -> 1.1 hardware/pc98/Makefile (new) -> 1.1 hardware/pc98/article.sgml (new) -> 1.1 hardware/pc98/proc-pc98.sgml 1.1 -> 1.3 hardware/sparc64/Makefile 1.2 -> 1.3 hardware/sparc64/article.sgml (new) -> 1.5 hardware/sparc64/proc-sparc64.sgml 1.4 -> 1.5 relnotes/Makefile 1.424 -> 1.454 relnotes/common/new.sgml 1.3 -> 1.4 relnotes/i386/article.sgml (new) -> 1.1 relnotes/ia64/Makefile (new) -> 1.1 relnotes/ia64/article.sgml 1.6 -> 1.6.2.1 share/sgml/release.dsl Approved by: re (blanket) Revision Changes Path 1.2.2.1 +28 -8 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml 1.5.2.1 +69 -31 src/release/doc/ja_JP.eucJP/errata/article.sgml 1.1.2.1 +4 -2 src/release/doc/ja_JP.eucJP/hardware/Makefile 1.1.2.1 +3136 -0 src/release/doc/ja_JP.eucJP/hardware/alpha/proc-alpha.sgml (new) 1.1.2.1 +2 -1 src/release/doc/ja_JP.eucJP/hardware/common/artheader.sgml 1.4.2.1 +161 -109 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.1.2.1 +2 -1 src/release/doc/ja_JP.eucJP/hardware/common/hw.ent 1.1.2.1 +2 -4 src/release/doc/ja_JP.eucJP/hardware/i386/article.sgml 1.1.2.1 +21 -0 src/release/doc/ja_JP.eucJP/hardware/pc98/Makefile (new) 1.1.2.1 +31 -0 src/release/doc/ja_JP.eucJP/hardware/pc98/article.sgml (new) 1.1.2.1 +10 -0 src/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.sgml (new) 1.1.2.1 +2 -2 src/release/doc/ja_JP.eucJP/hardware/sparc64/Makefile 1.2.2.1 +3 -15 src/release/doc/ja_JP.eucJP/hardware/sparc64/article.sgml 1.1.2.1 +144 -0 src/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.sgml (new) 1.4.2.1 +3 -2 src/release/doc/ja_JP.eucJP/relnotes/Makefile 1.65.2.1 +799 -681 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.3.2.1 +3 -3 src/release/doc/ja_JP.eucJP/relnotes/i386/article.sgml 1.1.2.1 +19 -0 src/release/doc/ja_JP.eucJP/relnotes/ia64/Makefile (new) 1.1.2.1 +31 -0 src/release/doc/ja_JP.eucJP/relnotes/ia64/article.sgml (new) 1.9.2.1 +2 -13 src/release/doc/ja_JP.eucJP/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:21: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0556037B401; Sun, 12 Jan 2003 10:20:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7588B43ED8; Sun, 12 Jan 2003 10:20:56 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CIKufh059823; Sun, 12 Jan 2003 10:20:56 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CIKtVG059813; Sun, 12 Jan 2003 10:20:55 -0800 (PST) Message-Id: <200301121820.h0CIKtVG059813@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 12 Jan 2003 10:20:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/isa chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/12 10:20:55 PST Modified files: en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml en_US.ISO8859-1/books/developers-handbook/isa chapter.sgml en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml en_US.ISO8859-1/books/developers-handbook/kobj chapter.sgml en_US.ISO8859-1/books/developers-handbook/l10n chapter.sgml en_US.ISO8859-1/books/developers-handbook/locking chapter.sgml en_US.ISO8859-1/books/developers-handbook/pci chapter.sgml en_US.ISO8859-1/books/developers-handbook/scsi chapter.sgml en_US.ISO8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO8859-1/books/developers-handbook/sound chapter.sgml en_US.ISO8859-1/books/developers-handbook/sysinit chapter.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/developers-handbook/usb chapter.sgml en_US.ISO8859-1/books/developers-handbook/vm chapter.sgml en_US.ISO8859-1/books/fdp-primer book.sgml en_US.ISO8859-1/books/fdp-primer/doc-build chapter.sgml en_US.ISO8859-1/books/fdp-primer/examples appendix.sgml en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml en_US.ISO8859-1/books/fdp-primer/see-also chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml en_US.ISO8859-1/books/fdp-primer/structure chapter.sgml en_US.ISO8859-1/books/fdp-primer/stylesheets chapter.sgml en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml en_US.ISO8859-1/books/fdp-primer/tools chapter.sgml en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml en_US.ISO8859-1/books/handbook book.sgml colophon.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/backups chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/printing chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/vinum chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml en_US.ISO8859-1/books/porters-handbook book.sgml en_US.ISO8859-1/share/sgml legalnotice.sgml Log: /tmp/msg Revision Changes Path 1.11 +7 -7 doc/en_US.ISO8859-1/books/developers-handbook/boot/chapter.sgml 1.22 +5 -5 doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml 1.7 +4 -4 doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.13 +12 -12 doc/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml 1.8 +3 -3 doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml 1.44 +7 -7 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml 1.3 +3 -3 doc/en_US.ISO8859-1/books/developers-handbook/kobj/chapter.sgml 1.7 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/l10n/chapter.sgml 1.4 +3 -3 doc/en_US.ISO8859-1/books/developers-handbook/locking/chapter.sgml 1.9 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/pci/chapter.sgml 1.9 +7 -7 doc/en_US.ISO8859-1/books/developers-handbook/scsi/chapter.sgml 1.16 +4 -4 doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml 1.3 +3 -3 doc/en_US.ISO8859-1/books/developers-handbook/sound/chapter.sgml 1.4 +3 -3 doc/en_US.ISO8859-1/books/developers-handbook/sysinit/chapter.sgml 1.26 +6 -6 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.4 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/usb/chapter.sgml 1.7 +6 -6 doc/en_US.ISO8859-1/books/developers-handbook/vm/chapter.sgml 1.18 +5 -5 doc/en_US.ISO8859-1/books/fdp-primer/book.sgml 1.11 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml 1.10 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml 1.17 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 1.9 +5 -5 doc/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml 1.50 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.34 +5 -5 doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.12 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml 1.9 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml 1.12 +4 -4 doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml 1.24 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml 1.32 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml 1.194 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.48 +1 -1 doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml 1.94 +4 -4 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.129 +3 -3 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.6 +1 -1 doc/en_US.ISO8859-1/books/handbook/colophon.sgml 1.80 +2 -2 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.172 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.234 +3 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.79 +1 -1 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.94 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.85 +3 -3 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.83 +2 -2 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.71 +1 -1 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.255 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.182 +3 -3 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.97 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.64 +1 -1 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml 1.136 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.14 +3 -3 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml 1.104 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 1.261 +53 -53 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml 1.3 +1 -1 doc/en_US.ISO8859-1/share/sgml/legalnotice.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:23:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E2B37B401; Sun, 12 Jan 2003 10:23:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B3543F43; Sun, 12 Jan 2003 10:23:15 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CINFfh061511; Sun, 12 Jan 2003 10:23:15 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CINFLO061510; Sun, 12 Jan 2003 10:23:15 -0800 (PST) Message-Id: <200301121823.h0CINFLO061510@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 12 Jan 2003 10:23:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/12 10:23:15 PST Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/en_US.ISO8859-1/hardware/pc98 proc-pc98.sgml release/doc/en_US.ISO8859-1/hardware/sparc64 dev-sparc64.sgml proc-sparc64.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: /tmp/msg Revision Changes Path 1.10 +7 -7 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml 1.11 +3 -3 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.53 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.125 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.4 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/intro.sgml 1.4 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml 1.2 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml 1.3 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/pc98/proc-pc98.sgml 1.2 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/sparc64/dev-sparc64.sgml 1.8 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml 1.18 +1 -1 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.13 +2 -2 src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml 1.21 +4 -4 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.474 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:27: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2A237B401; Sun, 12 Jan 2003 10:27:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761A543F13; Sun, 12 Jan 2003 10:27:04 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CIR4fh061838; Sun, 12 Jan 2003 10:27:04 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CIR4qq061837; Sun, 12 Jan 2003 10:27:04 -0800 (PST) Message-Id: <200301121827.h0CIR4qq061837@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 12 Jan 2003 10:27:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/12 10:27:04 PST Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/en_US.ISO8859-1/hardware/pc98 proc-pc98.sgml release/doc/en_US.ISO8859-1/hardware/sparc64 dev-sparc64.sgml proc-sparc64.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Forced commit; the previous commit's message should have been: Add 'id' tags to all sections to ensure a sensible naming scheme for the generated HTML documents. Translators: no content changes. Discussed with: bmah and udo on -doc Revision Changes Path 1.11 +0 -0 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml 1.12 +0 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.54 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.126 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.5 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/common/intro.sgml 1.5 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml 1.3 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml 1.4 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/pc98/proc-pc98.sgml 1.3 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/sparc64/dev-sparc64.sgml 1.9 +0 -0 src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml 1.19 +0 -0 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.14 +0 -0 src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml 1.22 +0 -0 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.475 +0 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:31:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A8437B401; Sun, 12 Jan 2003 10:31:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C586B43F6D; Sun, 12 Jan 2003 10:31:46 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CIVkfh066157; Sun, 12 Jan 2003 10:31:46 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CIVkK1066156; Sun, 12 Jan 2003 10:31:46 -0800 (PST) Message-Id: <200301121831.h0CIVkK1066156@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 12 Jan 2003 10:31:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/isa chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/12 10:31:46 PST Modified files: en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml en_US.ISO8859-1/books/developers-handbook/isa chapter.sgml en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml en_US.ISO8859-1/books/developers-handbook/kobj chapter.sgml en_US.ISO8859-1/books/developers-handbook/l10n chapter.sgml en_US.ISO8859-1/books/developers-handbook/locking chapter.sgml en_US.ISO8859-1/books/developers-handbook/pci chapter.sgml en_US.ISO8859-1/books/developers-handbook/scsi chapter.sgml en_US.ISO8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO8859-1/books/developers-handbook/sound chapter.sgml en_US.ISO8859-1/books/developers-handbook/sysinit chapter.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/developers-handbook/usb chapter.sgml en_US.ISO8859-1/books/developers-handbook/vm chapter.sgml en_US.ISO8859-1/books/fdp-primer book.sgml en_US.ISO8859-1/books/fdp-primer/doc-build chapter.sgml en_US.ISO8859-1/books/fdp-primer/examples appendix.sgml en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml en_US.ISO8859-1/books/fdp-primer/see-also chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml en_US.ISO8859-1/books/fdp-primer/structure chapter.sgml en_US.ISO8859-1/books/fdp-primer/stylesheets chapter.sgml en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml en_US.ISO8859-1/books/fdp-primer/tools chapter.sgml en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml en_US.ISO8859-1/books/handbook book.sgml colophon.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/backups chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/printing chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/vinum chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml en_US.ISO8859-1/books/porters-handbook book.sgml en_US.ISO8859-1/share/sgml legalnotice.sgml Log: Forced commit; the previous commit's message should have been: Add 'id' tags to all sections to ensure a sensible naming scheme for the generated HTML documents. Translators: no content changes. Discussed with: bmah and udo on -doc Revision Changes Path 1.12 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/boot/chapter.sgml 1.23 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml 1.8 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.14 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml 1.9 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml 1.45 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml 1.4 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/kobj/chapter.sgml 1.8 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/l10n/chapter.sgml 1.5 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/locking/chapter.sgml 1.10 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/pci/chapter.sgml 1.10 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/scsi/chapter.sgml 1.17 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml 1.4 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/sound/chapter.sgml 1.5 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/sysinit/chapter.sgml 1.27 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.5 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/usb/chapter.sgml 1.8 +0 -0 doc/en_US.ISO8859-1/books/developers-handbook/vm/chapter.sgml 1.19 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/book.sgml 1.12 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml 1.11 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml 1.18 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 1.10 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml 1.51 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.35 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.13 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml 1.10 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml 1.13 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml 1.25 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml 1.33 +0 -0 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml 1.195 +0 -0 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.49 +0 -0 doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml 1.95 +0 -0 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.130 +0 -0 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.7 +0 -0 doc/en_US.ISO8859-1/books/handbook/colophon.sgml 1.81 +0 -0 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.173 +0 -0 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.235 +0 -0 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.80 +0 -0 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.95 +0 -0 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.86 +0 -0 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.84 +0 -0 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.72 +0 -0 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.256 +0 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.183 +0 -0 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.98 +0 -0 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.65 +0 -0 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml 1.137 +0 -0 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.15 +0 -0 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml 1.105 +0 -0 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 1.262 +0 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml 1.4 +0 -0 doc/en_US.ISO8859-1/share/sgml/legalnotice.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:37:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 555CF37B401 for ; Sun, 12 Jan 2003 10:37:52 -0800 (PST) Received: from morphy.iki.fi (baana-pppoes-213-139-166-84.suomi.net [213.139.166.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CECB43F13 for ; Sun, 12 Jan 2003 10:37:50 -0800 (PST) (envelope-from morphy@morphy.iki.fi) Received: (qmail 14976 invoked by uid 1000); 12 Jan 2003 18:37:43 -0000 Date: Sun, 12 Jan 2003 20:37:43 +0200 From: "Mikko S. Hyvarinen" To: cvs-all@FreeBSD.org Cc: sos@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c Message-ID: <20030112183743.GA14895@morphy.iki.fi> References: <200301081651.h08GpfoW059694@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301081651.h08GpfoW059694@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 08, 2003 at 08:51:41AM -0800, Sren Schmidt wrote: > sos 2003/01/08 08:51:41 PST > > Modified files: > sys/dev/ata ata-dma.c ata-pci.c > Log: > Add support for the nVidia nForce2 ATA part. > > Fix support for the nForce1 as well, registers are offset 0x10 > against the AMD/VIA parts. > > Revision Changes Path > 1.108 +21 -9 src/sys/dev/ata/ata-dma.c > 1.52 +4 -1 src/sys/dev/ata/ata-pci.c > Thanks! This enables full use of the on-board ATA on Asus A7N8X Deluxe. Before: atapci0: port 0xf000-0xf00f at device 9.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... ad0: 78167MB [158816/16/63] at ata0-master BIOSDMA ad1: 78167MB [158816/16/63] at ata0-slave WDMA2 ..when the BIOS was not told about the existence of the disks. If the BIOS knew about them, booting would just stop here. After: atapci0: port 0xf000-0xf00f at device 9.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... ad0: 78167MB [158816/16/63] at ata0-master UDMA100 ad1: 78167MB [158816/16/63] at ata0-slave UDMA100 Performance increase was quite noticeable and I haven't encountered any trouble with it so far (3 days of 24/7 lightweight use). Regards, MSH -- All opinions expressed above are mine alone and do not express the views of my employer or any other organizations that I am affiliated with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:38:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F225337B401 for ; Sun, 12 Jan 2003 10:38:32 -0800 (PST) Received: from straylight.ringlet.net (discworld.nanolink.com [217.75.135.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 397F843F5B for ; Sun, 12 Jan 2003 10:38:30 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 78983 invoked by uid 1000); 12 Jan 2003 18:37:50 -0000 Date: Sun, 12 Jan 2003 20:37:50 +0200 From: Peter Pentchev To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/isa chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml ... Message-ID: <20030112183750.GC36479@straylight.oblivion.bg> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301121820.h0CIKtVG059813@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S1BNGpv0yoYahz37" Content-Disposition: inline In-Reply-To: <200301121820.h0CIKtVG059813@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 10:20:55AM -0800, Peter Pentchev wrote: > roam 2003/01/12 10:20:55 PST >=20 > Modified files: > en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml=20 [filelist snipped] > Log: > /tmp/msg A R R G H. One would think that more than three years of CVS usage would have been enough for me to learn its basic command-line options :( Apologies all around. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If this sentence were in Chinese, it would say something else. --S1BNGpv0yoYahz37 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IbX+7Ri2jRYZRVMRAmE/AJ9t7Xp5dznUUkVReCcf5vqtF8frQQCfaYvC VHSQTsLlAMKGHeuDFvZB/fg= =1w86 -----END PGP SIGNATURE----- --S1BNGpv0yoYahz37-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 10:43:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7ED37B401; Sun, 12 Jan 2003 10:43:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE2D43E4A; Sun, 12 Jan 2003 10:43:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CIhUfh069831; Sun, 12 Jan 2003 10:43:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CIhTIZ069830; Sun, 12 Jan 2003 10:43:29 -0800 (PST) Message-Id: <200301121843.h0CIhTIZ069830@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 10:43:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nspr/files patch-..::pr::include::md::_freebsd.cfg patch-..::pr::include::md::_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 10:43:29 PST Modified files: devel/nspr/files patch-..::pr::include::md::_freebsd.h Added files: devel/nspr/files patch-..::pr::include::md::_freebsd.cfg Log: Attempt to fix build on sparc64 and ia64. I tried to test, but panther doesn't have libc_r. The build did get further than the errors reported on bento. Reported by: bento Revision Changes Path 1.1 +110 -0 ports/devel/nspr/files/patch-..::pr::include::md::_freebsd.cfg (new) 1.3 +16 -6 ports/devel/nspr/files/patch-..::pr::include::md::_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11: 4:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BFE37B401; Sun, 12 Jan 2003 11:04:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B3043F13; Sun, 12 Jan 2003 11:04:49 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CJ4nfh076945; Sun, 12 Jan 2003 11:04:49 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CJ4nbC076944; Sun, 12 Jan 2003 11:04:49 -0800 (PST) Message-Id: <200301121904.h0CJ4nbC076944@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Jan 2003 11:04:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2003/01/12 11:04:49 PST Modified files: sys/sys proc.h sys/kern sched_4bsd.c Log: - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. This will prevent access through mechanisms other than the published interfaces. Revision Changes Path 1.8 +30 -15 src/sys/kern/sched_4bsd.c 1.288 +0 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11:14:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B0D37B401; Sun, 12 Jan 2003 11:14:54 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A336343F13; Sun, 12 Jan 2003 11:14:53 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0CJEqj10412; Sun, 12 Jan 2003 11:14:52 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id LAA22960; Sun, 12 Jan 2003 11:14:40 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA15939; Sun, 12 Jan 2003 12:14:37 -0700 (MST) Message-ID: <3E21BE8C.8030702@btc.adaptec.com> Date: Sun, 12 Jan 2003 12:14:20 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Dillon Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... References: <200301120137.h0C1bD0E098037@repoman.freebsd.org> In-Reply-To: <200301120137.h0C1bD0E098037@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > dillon 2003/01/11 17:37:13 PST > > Modified files: [...] > > Log: > Change struct file f_data to un_data, a union of the correct struct > pointer types, and remove a huge number of casts from code using it. > > Change struct xfile xf_data to xun_data (ABI is still compatible). > > If we need to add a #define for f_data and xf_data we can, but I don't > think it will be necessary. There are no operational changes in this > commit. > Parts of this change have been objected to by no fewer than five people on grounds ranging from technical to style to project management concerns. Please act as a member of the team and do what has been asked. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11:19:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF5537B401; Sun, 12 Jan 2003 11:19:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A253B43F5B; Sun, 12 Jan 2003 11:19:34 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CJJYfh081055; Sun, 12 Jan 2003 11:19:34 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CJJYGi081054; Sun, 12 Jan 2003 11:19:34 -0800 (PST) Message-Id: <200301121919.h0CJJYGi081054@repoman.freebsd.org> From: Martin Heinen Date: Sun, 12 Jan 2003 11:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/de_DE.ISO8859-1/books/handbook/basics chapter.sgml doc/de_DE.ISO8859-1/books/handbook book.sgml colophon.sgml doc/de_DE.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/de_DE.ISO8859-1/books/handbook/mirrors ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2003/01/12 11:19:34 PST Modified files: de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml de_DE.ISO8859-1/books/handbook/basics chapter.sgml de_DE.ISO8859-1/books/handbook book.sgml colophon.sgml de_DE.ISO8859-1/books/handbook/kernelconfig chapter.sgml de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml de_DE.ISO8859-1/books/handbook/mail chapter.sgml de_DE.ISO8859-1/books/handbook/l10n chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml de_DE.ISO8859-1/books/handbook/x11 chapter.sgml de_DE.ISO8859-1/books/handbook/ports chapter.sgml de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml de_DE.ISO8859-1/share/sgml legalnotice.sgml de_DE.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: MFbed: use id-attributes for all -tags. Revision Changes Path 1.4 +3 -3 doc/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.19 +6 -6 doc/de_DE.ISO8859-1/books/handbook/basics/chapter.sgml 1.27 +5 -5 doc/de_DE.ISO8859-1/books/handbook/book.sgml 1.4 +3 -3 doc/de_DE.ISO8859-1/books/handbook/colophon.sgml 1.18 +4 -4 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml 1.13 +3 -3 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.14 +4 -4 doc/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.10 +5 -5 doc/de_DE.ISO8859-1/books/handbook/l10n/chapter.sgml 1.6 +4 -4 doc/de_DE.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.9 +4 -4 doc/de_DE.ISO8859-1/books/handbook/mail/chapter.sgml 1.10 +3 -3 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.15 +5 -5 doc/de_DE.ISO8859-1/books/handbook/ports/chapter.sgml 1.9 +3 -3 doc/de_DE.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.17 +3 -3 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml 1.3 +3 -3 doc/de_DE.ISO8859-1/books/handbook/x11/chapter.sgml 1.3 +3 -3 doc/de_DE.ISO8859-1/share/sgml/legalnotice.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11:23:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C88F37B401; Sun, 12 Jan 2003 11:23:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D4E43F43; Sun, 12 Jan 2003 11:23:56 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CJNtfh084498; Sun, 12 Jan 2003 11:23:55 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CJNtlo084497; Sun, 12 Jan 2003 11:23:55 -0800 (PST) Message-Id: <200301121923.h0CJNtlo084497@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 11:23:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 11:23:55 PST Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Typo s/then/than Submitted by: Craig Rodrigues Revision Changes Path 1.196 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11:33:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9B637B401; Sun, 12 Jan 2003 11:33:18 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7C343F87; Sun, 12 Jan 2003 11:33:17 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h0CJXB653883; Sun, 12 Jan 2003 14:33:11 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 12 Jan 2003 14:33:11 -0500 (EST) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <200301121904.h0CJ4nbC076944@repoman.freebsd.org> Message-ID: <20030112143211.Q69199-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jeff Roberson wrote: > jeff 2003/01/12 11:04:49 PST > > Modified files: > sys/sys proc.h > sys/kern sched_4bsd.c > Log: > - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. > This will prevent access through mechanisms other than the published > interfaces. > Er, this change adjusts the size of struct proc. I should have gone through re before commiting. Are there any objections? I can easily back it out, it's just tidying things up for the new scheduler. Cheers, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 11:48:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398D537B401; Sun, 12 Jan 2003 11:48:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83F743E4A; Sun, 12 Jan 2003 11:48:18 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CJmIfh091724; Sun, 12 Jan 2003 11:48:18 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CJmIiH091723; Sun, 12 Jan 2003 11:48:18 -0800 (PST) Message-Id: <200301121948.h0CJmIiH091723@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jan 2003 11:48:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/12 11:48:18 PST Modified files: release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.424 -> 1.444 relnotes/common/new.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp-work 577] Revision Changes Path 1.67 +173 -154 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 12: 4:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE0237B401; Sun, 12 Jan 2003 12:04:52 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FF543ED8; Sun, 12 Jan 2003 12:04:52 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0CK4oj14723; Sun, 12 Jan 2003 12:04:50 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA27915; Sun, 12 Jan 2003 12:04:44 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA15965; Sun, 12 Jan 2003 13:04:40 -0700 (MST) Message-ID: <3E21CA47.1060305@btc.adaptec.com> Date: Sun, 12 Jan 2003 13:04:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson Cc: Jeff Roberson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c References: <20030112143211.Q69199-100000@mail.chesapeake.net> In-Reply-To: <20030112143211.Q69199-100000@mail.chesapeake.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff Roberson wrote: > On Sun, 12 Jan 2003, Jeff Roberson wrote: > > > >jeff 2003/01/12 11:04:49 PST > > > > Modified files: > > sys/sys proc.h > > sys/kern sched_4bsd.c > > Log: > > - Move ke_pctcpu and ke_cpticks into the scheduler specific > datastructure. > > This will prevent access through mechanisms other than the published > > interfaces. > > > > > Er, this change adjusts the size of struct proc. I should have gone > through re before commiting. Are there any objections? I can easily back > it out, it's just tidying things up for the new scheduler. > > Cheers, > Jeff Jeff, Thanks for this follow-up email. As was noted recently in another case, changing the API and/or ABI should be coordinated with re@. However, you have already talked with re@ members extensively about your work on the scheduler, so this change isn't a huge surprise. Of course, please be more careful next time about coordination. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 12:25:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C7837B401; Sun, 12 Jan 2003 12:25:49 -0800 (PST) Received: from tara.freenix.org (keltia.freenix.org [62.4.20.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D2243EB2; Sun, 12 Jan 2003 12:25:48 -0800 (PST) (envelope-from roberto@tara.freenix.org) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 6C8CB2A89; Sun, 12 Jan 2003 21:25:42 +0100 (CET) Date: Sun, 12 Jan 2003 21:25:42 +0100 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports LEGAL Message-ID: <20030112202542.GA18244@tara.freenix.org> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301121021.h0CAL5uY086874@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301121021.h0CAL5uY086874@repoman.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT K6-3D/266 & 2x PIII/800 SMP User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG According to Alexander Leidinger: > Log: > Sync filename after the icc 6 -> 7 update. How do you get the -78 version of icc 7 BTW ? The latest I get from the web site is -65... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 12:34:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B8937B401; Sun, 12 Jan 2003 12:34:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E66043F1E; Sun, 12 Jan 2003 12:34:46 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CKYjfh009528; Sun, 12 Jan 2003 12:34:45 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CKYjWq009527; Sun, 12 Jan 2003 12:34:45 -0800 (PST) Message-Id: <200301122034.h0CKYjWq009527@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 12 Jan 2003 12:34:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kde3 Makefile.kde X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/12 12:34:45 PST Modified files: x11/kde3 Makefile.kde Log: must explicity ask for final now Revision Changes Path 1.9 +2 -4 ports/x11/kde3/Makefile.kde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 12:59:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4FD637B401; Sun, 12 Jan 2003 12:59:19 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B5C43F13; Sun, 12 Jan 2003 12:59:19 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id h0CKxDP4067207; Sun, 12 Jan 2003 15:59:13 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 12 Jan 2003 15:59:12 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jeff Roberson Cc: Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <20030112143211.Q69199-100000@mail.chesapeake.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jeff Roberson wrote: > On Sun, 12 Jan 2003, Jeff Roberson wrote: > > > jeff 2003/01/12 11:04:49 PST > > > > Modified files: > > sys/sys proc.h > > sys/kern sched_4bsd.c > > Log: > > - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. > > This will prevent access through mechanisms other than the published > > interfaces. > > > > Er, this change adjusts the size of struct proc. I should have gone > through re before commiting. Are there any objections? I can easily > back it out, it's just tidying things up for the new scheduler. Not a problem -- we'd already discussed this change several times and I seem to remember pressuring you (with and without RE hats) to commit it. :-) A formal e-mail never hurts, of course. Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13: 1:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8058F37B401; Sun, 12 Jan 2003 13:01:30 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA3643F1E; Sun, 12 Jan 2003 13:01:29 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id h0CL1SMD008983; Sun, 12 Jan 2003 22:01:28 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0CL1S9Z008982; Sun, 12 Jan 2003 22:01:28 +0100 (CET) Date: Sun, 12 Jan 2003 22:01:28 +0100 From: Wilko Bulte To: Peter Pentchev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 ... Message-ID: <20030112220128.A8949@freebie.xs4all.nl> References: <200301121823.h0CINFLO061510@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200301121823.h0CINFLO061510@repoman.freebsd.org>; from roam@FreeBSD.ORG on Sun, Jan 12, 2003 at 10:23:15AM -0800 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 12, 2003 at 10:23:15AM -0800, Peter Pentchev wrote: > roam 2003/01/12 10:23:15 PST > > Modified files: > release/doc/en_US.ISO8859-1/early-adopter article.sgml > release/doc/en_US.ISO8859-1/errata article.sgml > release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml > release/doc/en_US.ISO8859-1/hardware/common dev.sgml > intro.sgml > release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml > release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml > release/doc/en_US.ISO8859-1/hardware/pc98 proc-pc98.sgml > release/doc/en_US.ISO8859-1/hardware/sparc64 dev-sparc64.sgml > proc-sparc64.sgml > release/doc/en_US.ISO8859-1/installation/common install.sgml > release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml > release/doc/en_US.ISO8859-1/readme article.sgml > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > /tmp/msg Maybe I'm dim: what is "/tmp/msg" ? -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13: 3:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FE037B401; Sun, 12 Jan 2003 13:03:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB5F43F43; Sun, 12 Jan 2003 13:03:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CL3cfh020232; Sun, 12 Jan 2003 13:03:38 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CL3chU020231; Sun, 12 Jan 2003 13:03:38 -0800 (PST) Message-Id: <200301122103.h0CL3chU020231@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Jan 2003 13:03:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii acphy.c miidevs src/sys/pci if_xl.c if_xlreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/12 13:03:38 PST Modified files: sys/dev/mii miidevs acphy.c sys/pci if_xl.c if_xlreg.h Log: Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY and 3com MAC. Specifications for the Altima PHY are available at: http://www.altimacom.com/products/ac101L.html Submitted by: Mikko S. Hyvarinen Revision Changes Path 1.11 +3 -0 src/sys/dev/mii/acphy.c 1.22 +1 -0 src/sys/dev/mii/miidevs 1.121 +2 -0 src/sys/pci/if_xl.c 1.41 +1 -0 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:16:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B3E37B401; Sun, 12 Jan 2003 13:16:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21B343ED8; Sun, 12 Jan 2003 13:16:49 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CLGnfh023933; Sun, 12 Jan 2003 13:16:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CLGnce023932; Sun, 12 Jan 2003 13:16:49 -0800 (PST) Message-Id: <200301122116.h0CLGnce023932@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Jan 2003 13:16:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/12 13:16:49 PST Modified files: sys/dev/md md.c Log: Add code to make md(4) a GEOM device driver instead of relying in the disk mini-layer. This is currently not enabled. Revision Changes Path 1.77 +134 -4 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:19:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA3937B401; Sun, 12 Jan 2003 13:19:48 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAB543F13; Sun, 12 Jan 2003 13:19:47 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0CLJV4x096406; Sun, 12 Jan 2003 22:19:31 +0100 (CET) (envelope-from phk@freebsd.org) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/md md.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 12 Jan 2003 13:16:49 PST." <200301122116.h0CLGnce023932@repoman.freebsd.org> Date: Sun, 12 Jan 2003 22:19:31 +0100 Message-ID: <96405.1042406371@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200301122116.h0CLGnce023932@repoman.freebsd.org>, Poul-Henning Kamp writes: >phk 2003/01/12 13:16:49 PST > > Modified files: > sys/dev/md md.c > Log: > Add code to make md(4) a GEOM device driver instead of relying in > the disk mini-layer. > > This is currently not enabled. This code is here to enable rational discussion with driver developers about the future shape of things. There is a lot of wiggle-waggle due to Giant issues which the future hopefully will take care of. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:21:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8637B401; Sun, 12 Jan 2003 13:21:54 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [193.111.112.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C2043F5B; Sun, 12 Jan 2003 13:21:53 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.6/8.12.6/ZEIST.DE) with ESMTP id h0CLLkaJ004667; Sun, 12 Jan 2003 22:21:46 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.6/8.12.6/Submit) id h0CLLf5l004666; Sun, 12 Jan 2003 22:21:41 +0100 (CET) (envelope-from marius) Date: Sun, 12 Jan 2003 22:21:41 +0100 From: marius@alchemy.franken.de To: Ollivier Robert Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports LEGAL Message-ID: <20030112222141.G524@newtrinity.zeist.de> References: <200301121021.h0CAL5uY086874@repoman.freebsd.org> <20030112202542.GA18244@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030112202542.GA18244@tara.freenix.org>; from roberto@keltia.freenix.fr on Sun, Jan 12, 2003 at 09:25:42PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 12, 2003 at 09:25:42PM +0100, Ollivier Robert wrote: > According to Alexander Leidinger: > > Log: > > Sync filename after the icc 6 -> 7 update. > > How do you get the -78 version of icc 7 BTW ? The latest I get from the web > site is -65... From premier.intel.com, instructions to create the required account should be in the email you received your license with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:25:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8962637B401; Sun, 12 Jan 2003 13:25:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3125643EB2; Sun, 12 Jan 2003 13:25:58 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CLPwfh027593; Sun, 12 Jan 2003 13:25:58 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CLPvRc027592; Sun, 12 Jan 2003 13:25:57 -0800 (PST) Message-Id: <200301122125.h0CLPvRc027592@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 13:25:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 13:25:57 PST Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Various typos fixing. These changes only concern the en_US version. Submitted by: Hiten Pandya Revision Changes Path 1.85 +18 -18 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:34:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 664AD37B401; Sun, 12 Jan 2003 13:34:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A19D43ED8; Sun, 12 Jan 2003 13:34:49 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CLYmfh031199; Sun, 12 Jan 2003 13:34:48 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CLYmlT031198; Sun, 12 Jan 2003 13:34:48 -0800 (PST) Message-Id: <200301122134.h0CLYmlT031198@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jan 2003 13:34:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common dev.sgml src/release/doc/ja_JP.eucJP/hardware/pc98 proc-pc98.sgml src/release/doc/ja_JP.eucJP/hardware/sparc64 proc-sparc64.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/12 13:34:48 PST Modified files: release/doc/ja_JP.eucJP/hardware/common dev.sgml release/doc/ja_JP.eucJP/hardware/pc98 proc-pc98.sgml release/doc/ja_JP.eucJP/hardware/sparc64 proc-sparc64.sgml Log: Merge the following from the English version: 1.1 -> 1.2 hardware/pc98/proc-pc98.sgml 1.122 -> 1.124 hardware/common/dev.sgml 1.5 -> 1.7 hardware/sparc64/proc-sparc64.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp-work 581] Revision Changes Path 1.7 +97 -47 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.2 +24 -3 src/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.sgml 1.2 +2 -8 src/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:42: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D0E37B405; Sun, 12 Jan 2003 13:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D57543F1E; Sun, 12 Jan 2003 13:42:06 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CLg6fh034774; Sun, 12 Jan 2003 13:42:06 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CLg5H5034773; Sun, 12 Jan 2003 13:42:05 -0800 (PST) Message-Id: <200301122142.h0CLg5H5034773@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Jan 2003 13:42:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/12 13:42:05 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Various typos fixing (can be safely ignored by translating teams for the moment). Submitted by: Hiten Pandya Revision Changes Path 1.132 +7 -7 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 13:59:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A9C37B401; Sun, 12 Jan 2003 13:59:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE04943E4A; Sun, 12 Jan 2003 13:59:51 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CLxpfh038503; Sun, 12 Jan 2003 13:59:51 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CLxpa9038502; Sun, 12 Jan 2003 13:59:51 -0800 (PST) Message-Id: <200301122159.h0CLxpa9038502@repoman.freebsd.org> From: Martin Blapp Date: Sun, 12 Jan 2003 13:59:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/12 13:59:51 PST Modified files: editors/openoffice Makefile editors/openoffice-devel Makefile Log: Use always $PORTVERSION instead of hard coded numbers. Revision Changes Path 1.62 +12 -12 ports/editors/openoffice-devel/Makefile 1.141 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 14:28:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788FA37B401; Sun, 12 Jan 2003 14:28:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2427B43EB2; Sun, 12 Jan 2003 14:28:36 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CMSZfh049196; Sun, 12 Jan 2003 14:28:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CMSZ00049195; Sun, 12 Jan 2003 14:28:35 -0800 (PST) Message-Id: <200301122228.h0CMSZ00049195@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 14:28:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 14:28:35 PST Modified files: en/gnome news.xml Log: GNOME 2.2 RC 1 is out. Revision Changes Path 1.29 +25 -1 www/en/gnome/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 14:33:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EF237B401; Sun, 12 Jan 2003 14:33:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88AD743F43; Sun, 12 Jan 2003 14:33:40 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CMXefh052752; Sun, 12 Jan 2003 14:33:40 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CMXeOS052751; Sun, 12 Jan 2003 14:33:40 -0800 (PST) Message-Id: <200301122233.h0CMXeOS052751@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jan 2003 14:33:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/early-adopter article.sgml src/release/doc/ja_JP.eucJP/errata article.sgml src/release/doc/ja_JP.eucJP/hardware/common dev.sgml intro.sgml src/release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml src/release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml src/release/doc/ja_JP.eucJP/hardware/pc98 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/12 14:33:40 PST Modified files: release/doc/ja_JP.eucJP/early-adopter article.sgml release/doc/ja_JP.eucJP/errata article.sgml release/doc/ja_JP.eucJP/hardware/common dev.sgml intro.sgml release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml release/doc/ja_JP.eucJP/hardware/pc98 proc-pc98.sgml release/doc/ja_JP.eucJP/hardware/sparc64 proc-sparc64.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: MFen: Add `id' attribute to . 1.9 -> 1.11 early-adopter/article.sgml 1.10 -> 1.12 errata/article.sgml 1.124 -> 1.126 hardware/common/dev.sgml 1.3 -> 1.5 hardware/common/intro.sgml 1.3 -> 1.5 hardware/i386/proc-i386.sgml 1.1 -> 1.3 hardware/ia64/proc-ia64.sgml 1.2 -> 1.4 hardware/pc98/proc-pc98.sgml 1.7 -> 1.9 hardware/sparc64/proc-sparc64.sgml 1.474 -> 1.476 relnotes/common/new.sgml Revision Changes Path 1.5 +8 -8 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml 1.7 +4 -4 src/release/doc/ja_JP.eucJP/errata/article.sgml 1.8 +2 -2 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.2 +2 -2 src/release/doc/ja_JP.eucJP/hardware/common/intro.sgml 1.3 +2 -2 src/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml 1.2 +2 -2 src/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml 1.3 +2 -2 src/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.sgml 1.3 +2 -2 src/release/doc/ja_JP.eucJP/hardware/sparc64/proc-sparc64.sgml 1.68 +4 -3 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 15: 4: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA9B37B405; Sun, 12 Jan 2003 15:04:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFD643F1E; Sun, 12 Jan 2003 15:04:00 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CN40fh063411; Sun, 12 Jan 2003 15:04:00 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CN40Lo063410; Sun, 12 Jan 2003 15:04:00 -0800 (PST) Message-Id: <200301122304.h0CN40Lo063410@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 12 Jan 2003 15:04:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2003/01/12 15:04:00 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4242 Revision Changes Path 1.128 +1 -1 ports/security/uvscan-dat/Makefile 1.126 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 15:32:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68FAA37B401; Sun, 12 Jan 2003 15:32:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1200743EB2; Sun, 12 Jan 2003 15:32:47 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CNWkfh074065; Sun, 12 Jan 2003 15:32:46 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0CNWkW8074064; Sun, 12 Jan 2003 15:32:46 -0800 (PST) Message-Id: <200301122332.h0CNWkW8074064@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Jan 2003 15:32:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2003/01/12 15:32:46 PST Modified files: sys/vm vm_page.c Log: Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified. The objective being to eliminate some cases of page queues locking. (See, for example, vm/vm_fault.c revision 1.160.) Reviewed by: tegge (Also, pointed out by tegge that I changed vm_fault.c before changing vm_page.c. Oops.) Revision Changes Path 1.236 +5 -4 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 16:12: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC65E37B401; Sun, 12 Jan 2003 16:11:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A6843ED8; Sun, 12 Jan 2003 16:11:59 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D0Bxfh088219; Sun, 12 Jan 2003 16:11:59 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D0BxM3088218; Sun, 12 Jan 2003 16:11:59 -0800 (PST) Message-Id: <200301130011.h0D0BxM3088218@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 12 Jan 2003 16:11:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/12 16:11:59 PST Modified files: (Branch: RELENG_5_0) release/doc/ja_JP.eucJP/hardware/common dev.sgml Log: Add missing parts in the previous commit. Approved by: re (blanket) Revision Changes Path 1.4.2.2 +52 -2 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 16:29: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 624CF37B401; Sun, 12 Jan 2003 16:28:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00EDE43F13; Sun, 12 Jan 2003 16:28:59 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D0Swfh092567; Sun, 12 Jan 2003 16:28:58 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D0Sw2d092566; Sun, 12 Jan 2003 16:28:58 -0800 (PST) Message-Id: <200301130028.h0D0Sw2d092566@repoman.freebsd.org> From: Matt Dillon Date: Sun, 12 Jan 2003 16:28:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/sys file.h src/sys/vm vm_mmap.c src/contrib/ipfilter/ipsend sock.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/12 16:28:58 PST Modified files: sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c sys/sys file.h sys/vm vm_mmap.c contrib/ipfilter/ipsend sock.c usr.bin/fstat fstat.c usr.bin/sockstat sockstat.c usr.sbin/pstat pstat.c sys/alpha/osf1 osf1_mount.c sys/compat/linux linux_file.c linux_stats.c sys/compat/svr4 svr4_fcntl.c svr4_filio.c svr4_ioctl.c svr4_misc.c svr4_socket.c svr4_stream.c sys/dev/streams streams.c sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/portalfs portal_vfsops.c portal_vnops.c sys/fs/unionfs union_subr.c sys/i386/ibcs2 ibcs2_misc.c ibcs2_stat.c sys/netgraph ng_socket.c sys/netsmb smb_dev.c sys/opencrypto cryptodev.c sys/ufs/ffs ffs_alloc.c Log: Bow to the whining masses and change a union back into void *. Retain removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it. Revision Changes Path 1.13 +3 -3 src/contrib/ipfilter/ipsend/sock.c 1.13 +1 -1 src/sys/alpha/osf1/osf1_mount.c 1.74 +1 -1 src/sys/compat/linux/linux_file.c 1.48 +1 -1 src/sys/compat/linux/linux_stats.c 1.30 +1 -1 src/sys/compat/svr4/svr4_fcntl.c 1.24 +1 -1 src/sys/compat/svr4/svr4_filio.c 1.19 +2 -2 src/sys/compat/svr4/svr4_ioctl.c 1.56 +3 -3 src/sys/compat/svr4/svr4_misc.c 1.18 +1 -1 src/sys/compat/svr4/svr4_socket.c 1.41 +1 -1 src/sys/compat/svr4/svr4_stream.c 1.36 +4 -4 src/sys/dev/streams/streams.c 1.82 +1 -1 src/sys/fs/fdescfs/fdesc_vnops.c 1.81 +7 -6 src/sys/fs/fifofs/fifo_vnops.c 1.43 +2 -2 src/sys/fs/portalfs/portal_vfsops.c 1.56 +1 -1 src/sys/fs/portalfs/portal_vnops.c 1.67 +1 -1 src/sys/fs/unionfs/union_subr.c 1.47 +2 -2 src/sys/i386/ibcs2/ibcs2_misc.c 1.21 +1 -1 src/sys/i386/ibcs2/ibcs2_stat.c 1.40 +4 -7 src/sys/kern/kern_acl.c 1.180 +16 -18 src/sys/kern/kern_descrip.c 1.52 +10 -10 src/sys/kern/kern_event.c 1.76 +4 -4 src/sys/kern/kern_mac.c 1.128 +12 -12 src/sys/kern/sys_pipe.c 1.51 +7 -7 src/sys/kern/sys_socket.c 1.142 +6 -6 src/sys/kern/uipc_socket.c 1.135 +4 -4 src/sys/kern/uipc_syscalls.c 1.101 +3 -3 src/sys/kern/uipc_usrreq.c 1.152 +6 -6 src/sys/kern/vfs_aio.c 1.305 +21 -21 src/sys/kern/vfs_syscalls.c 1.181 +7 -7 src/sys/kern/vfs_vnops.c 1.42 +1 -1 src/sys/netgraph/ng_socket.c 1.9 +1 -1 src/sys/netsmb/smb_dev.c 1.7 +4 -4 src/sys/opencrypto/cryptodev.c 1.59 +2 -22 src/sys/sys/file.h 1.107 +1 -1 src/sys/ufs/ffs/ffs_alloc.c 1.155 +1 -1 src/sys/vm/vm_mmap.c 1.48 +4 -4 src/usr.bin/fstat/fstat.c 1.6 +2 -2 src/usr.bin/sockstat/sockstat.c 1.82 +1 -1 src/usr.sbin/pstat/pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 16:33:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1D637B401; Sun, 12 Jan 2003 16:33:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C3243F5F; Sun, 12 Jan 2003 16:33:17 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D0XHfh096110; Sun, 12 Jan 2003 16:33:17 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D0XH94096109; Sun, 12 Jan 2003 16:33:17 -0800 (PST) Message-Id: <200301130033.h0D0XH94096109@repoman.freebsd.org> From: Matt Dillon Date: Sun, 12 Jan 2003 16:33:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/12 16:33:17 PST Modified files: sys/nfsserver nfs_syscalls.c Log: Bow to the whining masses and change a union back into void *. Retain removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it. Revision Changes Path 1.84 +1 -1 src/sys/nfsserver/nfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 17:12:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B75137B401; Sun, 12 Jan 2003 17:12:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C3D43ED8; Sun, 12 Jan 2003 17:12:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D1Cnfh010459; Sun, 12 Jan 2003 17:12:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D1CnqA010458; Sun, 12 Jan 2003 17:12:49 -0800 (PST) Message-Id: <200301130112.h0D1CnqA010458@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 12 Jan 2003 17:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/farblazer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/12 17:12:49 PST Modified files: games/farblazer Makefile Log: Don't install *.orig patch turds. Revision Changes Path 1.2 +1 -1 ports/games/farblazer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 17:29:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF0737B401; Sun, 12 Jan 2003 17:29:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668AC43F1E; Sun, 12 Jan 2003 17:29:15 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D1TFfh014154; Sun, 12 Jan 2003 17:29:15 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D1TFIv014153; Sun, 12 Jan 2003 17:29:15 -0800 (PST) Message-Id: <200301130129.h0D1TFIv014153@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 Jan 2003 17:29:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio flockfile.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/12 17:29:15 PST Modified files: lib/libc/stdio flockfile.3 Log: Add missing word to "Return Values" section. Revision Changes Path 1.3 +1 -0 src/lib/libc/stdio/flockfile.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18: 2:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAACB37B401; Sun, 12 Jan 2003 18:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7459843E4A; Sun, 12 Jan 2003 18:02:22 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D22Mfh028177; Sun, 12 Jan 2003 18:02:22 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D22MBr028176; Sun, 12 Jan 2003 18:02:22 -0800 (PST) Message-Id: <200301130202.h0D22MBr028176@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 18:02:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 editrc.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 18:02:22 PST Modified files: ja_JP.eucJP/man/man5 editrc.5 Log: Catch up with rev 1.16 Submitted by: SUZUKI Koichi Revision Changes Path 1.9 +221 -24 doc/ja_JP.eucJP/man/man5/editrc.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18: 9:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 087BA37B401; Sun, 12 Jan 2003 18:09:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93E743F3F; Sun, 12 Jan 2003 18:09:57 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D29vfh028418; Sun, 12 Jan 2003 18:09:57 -0800 (PST) (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D29voa028417; Sun, 12 Jan 2003 18:09:57 -0800 (PST) Message-Id: <200301130209.h0D29voa028417@repoman.freebsd.org> From: Ade Lovett Date: Sun, 12 Jan 2003 18:09:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2003/01/12 18:09:57 PST Modified files: . access Log: Point commit mail to right mailbox. Revision Changes Path 1.355 +1 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:17:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E379437B401; Sun, 12 Jan 2003 18:17:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8861643E4A; Sun, 12 Jan 2003 18:17:37 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2Hbfh031979; Sun, 12 Jan 2003 18:17:37 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2Hblw031978; Sun, 12 Jan 2003 18:17:37 -0800 (PST) Message-Id: <200301130217.h0D2Hblw031978@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:17:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk12 pkg-plist ports/x11-toolkits/gtk20 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:17:37 PST Modified files: x11-toolkits/gtk12 pkg-plist x11-toolkits/gtk20 pkg-plist Log: Remove the share/themes directory if it's empty. Reported by: bento Revision Changes Path 1.59 +1 -1 ports/x11-toolkits/gtk12/pkg-plist 1.68 +1 -0 ports/x11-toolkits/gtk20/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:21:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC2937B401; Sun, 12 Jan 2003 18:21:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A863B43F1E; Sun, 12 Jan 2003 18:21:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2LXfh035397; Sun, 12 Jan 2003 18:21:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2LXpE035396; Sun, 12 Jan 2003 18:21:33 -0800 (PST) Message-Id: <200301130221.h0D2LXpE035396@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:21:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libgnomecanvas pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:21:33 PST Modified files: graphics/libgnomecanvas pkg-plist Log: Remove share/doc/libgnomecanvas. Reported by: bento Revision Changes Path 1.14 +1 -0 ports/graphics/libgnomecanvas/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:23:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D0D37B405; Sun, 12 Jan 2003 18:23:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B273C43EB2; Sun, 12 Jan 2003 18:23:28 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2NSfh035474; Sun, 12 Jan 2003 18:23:28 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2NSd4035473; Sun, 12 Jan 2003 18:23:28 -0800 (PST) Message-Id: <200301130223.h0D2NSd4035473@repoman.freebsd.org> From: Pete Fritchman Date: Sun, 12 Jan 2003 18:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wtail Makefile distinfo ports/sysutils/wtail/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2003/01/12 18:23:28 PST Modified files: sysutils/wtail Makefile distinfo Removed files: sysutils/wtail/files patch-aa Log: update to 0.2.1. PR: 47000 (wow!) Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/wtail/Makefile 1.2 +1 -1 ports/sysutils/wtail/distinfo 1.2 +0 -10 ports/sysutils/wtail/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:25:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D321E37B401; Sun, 12 Jan 2003 18:25:43 -0800 (PST) Received: from area51.slashnet.org (area51.slashnet.org [209.150.98.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C86A43F1E; Sun, 12 Jan 2003 18:25:43 -0800 (PST) (envelope-from smkelly@zombie.org) Received: from edgemaster.zombie.org (ip68-13-64-165.om.om.cox.net [68.13.64.165]) by area51.slashnet.org (Postfix) with ESMTP id 2F10F49F1F; Sun, 12 Jan 2003 21:25:37 -0500 (EST) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id 7F56A4160C; Sun, 12 Jan 2003 20:25:36 -0600 (CST) Date: Sun, 12 Jan 2003 20:25:36 -0600 From: Sean Kelly To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii acphy.c miidevs src/sys/pci if_xl.c if_xlreg.h Message-ID: <20030113022536.GA85390@edgemaster.zombie.org> References: <200301122103.h0CL3chU020231@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <200301122103.h0CL3chU020231@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 01:03:38PM -0800, David E. O'Brien wrote: > obrien 2003/01/12 13:03:38 PST >=20 > Modified files: > sys/dev/mii miidevs acphy.c=20 > sys/pci if_xl.c if_xlreg.h=20 > Log: > Partial support for the nVidia nForce2 chipset's on-board Broadcom/Alti= ma PHY > and 3com MAC. Specifications for the Altima PHY are available at: > http://www.altimacom.com/products/ac101L.html > =20 > Submitted by: Mikko S. Hyvarinen > =20 > Revision Changes Path > 1.11 +3 -0 src/sys/dev/mii/acphy.c > 1.22 +1 -0 src/sys/dev/mii/miidevs > 1.121 +2 -0 src/sys/pci/if_xl.c > 1.41 +1 -0 src/sys/pci/if_xlreg.h I am no longer able to buildkernel. cc -c -O -pipe -mcpu=3Dpentiumpro -Wall -Wredundant-decls -Wnested-externs = -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -ff= ormat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/= dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KE= RNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred= -stack-boundary=3D2 -ffreestanding -Werror /usr/src/sys/dev/mii/acphy.c /usr/src/sys/dev/mii/acphy.c: In function `acphy_probe': /usr/src/sys/dev/mii/acphy.c:133: `MII_MODEL_xxALTIMA_AC101L' undeclared (f= irst use in this function) /usr/src/sys/dev/mii/acphy.c:133: (Each undeclared identifier is reported o= nly once /usr/src/sys/dev/mii/acphy.c:133: for each function it appears in.) /usr/src/sys/dev/mii/acphy.c:134: `MII_STR_xxALTIMA_AC101L' undeclared (fir= st use in this function) *** Error code 1 This is with: =2E.. device pci =2E.. device miibus device xl =2E.. I can't seem to find what contains/generates the needed identifiers. --=20 Sean Kelly | PGP KeyID: D2E5E296 smkelly@zombie.org | http://www.zombie.org --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IiOgPm7A9NLl4pYRAiqDAJ4tN5QTVwv9CBLkxZSN8MhFNHrYLACfTLuy eQ3qaKJ8+iR/c0oaMPr3IhA= =87iz -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:26:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B937737B408; Sun, 12 Jan 2003 18:26:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE0C843F7B; Sun, 12 Jan 2003 18:26:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2Q5fh035573; Sun, 12 Jan 2003 18:26:05 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2Q5Ol035572; Sun, 12 Jan 2003 18:26:05 -0800 (PST) Message-Id: <200301130226.h0D2Q5Ol035572@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:26:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libgnomeui pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:26:05 PST Modified files: x11-toolkits/libgnomeui pkg-plist Log: Remove share/doc/libgnomeui. Reported by: bento Revision Changes Path 1.14 +1 -0 ports/x11-toolkits/libgnomeui/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:27: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B07137B401; Sun, 12 Jan 2003 18:27:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4331B43EB2; Sun, 12 Jan 2003 18:27:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2R0fh035613; Sun, 12 Jan 2003 18:27:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2R0GH035612; Sun, 12 Jan 2003 18:27:00 -0800 (PST) Message-Id: <200301130227.h0D2R0GH035612@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:26:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libgnomeprintui pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:26:59 PST Modified files: x11-toolkits/libgnomeprintui pkg-plist Log: Remove include/libgnomeprintui-2.0. Reported by: bento Revision Changes Path 1.5 +1 -0 ports/x11-toolkits/libgnomeprintui/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:33: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31D337B401; Sun, 12 Jan 2003 18:33:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D2E443F18; Sun, 12 Jan 2003 18:33:07 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2X7fh039149; Sun, 12 Jan 2003 18:33:07 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2X7Z0039148; Sun, 12 Jan 2003 18:33:07 -0800 (PST) Message-Id: <200301130233.h0D2X7Z0039148@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 18:33:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ftp.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 18:33:07 PST Modified files: ja_JP.eucJP/man/man1 ftp.1 Log: Catch up with 5.0-RC2. Submitted by: Norihiro Kumagai Revision Changes Path 1.22 +1005 -371 doc/ja_JP.eucJP/man/man1/ftp.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:34:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE47037B401; Sun, 12 Jan 2003 18:34:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EF143F18; Sun, 12 Jan 2003 18:34:21 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2YLfh039190; Sun, 12 Jan 2003 18:34:21 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2YLoW039189; Sun, 12 Jan 2003 18:34:21 -0800 (PST) Message-Id: <200301130234.h0D2YLoW039189@repoman.freebsd.org> From: Pete Fritchman Date: Sun, 12 Jan 2003 18:34:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/slurm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2003/01/12 18:34:21 PST Added files: net/slurm/files patch-aa Log: Include patch that fixes build error on pre-june 2002 versions of FreeBSD, from the author. PR: 47001 Submitted by: maintainer Revision Changes Path 1.1 +28 -0 ports/net/slurm/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:34:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2CB37B448; Sun, 12 Jan 2003 18:34:24 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7979143F43; Sun, 12 Jan 2003 18:34:23 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id C696266B3A; Sun, 12 Jan 2003 18:34:22 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 9C7D893C; Sun, 12 Jan 2003 18:34:22 -0800 (PST) Date: Sun, 12 Jan 2003 18:34:22 -0800 From: Kris Kennaway To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/libgnomeprintui pkg-plist Message-ID: <20030113023422.GA14933@rot13.obsecurity.org> References: <200301130227.h0D2R0GH035612@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <200301130227.h0D2R0GH035612@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 06:26:59PM -0800, Joe Marcus Clarke wrote: > marcus 2003/01/12 18:26:59 PST >=20 > Modified files: > x11-toolkits/libgnomeprintui pkg-plist=20 > Log: > Remove include/libgnomeprintui-2.0. > =20 > Reported by: bento Thanks for looking at these so quickly! Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IiWuWry0BWjoQKURAs9KAJ0YCdSnCp4Hyd6IOe77qfo4E6P4pgCgz0qT 47qzvl/mXjiSCEbUdWxEM8Q= =4yEX -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:38: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A53237B401; Sun, 12 Jan 2003 18:38:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025FF43ED8; Sun, 12 Jan 2003 18:38:06 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2c5fh039338; Sun, 12 Jan 2003 18:38:05 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2c5js039337; Sun, 12 Jan 2003 18:38:05 -0800 (PST) Message-Id: <200301130238.h0D2c5js039337@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:38:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libbonoboui pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:38:05 PST Modified files: x11-toolkits/libbonoboui pkg-plist Log: Remove ${X11BASE}/lib/bonobo-2.0. devel/libbonobo takes care of the one in ${LOCALBASE}. Reported by: bento Revision Changes Path 1.10 +2 -0 ports/x11-toolkits/libbonoboui/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:43:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2985B37B401; Sun, 12 Jan 2003 18:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C758943F43; Sun, 12 Jan 2003 18:43:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2hJfh042784; Sun, 12 Jan 2003 18:43:19 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2hJSF042783; Sun, 12 Jan 2003 18:43:19 -0800 (PST) Message-Id: <200301130243.h0D2hJSF042783@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 18:43:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/scrollkeeper Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 18:43:19 PST Modified files: textproc/scrollkeeper Makefile Log: Set the MTREE_FILE explicitly since we're setting PREFIX explicitly. Modeled after: lang/librep Revision Changes Path 1.23 +10 -2 ports/textproc/scrollkeeper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:45:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E7637B401; Sun, 12 Jan 2003 18:45:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06E943EB2; Sun, 12 Jan 2003 18:45:27 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2jRfh042876; Sun, 12 Jan 2003 18:45:27 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2jRuU042875; Sun, 12 Jan 2003 18:45:27 -0800 (PST) Message-Id: <200301130245.h0D2jRuU042875@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 18:45:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 tcsh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 18:45:27 PST Modified files: ja_JP.eucJP/man/man1 tcsh.1 Log: Fix a typo. Submitted by: kano@na.rim.or.jp Revision Changes Path 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/tcsh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:46:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F342E37B405; Sun, 12 Jan 2003 18:46:10 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F97343EB2; Sun, 12 Jan 2003 18:46:10 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0D2joDx093124; Sun, 12 Jan 2003 21:45:50 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/x11-toolkits/libgnomeprintui pkg-plist From: Joe Marcus Clarke To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20030113023422.GA14933@rot13.obsecurity.org> References: <200301130227.h0D2R0GH035612@repoman.freebsd.org> <20030113023422.GA14933@rot13.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aFaiTXqcRGdFhEknrNer" Organization: FreeBSD, Inc. Message-Id: <1042425960.2162.72.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 12 Jan 2003 21:46:01 -0500 X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-aFaiTXqcRGdFhEknrNer Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-12 at 21:34, Kris Kennaway wrote: > On Sun, Jan 12, 2003 at 06:26:59PM -0800, Joe Marcus Clarke wrote: > > marcus 2003/01/12 18:26:59 PST > >=20 > > Modified files: > > x11-toolkits/libgnomeprintui pkg-plist=20 > > Log: > > Remove include/libgnomeprintui-2.0. > > =20 > > Reported by: bento >=20 > Thanks for looking at these so quickly! My latest commit to textproc/scrollkeeper should fix most of the GNOME issues. I will wait until after the next build runs to see what I have left. Joe >=20 > Kris --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-aFaiTXqcRGdFhEknrNer Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Iihob2iPiv4Uz4cRAmJvAJ9/IBXylNQtCrTEfSPDN6+u63F9UQCgnCsy +naSzfuODAWBYdVLRk3KwC4= =PpeV -----END PGP SIGNATURE----- --=-aFaiTXqcRGdFhEknrNer-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:48: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DF137B401 for ; Sun, 12 Jan 2003 18:48:00 -0800 (PST) Received: from morphy.iki.fi (baana-pppoes-213-139-166-84.suomi.net [213.139.166.84]) by mx1.FreeBSD.org (Postfix) with SMTP id F25F243F13 for ; Sun, 12 Jan 2003 18:47:58 -0800 (PST) (envelope-from morphy@morphy.iki.fi) Received: (qmail 703 invoked by uid 1000); 13 Jan 2003 02:47:56 -0000 Date: Mon, 13 Jan 2003 04:47:56 +0200 From: "Mikko S. Hyvarinen" To: cvs-all@FreeBSD.org Cc: smkelly@zombie.org, obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii acphy.c miidevs src/sys/pci if_xl.c if_xlreg.h Message-ID: <20030113024756.GA629@morphy.iki.fi> References: <200301122103.h0CL3chU020231@repoman.freebsd.org> <20030113022536.GA85390@edgemaster.zombie.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030113022536.GA85390@edgemaster.zombie.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 12, 2003 at 08:25:36PM -0600, Sean Kelly wrote: > On Sun, Jan 12, 2003 at 01:03:38PM -0800, David E. O'Brien wrote: > > obrien 2003/01/12 13:03:38 PST > >=20 > > Modified files: > > sys/dev/mii miidevs acphy.c=20 > > sys/pci if_xl.c if_xlreg.h=20 > > Log: > > Partial support for the nVidia nForce2 chipset's on-board Broadcom/Al= tima PHY > > and 3com MAC. Specifications for the Altima PHY are available at: > > http://www.altimacom.com/products/ac101L.html > > =20 > > Submitted by: Mikko S. Hyvarinen > > =20 > > Revision Changes Path > > 1.11 +3 -0 src/sys/dev/mii/acphy.c > > 1.22 +1 -0 src/sys/dev/mii/miidevs > > 1.121 +2 -0 src/sys/pci/if_xl.c > > 1.41 +1 -0 src/sys/pci/if_xlreg.h >=20 > I am no longer able to buildkernel. >=20 > cc -c -O -pipe -mcpu=3Dpentiumpro -Wall -Wredundant-decls -Wnested-extern= s -Wstric > t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -= fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sy= s/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_= KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferr= ed-stack-boundary=3D2 -ffreestanding -Werror /usr/src/sys/dev/mii/acphy.c > /usr/src/sys/dev/mii/acphy.c: In function `acphy_probe': > /usr/src/sys/dev/mii/acphy.c:133: `MII_MODEL_xxALTIMA_AC101L' undeclared = (first use in this function) > /usr/src/sys/dev/mii/acphy.c:133: (Each undeclared identifier is reported= only once > /usr/src/sys/dev/mii/acphy.c:133: for each function it appears in.) > /usr/src/sys/dev/mii/acphy.c:134: `MII_STR_xxALTIMA_AC101L' undeclared (f= irst use in this function) > *** Error code 1 >=20 > This is with: > ... > device pci > ... > device miibus > device xl > ... >=20 > I can't seem to find what contains/generates the needed identifiers. sys/dev/mii/miidevs.h needs to be re-generated from miidevs You can do this manually by removing miidevs.h and letting the Makefile.mii= devs regenerate it in the course of a kernel build. Regards, MSH --=20 All opinions expressed above are mine alone and do not express the views of my employer or any other organizations that I am affiliated with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:51:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476F737B401; Sun, 12 Jan 2003 18:51:18 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF6543ED8; Sun, 12 Jan 2003 18:51:17 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1790E66B3A; Sun, 12 Jan 2003 18:51:15 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 9D1C393C; Sun, 12 Jan 2003 18:51:14 -0800 (PST) Date: Sun, 12 Jan 2003 18:51:14 -0800 From: Kris Kennaway To: Joe Marcus Clarke Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/libgnomeprintui pkg-plist Message-ID: <20030113025114.GA15099@rot13.obsecurity.org> References: <200301130227.h0D2R0GH035612@repoman.freebsd.org> <20030113023422.GA14933@rot13.obsecurity.org> <1042425960.2162.72.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <1042425960.2162.72.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 09:46:01PM -0500, Joe Marcus Clarke wrote: > On Sun, 2003-01-12 at 21:34, Kris Kennaway wrote: > > On Sun, Jan 12, 2003 at 06:26:59PM -0800, Joe Marcus Clarke wrote: > > > marcus 2003/01/12 18:26:59 PST > > >=20 > > > Modified files: > > > x11-toolkits/libgnomeprintui pkg-plist=20 > > > Log: > > > Remove include/libgnomeprintui-2.0. > > > =20 > > > Reported by: bento > >=20 > > Thanks for looking at these so quickly! >=20 > My latest commit to textproc/scrollkeeper should fix most of the GNOME > issues. I will wait until after the next build runs to see what I have > left. Thanks, I'll restart the build now. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IimiWry0BWjoQKURAqbYAJ0XjhPnr0eoCa1yLfJey9KBtHbhJwCfUB0c LGk8Bu0Bhr5oRC3TmRGKx2U= =20/0 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 18:58:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 692A937B401; Sun, 12 Jan 2003 18:58:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148EF43F18; Sun, 12 Jan 2003 18:58:19 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D2wIfh046479; Sun, 12 Jan 2003 18:58:18 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D2wIxI046478; Sun, 12 Jan 2003 18:58:18 -0800 (PST) Message-Id: <200301130258.h0D2wIxI046478@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 Jan 2003 18:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fileno.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/12 18:58:18 PST Modified files: lib/libc/stdio fileno.c Log: Lock the stream before calling __sfileno() to retrieve the file descriptor. 1003.1-2001 requires that fileno() behave as if it locks the stream. Revision Changes Path 1.9 +10 -2 src/lib/libc/stdio/fileno.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:11:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6313737B401; Sun, 12 Jan 2003 19:11:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7E243ED8; Sun, 12 Jan 2003 19:11:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3Bdfh053456; Sun, 12 Jan 2003 19:11:39 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3BdX1053455; Sun, 12 Jan 2003 19:11:39 -0800 (PST) Message-Id: <200301130311.h0D3BdX1053455@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:11:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libglade2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:11:39 PST Modified files: devel/libglade2 pkg-plist Log: Remove share/xml if it exists and is empty. Reported by: bento Revision Changes Path 1.18 +1 -0 ports/devel/libglade2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:19:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792DD37B401; Sun, 12 Jan 2003 19:19:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2242643F5F; Sun, 12 Jan 2003 19:19:35 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3JYfh053648; Sun, 12 Jan 2003 19:19:34 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3JYZc053647; Sun, 12 Jan 2003 19:19:34 -0800 (PST) Message-Id: <200301130319.h0D3JYZc053647@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 19:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ftp.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 19:19:34 PST Modified files: ja_JP.eucJP/man/man1 ftp.1 Log: Finish an unfinished sentence. Revision Changes Path 1.23 +2 -2 doc/ja_JP.eucJP/man/man1/ftp.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:24: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B037B401; Sun, 12 Jan 2003 19:24:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 264DC43E4A; Sun, 12 Jan 2003 19:24:08 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3O7fh057081; Sun, 12 Jan 2003 19:24:07 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3O7KW057080; Sun, 12 Jan 2003 19:24:07 -0800 (PST) Message-Id: <200301130324.h0D3O7KW057080@repoman.freebsd.org> From: Benno Rice Date: Sun, 12 Jan 2003 19:24:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc openpic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2003/01/12 19:24:07 PST Modified files: sys/powerpc/powerpc openpic.c Log: Correct an off-by-one error in the calculation of the number of interrupt resources we're managing. Revision Changes Path 1.4 +1 -1 src/sys/powerpc/powerpc/openpic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:26:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A480937B401; Sun, 12 Jan 2003 19:26:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED2143EB2; Sun, 12 Jan 2003 19:26:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3Qffh057193; Sun, 12 Jan 2003 19:26:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3QfR6057192; Sun, 12 Jan 2003 19:26:41 -0800 (PST) Message-Id: <200301130326.h0D3QfR6057192@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:26:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/apotheke pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:26:41 PST Modified files: x11-fm/apotheke pkg-plist Log: Remove share/gnome/apotheke. Reported by: bento Revision Changes Path 1.2 +1 -0 ports/x11-fm/apotheke/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:27:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C19637B401; Sun, 12 Jan 2003 19:27:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF8F43EB2; Sun, 12 Jan 2003 19:27:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3RVfh057248; Sun, 12 Jan 2003 19:27:31 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3RV64057247; Sun, 12 Jan 2003 19:27:31 -0800 (PST) Message-Id: <200301130327.h0D3RV64057247@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:27:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:27:31 PST Modified files: x11/gdm2 pkg-plist Log: Remove share/gnome/capplets if it exists and is empty. Reported by: bento Revision Changes Path 1.21 +1 -0 ports/x11/gdm2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:29:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712FB37B401; Sun, 12 Jan 2003 19:29:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFFD43ED8; Sun, 12 Jan 2003 19:29:48 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3Tlfh057326; Sun, 12 Jan 2003 19:29:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3TlLL057325; Sun, 12 Jan 2003 19:29:47 -0800 (PST) Message-Id: <200301130329.h0D3TlLL057325@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:29:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:29:47 PST Modified files: mail/balsa2 pkg-plist Log: Remove share/gnome/help/balsa-manual. Reported by: bento Revision Changes Path 1.25 +1 -0 ports/mail/balsa2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:31:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B3837B401; Sun, 12 Jan 2003 19:31:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C4243EB2; Sun, 12 Jan 2003 19:31:54 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3Vsfh060718; Sun, 12 Jan 2003 19:31:54 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3Vshx060717; Sun, 12 Jan 2003 19:31:54 -0800 (PST) Message-Id: <200301130331.h0D3Vshx060717@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:31:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:31:54 PST Modified files: mail/evolution pkg-plist Log: Remove share/gnome/libical-evolution. Reported by: bento Revision Changes Path 1.31 +1 -0 ports/mail/evolution/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:35:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9451C37B401; Sun, 12 Jan 2003 19:35:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBA543F13; Sun, 12 Jan 2003 19:35:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3ZBfh060821; Sun, 12 Jan 2003 19:35:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3ZAjW060820; Sun, 12 Jan 2003 19:35:10 -0800 (PST) Message-Id: <200301130335.h0D3ZAjW060820@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:35:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomehier Makefile pkg-plist ports/misc/gnomehier/files dirlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:35:10 PST Modified files: misc/gnomehier Makefile pkg-plist misc/gnomehier/files dirlist Log: Add share/gnome/control-center/capplets. Revision Changes Path 1.5 +1 -1 ports/misc/gnomehier/Makefile 1.4 +1 -0 ports/misc/gnomehier/files/dirlist 1.3 +2 -0 ports/misc/gnomehier/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:35:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D28D37B401; Sun, 12 Jan 2003 19:35:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F1143EB2; Sun, 12 Jan 2003 19:35:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3Zkfh060894; Sun, 12 Jan 2003 19:35:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3Zk31060893; Sun, 12 Jan 2003 19:35:46 -0800 (PST) Message-Id: <200301130335.h0D3Zk31060893@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:35:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:35:46 PST Modified files: x11/gdm2 pkg-plist Log: Revert last commit. This is now taken care of in misc/gnomehier. Revision Changes Path 1.22 +0 -1 ports/x11/gdm2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:36:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB7E37B401; Sun, 12 Jan 2003 19:36:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597BA43ED8; Sun, 12 Jan 2003 19:36:38 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3acfh060957; Sun, 12 Jan 2003 19:36:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3acsR060956; Sun, 12 Jan 2003 19:36:38 -0800 (PST) Message-Id: <200301130336.h0D3acsR060956@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:36:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:36:38 PST Modified files: mail/evolution pkg-plist Log: Remove share/gnome/html. Reported by: bento Revision Changes Path 1.32 +1 -0 ports/mail/evolution/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:39:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D9E37B401; Sun, 12 Jan 2003 19:39:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F196543F5B; Sun, 12 Jan 2003 19:39:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3dEfh061053; Sun, 12 Jan 2003 19:39:14 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3dEFG061052; Sun, 12 Jan 2003 19:39:14 -0800 (PST) Message-Id: <200301130339.h0D3dEFG061052@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:39:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/frontline Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:39:14 PST Modified files: graphics/frontline Makefile pkg-plist Log: Add a missing pixmap. Reported by: bento Revision Changes Path 1.5 +1 -0 ports/graphics/frontline/Makefile 1.2 +1 -0 ports/graphics/frontline/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:40:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE8237B401; Sun, 12 Jan 2003 19:40:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA77F43F18; Sun, 12 Jan 2003 19:40:43 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3ehfh062516; Sun, 12 Jan 2003 19:40:43 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3egLV062505; Sun, 12 Jan 2003 19:40:42 -0800 (PST) Message-Id: <200301130340.h0D3egLV062505@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:40:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/flink pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:40:42 PST Modified files: mail/flink pkg-plist Log: Remove share/gnome/pixmaps/flink. Reported by: bento Revision Changes Path 1.2 +1 -0 ports/mail/flink/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:42:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77EB037B401; Sun, 12 Jan 2003 19:42:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08B843F3F; Sun, 12 Jan 2003 19:42:41 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3gffh064507; Sun, 12 Jan 2003 19:42:41 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3gfKv064506; Sun, 12 Jan 2003 19:42:41 -0800 (PST) Message-Id: <200301130342.h0D3gfKv064506@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Jan 2003 19:42:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2003/01/12 19:42:41 PST Modified files: sys/sys proc.h sys/kern sched_4bsd.c Log: - Unbreak world. I did not notice that libkvm was still used in some places to access the pctcpu. This will have to be sorted out more later as the new scheduler requires a procedural interface for this data. A more complete solution will follow. Revision Changes Path 1.9 +5 -7 src/sys/kern/sched_4bsd.c 1.289 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:48: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8032337B401; Sun, 12 Jan 2003 19:48:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F8B43ED8; Sun, 12 Jan 2003 19:48:02 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3m1fh064708; Sun, 12 Jan 2003 19:48:01 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3m1wc064707; Sun, 12 Jan 2003 19:48:01 -0800 (PST) Message-Id: <200301130348.h0D3m1wc064707@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:48:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gcombust Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:48:01 PST Modified files: sysutils/gcombust Makefile Log: Add a dependency on gnomehier to allow for the desktop entry. Reported by: bento Revision Changes Path 1.33 +1 -1 ports/sysutils/gcombust/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:55:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E8C37B401; Sun, 12 Jan 2003 19:55:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B81B43F5B; Sun, 12 Jan 2003 19:55:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3tkfh068224; Sun, 12 Jan 2003 19:55:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3tj2u068223; Sun, 12 Jan 2003 19:55:45 -0800 (PST) Message-Id: <200301130355.h0D3tj2u068223@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:55:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomeapplets2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:55:45 PST Modified files: x11/gnomeapplets2 pkg-plist Log: Remove gkb and battstat's help directories. Reported by: bento Revision Changes Path 1.23 +6 -0 ports/x11/gnomeapplets2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:58: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9BB37B401; Sun, 12 Jan 2003 19:58:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF45243EB2; Sun, 12 Jan 2003 19:57:59 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3vxfh068313; Sun, 12 Jan 2003 19:57:59 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3vxFl068312; Sun, 12 Jan 2003 19:57:59 -0800 (PST) Message-Id: <200301130357.h0D3vxFl068312@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 19:57:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 19:57:59 PST Modified files: net/gnomemeeting2 pkg-plist Log: Remove share/gnome/gnomemeeting/xdap and share/gnome/gnomemeeting. Reported by: bento Revision Changes Path 1.9 +2 -0 ports/net/gnomemeeting2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 19:58:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6337B401; Sun, 12 Jan 2003 19:58:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291DF43F13; Sun, 12 Jan 2003 19:58:42 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D3wffh068372; Sun, 12 Jan 2003 19:58:41 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D3wfFp068371; Sun, 12 Jan 2003 19:58:41 -0800 (PST) Message-Id: <200301130358.h0D3wfFp068371@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Jan 2003 19:58:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii miidevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/12 19:58:41 PST Modified files: sys/dev/mii miidevs.h Log: Regenerate Revision Changes Path 1.20 +3 -1 src/sys/dev/mii/miidevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20: 0:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632D237B401; Sun, 12 Jan 2003 20:00:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C92443F13; Sun, 12 Jan 2003 20:00:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D40Wfh068941; Sun, 12 Jan 2003 20:00:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D40WTm068926; Sun, 12 Jan 2003 20:00:32 -0800 (PST) Message-Id: <200301130400.h0D40WTm068926@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:00:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/seahorse Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:00:32 PST Modified files: security/seahorse Makefile pkg-plist Log: Add some files missed by the plist. Reported by: bento Revision Changes Path 1.12 +2 -1 ports/security/seahorse/Makefile 1.4 +3 -0 ports/security/seahorse/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20: 6:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A32F37B401; Sun, 12 Jan 2003 20:06:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA55A43F43; Sun, 12 Jan 2003 20:06:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D46cfh072011; Sun, 12 Jan 2003 20:06:38 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D46cN5072010; Sun, 12 Jan 2003 20:06:38 -0800 (PST) Message-Id: <200301130406.h0D46cN5072010@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Jan 2003 20:06:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/12 20:06:38 PST Modified files: sys/sparc64/conf GENERIC Log: Enable rl(4). It is now fully working using busdma. Revision Changes Path 1.43 +1 -1 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20: 8: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8598C37B401; Sun, 12 Jan 2003 20:08:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E18843F13; Sun, 12 Jan 2003 20:08:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D480fh072068; Sun, 12 Jan 2003 20:08:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D47xa8072067; Sun, 12 Jan 2003 20:07:59 -0800 (PST) Message-Id: <200301130407.h0D47xa8072067@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:07:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:07:59 PST Modified files: x11-wm/sawfish2 Makefile pkg-plist Log: Add a missing Sawfish.desktop file. Reported by: bento Revision Changes Path 1.66 +1 -0 ports/x11-wm/sawfish2/Makefile 1.40 +1 -0 ports/x11-wm/sawfish2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:13:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CDA37B401; Sun, 12 Jan 2003 20:13:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A728B43EB2; Sun, 12 Jan 2003 20:13:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4Dufh075565; Sun, 12 Jan 2003 20:13:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4Du1F075564; Sun, 12 Jan 2003 20:13:56 -0800 (PST) Message-Id: <200301130413.h0D4Du1F075564@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:13:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/peacock pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:13:56 PST Modified files: www/peacock pkg-plist Log: Remove share/gnome/peacock. Reported by: bento Revision Changes Path 1.4 +1 -0 ports/www/peacock/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:16:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6F437B401; Sun, 12 Jan 2003 20:16:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A56E43F1E; Sun, 12 Jan 2003 20:16:51 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4Gpfh075666; Sun, 12 Jan 2003 20:16:51 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4Gp5i075665; Sun, 12 Jan 2003 20:16:51 -0800 (PST) Message-Id: <200301130416.h0D4Gp5i075665@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:16:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomesystemmonitor pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:16:51 PST Modified files: sysutils/gnomesystemmonitor pkg-plist Log: Remove share/gnome/omf/gnome-system-monitor. Reported by: bento Revision Changes Path 1.18 +1 -0 ports/sysutils/gnomesystemmonitor/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:18:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD69637B401; Sun, 12 Jan 2003 20:18:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5851E43F3F; Sun, 12 Jan 2003 20:18:27 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4IRfh075722; Sun, 12 Jan 2003 20:18:27 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4IRXm075721; Sun, 12 Jan 2003 20:18:27 -0800 (PST) Message-Id: <200301130418.h0D4IRXm075721@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:18:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnometerminal pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:18:27 PST Modified files: x11/gnometerminal pkg-plist Log: Remove share/gnome/omf/gnome-terminal. Reported by: bento Revision Changes Path 1.7 +1 -0 ports/x11/gnometerminal/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:20:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BB837B401; Sun, 12 Jan 2003 20:20:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EB743F18; Sun, 12 Jan 2003 20:20:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4KOfh076735; Sun, 12 Jan 2003 20:20:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4KOto076730; Sun, 12 Jan 2003 20:20:24 -0800 (PST) Message-Id: <200301130420.h0D4KOto076730@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:20:24 PST Modified files: misc/gnomeutils2 pkg-plist Log: Remove the help directories for archive-generator. Reported by: bento Revision Changes Path 1.23 +3 -0 ports/misc/gnomeutils2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:21:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B16837B401; Sun, 12 Jan 2003 20:21:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DC543E4A; Sun, 12 Jan 2003 20:21:21 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4LKfh078749; Sun, 12 Jan 2003 20:21:20 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4LKeo078742; Sun, 12 Jan 2003 20:21:20 -0800 (PST) Message-Id: <200301130421.h0D4LKeo078742@repoman.freebsd.org> From: Will Andrews Date: Sun, 12 Jan 2003 20:21:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2003/01/12 20:21:20 PST Modified files: . access Log: I'm back. Open the floodgates! Revision Changes Path 1.356 +1 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:22:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C1937B401; Sun, 12 Jan 2003 20:22:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2234F43F3F; Sun, 12 Jan 2003 20:22:36 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4MZfh079200; Sun, 12 Jan 2003 20:22:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4MZj6079199; Sun, 12 Jan 2003 20:22:35 -0800 (PST) Message-Id: <200301130422.h0D4MZj6079199@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:22:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:22:35 PST Modified files: x11-wm/metacity pkg-plist Log: Remove share/gnome/themes. Reported by: bento Revision Changes Path 1.7 +1 -0 ports/x11-wm/metacity/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:24:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D08937B401; Sun, 12 Jan 2003 20:24:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390AC43F3F; Sun, 12 Jan 2003 20:24:17 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4OHfh079262; Sun, 12 Jan 2003 20:24:17 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4OGZo079261; Sun, 12 Jan 2003 20:24:16 -0800 (PST) Message-Id: <200301130424.h0D4OGZo079261@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:24:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libgda2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:24:16 PST Modified files: databases/libgda2 pkg-plist Log: Remove share/gnome/idl/libgda. Reported by: bento Revision Changes Path 1.18 +1 -0 ports/databases/libgda2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:31:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F9C37B401; Sun, 12 Jan 2003 20:31:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFD043EB2; Sun, 12 Jan 2003 20:31:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4Vffh082716; Sun, 12 Jan 2003 20:31:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4Vfbg082711; Sun, 12 Jan 2003 20:31:41 -0800 (PST) Message-Id: <200301130431.h0D4Vfbg082711@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:31:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/guile-gtk Makefile ports/x11-toolkits/guile-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:31:41 PST Modified files: x11-toolkits/guile-gtk Makefile x11-toolkits/guile-gnome Makefile Log: Use USE_X_PREFIX. This fixes the plist issues reported on bento, and shouldn't have any negative effect on port functionality. Revision Changes Path 1.19 +2 -1 ports/x11-toolkits/guile-gnome/Makefile 1.18 +2 -1 ports/x11-toolkits/guile-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:33:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3920737B401; Sun, 12 Jan 2003 20:33:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EBE43EB2; Sun, 12 Jan 2003 20:33:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4Xffh082847; Sun, 12 Jan 2003 20:33:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4XfjC082846; Sun, 12 Jan 2003 20:33:41 -0800 (PST) Message-Id: <200301130433.h0D4XfjC082846@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:33:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gtk-imonc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:33:41 PST Modified files: sysutils/gtk-imonc Makefile Log: Add a dependency on gnomehier to delete the necessary directories on pkg_delete. Reported by: bento Revision Changes Path 1.2 +1 -1 ports/sysutils/gtk-imonc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:35:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 895EC37B401; Sun, 12 Jan 2003 20:35:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3414343E4A; Sun, 12 Jan 2003 20:35:22 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4ZMfh082943; Sun, 12 Jan 2003 20:35:22 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4ZLuB082942; Sun, 12 Jan 2003 20:35:21 -0800 (PST) Message-Id: <200301130435.h0D4ZLuB082942@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 20:35:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 20:35:21 PST Modified files: ja_JP.eucJP/man/man5 rc.conf.5 Log: Catch up with rev 1.167 Revision Changes Path 1.55 +559 -313 doc/ja_JP.eucJP/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:36:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBEE37B401; Sun, 12 Jan 2003 20:36:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB19E43F1E; Sun, 12 Jan 2003 20:36:28 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4aSfh083011; Sun, 12 Jan 2003 20:36:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4aSkr083010; Sun, 12 Jan 2003 20:36:28 -0800 (PST) Message-Id: <200301130436.h0D4aSkr083010@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:36:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gthumb2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:36:28 PST Modified files: graphics/gthumb2 Makefile pkg-plist Log: Add some missing files. Reported by: bento Revision Changes Path 1.8 +1 -1 ports/graphics/gthumb2/Makefile 1.8 +3 -0 ports/graphics/gthumb2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:38:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB14E37B401; Sun, 12 Jan 2003 20:38:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C3343F5F; Sun, 12 Jan 2003 20:38:34 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4cYfh083074; Sun, 12 Jan 2003 20:38:34 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4cYAQ083073; Sun, 12 Jan 2003 20:38:34 -0800 (PST) Message-Id: <200301130438.h0D4cYAQ083073@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 20:38:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 editrc.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 20:38:34 PST Modified files: ja_JP.eucJP/man/man5 editrc.5 Log: Change Japanese wording for "incremental search". Reviewed by: SUZUKI Koichi Revision Changes Path 1.10 +2 -2 doc/ja_JP.eucJP/man/man5/editrc.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:43:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429D837B401; Sun, 12 Jan 2003 20:43:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13DD43F13; Sun, 12 Jan 2003 20:43:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4hXfh086523; Sun, 12 Jan 2003 20:43:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4hXEX086522; Sun, 12 Jan 2003 20:43:33 -0800 (PST) Message-Id: <200301130443.h0D4hXEX086522@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:43:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:43:33 PST Modified files: net/gq Makefile Log: Add a dependency on gnomehier to remove the GNOME directories. Reported by: bento Revision Changes Path 1.10 +1 -1 ports/net/gq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 20:45:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A44037B401; Sun, 12 Jan 2003 20:45:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339DF43ED8; Sun, 12 Jan 2003 20:45:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4jYfh086610; Sun, 12 Jan 2003 20:45:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4jX8D086609; Sun, 12 Jan 2003 20:45:33 -0800 (PST) Message-Id: <200301130445.h0D4jX8D086609@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 20:45:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 20:45:33 PST Modified files: math/gnumeric2 pkg-plist Log: Remove share/gnome/gnumeric. Reported by: bento Revision Changes Path 1.53 +1 -0 ports/math/gnumeric2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 21: 9:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B5737B401; Sun, 12 Jan 2003 21:09:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427BE43F18; Sun, 12 Jan 2003 21:09:08 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D598fh093876; Sun, 12 Jan 2003 21:09:08 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D597TA093875; Sun, 12 Jan 2003 21:09:07 -0800 (PST) Message-Id: <200301130509.h0D597TA093875@repoman.freebsd.org> From: Nate Lawson Date: Sun, 12 Jan 2003 21:09:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/12 21:09:07 PST Modified files: sys/cam/scsi scsi_da.c Log: Quirk for Sony USB disk-on-key device. PR: kern/46386 Submitted by: dillon MFC after: 3 days Revision Changes Path 1.121 +8 -0 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 21: 9:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EB437B401; Sun, 12 Jan 2003 21:09:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A0A43F43; Sun, 12 Jan 2003 21:09:25 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D59Pfh093902; Sun, 12 Jan 2003 21:09:25 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D59PM8093901; Sun, 12 Jan 2003 21:09:25 -0800 (PST) Message-Id: <200301130509.h0D59PM8093901@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 21:09:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 passwd.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 21:09:25 PST Modified files: ja_JP.eucJP/man/man5 passwd.5 Log: Catch up with rev 1.39 Submitted by: SUZUKI Koichi Revision Changes Path 1.19 +209 -610 doc/ja_JP.eucJP/man/man5/passwd.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 21:34:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF3237B401; Sun, 12 Jan 2003 21:34:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B5A43EB2; Sun, 12 Jan 2003 21:34:42 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D5Ygfh004579; Sun, 12 Jan 2003 21:34:42 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D5Yg3t004578; Sun, 12 Jan 2003 21:34:42 -0800 (PST) Message-Id: <200301130534.h0D5Yg3t004578@repoman.freebsd.org> From: Nate Lawson Date: Sun, 12 Jan 2003 21:34:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/12 21:34:42 PST Modified files: share/examples/scsi_target scsi_target.c Log: Add check for AIO support before starting up. Revision Changes Path 1.13 +27 -0 src/share/examples/scsi_target/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 21:48:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BBA37B401; Sun, 12 Jan 2003 21:48:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03D943F18; Sun, 12 Jan 2003 21:48:20 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D5mKfh008292; Sun, 12 Jan 2003 21:48:20 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D5mKXX008291; Sun, 12 Jan 2003 21:48:20 -0800 (PST) Message-Id: <200301130548.h0D5mKXX008291@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 12 Jan 2003 21:48:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/kile Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/12 21:48:20 PST Modified files: editors/kile Makefile distinfo pkg-descr pkg-plist Log: Update to 1.31. PR: ports/46930 Submitted by: Stefan Jahn (maintainer) Revision Changes Path 1.5 +2 -3 ports/editors/kile/Makefile 1.4 +1 -1 ports/editors/kile/distinfo 1.3 +1 -1 ports/editors/kile/pkg-descr 1.4 +496 -494 ports/editors/kile/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 21:55: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909AF37B401; Sun, 12 Jan 2003 21:55:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385F143ED8; Sun, 12 Jan 2003 21:55:03 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D5t3fh011749; Sun, 12 Jan 2003 21:55:03 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D5t2oi011748; Sun, 12 Jan 2003 21:55:02 -0800 (PST) Message-Id: <200301130555.h0D5t2oi011748@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 12 Jan 2003 21:55:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl-beta/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/12 21:55:02 PST Modified files: security/openssl-beta/files patch-ab Log: - cleanup patch Revision Changes Path 1.15 +0 -9 ports/security/openssl-beta/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 22: 3:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92F837B401; Sun, 12 Jan 2003 22:03:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8305343F3F; Sun, 12 Jan 2003 22:03:42 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D63gfh015296; Sun, 12 Jan 2003 22:03:42 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D63gUI015295; Sun, 12 Jan 2003 22:03:42 -0800 (PST) Message-Id: <200301130603.h0D63gUI015295@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 12 Jan 2003 22:03:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/popa3d-before-sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/12 22:03:42 PST Modified files: mail Makefile Added files: mail/popa3d-before-sendmail Makefile Log: - create a slave port for SMTP_AFTER_POP3 Revision Changes Path 1.345 +1 -0 ports/mail/Makefile 1.1 +16 -0 ports/mail/popa3d-before-sendmail/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 22:20: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA1237B401; Sun, 12 Jan 2003 22:20:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4640443EB2; Sun, 12 Jan 2003 22:20:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D6K4fh019132; Sun, 12 Jan 2003 22:20:04 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D6K38n019125; Sun, 12 Jan 2003 22:20:03 -0800 (PST) Message-Id: <200301130620.h0D6K38n019125@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Jan 2003 22:20:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/12 22:20:03 PST Modified files: (Branch: RELENG_5_0) gnu/usr.bin/cc Makefile.inc Log: A few people don't seem to like "undermydesk". Use something else for the release. Approved by: scottl, murray(implicitly) Revision Changes Path 1.63.2.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 22:30:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343DD37B401; Sun, 12 Jan 2003 22:30:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22E743F43; Sun, 12 Jan 2003 22:30:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D6UKfh023318; Sun, 12 Jan 2003 22:30:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D6UK0R023308; Sun, 12 Jan 2003 22:30:20 -0800 (PST) Message-Id: <200301130630.h0D6UK0R023308@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Jan 2003 22:30:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/12 22:30:20 PST Modified files: (Branch: RELENG_5_0) gnu/usr.bin/cc Makefile.inc Log: I meant to also add the version number to the GNU tupple. Revision Changes Path 1.63.2.2 +1 -1 src/gnu/usr.bin/cc/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 22:51:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04BA37B401; Sun, 12 Jan 2003 22:51:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0CA43F18; Sun, 12 Jan 2003 22:51:17 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D6pHfh032504; Sun, 12 Jan 2003 22:51:17 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D6pGTH032497; Sun, 12 Jan 2003 22:51:16 -0800 (PST) Message-Id: <200301130651.h0D6pGTH032497@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 12 Jan 2003 22:51:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/12 22:51:16 PST Modified files: sys/pc98/conf GENERIC Log: Fixed typo and style. Submitted by: Toru Morimoto Revision Changes Path 1.223 +2 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 22:55: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6379B37B401; Sun, 12 Jan 2003 22:55:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3F243F13; Sun, 12 Jan 2003 22:55:02 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D6t1fh033106; Sun, 12 Jan 2003 22:55:01 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D6t1ZA033105; Sun, 12 Jan 2003 22:55:01 -0800 (PST) Message-Id: <200301130655.h0D6t1ZA033105@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 12 Jan 2003 22:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/12 22:55:01 PST Modified files: (Branch: RELENG_4) sys/pc98/conf GENERIC Log: MFC: Fixed typo. Revision Changes Path 1.142.2.34 +1 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23: 5:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D38B37B401; Sun, 12 Jan 2003 23:05:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3398343F1E; Sun, 12 Jan 2003 23:05:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D75Ufh036783; Sun, 12 Jan 2003 23:05:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D75TkK036782; Sun, 12 Jan 2003 23:05:29 -0800 (PST) Message-Id: <200301130705.h0D75TkK036782@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Jan 2003 23:05:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomehier Makefile pkg-plist ports/misc/gnomehier/files dirlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/12 23:05:29 PST Modified files: misc/gnomehier Makefile pkg-plist misc/gnomehier/files dirlist Log: Add share/gnome/apps/Audio to the list. Revision Changes Path 1.6 +1 -1 ports/misc/gnomehier/Makefile 1.5 +1 -0 ports/misc/gnomehier/files/dirlist 1.4 +2 -0 ports/misc/gnomehier/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23:12:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2EC37B401; Sun, 12 Jan 2003 23:12:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DCA43F13; Sun, 12 Jan 2003 23:12:57 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D7Cufh040255; Sun, 12 Jan 2003 23:12:56 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D7CuF0040254; Sun, 12 Jan 2003 23:12:56 -0800 (PST) Message-Id: <200301130712.h0D7CuF0040254@repoman.freebsd.org> From: Will Andrews Date: Sun, 12 Jan 2003 23:12:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2003/01/12 23:12:56 PST Modified files: astro/xearth/files freebsd.committers.markers Log: Back at Purdue University for my sixth semester of computer engineering. Revision Changes Path 1.117 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23:21:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15E237B401; Sun, 12 Jan 2003 23:21:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6F743F13; Sun, 12 Jan 2003 23:21:29 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D7LSfh043645; Sun, 12 Jan 2003 23:21:28 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D7LSmK043642; Sun, 12 Jan 2003 23:21:28 -0800 (PST) Message-Id: <200301130721.h0D7LSmK043642@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 12 Jan 2003 23:21:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 sort.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2003/01/12 23:21:28 PST Modified files: ja_JP.eucJP/man/man1 sort.1 Log: sort (textutils) 2.0.21 Submitted by: SUZUKI Koichi Revision Changes Path 1.5 +102 -231 doc/ja_JP.eucJP/man/man1/sort.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23:22:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D72237B401; Sun, 12 Jan 2003 23:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA2F43ED8; Sun, 12 Jan 2003 23:22:45 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D7Mjfh043849; Sun, 12 Jan 2003 23:22:45 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D7MjNE043848; Sun, 12 Jan 2003 23:22:45 -0800 (PST) Message-Id: <200301130722.h0D7MjNE043848@repoman.freebsd.org> From: Scott Long Date: Sun, 12 Jan 2003 23:22:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/12 23:22:45 PST Modified files: en/releases/5.0R schedule.sgml Log: Update the schedule to note the release of RC3 and the new date to start final release tagging and building. Revision Changes Path 1.24 +11 -11 www/en/releases/5.0R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23:29:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6622637B405 for ; Sun, 12 Jan 2003 23:29:36 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 5089C43E4A for ; Sun, 12 Jan 2003 23:29:23 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 2957 invoked by uid 1000); 13 Jan 2003 07:28:35 -0000 Date: Mon, 13 Jan 2003 09:28:35 +0200 From: Peter Pentchev To: Wilko Bulte Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 ... Message-ID: <20030113072835.GA372@straylight.oblivion.bg> Mail-Followup-To: Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301121823.h0CINFLO061510@repoman.freebsd.org> <20030112220128.A8949@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20030112220128.A8949@freebie.xs4all.nl> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --azLHFNyN32YCQGCU Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 10:01:28PM +0100, Wilko Bulte wrote: > On Sun, Jan 12, 2003 at 10:23:15AM -0800, Peter Pentchev wrote: > > roam 2003/01/12 10:23:15 PST > >=20 > > Modified files: > > release/doc/en_US.ISO8859-1/early-adopter article.sgml=20 [sinp] > > Log: > > /tmp/msg >=20 > Maybe I'm dim: what is "/tmp/msg" ? You're not dim; I was. See the forced commit immediately thereafter. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 What would this sentence be like if pi were 3? --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Imqj7Ri2jRYZRVMRAsZPAKC6KvEL2SoTS2trHe/KfNsfgwZLugCgmAiy jCMKwSPKfd2GSfePnqGNkso= =Ud0w -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 12 23:59:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39EA37B401; Sun, 12 Jan 2003 23:59:30 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00EFC43F18; Sun, 12 Jan 2003 23:59:30 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 22FE43ABB65; Mon, 13 Jan 2003 08:59:34 +0100 (CET) Date: Mon, 13 Jan 2003 08:59:34 +0100 From: Pawel Jakub Dawidek To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113075934.GE9430@garage.freebsd.pl> References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="H8ygTp4AXg6deix2" Content-Disposition: inline In-Reply-To: <200301120331.h0C3VA2H040455@repoman.freebsd.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --H8ygTp4AXg6deix2 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 11, 2003 at 07:31:10PM -0800, Matt Dillon wrote: +> It turns out that we do not need to add a new ioctl to unbreak a +> default-to-deny firewall. Simply turning off IPFW via a preexisting +> sysctl does the job. To make it more apparent (since nobody picked up +> on this in a week's worth of flames), the boolean sysctl's have been +> integrated into the /sbin/ipfw command set in an obvious and straightf= orward +> manner. For example, you can now do 'ipfw disable firewall' or +> 'ipfw enable firewall'. This is far easier to remember then the +> net.inet.ip.fw.enable sysctl. And what when securelevel >=3D 3? --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --H8ygTp4AXg6deix2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiJx5j/PhmMH/Mf1AQGeHAP6A0TOcdcJ9tQD8TVkuCIOq9PQxJsmhxPi luZ73KSzJf+5ZtsNDMctn0Agy7OxlDNql4VK6tblWJFZHnRjCi1kACVUL4k9OU+0 VK2RMiLn8Y1hTK1EuEy1c+8WOJk22kQ/mzIubsgFMg9eaPRcQgcFLRtFuT3rjZ0U y8xGUsPaoZs= =TZ/R -----END PGP SIGNATURE----- --H8ygTp4AXg6deix2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0: 1:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADA137B401; Mon, 13 Jan 2003 00:01:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CC443ED8; Mon, 13 Jan 2003 00:01:11 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D819fh056415; Mon, 13 Jan 2003 00:01:09 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D819Rn056408; Mon, 13 Jan 2003 00:01:09 -0800 (PST) Message-Id: <200301130801.h0D819Rn056408@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:01:09 PST Modified files: sys/dev/md md.c Log: Remove the printf which announces the creation of malloc disks: it is inconsistent when we do not do it for swap or vnode. We still printf for preloaded disks because of the weak debugging options people have in embedded/tiny environments where this is usually used. Revision Changes Path 1.78 +0 -1 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0: 7:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EAA37B401; Mon, 13 Jan 2003 00:07:57 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4927543F65; Mon, 13 Jan 2003 00:07:57 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0D87uYp001784; Mon, 13 Jan 2003 00:07:56 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0D87urr001783; Mon, 13 Jan 2003 00:07:56 -0800 (PST) Date: Mon, 13 Jan 2003 00:07:56 -0800 (PST) From: Matthew Dillon Message-Id: <200301130807.h0D87urr001783@apollo.backplane.com> To: Pawel Jakub Dawidek Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> <20030113075934.GE9430@garage.freebsd.pl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :+> manner. For example, you can now do 'ipfw disable firewall' or :+> 'ipfw enable firewall'. This is far easier to remember then the :+> net.inet.ip.fw.enable sysctl. : :And what when securelevel >=3D 3? : :--=20 :Pawel Jakub Dawidek :UNIX Systems Administrator This type of failure usually occurs during boot in /etc/rc, before the secure level is set. Another alternative is to boot single-user. The secure level won't be set. We obviously can't support enabling and disabling the firewall once the secure level has been raised. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:17:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4645237B401; Mon, 13 Jan 2003 00:17:46 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704C443FE5; Mon, 13 Jan 2003 00:17:44 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 6149D3ABB65; Mon, 13 Jan 2003 09:17:49 +0100 (CET) Date: Mon, 13 Jan 2003 09:17:49 +0100 From: Pawel Jakub Dawidek To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113081749.GF9430@garage.freebsd.pl> References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> <20030113075934.GE9430@garage.freebsd.pl> <200301130807.h0D87urr001783@apollo.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="n/aVsWSeQ4JHkrmm" Content-Disposition: inline In-Reply-To: <200301130807.h0D87urr001783@apollo.backplane.com> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --n/aVsWSeQ4JHkrmm Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 12:07:56AM -0800, Matthew Dillon wrote: +> This type of failure usually occurs during boot in /etc/rc, before t= he +> secure level is set. Another alternative is to boot single-user. T= he +> secure level won't be set. We obviously can't support enabling and +> disabling the firewall once the secure level has been raised. Exactly, but: SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW, &fw_enable, 0, "Enable ipfw"); So where are adequate checks? I haven't check, but it looks like we can manipulate net.inet.ip.fw.enable even if securelevel >=3D 3. Am I wrong? --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --n/aVsWSeQ4JHkrmm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiJ2LT/PhmMH/Mf1AQHD0QP+PKBh9Z4ynSc+ZEqR4yM/ju8fEd65nug+ OK0Yip/yI7BRRNuaTSEBPxHx5or4jFK4nVTsaLNqezwsBn02HO15FZAMTz2d0rEE CDF9gSFoqSe80gwThDzEU1UH7hPm1Juay7EadfVjRljOEbqA8ALQoHHAAktWqXA0 K3sv3OF/J0g= =BzSm -----END PGP SIGNATURE----- --n/aVsWSeQ4JHkrmm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:20: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD8637B401; Mon, 13 Jan 2003 00:20:05 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE99543F1E; Mon, 13 Jan 2003 00:20:04 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0D8JsYp001903; Mon, 13 Jan 2003 00:19:54 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0D8JsJc001902; Mon, 13 Jan 2003 00:19:54 -0800 (PST) Date: Mon, 13 Jan 2003 00:19:54 -0800 (PST) From: Matthew Dillon Message-Id: <200301130819.h0D8JsJc001902@apollo.backplane.com> To: Pawel Jakub Dawidek Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> <20030113075934.GE9430@garage.freebsd.pl> <200301130807.h0D87urr001783@apollo.backplane.com> <20030113081749.GF9430@garage.freebsd.pl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Exactly, but: : :SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW, : &fw_enable, 0, "Enable ipfw"); : :So where are adequate checks? :I haven't check, but it looks like we can manipulate net.inet.ip.fw.enable :even if securelevel >=3D 3. Am I wrong? : :--=20 :Pawel Jakub Dawidek :UNIX Systems Administrator You are looking at the old ipfw code. Look at the sysctl's in ip_fw2.c instead. Either way it is not really relevant to my commit, I didn't make any changes to the IPFW kernel code, only to the userland program. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:25:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE6837B401; Mon, 13 Jan 2003 00:25:56 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F76943F13; Mon, 13 Jan 2003 00:25:55 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 08F433ABB65; Mon, 13 Jan 2003 09:26:10 +0100 (CET) Date: Mon, 13 Jan 2003 09:26:10 +0100 From: Pawel Jakub Dawidek To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113082610.GH9430@garage.freebsd.pl> References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> <20030113075934.GE9430@garage.freebsd.pl> <200301130807.h0D87urr001783@apollo.backplane.com> <20030113081749.GF9430@garage.freebsd.pl> <200301130819.h0D8JsJc001902@apollo.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WK3l2KTTmXPVedZ6" Content-Disposition: inline In-Reply-To: <200301130819.h0D8JsJc001902@apollo.backplane.com> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --WK3l2KTTmXPVedZ6 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 12:19:54AM -0800, Matthew Dillon wrote: +> You are looking at the old ipfw code. Look at the sysctl's in +> ip_fw2.c instead. Either way it is not really relevant to my +> commit, I didn't make any changes to the IPFW kernel code, only=20 +> to the userland program. Sorry. But IMHO in ip_fw2.c this sysctl works bad as well. CTLFLAG_SECURE prevent from changing sysctl when securelevel >=3D 0 and this prevention should be only when >=3D 3. But sysctl definition in ip_fw.c is bad, right? If yes, maybe some PR should be sent? --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --WK3l2KTTmXPVedZ6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiJ4Ij/PhmMH/Mf1AQEkbgP/fXfn6kVjk6pxLe61xBorDy0wkf1mLi1m iEk/PYYrsvzcVs0UCocnL5AC+WWmuB67et9/xeLhOpmBqtDGMo300cmVWn6l5WfK L7myMBv/mS6JeP1P9MigcZctZSFXBpxYyE/g3gkfXoH5V9d+w99qgDT0CiVdsJq2 WpvlrK+Ney0= =wjvO -----END PGP SIGNATURE----- --WK3l2KTTmXPVedZ6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:31:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C6837B401; Mon, 13 Jan 2003 00:31:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0032343E4A; Mon, 13 Jan 2003 00:31:41 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8Vffh068640; Mon, 13 Jan 2003 00:31:41 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8Vf7N068639; Mon, 13 Jan 2003 00:31:41 -0800 (PST) Message-Id: <200301130831.h0D8Vf7N068639@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:31:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/md Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:31:41 PST Modified files: sys/modules/md Makefile Log: Add opt_geom.h to the list. Revision Changes Path 1.12 +1 -1 src/sys/modules/md/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:41:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B4437B401; Mon, 13 Jan 2003 00:41:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CAC43EB2; Mon, 13 Jan 2003 00:41:47 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8flfh072234; Mon, 13 Jan 2003 00:41:47 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8fl8Z072233; Mon, 13 Jan 2003 00:41:47 -0800 (PST) Message-Id: <200301130841.h0D8fl8Z072233@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 00:41:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 00:41:47 PST Modified files: include stdio.h Log: Add prototypes for the non-standard _unlocked functions. Revision Changes Path 1.51 +6 -0 src/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:44: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C38737B401; Mon, 13 Jan 2003 00:44:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7ED043F43; Mon, 13 Jan 2003 00:44:00 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8i0fh072364; Mon, 13 Jan 2003 00:44:00 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8i0Zt072363; Mon, 13 Jan 2003 00:44:00 -0800 (PST) Message-Id: <200301130844.h0D8i0Zt072363@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Jan 2003 00:44:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/linux-pete-mesagpu Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/13 00:44:00 PST Modified files: emulators Makefile Added files: emulators/linux-pete-mesagpu Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: emulators/linux-pete-mesagpu This is Pete's MesaGL GPU, a PSEmu Pro GPU plugin. Tested on the above system with emulators/linux-ePSXe (ports/46240). PR: ports/46482 Submitted by: Jean-Yves Lefort Revision Changes Path 1.98 +1 -0 ports/emulators/Makefile 1.1 +55 -0 ports/emulators/linux-pete-mesagpu/Makefile (new) 1.1 +1 -0 ports/emulators/linux-pete-mesagpu/distinfo (new) 1.1 +1 -0 ports/emulators/linux-pete-mesagpu/pkg-comment (new) 1.1 +9 -0 ports/emulators/linux-pete-mesagpu/pkg-descr (new) 1.1 +14 -0 ports/emulators/linux-pete-mesagpu/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:44: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6555537B47B; Mon, 13 Jan 2003 00:44:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112EA43F18; Mon, 13 Jan 2003 00:44:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8i3fh072390; Mon, 13 Jan 2003 00:44:03 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8i3jF072389; Mon, 13 Jan 2003 00:44:03 -0800 (PST) Message-Id: <200301130844.h0D8i3jF072389@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:44:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:44:03 PST Modified files: sys/geom geom_bsd.c Log: Fix typo. Revision Changes Path 1.37 +1 -1 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:44:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8A837B405; Mon, 13 Jan 2003 00:44:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAF843F43; Mon, 13 Jan 2003 00:44:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8iMfh072435; Mon, 13 Jan 2003 00:44:22 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8iMsb072434; Mon, 13 Jan 2003 00:44:22 -0800 (PST) Message-Id: <200301130844.h0D8iMsb072434@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Jan 2003 00:44:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/13 00:44:22 PST Modified files: . modules Log: linux-pete-mesagpu --> ports/emulators/linux-pete-mesagpu Revision Changes Path 1.6455 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:45:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB6137B401; Mon, 13 Jan 2003 00:45:22 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A8B43EB2; Mon, 13 Jan 2003 00:45:22 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D1D22AE2D9; Mon, 13 Jan 2003 00:45:16 -0800 (PST) Date: Mon, 13 Jan 2003 00:45:16 -0800 From: Alfred Perlstein To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc Makefile.inc Message-ID: <20030113084516.GH33821@elvis.mu.org> References: <200301130620.h0D6K38n019125@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301130620.h0D6K38n019125@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * David E. O'Brien [030112 22:20] wrote: > obrien 2003/01/12 22:20:03 PST > > Modified files: (Branch: RELENG_5_0) > gnu/usr.bin/cc Makefile.inc > Log: > A few people don't seem to like "undermydesk". Use something else for the > release. > > Approved by: scottl, murray(implicitly) That's so lame! I was hoping my meme would have made it into at least one release. :( -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:46:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9DD37B401; Mon, 13 Jan 2003 00:46:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3893F43E4A; Mon, 13 Jan 2003 00:46:33 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8kXfh072575; Mon, 13 Jan 2003 00:46:33 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8kWIi072574; Mon, 13 Jan 2003 00:46:32 -0800 (PST) Message-Id: <200301130846.h0D8kWIi072574@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_dev.c geom_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:46:32 PST Modified files: sys/geom geom.h geom_dev.c geom_event.c Log: Remove g_silence(). It does not do anything anymore. Revision Changes Path 1.39 +0 -1 src/sys/geom/geom.h 1.36 +0 -2 src/sys/geom/geom_dev.c 1.16 +1 -12 src/sys/geom/geom_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:49:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D8037B401; Mon, 13 Jan 2003 00:49:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 207F143ED8; Mon, 13 Jan 2003 00:49:37 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8nafh072652; Mon, 13 Jan 2003 00:49:36 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8naW9072651; Mon, 13 Jan 2003 00:49:36 -0800 (PST) Message-Id: <200301130849.h0D8naW9072651@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:49:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys namei.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:49:36 PST Modified files: sys/sys namei.h Log: Remove four members of struct nameidata which have been commented out since rev 1.1 (24 may 1994) of this file. Add a nail to the K&R coffin by removing the #ifdef'ed K&R function declaration for NDINIT. Revision Changes Path 1.39 +0 -13 src/sys/sys/namei.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:50:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EE237B401; Mon, 13 Jan 2003 00:50:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8B243F18; Mon, 13 Jan 2003 00:50:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8oOfh073390; Mon, 13 Jan 2003 00:50:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8oN11073380; Mon, 13 Jan 2003 00:50:23 -0800 (PST) Message-Id: <200301130850.h0D8oN11073380@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 00:50:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 00:50:23 PST Modified files: sys/dev/md md.c Log: Add a mutex around the per unit bioqueue. Only grab giant in the per unit kthread for SWAP and VNODE backed devices. Initialize the bioq before the kthread gets a chance to study it. Don't lock Giant in mddone_swap, we shouldn't need it. Revision Changes Path 1.79 +28 -12 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:52:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3F937B401; Mon, 13 Jan 2003 00:52:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF59C43F13; Mon, 13 Jan 2003 00:52:53 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8qrfh076156; Mon, 13 Jan 2003 00:52:53 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8qr2U076155; Mon, 13 Jan 2003 00:52:53 -0800 (PST) Message-Id: <200301130852.h0D8qr2U076155@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 13 Jan 2003 00:52:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/boot2 bios.S boot.c disk.c sys.c src/sys/boot/pc98/libpc98 biosdisk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/13 00:52:53 PST Modified files: (Branch: RELENG_4) sys/boot/pc98/boot2 bios.S boot.c disk.c sys.c sys/boot/pc98/libpc98 biosdisk.c Log: MFC: Add SCSI MO device support. Revision Changes Path 1.2.2.2 +112 -76 src/sys/boot/pc98/boot2/bios.S 1.6.2.3 +8 -3 src/sys/boot/pc98/boot2/boot.c 1.4.2.1 +1 -12 src/sys/boot/pc98/boot2/disk.c 1.2.2.1 +5 -5 src/sys/boot/pc98/boot2/sys.c 1.11.2.7 +34 -6 src/sys/boot/pc98/libpc98/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 0:56:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F9937B401; Mon, 13 Jan 2003 00:56:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4066243F13; Mon, 13 Jan 2003 00:56:12 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D8uCfh076302; Mon, 13 Jan 2003 00:56:12 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D8uCAP076301; Mon, 13 Jan 2003 00:56:12 -0800 (PST) Message-Id: <200301130856.h0D8uCAP076301@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Jan 2003 00:56:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Template Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/13 00:56:11 PST Modified files: www/p5-HTML-Template Makefile Log: Generate correct *_DEPENDS line for File::Spec 0.82 on 4.x and 5.x. Seach File::Spec module by using "perl -MFile::Spec" and switching by evaluating $File::Spec::VERSION which actually loaded. Revision Changes Path 1.9 +9 -10 ports/www/p5-HTML-Template/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 1:29: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7981137B401; Mon, 13 Jan 2003 01:29:04 -0800 (PST) Received: from smtp-relay.omnis.com (smtp-relay.omnis.com [216.239.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2066643ED8; Mon, 13 Jan 2003 01:29:04 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.com (66-75-27-88.san.rr.com [66.75.27.88]) by smtp-relay.omnis.com (Postfix) with ESMTP id B773A4315D; Mon, 13 Jan 2003 01:29:03 -0800 (PST) Message-ID: <3E2287F6.63BBF355@softweyr.com> Date: Mon, 13 Jan 2003 01:33:42 -0800 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc Makefile.inc References: <200301130620.h0D6K38n019125@repoman.freebsd.org> <20030113084516.GH33821@elvis.mu.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > * David E. O'Brien [030112 22:20] wrote: > > obrien 2003/01/12 22:20:03 PST > > > > Modified files: (Branch: RELENG_5_0) > > gnu/usr.bin/cc Makefile.inc > > Log: > > A few people don't seem to like "undermydesk". Use something else for the > > release. > > > > Approved by: scottl, murray(implicitly) > > That's so lame! I was hoping my meme would have made it into at least > one release. :( Some of the Cygnus tools used to use "bozotheclone" for the manufacturer in their production builds. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 1:39:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6C237B401; Mon, 13 Jan 2003 01:39:54 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDBE943ED8; Mon, 13 Jan 2003 01:39:53 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id h0D9dqlk061352; Mon, 13 Jan 2003 10:39:52 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id h0D9dqYi061351; Mon, 13 Jan 2003 10:39:52 +0100 (CET) Date: Mon, 13 Jan 2003 10:39:52 +0100 From: Dirk Froemberg To: "David E. O'Brien" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/sysutils/cdrtools Makefile distinfo ports/sysutils/cdrtools/files patch-bc Message-ID: <20030113093951.GA59353@physik.TU-Berlin.DE> References: <200301112001.h0BK1hs9078329@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301112001.h0BK1hs9078329@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Why didn't I get even a chance of reviewing this? There is a PR with an upgrade which I was working on... Furthermore I don't see why this is so urgent that you ignored me as a maintainer. Regards Dirk On Sat, Jan 11, 2003 at 12:01:43PM -0800, David E. O'Brien wrote: > obrien 2003/01/11 12:01:43 PST > > Modified files: > sysutils/cdrtools Makefile distinfo > Removed files: > sysutils/cdrtools/files patch-bc > Log: > Update to 1.11.a40 (which is really a version 2.0 alpha). > > Revision Changes Path > 1.41 +5 -5 ports/sysutils/cdrtools/Makefile > 1.25 +1 -1 ports/sysutils/cdrtools/distinfo > 1.2 +0 -11 ports/sysutils/cdrtools/files/patch-bc (dead) -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 1:44:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A2337B401; Mon, 13 Jan 2003 01:44:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243F943F18; Mon, 13 Jan 2003 01:44:36 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D9iZfh094023; Mon, 13 Jan 2003 01:44:35 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D9iZ9Y094022; Mon, 13 Jan 2003 01:44:35 -0800 (PST) Message-Id: <200301130944.h0D9iZ9Y094022@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Jan 2003 01:44:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/p5-Archive-Zip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/13 01:44:35 PST Modified files: archivers/p5-Archive-Zip Makefile Log: Use another File::Spec detection code same as p5-HTML-Template. Approved by: Erwin Lansing (maintainer) Revision Changes Path 1.11 +5 -10 ports/archivers/p5-Archive-Zip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 1:57: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9450437B401; Mon, 13 Jan 2003 01:57:02 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5321B43E4A; Mon, 13 Jan 2003 01:57:01 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA15372; Mon, 13 Jan 2003 20:56:58 +1100 Date: Mon, 13 Jan 2003 20:57:34 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <200301130342.h0D3gfKv064506@repoman.freebsd.org> Message-ID: <20030113202327.Q11731-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jeff Roberson wrote: > jeff 2003/01/12 19:42:41 PST > > Modified files: > sys/sys proc.h > sys/kern sched_4bsd.c > Log: > - Unbreak world. I did not notice that libkvm was still used in some places > to access the pctcpu. This will have to be sorted out more later as the > new scheduler requires a procedural interface for this data. A more > complete solution will follow. > > Revision Changes Path > 1.9 +5 -7 src/sys/kern/sched_4bsd.c > 1.289 +1 -0 src/sys/sys/proc.h Procedural interfaces in the kernel can only hinder libkvm here, since libkvm here is constructing a kinfo_proc struct from proc and thread structs read from a dead kernel like fill_kinfo_proc() in the kernel does for live kernels. The pctcpu part of the construction is currently a simple assignment. libkvm would have to duplicate the procedures for all schedulers if the interface were procedural. Another reason that the pctcpu interface shouldn't be precedural or scheduler- dependent is that the pctcpu kernel variable exists only to give a simple interface to userland (and ttyinfo()). In old versions of FreeBSD (e.g., RELENG_4) , kern_synch.c bogusly says: /* * p_pctcpu is only for ps. */ In -current, sched_4bsd.c less bogusly (but with worse English) says: /* * pctcpu is only for ps? * Do it per kse.. and add them up at the end? * XXXKSE */ pctcpu is actually used by at least ttyinfo() and fill_kinfo_proc() in the kernel (the latter just to ship it to userland), ps, libkvm, and anything that uses the relevant part of libkvm. It's use in ps is just a special case of using the relevant part of libkvm. My version of the above comment says: /* * ke_pctcpu is only for applications and * ttyinfo(). * Do it per kse, and add them up at the end? * XXXKSE */ fill_kinfo_proc() could easily call a procedure to calculate the value, and ttyinfo() could not so easily do this (ttyinfo() is called from the tty interrupt handler so the locking issues are more complicated), but schedulers (the only one in -current so far) calculate the value when they consider scheduling since this is simplest and works best. schedcpu() considers scheduling all processes at once, but setting the variable should work just as well for schedulers that handle 1 process at a time by only setting it for that process. I don't see any reasons to change this interface. pctcpu is scheduler- independent, at least compared with things like process priorities. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 1:57:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3762C37B401; Mon, 13 Jan 2003 01:57:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D488D43F18; Mon, 13 Jan 2003 01:57:45 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D9vjfh097648; Mon, 13 Jan 2003 01:57:45 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D9vjbQ097647; Mon, 13 Jan 2003 01:57:45 -0800 (PST) Message-Id: <200301130957.h0D9vjbQ097647@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 13 Jan 2003 01:57:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/13 01:57:45 PST Modified files: sysutils/webmin Makefile distinfo Log: Update modules: bind8-1.050-6, mysql-1.050-7, status-1.050-4. Revision Changes Path 1.145 +5 -4 ports/sysutils/webmin/Makefile 1.113 +3 -2 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 2:31: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB2E37B401; Mon, 13 Jan 2003 02:31:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C3643EB2; Mon, 13 Jan 2003 02:31:04 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DAV4fh010924; Mon, 13 Jan 2003 02:31:04 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DAV4OC010917; Mon, 13 Jan 2003 02:31:04 -0800 (PST) Message-Id: <200301131031.h0DAV4OC010917@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 02:31:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/finance/qhacc Makefile distinfo ports/finance/qhacc/files patch-src::main.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 02:31:04 PST Modified files: finance/qhacc Makefile distinfo Added files: finance/qhacc/files patch-src::main.cpp Log: Update to 2.5.1 PR: 46935 Submitted by: KATO Tsuguru Revision Changes Path 1.30 +1 -1 ports/finance/qhacc/Makefile 1.22 +1 -1 ports/finance/qhacc/distinfo 1.1 +10 -0 ports/finance/qhacc/files/patch-src::main.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 2:37:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D998B37B401; Mon, 13 Jan 2003 02:37:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E95143EB2; Mon, 13 Jan 2003 02:37:12 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DAbCfh012127; Mon, 13 Jan 2003 02:37:12 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DAbCWi012126; Mon, 13 Jan 2003 02:37:12 -0800 (PST) Message-Id: <200301131037.h0DAbCWi012126@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 02:37:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_write.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 02:37:12 PST Modified files: lib/libc/sys aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_write.2 Log: Refer to 1003.1 instead of 1003.2 in the Standards section. Revision Changes Path 1.22 +1 -1 src/lib/libc/sys/aio_cancel.2 1.18 +1 -1 src/lib/libc/sys/aio_error.2 1.18 +1 -1 src/lib/libc/sys/aio_read.2 1.17 +1 -1 src/lib/libc/sys/aio_return.2 1.19 +1 -1 src/lib/libc/sys/aio_suspend.2 1.16 +1 -1 src/lib/libc/sys/aio_write.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 2:37:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E91737B406; Mon, 13 Jan 2003 02:37:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB68B43EB2; Mon, 13 Jan 2003 02:37:23 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DAbNfh012155; Mon, 13 Jan 2003 02:37:23 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DAbN0O012154; Mon, 13 Jan 2003 02:37:23 -0800 (PST) Message-Id: <200301131037.h0DAbN0O012154@repoman.freebsd.org> From: Doug Barton Date: Mon, 13 Jan 2003 02:37:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut/files nut.sh.sample patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2003/01/13 02:37:23 PST Added files: sysutils/nut/files nut.sh.sample Removed files: sysutils/nut/files patch-ac Log: Since the distribution no longer comes with a sample FreeBSD script (which I hope to remedy), the patch is now superfluous. So instead, provide a sample script here. Revision Changes Path 1.1 +72 -0 ports/sysutils/nut/files/nut.sh.sample (new) 1.2 +0 -26 ports/sysutils/nut/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 2:39:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA7137B401; Mon, 13 Jan 2003 02:39:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D4643F1E; Mon, 13 Jan 2003 02:39:23 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DAdNfh012244; Mon, 13 Jan 2003 02:39:23 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DAdNv3012243; Mon, 13 Jan 2003 02:39:23 -0800 (PST) Message-Id: <200301131039.h0DAdNv3012243@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 13 Jan 2003 02:39:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2003/01/13 02:39:23 PST Modified files: lang/icc Makefile Log: Remove the "warning -> error" options for excessive function arguments, they seem to cause problems in some cases. Noticed by: roberto, marius@alchemy.franken.de Revision Changes Path 1.25 +2 -1 ports/lang/icc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 2:41: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129DD37B401; Mon, 13 Jan 2003 02:41:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F68C43F5B; Mon, 13 Jan 2003 02:41:01 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DAf1fh014291; Mon, 13 Jan 2003 02:41:01 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DAf1CM014290; Mon, 13 Jan 2003 02:41:01 -0800 (PST) Message-Id: <200301131041.h0DAf1CM014290@repoman.freebsd.org> From: Doug Barton Date: Mon, 13 Jan 2003 02:41:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2003/01/13 02:41:01 PST Modified files: sysutils/nut Makefile distinfo pkg-plist Log: Major overhaul to reflect the update to the latest version, 1.2.1. Development stalled on this distribution for a while, then went into a frantic period of many updates per month. Now it's stabilized to the point that it's worth keeping current again. There are many new models of UPS supported, and a lot of changes to how the various tools work, so users of the old port should read UPGRADING. Unfortunately, the CGI stuff depends on a version of gd that we don't have yet, so that'll have to be sidelined for a while. Revision Changes Path 1.22 +26 -44 ports/sysutils/nut/Makefile 1.12 +1 -1 ports/sysutils/nut/distinfo 1.13 +31 -40 ports/sysutils/nut/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3: 0:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA3F37B401; Mon, 13 Jan 2003 03:00:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8167843F1E; Mon, 13 Jan 2003 03:00:49 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DB0nfh020465; Mon, 13 Jan 2003 03:00:49 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DB0nr8020459; Mon, 13 Jan 2003 03:00:49 -0800 (PST) Message-Id: <200301131100.h0DB0nr8020459@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 03:00:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ksmp3play Makefile ports/audio/ksmp3play/files patch-ksmp3play.c patch-windows.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 03:00:49 PST Modified files: audio/ksmp3play Makefile Added files: audio/ksmp3play/files patch-ksmp3play.c patch-windows.c Log: Fix build on CURRENT. PR: 46932 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +9 -7 ports/audio/ksmp3play/Makefile 1.1 +10 -0 ports/audio/ksmp3play/files/patch-ksmp3play.c (new) 1.1 +11 -0 ports/audio/ksmp3play/files/patch-windows.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3: 1:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852D137B401; Mon, 13 Jan 2003 03:01:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DAE43F7C; Mon, 13 Jan 2003 03:01:21 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DB1Lfh021484; Mon, 13 Jan 2003 03:01:21 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DB1Lum021477; Mon, 13 Jan 2003 03:01:21 -0800 (PST) Message-Id: <200301131101.h0DB1Lum021477@repoman.freebsd.org> From: Jeffrey Hsu Date: Mon, 13 Jan 2003 03:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2003/01/13 03:01:20 PST Modified files: sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Log: Fix NewReno. Reviewed by: Tom Henderson Revision Changes Path 1.187 +44 -41 src/sys/netinet/tcp_input.c 1.19 +1 -1 src/sys/netinet/tcp_seq.h 1.56 +2 -5 src/sys/netinet/tcp_timer.c 1.84 +3 -1 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:15:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D55937B401; Mon, 13 Jan 2003 03:15:27 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC55C43ED8; Mon, 13 Jan 2003 03:15:23 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18Y2Yp-0001eP-00; Mon, 13 Jan 2003 17:15:19 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18Y2Yp-0001e3-00; Mon, 13 Jan 2003 17:15:19 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id h0DBI6H7023710; Mon, 13 Jan 2003 17:18:06 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id h0DBI6lN023641; Mon, 13 Jan 2003 17:18:06 +0600 (NOVT) Date: Mon, 13 Jan 2003 17:18:06 +0600 From: Alexey Dokuchaev To: Jeffrey Hsu Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Message-ID: <20030113111806.GA21233@regency.nsu.ru> References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301131101.h0DB1Lum021477@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Envelope-To: hsu@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 03:01:20AM -0800, Jeffrey Hsu wrote: > hsu 2003/01/13 03:01:20 PST > > Modified files: > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > tcp_var.h > Log: > Fix NewReno. Does this mean that we no longer need to put `net.inet.tcp.newreno=0' in /etc/sysctl.conf ? ./danfe PS. BTW, is there any place I can find in-depth description of NewReno (other than source code and commit messages :) ? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:23:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FF537B401; Mon, 13 Jan 2003 03:23:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84EB43F13; Mon, 13 Jan 2003 03:23:11 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DBNBfh030264; Mon, 13 Jan 2003 03:23:11 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DBNBRl030263; Mon, 13 Jan 2003 03:23:11 -0800 (PST) Message-Id: <200301131123.h0DBNBRl030263@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 13 Jan 2003 03:23:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/rox-edit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/13 03:23:11 PST Modified files: editors Makefile Added files: editors/rox-edit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add rox-edit, a simple text editor for the ROX desktop. Revision Changes Path 1.216 +1 -0 ports/editors/Makefile 1.1 +35 -0 ports/editors/rox-edit/Makefile (new) 1.1 +1 -0 ports/editors/rox-edit/distinfo (new) 1.1 +1 -0 ports/editors/rox-edit/pkg-comment (new) 1.1 +1 -0 ports/editors/rox-edit/pkg-descr (new) 1.1 +28 -0 ports/editors/rox-edit/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:24:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F8637B401; Mon, 13 Jan 2003 03:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F97243E4A; Mon, 13 Jan 2003 03:24:15 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DBOFfh030313; Mon, 13 Jan 2003 03:24:15 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DBOFJs030312; Mon, 13 Jan 2003 03:24:15 -0800 (PST) Message-Id: <200301131124.h0DBOFJs030312@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 13 Jan 2003 03:24:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/13 03:24:15 PST Modified files: . modules Log: Add rox-edit --> ports/editors/rox-edit. Revision Changes Path 1.6456 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:31:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68FF937B405; Mon, 13 Jan 2003 03:31:08 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D460B43E4A; Mon, 13 Jan 2003 03:31:06 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA23619; Mon, 13 Jan 2003 22:30:51 +1100 Date: Mon, 13 Jan 2003 22:31:27 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Pawel Jakub Dawidek Cc: Matthew Dillon , , Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c In-Reply-To: <20030113082610.GH9430@garage.freebsd.pl> Message-ID: <20030113222917.C12128-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003, Pawel Jakub Dawidek wrote: > On Mon, Jan 13, 2003 at 12:19:54AM -0800, Matthew Dillon wrote: > +> You are looking at the old ipfw code. Look at the sysctl's in > +> ip_fw2.c instead. Either way it is not really relevant to my > +> commit, I didn't make any changes to the IPFW kernel code, only > +> to the userland program. > > Sorry. But IMHO in ip_fw2.c this sysctl works bad as well. > CTLFLAG_SECURE prevent from changing sysctl when securelevel >= 0 > and this prevention should be only when >= 3. > > But sysctl definition in ip_fw.c is bad, right? If yes, maybe some PR > should be sent? This is noted in the log message: % RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v % Working file: ip_fw2.c % head: 1.22 % ... % ---------------------------- % revision 1.11 % date: 2002/08/25 03:50:17; author: cjc; state: Exp; lines: +6 -3 % Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and % firewall logging on and off when at elevated securelevel(8). It would % be nice to be able to only lock these at securelevel >= 3, like rules % are, but there is no such functionality at present. I don't see reason % to be adding features to securelevel(8) with MAC being merged into 5.0. % % PR: kern/39396 % Reviewed by: luigi % MFC after: 1 week % ---------------------------- Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:34:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E07937B401; Mon, 13 Jan 2003 03:34:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776B043F13; Mon, 13 Jan 2003 03:34:35 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DBYZfh033879; Mon, 13 Jan 2003 03:34:35 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DBYZwu033878; Mon, 13 Jan 2003 03:34:35 -0800 (PST) Message-Id: <200301131134.h0DBYZwu033878@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 03:34:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_dev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 03:34:35 PST Modified files: sys/geom geom_dev.c Log: Always issue ioctls as BIO_GEATTR requests. The direction of data copies on ioctls are no reliable indication of the ioctls "set" or "get" nature or if such simplistic categories can even be applied. MFC candidate: boot0cfg issue. Revision Changes Path 1.37 +6 -4 src/sys/geom/geom_dev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:36:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F50D37B401; Mon, 13 Jan 2003 03:36:41 -0800 (PST) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D445D43EB2; Mon, 13 Jan 2003 03:36:40 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org ([63.193.112.125]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0H8N004EHHL4M5@mta6.snfc21.pbi.net>; Mon, 13 Jan 2003 03:36:40 -0800 (PST) Date: Mon, 13 Jan 2003 03:36:40 -0800 From: Jeffrey Hsu Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h In-reply-to: Message from Alexey Dokuchaev "of Mon, 13 Jan 2003 17:18:06 +0600." <20030113111806.GA21233@regency.nsu.ru> To: Alexey Dokuchaev Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Message-id: <0H8N004EIHL4M5@mta6.snfc21.pbi.net> MIME-version: 1.0 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Mon, Jan 13, 2003 at 03:01:20AM -0800, Jeffrey Hsu wrote: >> hsu 2003/01/13 03:01:20 PST >> >> Modified files: >> sys/netinet tcp_input.c tcp_seq.h tcp_timer.c >> tcp_var.h >> Log: >> Fix NewReno. > > Does this mean that we no longer need to put `net.inet.tcp.newreno=0' in > /etc/sysctl.conf ? Right, it should work much better with NewReno on than off. In fact, at some point in the far future, I would like to remove the option to turn NewReno off, because NewReno is part of the current TCP standard. Jeffrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:39: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E9E037B401; Mon, 13 Jan 2003 03:39:01 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18A843F3F; Mon, 13 Jan 2003 03:39:00 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id E9BD03ABB2D; Mon, 13 Jan 2003 12:39:16 +0100 (CET) Date: Mon, 13 Jan 2003 12:39:16 +0100 From: Pawel Jakub Dawidek To: Bruce Evans Cc: Matthew Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113113916.GL9430@garage.freebsd.pl> References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Zi0sgQQBxRFxMTsj" Content-Disposition: inline In-Reply-To: <20030113222917.C12128-100000@gamplex.bde.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Zi0sgQQBxRFxMTsj Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 10:31:27PM +1100, Bruce Evans wrote: +> % Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and +> % firewall logging on and off when at elevated securelevel(8). It would +> % be nice to be able to only lock these at securelevel >=3D 3, like rules +> % are, but there is no such functionality at present. I don't see reason +> % to be adding features to securelevel(8) with MAC being merged into 5.0. No such functionality? s/SYSCTL_INT/SYSCTL_PROC/ ? --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --Zi0sgQQBxRFxMTsj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiKlZD/PhmMH/Mf1AQHgWwP9GbcEvdeN3dmpqr5eKefMzodoy0fMJlkv jxcaZZhm5xpVV7KAJmoeuxghBTgc0qGLNH176LYCRfS5p7hWATuR7ZxnI0jf/NX7 Yho/z+9Wl6f6hUI/DH0BZV6/HDVZK3biBn5XL6XvXmUTJ5cIH9SfDl2Mb4kruzJP /EgOKwNXFVE= =pbBk -----END PGP SIGNATURE----- --Zi0sgQQBxRFxMTsj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 3:39:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D6137B405; Mon, 13 Jan 2003 03:39:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1D743ED8; Mon, 13 Jan 2003 03:39:52 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DBdqfh034123; Mon, 13 Jan 2003 03:39:52 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DBdqos034122; Mon, 13 Jan 2003 03:39:52 -0800 (PST) Message-Id: <200301131139.h0DBdqos034122@repoman.freebsd.org> From: Roger Hardiman Date: Mon, 13 Jan 2003 03:39:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gatekeeper Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2003/01/13 03:39:52 PST Modified files: net/gatekeeper Makefile distinfo Log: Upgrade to latest stable release Revision Changes Path 1.27 +1 -1 ports/net/gatekeeper/Makefile 1.13 +1 -1 ports/net/gatekeeper/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:14:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 893F637B401; Mon, 13 Jan 2003 04:14:54 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4156F43E4A; Mon, 13 Jan 2003 04:14:52 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18Y3UN-0005tu-00; Mon, 13 Jan 2003 14:14:47 +0200 Date: Mon, 13 Jan 2003 14:14:47 +0200 From: Sheldon Hearn To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_rule.c Message-ID: <20030113121447.GM20023@starjuice.net> Mail-Followup-To: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301110236.h0B2aKLR000782@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301110236.h0B2aKLR000782@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On (2003/01/10 18:36), Dima Dorfman wrote: > Modified files: > sys/fs/devfs devfs_rule.c > Log: > Add symlink support to devfs_rule_matchpath(). This allows the user > to unhide symlinks as well as hide them. Now we're talking! Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:16:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC1137B401; Mon, 13 Jan 2003 04:16:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A4543F1E; Mon, 13 Jan 2003 04:16:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DCGwfh048297; Mon, 13 Jan 2003 04:16:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DCGweD048296; Mon, 13 Jan 2003 04:16:58 -0800 (PST) Message-Id: <200301131216.h0DCGweD048296@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 04:16:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/qextmdi Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 04:16:58 PST Modified files: devel Makefile Added files: devel/qextmdi Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add qextmdi, A C++ GUI library for creating MDI UIs with QT. PR: 37567 Submitted by: Roland Jesse Revision Changes Path 1.1009 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/qextmdi/Makefile (new) 1.1 +1 -0 ports/devel/qextmdi/distinfo (new) 1.1 +1 -0 ports/devel/qextmdi/pkg-comment (new) 1.1 +8 -0 ports/devel/qextmdi/pkg-descr (new) 1.1 +132 -0 ports/devel/qextmdi/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:17:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43D437B401; Mon, 13 Jan 2003 04:17:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C1D43ED8; Mon, 13 Jan 2003 04:17:20 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DCHKfh048346; Mon, 13 Jan 2003 04:17:20 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DCHKB1048345; Mon, 13 Jan 2003 04:17:20 -0800 (PST) Message-Id: <200301131217.h0DCHKB1048345@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 04:17:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 04:17:20 PST Modified files: . modules Log: qextmdi --> ports/devel/qextmdi Revision Changes Path 1.6457 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:39: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F3E237B401 for ; Mon, 13 Jan 2003 04:39:03 -0800 (PST) Received: from twin.enter.net.pl (www.enter.net.pl [195.116.206.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 649D843ED8 for ; Mon, 13 Jan 2003 04:39:01 -0800 (PST) (envelope-from marekd@enter.net.pl) Received: from master (st26.internetdsl.tpnet.pl [80.55.97.26]) (authenticated) by twin.enter.net.pl (8.11.3/8.11.3) with ESMTP id h0DE1gT03134 for ; Mon, 13 Jan 2003 15:01:43 +0100 Date: Mon, 13 Jan 2003 13:52:20 +0100 From: MArek X-Mailer: The Bat! (v1.53d) UNREG / CD5BF9353B3B7091 Reply-To: MArek X-Priority: 3 (Normal) Message-ID: <19216071419.20030113135220@enter.net.pl> To: cvs-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello , I've got a little question. I'm quite new to FreeBSD, recently I was trying to up date my sources using CVSup - I read chapter about CVSup in FreeBSD Handbook but I still have got a little problem: If I specify in a tag field value RELENG_4 (tag=RELENG_4) does it mean that I will receive the latests sources of FreeBSD-STABLE (FreeBSD 4.7 Stable??) I' like to have FreeBSD 4.7, but official (as I said I'm the beginner). THANKS for eventually help ;] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:45: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E06037B401 for ; Mon, 13 Jan 2003 04:45:04 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C492A43F13 for ; Mon, 13 Jan 2003 04:44:58 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 5767066B3A; Mon, 13 Jan 2003 04:44:58 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 1897389C; Mon, 13 Jan 2003 04:44:58 -0800 (PST) Date: Mon, 13 Jan 2003 04:44:58 -0800 From: Kris Kennaway To: MArek Cc: cvs-all@FreeBSD.ORG Subject: Re: your mail Message-ID: <20030113124457.GA33805@rot13.obsecurity.org> References: <19216071419.20030113135220@enter.net.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <19216071419.20030113135220@enter.net.pl> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 01:52:20PM +0100, MArek wrote: > Hello , >=20 > I've got a little question. > I'm quite new to FreeBSD, recently I was trying to up date my sources > using CVSup - I read chapter about CVSup in FreeBSD Handbook but I > still have got a little problem: > If I specify in a tag field value RELENG_4 (tag=3DRELENG_4) does it mean > that I will receive the latests sources of FreeBSD-STABLE (FreeBSD 4.7 > Stable??) I' like to have FreeBSD 4.7, but official (as I said I'm the > beginner). This is off-topic and should have been asked on questions@ Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IrTJWry0BWjoQKURArVDAJ9gYHhRQlrD83Kvte+B4G1rf4p+cACfcfHs ORCshykaiuy7rx0vJ1tfQ/E= =gVEB -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 4:51:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F9337B401; Mon, 13 Jan 2003 04:51:43 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FFC43F65; Mon, 13 Jan 2003 04:51:42 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E724566B3A; Mon, 13 Jan 2003 04:51:38 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 96A0EF82; Mon, 13 Jan 2003 04:51:38 -0800 (PST) Date: Mon, 13 Jan 2003 04:51:38 -0800 From: Kris Kennaway To: Joe Marcus Clarke Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/libgnomeprintui pkg-plist Message-ID: <20030113125138.GA33871@rot13.obsecurity.org> References: <200301130227.h0D2R0GH035612@repoman.freebsd.org> <20030113023422.GA14933@rot13.obsecurity.org> <1042425960.2162.72.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <1042425960.2162.72.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 12, 2003 at 09:46:01PM -0500, Joe Marcus Clarke wrote: > > Thanks for looking at these so quickly! >=20 > My latest commit to textproc/scrollkeeper should fix most of the GNOME > issues. I will wait until after the next build runs to see what I have > left. I did a build of gnome1 on 4.x; the results are here (together with some random other ports that had already built): http://bento.freebsd.org/errorlogs/i386-4-latest-logs/extras.html It looks pretty good so far! Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD4DBQE+IrZaWry0BWjoQKURAuAhAJdxLJhA8MMZ8e2xbYUR+PW5qYKFAKCVpOOX teklZDPq24syUbS65fSilw== =wpcy -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 5:26: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B916737B401; Mon, 13 Jan 2003 05:26:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638AA43EB2; Mon, 13 Jan 2003 05:26:03 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DDQ3fh073061; Mon, 13 Jan 2003 05:26:03 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DDQ38L073060; Mon, 13 Jan 2003 05:26:03 -0800 (PST) Message-Id: <200301131326.h0DDQ38L073060@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 13 Jan 2003 05:26:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/13 05:26:03 PST Modified files: security/stunnel Makefile distinfo Log: Update to stunnel-4.04. Independently submitted by: Dan Langille Revision Changes Path 1.47 +1 -1 ports/security/stunnel/Makefile 1.27 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 5:26:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0620837B401; Mon, 13 Jan 2003 05:26:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA5DF43EB2; Mon, 13 Jan 2003 05:26:14 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DDQEfh073091; Mon, 13 Jan 2003 05:26:14 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DDQEbX073090; Mon, 13 Jan 2003 05:26:14 -0800 (PST) Message-Id: <200301131326.h0DDQEbX073090@repoman.freebsd.org> From: Ceri Davies Date: Mon, 13 Jan 2003 05:26:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2003/01/13 05:26:14 PST Modified files: . access Log: Welcome Christian Brueffer (brueffer@FreeBSD.org) to the documentation team. Christian made the age-old mistake of submitting too many high quality problem reports, and I take great pleasure in exacting the usual punishment. For now, Christian will work on the doc/ and www/ trees, although he has also subjected the ports team to a barrage of PRs. Many thanks for joe for his help with the account. Commit bit type: doc Approved by: doceng Account created by: joe Mentored by: ceri Revision Changes Path 1.357 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 5:33:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A148C37B401; Mon, 13 Jan 2003 05:33:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAEA43E4A; Mon, 13 Jan 2003 05:33:16 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DDXGfh076576; Mon, 13 Jan 2003 05:33:16 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DDXGWZ076575; Mon, 13 Jan 2003 05:33:16 -0800 (PST) Message-Id: <200301131333.h0DDXGWZ076575@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 05:33:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/eboxy Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 05:33:16 PST Modified files: devel/eboxy Makefile distinfo pkg-plist Log: Update to 0.3.5 PR: 46933 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +2 -5 ports/devel/eboxy/Makefile 1.5 +1 -1 ports/devel/eboxy/distinfo 1.3 +1 -1 ports/devel/eboxy/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 5:36:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206C337B401; Mon, 13 Jan 2003 05:36:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEADA43F5B; Mon, 13 Jan 2003 05:36:19 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DDaJfh076744; Mon, 13 Jan 2003 05:36:19 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DDaJCn076743; Mon, 13 Jan 2003 05:36:19 -0800 (PST) Message-Id: <200301131336.h0DDaJCn076743@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 13 Jan 2003 05:36:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/p5-vpopmail Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/13 05:36:19 PST Modified files: mail Makefile Added files: mail/p5-vpopmail Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-vpopmail-0.08, a Perl interface to the vpopmail API. PR: 47003 Submitted by: James Raftery Revision Changes Path 1.346 +1 -0 ports/mail/Makefile 1.1 +28 -0 ports/mail/p5-vpopmail/Makefile (new) 1.1 +1 -0 ports/mail/p5-vpopmail/distinfo (new) 1.1 +1 -0 ports/mail/p5-vpopmail/pkg-comment (new) 1.1 +6 -0 ports/mail/p5-vpopmail/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-vpopmail/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 5:38:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DECE937B401; Mon, 13 Jan 2003 05:38:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B77343F1E; Mon, 13 Jan 2003 05:38:42 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DDcgfh076810; Mon, 13 Jan 2003 05:38:42 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DDcgX8076809; Mon, 13 Jan 2003 05:38:42 -0800 (PST) Message-Id: <200301131338.h0DDcgX8076809@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 13 Jan 2003 05:38:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/13 05:38:42 PST Modified files: . modules Log: p5-vpopmail -> ports/mail/p5-vpopmail Revision Changes Path 1.6458 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6: 0:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6858637B405; Mon, 13 Jan 2003 06:00:48 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [193.111.112.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7A443F43; Mon, 13 Jan 2003 06:00:47 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.6/8.12.6/ZEIST.DE) with ESMTP id h0DE0eaJ017097; Mon, 13 Jan 2003 15:00:40 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.6/8.12.6/Submit) id h0DE0ZPE017096; Mon, 13 Jan 2003 15:00:35 +0100 (CET) (envelope-from marius) Date: Mon, 13 Jan 2003 15:00:35 +0100 From: marius@alchemy.franken.de To: Alexander Leidinger Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/icc Makefile Message-ID: <20030113150035.H524@newtrinity.zeist.de> References: <200301131039.h0DAdNv3012243@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200301131039.h0DAdNv3012243@repoman.freebsd.org>; from netchild@FreeBSD.ORG on Mon, Jan 13, 2003 at 02:39:23AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 02:39:23AM -0800, Alexander Leidinger wrote: > netchild 2003/01/13 02:39:23 PST > > Modified files: > lang/icc Makefile > Log: > Remove the "warning -> error" options for excessive function arguments, > they seem to cause problems in some cases. > They cause problems in all cases. Intel's note regarding these options seems to be left over from a beta-version, at least 7.0.065 already mentioned them in icc_issues.txt but the options where already invalid (and the bug probably fixed, though icc_fixes.txt doesn't mention it). marius@tristan:/home/marius > /tmp/7/opt/intel/compiler70/ia32/bin/iccbin -V Intel(R) C++ Compiler for 32-bit applications, Version 7.0 Build 20021021Z ~~~~~~~~~ <...> marius@tristan:/home/marius > /tmp/7/opt/intel/compiler70/ia32/bin/iccbin -Qwr1125 iccbin: Command line error: invalid argument for option '-Q' marius@tristan:/home/marius > /usr/local/intel/compiler70/ia32/bin/iccbin -V Intel(R) C++ Compiler for 32-bit applications, Version 7.0 Build 20021212Z ~~~~~~~~~ <...> marius@tristan:/home/marius > /usr/local/intel/compiler70/ia32/bin/iccbin -Qwr1125 iccbin: Command line error: invalid argument for option '-Q' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6: 4:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B21D37B401; Mon, 13 Jan 2003 06:04:46 -0800 (PST) Received: from mx0.freebsd-services.com (survey.codeburst.net [195.149.39.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E69343F18; Mon, 13 Jan 2003 06:04:40 -0800 (PST) (envelope-from paul@freebsd-services.com) Received: by mx0.freebsd-services.com (Postfix, from userid 1002) id 60C371B208; Mon, 13 Jan 2003 14:04:34 +0000 (GMT) Date: Mon, 13 Jan 2003 14:04:34 +0000 From: Paul Richards To: John Baldwin Cc: Attila Nagy , cvs-all@freebsd.org, cvs-committers@freebsd.org, Alexey Dokuchaev Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c Message-ID: <20030113140433.GG35226@survey.codeburst.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 10, 2003 at 01:25:19PM -0500, John Baldwin wrote: > > > We used to use similar tricks but turned it off b/c it was not deemed > to be worth the extra effort. :) The brand index stuff only works on > Pentium III's and above btw. It's something I miss on FreeBSD though since I often forget what boxes have what cpu in them and it would save having to open them up which I have to do now :-) Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6: 7: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A660637B401; Mon, 13 Jan 2003 06:06:58 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AB643F3F; Mon, 13 Jan 2003 06:06:57 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id E4D533ABB2D; Mon, 13 Jan 2003 15:07:00 +0100 (CET) Date: Mon, 13 Jan 2003 15:07:00 +0100 From: Pawel Jakub Dawidek To: Bruce Evans Cc: Matthew Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, luigi@freebsd.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113140700.GP9430@garage.freebsd.pl> References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bpVaumkpfGNUagdU" Content-Disposition: inline In-Reply-To: <20030113222917.C12128-100000@gamplex.bde.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bpVaumkpfGNUagdU Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 10:31:27PM +1100, Bruce Evans wrote: +> This is noted in the log message: [...] Ok, could someone commit this? --- ip_fw2.c.orig Fri Dec 27 18:43:25 2002 +++ ip_fw2.c Mon Jan 13 15:02:54 2003 @@ -111,9 +111,32 @@ =20 #ifdef SYSCTL_NODE SYSCTL_NODE(_net_inet_ip, OID_AUTO, fw, CTLFLAG_RW, 0, "Firewall"); -SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, - CTLFLAG_RW | CTLFLAG_SECURE, - &fw_enable, 0, "Enable ipfw"); + +static int +sysctl_net_inet_ip_fw_enable(SYSCTL_HANDLER_ARGS) +{ + int error, enable; + + enable =3D fw_enable; + error =3D sysctl_handle_int(oidp, &enable, 0, req); + if (error !=3D 0 || req->newptr =3D=3D NULL || enable =3D=3D fw_enable) + return (error); + +#if __FreeBSD_version >=3D 500034 + error =3D securelevel_ge(req->td->td_ucred, 3); + if (error !=3D 0) + return (error); +#else + if (securelevel >=3D 3) + return (EPERM); +#endif + fw_enable =3D enable; + + return(0); +} +SYSCTL_PROC(_net_inet_ip_fw, OID_AUTO, enable, CTLTYPE_INT | CTLFLAG_RW, 0= , 0, + sysctl_net_inet_ip_fw_enable, "I", "Enable ipfw"); + SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, autoinc_step, CTLFLAG_RW, &autoinc_step, 0, "Rule number autincrement step"); SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, one_pass, --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --bpVaumkpfGNUagdU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiLIBD/PhmMH/Mf1AQHHygP/Ri7PpkYbJqnVYlj6xa95MX/AumdtiDvw DdN1y1GM7bQGTcN7olkOH0y8xLbVTW1KkkJmBmG5aa58LxR8z8+pIT80IIckDMjv R/NHRTm7Ysx2c5/VlxzhVmKV39U4bcHzcnC7w5GtHY7ig+Gf6BcnNOTtSBwL3wco zEV0D4/cIU8= =7t1d -----END PGP SIGNATURE----- --bpVaumkpfGNUagdU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6: 9:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C7F37B401; Mon, 13 Jan 2003 06:09:23 -0800 (PST) Received: from mx0.freebsd-services.com (survey.codeburst.net [195.149.39.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F2C43F13; Mon, 13 Jan 2003 06:09:23 -0800 (PST) (envelope-from paul@freebsd-services.com) Received: by mx0.freebsd-services.com (Postfix, from userid 1002) id 662051B208; Mon, 13 Jan 2003 14:09:22 +0000 (GMT) Date: Mon, 13 Jan 2003 14:09:22 +0000 From: Paul Richards To: Kelly Yancey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c ipfw2.c Message-ID: <20030113140921.GH35226@survey.codeburst.net> References: <200212232008.gBNK8LAw041144@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212232008.gBNK8LAw041144@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 23, 2002 at 12:08:21PM -0800, Kelly Yancey wrote: > kbyanc 2002/12/23 12:08:21 PST > > Modified files: > sbin/ipfw ipfw.8 ipfw.c ipfw2.c > Log: > Make preprocessor support more generic by passing all command-line options > after -p except for the last (the ruleset file to process) to the > preprocessor for interpretation. This allows command-line options besides > -U and -D to be passed to cpp(1) and m4(1) as well as making it easier to > use other preprocessors. I'm not sure this is a good idea. If you want to ensure that options are passed to the preprocessor then they can be put in quotes rather than changing normal command line semantics to make a certain option "magic" in that it swallows all remaining options except the last one. This will confuse anyone who doesn't read the documentation carefully and realises -p does this. Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6:17: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6BD37B401; Mon, 13 Jan 2003 06:17:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F333343F5B; Mon, 13 Jan 2003 06:17:05 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DEH5fh090946; Mon, 13 Jan 2003 06:17:05 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DEH5gM090945; Mon, 13 Jan 2003 06:17:05 -0800 (PST) Message-Id: <200301131417.h0DEH5gM090945@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 06:17:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-lang::ru.i18n X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 06:17:05 PST Modified files: net/micq Makefile distinfo pkg-plist net/micq/files patch-lang::ru.i18n Log: Update to 0.4.10 PR: 46943 Submitted by: KATO Tsuguru Revision Changes Path 1.29 +14 -4 ports/net/micq/Makefile 1.16 +1 -1 ports/net/micq/distinfo 1.4 +7 -8 ports/net/micq/files/patch-lang::ru.i18n 1.9 +13 -1 ports/net/micq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6:29:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEB837B401; Mon, 13 Jan 2003 06:29:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 261FE43E4A; Mon, 13 Jan 2003 06:29:57 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DETufh094555; Mon, 13 Jan 2003 06:29:56 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DETu78094554; Mon, 13 Jan 2003 06:29:56 -0800 (PST) Message-Id: <200301131429.h0DETu78094554@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 06:29:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/stella Makefile ports/emulators/stella/files patch-OSS.c patch-ac patch-ad patch-src::ui::sound::makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 06:29:56 PST Modified files: emulators/stella Makefile emulators/stella/files patch-OSS.c patch-ac patch-ad Added files: emulators/stella/files patch-src::ui::sound::makefile Log: Support CC/CFLAGS/CXX/CXXFLAGS properly PR: 46944 Submitted by: KATO Tsuguru Revision Changes Path 1.16 +11 -13 ports/emulators/stella/Makefile 1.2 +2 -2 ports/emulators/stella/files/patch-OSS.c 1.3 +30 -10 ports/emulators/stella/files/patch-ac 1.2 +2 -2 ports/emulators/stella/files/patch-ad 1.1 +14 -0 ports/emulators/stella/files/patch-src::ui::sound::makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6:33: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B4C737B401 for ; Mon, 13 Jan 2003 06:33:08 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62CD43ED8 for ; Mon, 13 Jan 2003 06:33:07 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd06.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18Y5e9-0005HR-01; Mon, 13 Jan 2003 15:33:01 +0100 Received: from pD950C7F6.dip.t-dialin.net (520023893678-0001@[217.80.199.246]) by fwd06.sul.t-online.com with esmtp id 18Y5e5-1rdtD6C; Mon, 13 Jan 2003 15:32:57 +0100 Date: Mon, 13 Jan 2003 15:32:36 +0000 (GMT) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: Kris Kennaway Cc: MArek , Subject: [OT] Re: your mail In-Reply-To: <20030113124457.GA33805@rot13.obsecurity.org> Message-ID: <20030113153135.R307-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003, Kris Kennaway wrote: > On Mon, Jan 13, 2003 at 01:52:20PM +0100, MArek wrote: > > Hello , > > > > I've got a little question. > > I'm quite new to FreeBSD, recently I was trying to up date my sources > > using CVSup - I read chapter about CVSup in FreeBSD Handbook but I > > still have got a little problem: > > If I specify in a tag field value RELENG_4 (tag=RELENG_4) does it mean > > that I will receive the latests sources of FreeBSD-STABLE (FreeBSD 4.7 > > Stable??) I' like to have FreeBSD 4.7, but official (as I said I'm the > > beginner). > > This is off-topic and should have been asked on questions@ You can type # uname -a and see what you are running. Uli. > > Kris > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6:46:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC6B37B401; Mon, 13 Jan 2003 06:46:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DAF43F18; Mon, 13 Jan 2003 06:46:50 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DEkofh001771; Mon, 13 Jan 2003 06:46:50 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DEkouB001770; Mon, 13 Jan 2003 06:46:50 -0800 (PST) Message-Id: <200301131446.h0DEkouB001770@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 06:46:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xfig Makefile distinfo pkg-plist ports/graphics/xfig/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 06:46:50 PST Modified files: graphics/xfig Makefile distinfo pkg-plist graphics/xfig/files patch-aa Log: Update to 3.2.4 Revision Changes Path 1.49 +3 -3 ports/graphics/xfig/Makefile 1.10 +1 -1 ports/graphics/xfig/distinfo 1.14 +36 -22 ports/graphics/xfig/files/patch-aa 1.11 +961 -326 ports/graphics/xfig/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 6:50:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2828037B401; Mon, 13 Jan 2003 06:50:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D534343EB2; Mon, 13 Jan 2003 06:50:14 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DEoEfh002352; Mon, 13 Jan 2003 06:50:14 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DEoEdc002343; Mon, 13 Jan 2003 06:50:14 -0800 (PST) Message-Id: <200301131450.h0DEoEdc002343@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 13 Jan 2003 06:50:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/mplusfonts Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-req X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/13 06:50:14 PST Modified files: japanese Makefile Added files: japanese/mplusfonts Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-req Log: Add mplusfonts. 12x13 dots X11 kanji fonts with simple and high readable design. PR: ports/43358 Submitted by: Yuukis Revision Changes Path 1.465 +1 -0 ports/japanese/Makefile 1.1 +55 -0 ports/japanese/mplusfonts/Makefile (new) 1.1 +1 -0 ports/japanese/mplusfonts/distinfo (new) 1.1 +1 -0 ports/japanese/mplusfonts/pkg-comment (new) 1.1 +13 -0 ports/japanese/mplusfonts/pkg-descr (new) 1.1 +13 -0 ports/japanese/mplusfonts/pkg-plist (new) 1.1 +46 -0 ports/japanese/mplusfonts/pkg-req (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 1:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BDA37B401; Mon, 13 Jan 2003 07:01:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D4343E4A; Mon, 13 Jan 2003 07:01:41 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF1ffh007509; Mon, 13 Jan 2003 07:01:41 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF1feV007504; Mon, 13 Jan 2003 07:01:41 -0800 (PST) Message-Id: <200301131501.h0DF1feV007504@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 13 Jan 2003 07:01:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/13 07:01:41 PST Modified files: . modules Log: ja-mplusfonts --> ports/japanese/mplusfonts Revision Changes Path 1.6459 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 1:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 401C337B401; Mon, 13 Jan 2003 07:01:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB98343F3F; Mon, 13 Jan 2003 07:01:56 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF1ufh007788; Mon, 13 Jan 2003 07:01:56 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF1ukc007780; Mon, 13 Jan 2003 07:01:56 -0800 (PST) Message-Id: <200301131501.h0DF1ukc007780@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 07:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/BBBike Makefile distinfo pkg-plist pkg-plist.5005 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 07:01:56 PST Modified files: german/BBBike Makefile distinfo pkg-plist pkg-plist.5005 Log: Update to 3.12 PR: 47004 Submitted by: Slaven Rezic Revision Changes Path 1.14 +3 -3 ports/german/BBBike/Makefile 1.5 +1 -1 ports/german/BBBike/distinfo 1.8 +93 -8 ports/german/BBBike/pkg-plist 1.4 +93 -8 ports/german/BBBike/pkg-plist.5005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 6: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D5837B401; Mon, 13 Jan 2003 07:06:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B8F43F3F; Mon, 13 Jan 2003 07:06:05 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF65fh009028; Mon, 13 Jan 2003 07:06:05 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF657P009023; Mon, 13 Jan 2003 07:06:05 -0800 (PST) Message-Id: <200301131506.h0DF657P009023@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 13 Jan 2003 07:06:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2003/01/13 07:06:05 PST Modified files: sys/kern vfs_aio.c Log: style(9) fixes, mostly add parens around return arguments. Revision Changes Path 1.153 +65 -63 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 8:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D234B37B401; Mon, 13 Jan 2003 07:08:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BACE43EB2; Mon, 13 Jan 2003 07:08:49 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF8nfh009101; Mon, 13 Jan 2003 07:08:49 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF8neX009100; Mon, 13 Jan 2003 07:08:49 -0800 (PST) Message-Id: <200301131508.h0DF8neX009100@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 13 Jan 2003 07:08:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire iec68113.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/13 07:08:49 PST Modified files: sys/dev/firewire iec68113.h Log: Merge big endian and little endian case. Fill fdf bit fields and others. Revision Changes Path 1.2 +42 -35 src/sys/dev/firewire/iec68113.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 9:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B12737B405; Mon, 13 Jan 2003 07:09:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B2343F13; Mon, 13 Jan 2003 07:09:30 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF9Ufh009162; Mon, 13 Jan 2003 07:09:30 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF9UTv009161; Mon, 13 Jan 2003 07:09:30 -0800 (PST) Message-Id: <200301131509.h0DF9UTv009161@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 13 Jan 2003 07:09:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/13 07:09:30 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Yuukis for the japanese/mplusfonts port. Revision Changes Path 1.314 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7: 9:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4A237B40D; Mon, 13 Jan 2003 07:09:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5500F43F13; Mon, 13 Jan 2003 07:09:39 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DF9dfh009215; Mon, 13 Jan 2003 07:09:39 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DF9dT7009214; Mon, 13 Jan 2003 07:09:39 -0800 (PST) Message-Id: <200301131509.h0DF9dT7009214@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 07:09:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bjorb Makefile ports/security/bjorb/files patch-aa patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 07:09:39 PST Modified files: security/bjorb Makefile security/bjorb/files patch-aa patch-ad Added files: security/bjorb/files patch-ae patch-af patch-ag patch-ah Log: Unbreak on CURRENT. PR: 46989 Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.20 +0 -4 ports/security/bjorb/Makefile 1.5 +26 -1 ports/security/bjorb/files/patch-aa 1.2 +20 -2 ports/security/bjorb/files/patch-ad 1.1 +14 -0 ports/security/bjorb/files/patch-ae (new) 1.1 +14 -0 ports/security/bjorb/files/patch-af (new) 1.1 +12 -0 ports/security/bjorb/files/patch-ag (new) 1.1 +14 -0 ports/security/bjorb/files/patch-ah (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 7:42:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE9837B401; Mon, 13 Jan 2003 07:42:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA95243F3F; Mon, 13 Jan 2003 07:42:33 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DFgXfh023259; Mon, 13 Jan 2003 07:42:33 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DFgXH2023258; Mon, 13 Jan 2003 07:42:33 -0800 (PST) Message-Id: <200301131542.h0DFgXH2023258@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 13 Jan 2003 07:42:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/avifile Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/13 07:42:33 PST Modified files: multimedia/avifile Makefile distinfo pkg-plist Log: Update to 0.7.22.20021129 Reviewed by: freebsd-multimedia mailing list Approved by: maintainer Revision Changes Path 1.37 +11 -4 ports/multimedia/avifile/Makefile 1.16 +1 -1 ports/multimedia/avifile/distinfo 1.14 +3 -18 ports/multimedia/avifile/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8: 7:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7623437B401; Mon, 13 Jan 2003 08:07:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180C343F43; Mon, 13 Jan 2003 08:07:09 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DG78fh030534; Mon, 13 Jan 2003 08:07:08 -0800 (PST) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DG78is030533; Mon, 13 Jan 2003 08:07:08 -0800 (PST) Message-Id: <200301131607.h0DG78is030533@repoman.freebsd.org> From: Sheldon Hearn Date: Mon, 13 Jan 2003 08:07:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-old Makefile ports/mail/exim-old/files patch-src::daemon.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2003/01/13 08:07:08 PST Modified files: mail/exim-old Makefile Added files: mail/exim-old/files patch-src::daemon.c Log: Fix a format string vulnerability that could be exploited by an Exim admin user to gain root privelege. Revision Changes Path 1.115 +1 -0 ports/mail/exim-old/Makefile 1.5 +37 -0 ports/mail/exim-old/files/patch-src::daemon.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8: 8:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5903937B401; Mon, 13 Jan 2003 08:08:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A7443F6D; Mon, 13 Jan 2003 08:08:09 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DG89fh030591; Mon, 13 Jan 2003 08:08:09 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DG89HU030590; Mon, 13 Jan 2003 08:08:09 -0800 (PST) Message-Id: <200301131608.h0DG89HU030590@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 13 Jan 2003 08:08:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/13 08:08:09 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c Log: Minimal fix for DV part. - Don't panic on contigmalloc failure. - Calculate timestamp by feedforward rather than feedback which depends on unreliable interrupt timing. - Overwrite timestamp in CIP header correctly. - Add debug code for timestamp synchronization. - Add comments. Revision Changes Path 1.19 +22 -20 src/sys/dev/firewire/firewire.c 1.6 +1 -1 src/sys/dev/firewire/firewirereg.h 1.5 +8 -1 src/sys/dev/firewire/fwdev.c 1.17 +53 -10 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:15:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971B937B401; Mon, 13 Jan 2003 08:15:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB1E43F65; Mon, 13 Jan 2003 08:15:57 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGFvfh034153; Mon, 13 Jan 2003 08:15:57 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGFuGC034152; Mon, 13 Jan 2003 08:15:56 -0800 (PST) Message-Id: <200301131615.h0DGFuGC034152@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Jan 2003 08:15:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/13 08:15:56 PST Modified files: sbin/reboot boot_i386.8 Log: Update the kernel location in FILES. PR: 47015 Revision Changes Path 1.42 +2 -2 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:22:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41ECE37B401; Mon, 13 Jan 2003 08:22:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10DB43ED8; Mon, 13 Jan 2003 08:22:42 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGMgfh037623; Mon, 13 Jan 2003 08:22:42 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGMgZW037622; Mon, 13 Jan 2003 08:22:42 -0800 (PST) Message-Id: <200301131622.h0DGMgZW037622@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 08:22:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 08:22:42 PST Modified files: en/news news.xml Log: Announce myself as a new committer Revision Changes Path 1.131 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:27:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4633437B401; Mon, 13 Jan 2003 08:27:16 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD7CE43F3F; Mon, 13 Jan 2003 08:27:15 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0DGRFj03063; Mon, 13 Jan 2003 08:27:15 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id IAA02844; Mon, 13 Jan 2003 08:27:13 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id JAA16558; Mon, 13 Jan 2003 09:27:10 -0700 (MST) Message-ID: <3E22E82F.5030003@btc.adaptec.com> Date: Mon, 13 Jan 2003 09:24:15 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeffrey Hsu Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> In-Reply-To: <200301131101.h0DB1Lum021477@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeffrey Hsu wrote: > hsu 2003/01/13 03:01:20 PST > > Modified files: > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > tcp_var.h > Log: > Fix NewReno. > > Reviewed by: Tom Henderson > > Revision Changes Path > 1.187 +44 -41 src/sys/netinet/tcp_input.c > 1.19 +1 -1 src/sys/netinet/tcp_seq.h > 1.56 +2 -5 src/sys/netinet/tcp_timer.c > 1.84 +3 -1 src/sys/netinet/tcp_var.h Are there any details that you can share with us? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:28:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FC437B401; Mon, 13 Jan 2003 08:28:21 -0800 (PST) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE8D43F3F; Mon, 13 Jan 2003 08:28:14 -0800 (PST) (envelope-from chris@unixpages.org) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by milan.hitnet.rwth-aachen.de (Postfix) with ESMTP id 21750A91E; Mon, 13 Jan 2003 17:28:14 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id B0090434E; Mon, 13 Jan 2003 17:28:25 +0100 (CET) Date: Mon, 13 Jan 2003 17:28:25 +0100 From: Christian Brueffer To: Christian Brueffer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml Message-ID: <20030113162825.GB1948@unixpages.org> References: <200301131622.h0DGMgZW037622@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: <200301131622.h0DGMgZW037622@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key: http://www.unixpages.org/cbrueffer.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 08:22:42AM -0800, Christian Brueffer wrote: > brueffer 2003/01/13 08:22:42 PST >=20 > Modified files: > en/news news.xml=20 > Log: > Announce myself as a new committer > =20 > Revision Changes Path > 1.131 +10 -1 www/en/news/news.xml >=20 >=20 Damn, should have been: Approved by: ceri (mentor) - Christian --=20 http://www.unixpages.org chris@unixpages.org GPG Pub-Key : www.unixpages.org/cbrueffer.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D GPG Key ID : 0xA0ED982D --K8nIJk4ghYZn606h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+IukpbHYXjKDtmC0RAoB5AJ4hpK2TkVLRzLxAuB7SiuTKVGNaGwCgkYQg CGgsBPGvXypToVl1Fq/lbEk= =7Z9c -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:41:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B4037B401; Mon, 13 Jan 2003 08:41:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7168A43F18; Mon, 13 Jan 2003 08:41:10 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGfAfh043638; Mon, 13 Jan 2003 08:41:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGf91o043630; Mon, 13 Jan 2003 08:41:09 -0800 (PST) Message-Id: <200301131641.h0DGf91o043630@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 08:41:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomemimedata Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 08:41:09 PST Modified files: misc/gnomemimedata Makefile Log: Add a dependency on pkgconfig. Reported by: bento Revision Changes Path 1.18 +3 -1 ports/misc/gnomemimedata/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:41:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB3237B405; Mon, 13 Jan 2003 08:41:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB8243F5B; Mon, 13 Jan 2003 08:41:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGfwfh044820; Mon, 13 Jan 2003 08:41:58 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGfvWa044819; Mon, 13 Jan 2003 08:41:57 -0800 (PST) Message-Id: <200301131641.h0DGfvWa044819@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 08:41:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/guile-gtk pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 08:41:57 PST Modified files: x11-toolkits/guile-gtk pkg-plist Log: Remove share/guile. Reported by: bento Revision Changes Path 1.7 +1 -0 ports/x11-toolkits/guile-gtk/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:43:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB1F37B401; Mon, 13 Jan 2003 08:43:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DD643F43; Mon, 13 Jan 2003 08:43:28 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGhRfh044888; Mon, 13 Jan 2003 08:43:27 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGhRkX044887; Mon, 13 Jan 2003 08:43:27 -0800 (PST) Message-Id: <200301131643.h0DGhRkX044887@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 08:43:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libsigc++12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 08:43:27 PST Modified files: devel/libsigc++12 Makefile Log: Add a dependency on pkgconfig. Reported by: bento Revision Changes Path 1.18 +4 -1 ports/devel/libsigc++12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 8:49: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC33D37B401; Mon, 13 Jan 2003 08:49:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5432643E4A; Mon, 13 Jan 2003 08:49:04 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DGn4fh045061; Mon, 13 Jan 2003 08:49:04 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DGn43b045060; Mon, 13 Jan 2003 08:49:04 -0800 (PST) Message-Id: <200301131649.h0DGn43b045060@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 08:49:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm pkg-plist ports/x11/gdm2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 08:49:04 PST Modified files: x11/gdm pkg-plist x11/gdm2 pkg-plist Log: Remove ${X11BASE}/sbin if it exists and is not empty. Reported by: bento Revision Changes Path 1.14 +1 -0 ports/x11/gdm/pkg-plist 1.23 +1 -0 ports/x11/gdm2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9: 0:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9820337B401 for ; Mon, 13 Jan 2003 09:00:42 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id B024C43FC2 for ; Mon, 13 Jan 2003 09:00:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 9502 invoked from network); 13 Jan 2003 17:00:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Jan 2003 17:00:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0DH0WUT002762; Mon, 13 Jan 2003 12:00:36 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301131101.h0DB1Lum021477@repoman.freebsd.org> Date: Mon, 13 Jan 2003 12:00:43 -0500 (EST) From: John Baldwin To: Jeffrey Hsu Subject: RE: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Jan-2003 Jeffrey Hsu wrote: > hsu 2003/01/13 03:01:20 PST > > Modified files: > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > tcp_var.h > Log: > Fix NewReno. > > Reviewed by: Tom Henderson How? Could you provide a bit more explanation for posterity? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9: 7:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEED37B401; Mon, 13 Jan 2003 09:07:21 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F56243F9B; Mon, 13 Jan 2003 09:07:21 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id h0DH7DIx001918; Mon, 13 Jan 2003 09:07:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0DH5wg2001911; Mon, 13 Jan 2003 09:05:58 -0800 (PST) Date: Mon, 13 Jan 2003 09:05:58 -0800 From: "David O'Brien" To: Dirk Froemberg Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/sysutils/cdrtools Makefile distinfo ports/sysutils/cdrtools/files patch-bc Message-ID: <20030113170558.GA1875@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mail-Followup-To: David O'Brien , Dirk Froemberg , cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200301112001.h0BK1hs9078329@repoman.freebsd.org> <20030113093951.GA59353@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030113093951.GA59353@physik.TU-Berlin.DE> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 10:39:52AM +0100, Dirk Froemberg wrote: > Furthermore I don't see why this is so urgent that you ignored > me as a maintainer. I needed to burn CDROM's to test RC3, and the distfile wasn't fetching anymore. Once I tracked down where the distfiles went to, I saw there was a newer version where one of our patches got applied. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:10:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEAC037B401; Mon, 13 Jan 2003 09:10:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EDC43F1E; Mon, 13 Jan 2003 09:10:32 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHAWfh053048; Mon, 13 Jan 2003 09:10:32 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHAWCo053046; Mon, 13 Jan 2003 09:10:32 -0800 (PST) Message-Id: <200301131710.h0DHAWCo053046@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:10:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/tardy Makefile distinfo pkg-comment pkg-descr pkg-plist ports/archivers/tardy/files patch-error.cc patch-filename.cc patch-tardy.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:10:31 PST Modified files: archivers Makefile Added files: archivers/tardy Makefile distinfo pkg-comment pkg-descr pkg-plist archivers/tardy/files patch-error.cc patch-filename.cc patch-tardy.cc Log: add tardy 1.11 Manipulate the file headers in tar archive files in various ways Revision Changes Path 1.73 +1 -0 ports/archivers/Makefile 1.1 +20 -0 ports/archivers/tardy/Makefile (new) 1.1 +1 -0 ports/archivers/tardy/distinfo (new) 1.1 +10 -0 ports/archivers/tardy/files/patch-error.cc (new) 1.1 +10 -0 ports/archivers/tardy/files/patch-filename.cc (new) 1.1 +10 -0 ports/archivers/tardy/files/patch-tardy.cc (new) 1.1 +1 -0 ports/archivers/tardy/pkg-comment (new) 1.1 +17 -0 ports/archivers/tardy/pkg-descr (new) 1.1 +1 -0 ports/archivers/tardy/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:21:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A94637B401; Mon, 13 Jan 2003 09:21:26 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3293443E4A; Mon, 13 Jan 2003 09:21:25 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0DHLN1e014076; Mon, 13 Jan 2003 10:21:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Jan 2003 10:18:56 -0700 (MST) Message-Id: <20030113.101856.56901754.imp@bsdimp.com> To: nick@garage.freebsd.pl Cc: dillon@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c From: "M. Warner Losh" In-Reply-To: <20030113075934.GE9430@garage.freebsd.pl> References: <200301120331.h0C3VA2H040455@repoman.freebsd.org> <20030113075934.GE9430@garage.freebsd.pl> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030113075934.GE9430@garage.freebsd.pl> Pawel Jakub Dawidek writes: : On Sat, Jan 11, 2003 at 07:31:10PM -0800, Matt Dillon wrote: : +> It turns out that we do not need to add a new ioctl to unbreak a : +> default-to-deny firewall. Simply turning off IPFW via a preexisting : +> sysctl does the job. To make it more apparent (since nobody picked up : +> on this in a week's worth of flames), the boolean sysctl's have been : +> integrated into the /sbin/ipfw command set in an obvious and straightforward : +> manner. For example, you can now do 'ipfw disable firewall' or : +> 'ipfw enable firewall'. This is far easier to remember then the : +> net.inet.ip.fw.enable sysctl. : : And what when securelevel >= 3? The new ioctl wouldn't work at that level anyway. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:25:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D9937B405; Mon, 13 Jan 2003 09:25:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D93143E4A; Mon, 13 Jan 2003 09:25:38 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHPbfh059278; Mon, 13 Jan 2003 09:25:37 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHPbsw059277; Mon, 13 Jan 2003 09:25:37 -0800 (PST) Message-Id: <200301131725.h0DHPbsw059277@repoman.freebsd.org> From: Max Khon Date: Mon, 13 Jan 2003 09:25:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ElectricFence/files patch-efence.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/13 09:25:37 PST Added files: devel/ElectricFence/files patch-efence.c Log: Disable printing version upon initialization. This will allow using ElectricFence in multithreaded programs (programs linked with libc_r). Revision Changes Path 1.1 +12 -0 ports/devel/ElectricFence/files/patch-efence.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:31:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE7D037B401; Mon, 13 Jan 2003 09:31:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EBB43F5B; Mon, 13 Jan 2003 09:31:47 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHVlfh062760; Mon, 13 Jan 2003 09:31:47 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHVlHB062759; Mon, 13 Jan 2003 09:31:47 -0800 (PST) Message-Id: <200301131731.h0DHVlHB062759@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 09:31:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 09:31:47 PST Modified files: sys/dev/md md.c Log: Enable the new h0h0magic code which on GEOM kernels make the md(4) driver a _real_ GEOM driver. Revision Changes Path 1.80 +0 -3 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:33: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B66937B401; Mon, 13 Jan 2003 09:33:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C449243F13; Mon, 13 Jan 2003 09:33:04 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHX4fh062844; Mon, 13 Jan 2003 09:33:04 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHX4iG062843; Mon, 13 Jan 2003 09:33:04 -0800 (PST) Message-Id: <200301131733.h0DHX4iG062843@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:33:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/xsel Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:33:04 PST Modified files: x11 Makefile Added files: x11/xsel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add xsel 0.04.1 Access X selection from command line Revision Changes Path 1.390 +1 -0 ports/x11/Makefile 1.1 +36 -0 ports/x11/xsel/Makefile (new) 1.1 +2 -0 ports/x11/xsel/distinfo (new) 1.1 +1 -0 ports/x11/xsel/pkg-comment (new) 1.1 +5 -0 ports/x11/xsel/pkg-descr (new) 1.1 +1 -0 ports/x11/xsel/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:33:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B4A637B401; Mon, 13 Jan 2003 09:33:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B4643F13; Mon, 13 Jan 2003 09:33:12 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHXBfh062885; Mon, 13 Jan 2003 09:33:11 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHXBOq062884; Mon, 13 Jan 2003 09:33:11 -0800 (PST) Message-Id: <200301131733.h0DHXBOq062884@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:33:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:33:11 PST Modified files: . modules Log: xsel --> ports/x11/xsel Revision Changes Path 1.6460 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:39:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33C837B401; Mon, 13 Jan 2003 09:39:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC2A43F7B; Mon, 13 Jan 2003 09:39:48 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHdmfh063140; Mon, 13 Jan 2003 09:39:48 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHdmBH063139; Mon, 13 Jan 2003 09:39:48 -0800 (PST) Message-Id: <200301131739.h0DHdmBH063139@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 09:39:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 09:39:48 PST Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add my entity Approved by: ceri (mentor) Revision Changes Path 1.257 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:40:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A7437B401; Mon, 13 Jan 2003 09:40:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E6143ED8; Mon, 13 Jan 2003 09:40:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHeufh065128; Mon, 13 Jan 2003 09:40:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHeuaD065126; Mon, 13 Jan 2003 09:40:56 -0800 (PST) Message-Id: <200301131740.h0DHeuaD065126@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 09:40:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mono Makefile distinfo pkg-plist ports/lang/mono/files patch-mono_io-layer_daemon.c patch-mono_io-layer_handles-private.h patch-mono_io-layer_handles.c patch-mono_io-layer_wapi-private.h patch-mono_jit_debug.c patch-mono_jit_jit.c patch-mono_metadata_threads.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 09:40:56 PST Modified files: lang/mono Makefile distinfo pkg-plist Added files: lang/mono/files patch-mono_jit_debug.c Removed files: lang/mono/files patch-mono_io-layer_daemon.c patch-mono_io-layer_handles-private.h patch-mono_io-layer_handles.c patch-mono_io-layer_wapi-private.h patch-mono_jit_jit.c patch-mono_metadata_threads.c Log: Update to 0.18. Revision Changes Path 1.8 +2 -2 ports/lang/mono/Makefile 1.4 +1 -1 ports/lang/mono/distinfo 1.2 +0 -20 ports/lang/mono/files/patch-mono_io-layer_daemon.c (dead) 1.2 +0 -29 ports/lang/mono/files/patch-mono_io-layer_handles-private.h (dead) 1.2 +0 -47 ports/lang/mono/files/patch-mono_io-layer_handles.c (dead) 1.2 +0 -20 ports/lang/mono/files/patch-mono_io-layer_wapi-private.h (dead) 1.1 +34 -0 ports/lang/mono/files/patch-mono_jit_debug.c (new) 1.2 +0 -11 ports/lang/mono/files/patch-mono_jit_jit.c (dead) 1.2 +0 -14 ports/lang/mono/files/patch-mono_metadata_threads.c (dead) 1.4 +2 -0 ports/lang/mono/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:41:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E4137B401; Mon, 13 Jan 2003 09:41:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E1A43F87; Mon, 13 Jan 2003 09:41:33 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHfXfh066423; Mon, 13 Jan 2003 09:41:33 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHfWab066420; Mon, 13 Jan 2003 09:41:32 -0800 (PST) Message-Id: <200301131741.h0DHfWab066420@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 09:41:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 09:41:32 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Move myself from contributors to developers Approved by: ceri (mentor) Revision Changes Path 1.315 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:42:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA9837B401; Mon, 13 Jan 2003 09:42:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D7643F80; Mon, 13 Jan 2003 09:42:14 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHgEfh066641; Mon, 13 Jan 2003 09:42:14 -0800 (PST) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHgDes066640; Mon, 13 Jan 2003 09:42:13 -0800 (PST) Message-Id: <200301131742.h0DHgDes066640@repoman.freebsd.org> From: Orion Hodson Date: Mon, 13 Jan 2003 09:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ich.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2003/01/13 09:42:13 PST Modified files: sys/dev/sound/pci ich.c Log: Add nForce2 device id. Submitted by: "Mikko S. Hyvarinen" MFC after: 5 days Revision Changes Path 1.25 +4 -0 src/sys/dev/sound/pci/ich.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:43:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334B637B401; Mon, 13 Jan 2003 09:43:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC7843EB2; Mon, 13 Jan 2003 09:43:49 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHhnfh066713; Mon, 13 Jan 2003 09:43:49 -0800 (PST) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHhnjf066712; Mon, 13 Jan 2003 09:43:49 -0800 (PST) Message-Id: <200301131743.h0DHhnjf066712@repoman.freebsd.org> From: Orion Hodson Date: Mon, 13 Jan 2003 09:43:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2003/01/13 09:43:49 PST Modified files: sys/dev/sound/pcm ac97.c Log: Add Realtek ALC650 id. Submitted by: "Mikko S. Hyvarinen" MFC after: 5 days Revision Changes Path 1.29 +1 -0 src/sys/dev/sound/pcm/ac97.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:44:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D63F37B406; Mon, 13 Jan 2003 09:44:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A831843F3F; Mon, 13 Jan 2003 09:44:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHisfh066750; Mon, 13 Jan 2003 09:44:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHisic066749; Mon, 13 Jan 2003 09:44:54 -0800 (PST) Message-Id: <200301131744.h0DHisic066749@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 13 Jan 2003 09:44:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/asmon/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/13 09:44:54 PST Modified files: sysutils/asmon/files patch-aa patch-ab Log: Fix Build on -CURRENT Submitted by: hiten pandya Revision Changes Path 1.3 +552 -25 ports/sysutils/asmon/files/patch-aa 1.4 +24 -546 ports/sysutils/asmon/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:51:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4039537B405; Mon, 13 Jan 2003 09:51:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1CE43E4A; Mon, 13 Jan 2003 09:51:16 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHpFfh069723; Mon, 13 Jan 2003 09:51:15 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHpFwq069722; Mon, 13 Jan 2003 09:51:15 -0800 (PST) Message-Id: <200301131751.h0DHpFwq069722@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:51:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/xmlwrapp Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:51:15 PST Modified files: textproc Makefile Added files: textproc/xmlwrapp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add xmlwrapp 0.3.0 A modern style C++ library for working with XML data Revision Changes Path 1.476 +1 -0 ports/textproc/Makefile 1.1 +24 -0 ports/textproc/xmlwrapp/Makefile (new) 1.1 +1 -0 ports/textproc/xmlwrapp/distinfo (new) 1.1 +1 -0 ports/textproc/xmlwrapp/pkg-comment (new) 1.1 +15 -0 ports/textproc/xmlwrapp/pkg-descr (new) 1.1 +12 -0 ports/textproc/xmlwrapp/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:51:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FC937B401; Mon, 13 Jan 2003 09:51:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532A243ED8; Mon, 13 Jan 2003 09:51:23 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHpNfh070005; Mon, 13 Jan 2003 09:51:23 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHpM6r070004; Mon, 13 Jan 2003 09:51:22 -0800 (PST) Message-Id: <200301131751.h0DHpM6r070004@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:51:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:51:22 PST Modified files: . modules Log: xmlwrapp --> ports/textproc/xmlwrapp Revision Changes Path 1.6461 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 9:59: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2846737B401; Mon, 13 Jan 2003 09:59:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7BFC43ED8; Mon, 13 Jan 2003 09:59:01 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DHx1fh070580; Mon, 13 Jan 2003 09:59:01 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DHx1Rt070579; Mon, 13 Jan 2003 09:59:01 -0800 (PST) Message-Id: <200301131759.h0DHx1Rt070579@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 09:59:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 09:59:01 PST Modified files: . modules Log: tardy --> ports/archivers/tardy Revision Changes Path 1.6462 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10: 2:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5485F37B401; Mon, 13 Jan 2003 10:02:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC75D43ED8; Mon, 13 Jan 2003 10:02:50 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DI2ofh074041; Mon, 13 Jan 2003 10:02:50 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DI2oji074040; Mon, 13 Jan 2003 10:02:50 -0800 (PST) Message-Id: <200301131802.h0DI2oji074040@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 10:02:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/sedsed Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 10:02:50 PST Modified files: devel Makefile Added files: devel/sedsed Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add sedsed 0.6 sed debugger/tokenizer/indenter Revision Changes Path 1.1010 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/sedsed/Makefile (new) 1.1 +1 -0 ports/devel/sedsed/distinfo (new) 1.1 +1 -0 ports/devel/sedsed/pkg-comment (new) 1.1 +4 -0 ports/devel/sedsed/pkg-descr (new) 1.1 +1 -0 ports/devel/sedsed/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10: 2:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5921837B405; Mon, 13 Jan 2003 10:02:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0523943ED8; Mon, 13 Jan 2003 10:02:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DI2vfh074078; Mon, 13 Jan 2003 10:02:57 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DI2vZX074077; Mon, 13 Jan 2003 10:02:57 -0800 (PST) Message-Id: <200301131802.h0DI2vZX074077@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Jan 2003 10:02:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/13 10:02:57 PST Modified files: . modules Log: sedsed --> ports/devel/sedsed Revision Changes Path 1.6463 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:16: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070FF37B401; Mon, 13 Jan 2003 10:16:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BE243F18; Mon, 13 Jan 2003 10:16:03 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIG3fh078444; Mon, 13 Jan 2003 10:16:03 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DIG3Fo078443; Mon, 13 Jan 2003 10:16:03 -0800 (PST) Message-Id: <200301131816.h0DIG3Fo078443@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 10:16:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 10:16:03 PST Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself Approved by: ceri (mentor) Revision Changes Path 1.118 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:21: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DF337B401; Mon, 13 Jan 2003 10:21:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0870543ED8; Mon, 13 Jan 2003 10:21:00 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIKxfh080684; Mon, 13 Jan 2003 10:20:59 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DIKxWa080680; Mon, 13 Jan 2003 10:20:59 -0800 (PST) Message-Id: <200301131820.h0DIKxWa080680@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 10:20:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 10:20:59 PST Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Add 'Soft Updates' to the wordlist Approved by: ceri (mentor) Revision Changes Path 1.34 +4 -0 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:30:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C12337B401; Mon, 13 Jan 2003 10:30:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4592D43F43; Mon, 13 Jan 2003 10:30:48 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIUlfh083821; Mon, 13 Jan 2003 10:30:48 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DIUlZO083814; Mon, 13 Jan 2003 10:30:47 -0800 (PST) Message-Id: <200301131830.h0DIUlZO083814@repoman.freebsd.org> From: Bill Fenner Date: Mon, 13 Jan 2003 10:30:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mozilla-tclp/files mozver X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2003/01/13 10:30:47 PST Modified files: chinese/mozilla-tclp/files mozver Log: Don't try to run ${PREFIX}/lib/mozilla/mozilla if it doesn't exist. e.g. "make fetch-list" Submitted by: distfile survey Revision Changes Path 1.2 +1 -1 ports/chinese/mozilla-tclp/files/mozver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:48: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A52837B401; Mon, 13 Jan 2003 10:48:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0556E43F18; Mon, 13 Jan 2003 10:48:06 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIm5fh089172; Mon, 13 Jan 2003 10:48:05 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DIm5fV089171; Mon, 13 Jan 2003 10:48:05 -0800 (PST) Message-Id: <200301131848.h0DIm5fV089171@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 13 Jan 2003 10:48:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdialog Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/13 10:48:05 PST Modified files: devel/cdialog Makefile pkg-plist Log: only install as bin/cdialog to avoid conflict with misc/freedialog port Revision Changes Path 1.2 +9 -7 ports/devel/cdialog/Makefile 1.2 +0 -1 ports/devel/cdialog/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:54:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BED37B401; Mon, 13 Jan 2003 10:54:39 -0800 (PST) Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39A443F13; Mon, 13 Jan 2003 10:54:38 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org ([63.193.112.125]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0H8O00FKK1V1NA@mta5.snfc21.pbi.net>; Mon, 13 Jan 2003 10:54:37 -0800 (PST) Date: Mon, 13 Jan 2003 10:54:45 -0800 From: Jeffrey Hsu Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h In-reply-to: Message from Jeffrey Hsu "of Mon, 13 Jan 2003 03:01:20 PST." <200301131101.h0DB1Lum021477@repoman.freebsd.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-id: <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> MIME-version: 1.0 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > hsu 2003/01/13 03:01:20 PST > > Modified files: > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > tcp_var.h > Log: > Fix NewReno. > > Reviewed by: Tom Henderson > > Revision Changes Path > 1.187 +44 -41 src/sys/netinet/tcp_input.c > 1.19 +1 -1 src/sys/netinet/tcp_seq.h > 1.56 +2 -5 src/sys/netinet/tcp_timer.c > 1.84 +3 -1 src/sys/netinet/tcp_var.h The state for when we are enter, are in, and leave the NewReno Fast Recovery period has been split out from t_dupacks into its own state variable, snd_high, which has the semantics described in the spec RFC2582, NewReno Modification to TCP's Fast Recovery for the variable call "send_high". Previously, this state was overloaded in the t_dupacks field of the tcpcb. The problem with this is a number of conditions which reset t_dupacks such as data flowing back the other way, window size changes, and re-ordered acks which erroneously kick you out of Fast Recovery mode. The end result is the TCP stack often has to wait for a timeout to retransmit, which would have been avoided if NewReno was working correctly. Tom Henderson has analyzed before and after packet traces and the ones before were very sick. Now, we correctly transition into and out of Fast Recovery, do the correct window adjustments on partial acks, and retransmit when we should. In addition, the variable named "send_high" in the spec has been split out from snd_recover, in order to make the check for more explicit and to detect for sequence wraparound. This new version of the NewReno logic implements what the spec calls the Careful variant of Fast Retransmit, which is the version recommended by the spec. Jeffrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:57:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7BF37B401; Mon, 13 Jan 2003 10:57:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB75E43F18; Mon, 13 Jan 2003 10:57:19 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DIvJfh092696; Mon, 13 Jan 2003 10:57:19 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DIvJpx092695; Mon, 13 Jan 2003 10:57:19 -0800 (PST) Message-Id: <200301131857.h0DIvJpx092695@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Jan 2003 10:57:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/13 10:57:19 PST Modified files: sbin/reboot boot_i386.8 Log: Add the /boot prefix. I forgot this when updating the location. Neglected by: trhodes Revision Changes Path 1.43 +2 -2 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 10:59: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB9A37B401; Mon, 13 Jan 2003 10:59:04 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD6443F1E; Mon, 13 Jan 2003 10:59:04 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DIx3Yp004541; Mon, 13 Jan 2003 10:59:03 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DIx2pa004540; Mon, 13 Jan 2003 10:59:02 -0800 (PST) Date: Mon, 13 Jan 2003 10:59:02 -0800 (PST) From: Matthew Dillon Message-Id: <200301131859.h0DIx2pa004540@apollo.backplane.com> To: Pawel Jakub Dawidek Cc: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This seems like overkill to me. Why not simply implement CTLFLAG_SECURE3 ? Also, the comment that Bruce quoted seems to imply that MAC will eventually take over this functionality. I suppose we could have a bandaid until then but if so I would far prefer a CTLFLAG_SECURE3 bandaid then changing ip_fw_enable into a SYSCTL_PROC. -Matt :Ok, could someone commit this? : :--- ip_fw2.c.orig Fri Dec 27 18:43:25 2002 :+++ ip_fw2.c Mon Jan 13 15:02:54 2003 :@@ -111,9 +111,32 @@ :=20 : #ifdef SYSCTL_NODE : SYSCTL_NODE(_net_inet_ip, OID_AUTO, fw, CTLFLAG_RW, 0, "Firewall"); :-SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, :- CTLFLAG_RW | CTLFLAG_SECURE, :- &fw_enable, 0, "Enable ipfw"); :+ :+static int :+sysctl_net_inet_ip_fw_enable(SYSCTL_HANDLER_ARGS) :+{ :+ int error, enable; :+ :+ enable =3D fw_enable; :+ error =3D sysctl_handle_int(oidp, &enable, 0, req); :+ if (error !=3D 0 || req->newptr =3D=3D NULL || enable =3D=3D fw_enable) :+ return (error); :+ :+#if __FreeBSD_version >=3D 500034 :+ error =3D securelevel_ge(req->td->td_ucred, 3); :+ if (error !=3D 0) :+ return (error); :+#else :+ if (securelevel >=3D 3) :+ return (EPERM); :+#endif :+ fw_enable =3D enable; :+ :+ return(0); :+} :+SYSCTL_PROC(_net_inet_ip_fw, OID_AUTO, enable, CTLTYPE_INT | CTLFLAG_RW, 0= :, 0, :+ sysctl_net_inet_ip_fw_enable, "I", "Enable ipfw"); :+ : SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, autoinc_step, CTLFLAG_RW, : &autoinc_step, 0, "Rule number autincrement step"); : SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, one_pass, : :--=20 :Pawel Jakub Dawidek :UNIX Systems Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11: 5: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C0537B401; Mon, 13 Jan 2003 11:05:06 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AE843F5B; Mon, 13 Jan 2003 11:05:06 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 24B1BAE28A; Mon, 13 Jan 2003 11:05:06 -0800 (PST) Date: Mon, 13 Jan 2003 11:05:06 -0800 From: Maxime Henrion To: Matthew Dillon Cc: Pawel Jakub Dawidek , Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113190506.GF16775@elvis.mu.org> References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301131859.h0DIx2pa004540@apollo.backplane.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon wrote: > This seems like overkill to me. Why not simply implement > CTLFLAG_SECURE3 ? Also, the comment that Bruce quoted seems to > imply that MAC will eventually take over this functionality. I > suppose we could have a bandaid until then but if so I would > far prefer a CTLFLAG_SECURE3 bandaid then changing ip_fw_enable > into a SYSCTL_PROC. Implementing CTLFLAG_SECURE3 seems like the best thing to do to me as well, by far. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:16:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5166F37B401; Mon, 13 Jan 2003 11:16:41 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF97843ED8; Mon, 13 Jan 2003 11:16:40 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DJGeYp004747; Mon, 13 Jan 2003 11:16:40 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DJGe7p004746; Mon, 13 Jan 2003 11:16:40 -0800 (PST) Date: Mon, 13 Jan 2003 11:16:40 -0800 (PST) From: Matthew Dillon Message-Id: <200301131916.h0DJGe7p004746@apollo.backplane.com> To: Maxime Henrion Cc: Pawel Jakub Dawidek , Bruce Evans , cvs-committers@freebsd.org, cvs-all@freebsd.org, luigi@freebsd.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Something like this... -Matt Index: sys/sysctl.h =================================================================== RCS file: /home/ncvs/src/sys/sys/sysctl.h,v retrieving revision 1.111 diff -u -r1.111 sysctl.h --- sys/sysctl.h 4 Jan 2003 08:50:43 -0000 1.111 +++ sys/sysctl.h 13 Jan 2003 19:13:19 -0000 @@ -86,6 +86,7 @@ #define CTLFLAG_PRISON 0x04000000 /* Prisoned roots can fiddle */ #define CTLFLAG_DYN 0x02000000 /* Dynamic oid - can be freed */ #define CTLFLAG_SKIP 0x01000000 /* Skip this sysctl when listing */ +#define CTLFLAG_SECURE3 0x00800000 /* Permit set only if securelevel < 3 */ /* * USE THIS instead of a hardwired number from the categories below Index: kern/kern_sysctl.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_sysctl.c,v retrieving revision 1.136 diff -u -r1.136 kern_sysctl.c --- kern/kern_sysctl.c 11 Jan 2003 12:39:45 -0000 1.136 +++ kern/kern_sysctl.c 13 Jan 2003 19:14:52 -0000 @@ -1126,6 +1126,11 @@ if (error) return (error); } + if (req->newptr && (oid->oid_kind & CTLFLAG_SECURE3)) { + error = securelevel_gt(req->td->td_ucred, 2); + if (error) + return (error); + } /* Is this sysctl writable by only privileged users? */ if (req->newptr && !(oid->oid_kind & CTLFLAG_ANYBODY)) { Index: netinet/ip_fw2.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v retrieving revision 1.22 diff -u -r1.22 ip_fw2.c --- netinet/ip_fw2.c 27 Dec 2002 17:43:25 -0000 1.22 +++ netinet/ip_fw2.c 13 Jan 2003 19:15:17 -0000 @@ -112,7 +112,7 @@ #ifdef SYSCTL_NODE SYSCTL_NODE(_net_inet_ip, OID_AUTO, fw, CTLFLAG_RW, 0, "Firewall"); SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, - CTLFLAG_RW | CTLFLAG_SECURE, + CTLFLAG_RW | CTLFLAG_SECURE3, &fw_enable, 0, "Enable ipfw"); SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, autoinc_step, CTLFLAG_RW, &autoinc_step, 0, "Rule number autincrement step"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:22:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1513B37B401; Mon, 13 Jan 2003 11:22:53 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1923C43ED8; Mon, 13 Jan 2003 11:22:52 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 016353ABB2D; Mon, 13 Jan 2003 20:23:00 +0100 (CET) Date: Mon, 13 Jan 2003 20:22:59 +0100 From: Pawel Jakub Dawidek To: Matthew Dillon Cc: Maxime Henrion , Bruce Evans , cvs-committers@freebsd.org, cvs-all@freebsd.org, luigi@freebsd.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20030113192259.GQ9430@garage.freebsd.pl> References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> <200301131916.h0DJGe7p004746@apollo.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GBuTPvBEOL0MYPgd" Content-Disposition: inline In-Reply-To: <200301131916.h0DJGe7p004746@apollo.backplane.com> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.7-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GBuTPvBEOL0MYPgd Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 11:16:40AM -0800, Matthew Dillon wrote: +> Something like this... Yes, and maybe for completness new type CTLTYPE_BOOL? There are many sysctls that could be only 0 or 1 and now C99 defines new type 'bool'. --=20 Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. --GBuTPvBEOL0MYPgd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPiMSEz/PhmMH/Mf1AQFa3QQAmimGkAfDgs8tl9MW/9gzMZJ6bt3VOZzD 70zYaHeJOF1swUDFNF5HYtQ94VmI6xyAdEdZwYPAcs4ZChhQfj2KGKBJsJ3zwGqj p15VSJcqvigsCRGDWwoqCUmxeeDPlkzuPvuPD8kTWbAZrS6uWIMYsJSi/NQOj0Xb QTN6R+TeArU= =DTLG -----END PGP SIGNATURE----- --GBuTPvBEOL0MYPgd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:24:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 633A037B401; Mon, 13 Jan 2003 11:24:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD1243F43; Mon, 13 Jan 2003 11:24:35 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJOYfh003484; Mon, 13 Jan 2003 11:24:34 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJOYhI003483; Mon, 13 Jan 2003 11:24:34 -0800 (PST) Message-Id: <200301131924.h0DJOYhI003483@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Jan 2003 11:24:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/13 11:24:34 PST Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml Log: MFR500: Updates for GCC version number, update 4.8-RELEASE scheduled release date, update Perl removal text. Reminded by: keramida Revision Changes Path 1.12 +7 -13 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:25:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74BF37B401; Mon, 13 Jan 2003 11:25:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1FD43F13; Mon, 13 Jan 2003 11:25:32 -0800 (PST) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJPWfh003569; Mon, 13 Jan 2003 11:25:32 -0800 (PST) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJPWG4003568; Mon, 13 Jan 2003 11:25:32 -0800 (PST) Message-Id: <200301131925.h0DJPWG4003568@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 13 Jan 2003 11:25:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tramp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2003/01/13 11:25:32 PST Modified files: net/tramp Makefile distinfo pkg-plist Log: Update to 2.0.28 Revision Changes Path 1.10 +5 -3 ports/net/tramp/Makefile 1.9 +1 -1 ports/net/tramp/distinfo 1.4 +7 -0 ports/net/tramp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:40:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD47637B401; Mon, 13 Jan 2003 11:40:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4664B43F5F; Mon, 13 Jan 2003 11:40:16 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJeFfh007703; Mon, 13 Jan 2003 11:40:15 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJeFtm007696; Mon, 13 Jan 2003 11:40:15 -0800 (PST) Message-Id: <200301131940.h0DJeFtm007696@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 13 Jan 2003 11:40:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/avifile/files patch-ffmpeg::libav::http.c patch-ffmpeg::libav::rtp.c patch-ffmpeg::libav::rtpproto.c patch-ffmpeg::libav::rtsp.c patch-ffmpeg::libav::tcp.c patch-ffmpeg::libav::udp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/13 11:40:15 PST Removed files: multimedia/avifile/files patch-ffmpeg::libav::http.c patch-ffmpeg::libav::rtp.c patch-ffmpeg::libav::rtpproto.c patch-ffmpeg::libav::rtsp.c patch-ffmpeg::libav::tcp.c patch-ffmpeg::libav::udp.c Log: Remove with update to 0.7.22.20021129 Revision Changes Path 1.2 +0 -15 ports/multimedia/avifile/files/patch-ffmpeg::libav::http.c (dead) 1.2 +0 -15 ports/multimedia/avifile/files/patch-ffmpeg::libav::rtp.c (dead) 1.2 +0 -16 ports/multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c (dead) 1.2 +0 -16 ports/multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c (dead) 1.2 +0 -15 ports/multimedia/avifile/files/patch-ffmpeg::libav::tcp.c (dead) 1.2 +0 -14 ports/multimedia/avifile/files/patch-ffmpeg::libav::udp.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:42:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAD537B401; Mon, 13 Jan 2003 11:42:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B796943FCE; Mon, 13 Jan 2003 11:42:21 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJgLfh010720; Mon, 13 Jan 2003 11:42:21 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJgLZX010719; Mon, 13 Jan 2003 11:42:21 -0800 (PST) Message-Id: <200301131942.h0DJgLZX010719@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 13 Jan 2003 11:42:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mount.2 src/sbin/mount mount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/13 11:42:21 PST Modified files: lib/libc/sys mount.2 sbin/mount mount.8 Log: Mention the oddities and requirements for mount operations executed by non-root users. PR: docs/42651 Submitted by: Thomas Seck MFC after: 3 days Revision Changes Path 1.33 +16 -3 src/lib/libc/sys/mount.2 1.54 +4 -0 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:42:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD02F37B401; Mon, 13 Jan 2003 11:42:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394D543FCF; Mon, 13 Jan 2003 11:42:42 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJggfh010761; Mon, 13 Jan 2003 11:42:42 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJgfbN010760; Mon, 13 Jan 2003 11:42:41 -0800 (PST) Message-Id: <200301131942.h0DJgfbN010760@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 11:42:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 11:42:41 PST Modified files: sbin/dump Makefile dump.8 dump.h main.c traverse.c Added files: sbin/dump cache.c Log: Add a caching option to dump. Use -C. Note that NetBSD has a caching option called -r but it takes 512 byte blocks instead of megabytes, and I felt a megabytes specification would be far more useful so I did not use the same option character. This will *greatly* improve dump performance at the cost of possibly missing filesystem changes that occur between passes, and does a fairly good job making up for the loss of buffered block devices. Caching is disabled by default to retain historical behavior. In tests, dump performance improved by about 40% when dumping / or /usr. Beware that dump forks and the cache may wind up being larger then you specify, but a more complex shared memory implementation would not produce results that are all that much better so I kept it simple for now. MFC after: 3 days Revision Changes Path 1.20 +1 -1 src/sbin/dump/Makefile 1.1 +151 -0 src/sbin/dump/cache.c (new) 1.54 +11 -0 src/sbin/dump/dump.8 1.22 +1 -0 src/sbin/dump/dump.h 1.44 +7 -2 src/sbin/dump/main.c 1.31 +4 -3 src/sbin/dump/traverse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:50:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DB937B401; Mon, 13 Jan 2003 11:50:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A311F43EB2; Mon, 13 Jan 2003 11:50:46 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJokfh012658; Mon, 13 Jan 2003 11:50:46 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJokGD012649; Mon, 13 Jan 2003 11:50:46 -0800 (PST) Message-Id: <200301131950.h0DJokGD012649@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 11:50:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 11:50:46 PST Modified files: sbin/dump main.c Log: Add support for obsolete option form for -C Revision Changes Path 1.45 +1 -0 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:53:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3392837B405; Mon, 13 Jan 2003 11:53:14 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6343F3F; Mon, 13 Jan 2003 11:53:13 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DJrCYp030636; Mon, 13 Jan 2003 11:53:13 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DJrCcT030635; Mon, 13 Jan 2003 11:53:12 -0800 (PST) Date: Mon, 13 Jan 2003 11:53:12 -0800 (PST) From: Matthew Dillon Message-Id: <200301131953.h0DJrCcT030635@apollo.backplane.com> To: Pawel Jakub Dawidek Cc: Maxime Henrion , Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> <200301131916.h0DJGe7p004746@apollo.backplane.com> <20030113192259.GQ9430@garage.freebsd.pl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : : :--GBuTPvBEOL0MYPgd :Content-Type: text/plain; charset=iso-8859-2 :Content-Disposition: inline :Content-Transfer-Encoding: quoted-printable : :On Mon, Jan 13, 2003 at 11:16:40AM -0800, Matthew Dillon wrote: :+> Something like this... : :Yes, and maybe for completness new type CTLTYPE_BOOL? :There are many sysctls that could be only 0 or 1 and now C99 defines :new type 'bool'. : :--=20 :Pawel Jakub Dawidek :UNIX Systems Administrator :http://garage.freebsd.pl Well, I think that's probably overkill. The variable should probably remain an int, though I suppose a CTLTYPE_BOOL could allow only 0 or 1. But, still, I think it is unnecessary. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:56: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C787A37B401; Mon, 13 Jan 2003 11:56:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C1A43F13; Mon, 13 Jan 2003 11:56:03 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJu3fh014431; Mon, 13 Jan 2003 11:56:03 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJu3L7014430; Mon, 13 Jan 2003 11:56:03 -0800 (PST) Message-Id: <200301131956.h0DJu3L7014430@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 11:56:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 11:56:03 PST Modified files: sbin/dump main.c Log: Grr. I keep forgetting things. Include -C in dump's usage() . Revision Changes Path 1.46 +1 -1 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:58: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736BD37B401; Mon, 13 Jan 2003 11:58:01 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA4143F18; Mon, 13 Jan 2003 11:58:01 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <20030113195759051007qhn1e>; Mon, 13 Jan 2003 19:58:00 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA72180; Mon, 13 Jan 2003 11:57:59 -0800 (PST) Date: Mon, 13 Jan 2003 11:57:58 -0800 (PST) From: Julian Elischer To: Scott Long Cc: Matt Dillon , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_acl.c kern_descrip.c kern_event.c kern_mac.c sys_pipe.c sys_socket.c uipc_socket.c uipc_syscalls.c uipc_usrreq.c vfs_aio.c vfs_syscalls.c vfs_vnops.c src/sys/netgraph ng_socket.c src/sys/sys file.h src/sys/ufs/ffs ... In-Reply-To: <3E21BE8C.8030702@btc.adaptec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Scott Long wrote: > Matt Dillon wrote: > > > dillon 2003/01/11 17:37:13 PST > > > > Modified files: > > [...] > > > > > Log: > > Change struct file f_data to un_data, a union of the correct struct > > pointer types, and remove a huge number of casts from code using it. > > > > Change struct xfile xf_data to xun_data (ABI is still compatible). > > > > If we need to add a #define for f_data and xf_data we can, but I don't > > think it will be necessary. There are no operational changes in this > > commit. > > > > > Parts of this change have been objected to by no fewer than five people > on grounds ranging from technical to style to project management > concerns. Please act as a member of the team and do what has been > asked. > > Scott > > .. and in thus the project slips further and further into the hole. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:58:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD8C37B4F6; Mon, 13 Jan 2003 11:58:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B10443EB2; Mon, 13 Jan 2003 11:58:06 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DJw6fh014510; Mon, 13 Jan 2003 11:58:06 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DJw6QE014509; Mon, 13 Jan 2003 11:58:06 -0800 (PST) Message-Id: <200301131958.h0DJw6QE014509@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 11:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 11:58:06 PST Modified files: sbin/dump main.c Log: really, this time for sure. Fix formatting in usage(). Revision Changes Path 1.47 +2 -2 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 11:59:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A7037B401; Mon, 13 Jan 2003 11:59:27 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E9643E4A; Mon, 13 Jan 2003 11:59:26 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003011319592400100p0a1ae>; Mon, 13 Jan 2003 19:59:25 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA72193; Mon, 13 Jan 2003 11:59:25 -0800 (PST) Date: Mon, 13 Jan 2003 11:59:24 -0800 (PST) From: Julian Elischer To: Jeff Roberson Cc: Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <20030112143211.Q69199-100000@mail.chesapeake.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jeff Roberson wrote: > On Sun, 12 Jan 2003, Jeff Roberson wrote: > > > jeff 2003/01/12 11:04:49 PST > > > > Modified files: > > sys/sys proc.h > > sys/kern sched_4bsd.c > > Log: > > - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. > > This will prevent access through mechanisms other than the published > > interfaces. > > > > Er, this change adjusts the size of struct proc. I should have gone > through re before commiting. Are there any objections? I can easily back > it out, it's just tidying things up for the new scheduler. > "The" new scheduler? > Cheers, > Jeff > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12: 2:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 164E037B401; Mon, 13 Jan 2003 12:02:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12E143F3F; Mon, 13 Jan 2003 12:02:40 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DK2efh017944; Mon, 13 Jan 2003 12:02:40 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DK2etj017943; Mon, 13 Jan 2003 12:02:40 -0800 (PST) Message-Id: <200301132002.h0DK2etj017943@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Jan 2003 12:02:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/13 12:02:40 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: List the Davicom 9009 as supported. Discussed with: bmah Revision Changes Path 1.127 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12: 2:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2846437B406; Mon, 13 Jan 2003 12:02:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AE343F18; Mon, 13 Jan 2003 12:02:48 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DK2mfh017971; Mon, 13 Jan 2003 12:02:48 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DK2mWF017970; Mon, 13 Jan 2003 12:02:48 -0800 (PST) Message-Id: <200301132002.h0DK2mWF017970@repoman.freebsd.org> From: Max Khon Date: Mon, 13 Jan 2003 12:02:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/husky-msged pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/13 12:02:48 PST Modified files: news/husky-msged pkg-comment pkg-descr Log: this is Msged/TE, not HPT Revision Changes Path 1.2 +1 -1 ports/news/husky-msged/pkg-comment 1.2 +2 -2 ports/news/husky-msged/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:13: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A69337B401; Mon, 13 Jan 2003 12:13:03 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5759D43ED8; Mon, 13 Jan 2003 12:13:01 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0DKCp1e015631; Mon, 13 Jan 2003 13:12:51 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200301132012.h0DKCp1e015631@harmony.village.org> To: Matthew Dillon Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Cc: Maxime Henrion , Pawel Jakub Dawidek , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, luigi@FreeBSD.org In-reply-to: Your message of "Mon, 13 Jan 2003 11:16:40 PST." <200301131916.h0DJGe7p004746@apollo.backplane.com> References: <200301131916.h0DJGe7p004746@apollo.backplane.com> <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> Date: Mon, 13 Jan 2003 13:12:51 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200301131916.h0DJGe7p004746@apollo.backplane.com> Matthew Dillon writes: : Something like this... This change looks good in its surface. It would be more generic to add a few bits to the CTLFLAGS that contain the secure level. Something more like the following would be better for the long term. I've not tested it, so it might have stupid typos in it. Warner P.S. You'd still need your patch to ip_fw2 that I've not included here. Index: sys/sysctl.h =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/sys/sysctl.h,v retrieving revision 1.110 diff -u -r1.110 sysctl.h --- sys/sysctl.h 20 Oct 2002 22:48:08 -0000 1.110 +++ sys/sysctl.h 13 Jan 2003 20:09:58 -0000 @@ -86,6 +86,11 @@ #define CTLFLAG_PRISON 0x04000000 /* Prisoned roots can fiddle */ #define CTLFLAG_DYN 0x02000000 /* Dynamic oid - can be freed */ #define CTLFLAG_SKIP 0x01000000 /* Skip this sysctl when listing */ +#define CTLFLAG_SECLVL_M 0x00f00000 /* security level mask */ +#define CTLFLAG_SECLVL_S 20 +#define CTLFLAG_SECURE1 (CTLFLAG_SECURE | (1 << CTLFLAG_SECLVL_S)) +#define CTLFLAG_SECURE2 (CTLFLAG_SECURE | (2 << CTLFLAG_SECLVL_S)) +#define CTLFLAG_SECURE3 (CTLFLAG_SECURE | (3 << CTLFLAG_SECLVL_S)) /* * USE THIS instead of a hardwired number from the categories below Index: kern/kern_sysctl.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/kern/kern_sysctl.c,v retrieving revision 1.135 diff -u -r1.135 kern_sysctl.c --- kern/kern_sysctl.c 27 Oct 2002 07:12:34 -0000 1.135 +++ kern/kern_sysctl.c 13 Jan 2003 20:10:38 -0000 @@ -1098,7 +1098,7 @@ sysctl_root(SYSCTL_HANDLER_ARGS) { struct sysctl_oid *oid; - int error, indx; + int error, indx, lvl; error = sysctl_find_oid(arg1, arg2, &oid, &indx, req); if (error) @@ -1122,7 +1122,8 @@ /* Is this sysctl sensitive to securelevels? */ if (req->newptr && (oid->oid_kind & CTLFLAG_SECURE)) { - error = securelevel_gt(req->td->td_ucred, 0); + lvl = (oid->oid_kind & CTLFLAG_SECLVL_M) >> CTLFLAG_SECLVL_S; + error = securelevel_gt(req->td->td_ucred, lvl); if (error) return (error); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:19: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F5C37B401; Mon, 13 Jan 2003 12:19:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCB443F13; Mon, 13 Jan 2003 12:19:05 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DKJ5fh021779; Mon, 13 Jan 2003 12:19:05 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DKJ5mK021778; Mon, 13 Jan 2003 12:19:05 -0800 (PST) Message-Id: <200301132019.h0DKJ5mK021778@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 12:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 12:19:05 PST Modified files: sys/dev/md md.c Log: OK Ok, so I didn't check the NO_GEOM case for the final version... Stumbled on by: bde Revision Changes Path 1.81 +3 -3 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:20:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94FD237B401; Mon, 13 Jan 2003 12:20:15 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0263743F13; Mon, 13 Jan 2003 12:20:15 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DKK9Yp038227; Mon, 13 Jan 2003 12:20:09 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DKK9k3038226; Mon, 13 Jan 2003 12:20:09 -0800 (PST) Date: Mon, 13 Jan 2003 12:20:09 -0800 (PST) From: Matthew Dillon Message-Id: <200301132020.h0DKK9k3038226@apollo.backplane.com> To: Warner Losh Cc: Maxime Henrion , Pawel Jakub Dawidek , Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <200301131916.h0DJGe7p004746@apollo.backplane.com> <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> <200301132012.h0DKCp1e015631@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I like it. It isn't any more or less complex then having two conditionals and it is more flexible. If nothing else comes up I will incorporate this and commit it tonight. -Matt Matthew Dillon :This change looks good in its surface. It would be more generic to :add a few bits to the CTLFLAGS that contain the secure level. :Something more like the following would be better for the long term. :I've not tested it, so it might have stupid typos in it. : :Warner : :P.S. You'd still need your patch to ip_fw2 that I've not included here. : :Index: sys/sysctl.h :=================================================================== :RCS file: /home/imp/FreeBSD/CVS/src/sys/sys/sysctl.h,v :retrieving revision 1.110 :diff -u -r1.110 sysctl.h :--- sys/sysctl.h 20 Oct 2002 22:48:08 -0000 1.110 :+++ sys/sysctl.h 13 Jan 2003 20:09:58 -0000 :@@ -86,6 +86,11 @@ : #define CTLFLAG_PRISON 0x04000000 /* Prisoned roots can fiddle */ : #define CTLFLAG_DYN 0x02000000 /* Dynamic oid - can be freed */ : #define CTLFLAG_SKIP 0x01000000 /* Skip this sysctl when listing */ :+#define CTLFLAG_SECLVL_M 0x00f00000 /* security level mask */ :+#define CTLFLAG_SECLVL_S 20 :+#define CTLFLAG_SECURE1 (CTLFLAG_SECURE | (1 << CTLFLAG_SECLVL_S)) :+#define CTLFLAG_SECURE2 (CTLFLAG_SECURE | (2 << CTLFLAG_SECLVL_S)) :+#define CTLFLAG_SECURE3 (CTLFLAG_SECURE | (3 << CTLFLAG_SECLVL_S)) : : /* : * USE THIS instead of a hardwired number from the categories below :Index: kern/kern_sysctl.c :=================================================================== :RCS file: /home/imp/FreeBSD/CVS/src/sys/kern/kern_sysctl.c,v :retrieving revision 1.135 :diff -u -r1.135 kern_sysctl.c :--- kern/kern_sysctl.c 27 Oct 2002 07:12:34 -0000 1.135 :+++ kern/kern_sysctl.c 13 Jan 2003 20:10:38 -0000 :@@ -1098,7 +1098,7 @@ : sysctl_root(SYSCTL_HANDLER_ARGS) : { : struct sysctl_oid *oid; :- int error, indx; :+ int error, indx, lvl; : : error = sysctl_find_oid(arg1, arg2, &oid, &indx, req); : if (error) :@@ -1122,7 +1122,8 @@ : : /* Is this sysctl sensitive to securelevels? */ : if (req->newptr && (oid->oid_kind & CTLFLAG_SECURE)) { :- error = securelevel_gt(req->td->td_ucred, 0); :+ lvl = (oid->oid_kind & CTLFLAG_SECLVL_M) >> CTLFLAG_SECLVL_S; :+ error = securelevel_gt(req->td->td_ucred, lvl); : if (error) : return (error); : } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:22: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2603637B401; Mon, 13 Jan 2003 12:22:06 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DCD43EB2; Mon, 13 Jan 2003 12:22:05 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0DKM31e015771; Mon, 13 Jan 2003 13:22:03 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Jan 2003 13:19:30 -0700 (MST) Message-Id: <20030113.131930.04794172.imp@bsdimp.com> To: dillon@apollo.backplane.com Cc: mux@FreeBSD.ORG, nick@garage.freebsd.pl, bde@zeta.org.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c From: "M. Warner Losh" In-Reply-To: <200301132020.h0DKK9k3038226@apollo.backplane.com> References: <20030113190506.GF16775@elvis.mu.org> <200301132012.h0DKCp1e015631@harmony.village.org> <200301132020.h0DKK9k3038226@apollo.backplane.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200301132020.h0DKK9k3038226@apollo.backplane.com> Matthew Dillon writes: : I like it. It isn't any more or less complex then having two conditionals : and it is more flexible. If nothing else comes up I will incorporate : this and commit it tonight. Cool. Note that I just realized that my patch has a subtlely different semantic than yours. Your SECURE3 means > 2 is verbidden, while mine is > 3 is verbidden. So long as it is clear from the docs, I don't care either way. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:27:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16C037B401; Mon, 13 Jan 2003 12:27:15 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF14243F13; Mon, 13 Jan 2003 12:27:14 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id h0DKRDMD022777; Mon, 13 Jan 2003 21:27:13 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0DKRDOc022776; Mon, 13 Jan 2003 21:27:13 +0100 (CET) Date: Mon, 13 Jan 2003 21:27:13 +0100 From: Wilko Bulte To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c Message-ID: <20030113212713.A22748@freebie.xs4all.nl> References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200301131942.h0DJgfbN010760@repoman.freebsd.org>; from dillon@FreeBSD.ORG on Mon, Jan 13, 2003 at 11:42:41AM -0800 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 11:42:41AM -0800, Matt Dillon wrote: > dillon 2003/01/13 11:42:41 PST > > Modified files: > sbin/dump Makefile dump.8 dump.h main.c traverse.c > Added files: > sbin/dump cache.c > Log: > Add a caching option to dump. Use -C. Note that NetBSD has a caching option > called -r but it takes 512 byte blocks instead of megabytes, and I felt a > megabytes specification would be far more useful so I did not use the same > option character. > > This will *greatly* improve dump performance at the cost of possibly > missing filesystem changes that occur between passes, and does a fairly > good job making up for the loss of buffered block devices. Caching is disabled > by default to retain historical behavior. > > In tests, dump performance improved by about 40% when dumping / or /usr. Neat... my DLT anxiously awaits -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:44:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE7637B405; Mon, 13 Jan 2003 12:44:19 -0800 (PST) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288D343F65; Mon, 13 Jan 2003 12:44:17 -0800 (PST) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id h0DKk0954003; Mon, 13 Jan 2003 15:46:00 -0500 (EST) (envelope-from bmilekic@unixdaemons.com) Date: Mon, 13 Jan 2003 15:46:00 -0500 From: Bosko Milekic To: Julian Elischer Cc: Jeff Roberson , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c Message-ID: <20030113154600.C53755@unixdaemons.com> References: <20030112143211.Q69199-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from julian@elischer.org on Mon, Jan 13, 2003 at 11:59:24AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 11:59:24AM -0800, Julian Elischer wrote: > > > On Sun, 12 Jan 2003, Jeff Roberson wrote: > > > On Sun, 12 Jan 2003, Jeff Roberson wrote: > > > > > jeff 2003/01/12 11:04:49 PST > > > > > > Modified files: > > > sys/sys proc.h > > > sys/kern sched_4bsd.c > > > Log: > > > - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. > > > This will prevent access through mechanisms other than the published > > > interfaces. > > > > > > > Er, this change adjusts the size of struct proc. I should have gone > > through re before commiting. Are there any objections? I can easily back > > it out, it's just tidying things up for the new scheduler. > > > > "The" new scheduler? Which new scheduler? I realize I may have missed a lot of discussion... I'd like to catch up now, where did the discussion happen? > > Cheers, > > Jeff -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 12:54:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D39737B401; Mon, 13 Jan 2003 12:54:12 -0800 (PST) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FC843FE9; Mon, 13 Jan 2003 12:54:10 -0800 (PST) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id h0DKs4iU063461; Mon, 13 Jan 2003 15:54:04 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id h0DKs4rl063460; Mon, 13 Jan 2003 15:54:04 -0500 (EST) Date: Mon, 13 Jan 2003 15:54:03 -0500 From: Alexander Kabaev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c Message-Id: <20030113155403.4abf54b1.ak03@gte.com> In-Reply-To: <20030113154600.C53755@unixdaemons.com> References: <20030112143211.Q69199-100000@mail.chesapeake.net> <20030113154600.C53755@unixdaemons.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.8claws94 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003 15:46:00 -0500 Bosko Milekic wrote: scheduler? > > Which new scheduler? I realize I may have missed a lot of > discussion... I'd like to catch up now, where did the discussion > happen? See on arch@: Subject: Scheduler framework Message-ID: <20021008221856.L35572-100000@mail.chesapeake.net> and Subject: Scheduler patch, ready for commit. Message-ID: <20021009211321.M23516-100000@mail.chesapeake.net> -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13: 4:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4599237B401; Mon, 13 Jan 2003 13:04:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25EB43F13; Mon, 13 Jan 2003 13:04:15 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DL4Ffh039526; Mon, 13 Jan 2003 13:04:15 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DL4Ffh039525; Mon, 13 Jan 2003 13:04:15 -0800 (PST) Message-Id: <200301132104.h0DL4Ffh039525@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 13:04:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_dev.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 13:04:15 PST Modified files: (Branch: RELENG_5_0) sys/geom geom_dev.c Log: MFC: Allways issue ioctls as BIO_GETATTR. This should fix the "boot0cfg/fdisk on open disks" issue. Approved by: re Revision Changes Path 1.32.2.3 +6 -4 src/sys/geom/geom_dev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13: 8:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A5237B401; Mon, 13 Jan 2003 13:08:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC8343F18; Mon, 13 Jan 2003 13:08:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DL8Lfh039682; Mon, 13 Jan 2003 13:08:21 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DL8LeK039681; Mon, 13 Jan 2003 13:08:21 -0800 (PST) Message-Id: <200301132108.h0DL8LeK039681@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Jan 2003 13:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c create_chunk.c libdisk.h X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/13 13:08:21 PST Modified files: (Branch: RELENG_5_0) lib/libdisk chunk.c create_chunk.c libdisk.h Log: MFC: Workaround the case where we do a Create_Chunk_DWIM() in a freebsd chunk that has no child chunk. Approved by: re Revision Changes Path 1.46.2.1 +1 -1 src/lib/libdisk/chunk.c 1.77.2.1 +19 -1 src/lib/libdisk/create_chunk.c 1.52.2.1 +2 -2 src/lib/libdisk/libdisk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13: 9:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505B137B401; Mon, 13 Jan 2003 13:09:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED60A43F65; Mon, 13 Jan 2003 13:09:20 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DL9Kfh039720; Mon, 13 Jan 2003 13:09:20 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DL9Kw7039719; Mon, 13 Jan 2003 13:09:20 -0800 (PST) Message-Id: <200301132109.h0DL9Kw7039719@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Jan 2003 13:09:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/13 13:09:20 PST Modified files: (Branch: RELENG_5_0) sys/geom geom_bsd.c Log: MFC: Output each partition's p_fstype in the configuration text dump output. Approved by: re Revision Changes Path 1.32.2.3 +7 -0 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:10:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DC137B401; Mon, 13 Jan 2003 13:10:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E77B43F3F; Mon, 13 Jan 2003 13:10:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLAMfh040372; Mon, 13 Jan 2003 13:10:22 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLAMrK040366; Mon, 13 Jan 2003 13:10:22 -0800 (PST) Message-Id: <200301132110.h0DLAMrK040366@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Jan 2003 13:10:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/13 13:10:22 PST Modified files: (Branch: RELENG_5_0) lib/libdisk disk.c Log: MFC: Use the type field gleaned from the GEOM dumpconf text output to set the subtype when adding part chunks in Open_Disk(). Approved by: re Revision Changes Path 1.110.2.2 +1 -1 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:21:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A20137B401; Mon, 13 Jan 2003 13:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEFF43EB2; Mon, 13 Jan 2003 13:21:39 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLLcfh046727; Mon, 13 Jan 2003 13:21:38 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLLcRQ046726; Mon, 13 Jan 2003 13:21:38 -0800 (PST) Message-Id: <200301132121.h0DLLcRQ046726@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Jan 2003 13:21:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freenet6 Makefile distinfo pkg-descr ports/net/freenet6/files pkg-message.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/13 13:21:38 PST Modified files: net/freenet6 Makefile distinfo pkg-descr net/freenet6/files pkg-message.in Log: Update to version 0.9.7 Submitted by: Andrew Stuart Revision Changes Path 1.7 +5 -2 ports/net/freenet6/Makefile 1.3 +1 -1 ports/net/freenet6/distinfo 1.3 +6 -0 ports/net/freenet6/files/pkg-message.in 1.3 +0 -8 ports/net/freenet6/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:23:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C6E37B401; Mon, 13 Jan 2003 13:23:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FA243F1E; Mon, 13 Jan 2003 13:23:36 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLNafh046792; Mon, 13 Jan 2003 13:23:36 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLNaVF046791; Mon, 13 Jan 2003 13:23:36 -0800 (PST) Message-Id: <200301132123.h0DLNaVF046791@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 13:23:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys brueffer.key chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 13:23:36 PST Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Added files: en_US.ISO8859-1/books/handbook/pgpkeys brueffer.key Log: Add my PGP key Approved by: ceri (mentor) Revision Changes Path 1.1 +77 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/brueffer.key (new) 1.179 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:28:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D73837B401; Mon, 13 Jan 2003 13:28:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B3343EB2; Mon, 13 Jan 2003 13:28:24 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLSOfh046953; Mon, 13 Jan 2003 13:28:24 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLSOKb046952; Mon, 13 Jan 2003 13:28:24 -0800 (PST) Message-Id: <200301132128.h0DLSOKb046952@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Jan 2003 13:28:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/13 13:28:24 PST Modified files: sys/boot/i386/boot2 boot2.c Log: Fix interactive booting: o Revision 1.38 introduced the -n flag. It conflicted with the RB_BOOTINFO flag, so was in effect always on. Change the -n flag to be bit 0x1c instead of 0x1f. This also had the consequence that a mal-formed /boot.config would render the system unbootable because the user was unable to enter anything at all on the command line. o Remove the initialization of opt to be RB_BOOTINFO since we filter that bit out and do not otherwise use it. Reviewed by: jhb MFC after: 3 days Revision Changes Path 1.61 +4 -2 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:32:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E59C537B401; Mon, 13 Jan 2003 13:32:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F93843EB2; Mon, 13 Jan 2003 13:32:16 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLWGfh050400; Mon, 13 Jan 2003 13:32:16 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLWGMS050399; Mon, 13 Jan 2003 13:32:16 -0800 (PST) Message-Id: <200301132132.h0DLWGMS050399@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 13:32:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vnode_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 13:32:16 PST Modified files: sys/vm vnode_pager.c Log: We can get past here on a normal vnode as well, so use VOP_STRATEGY if so. Revision Changes Path 1.168 +4 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:43:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D8837B401; Mon, 13 Jan 2003 13:43:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E188243F1E; Mon, 13 Jan 2003 13:43:50 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLhofh054027; Mon, 13 Jan 2003 13:43:50 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLho7U054026; Mon, 13 Jan 2003 13:43:50 -0800 (PST) Message-Id: <200301132143.h0DLho7U054026@repoman.freebsd.org> From: Ceri Davies Date: Mon, 13 Jan 2003 13:43:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2003/01/13 13:43:50 PST Modified files: (Branch: RELENG_4) share/man/man7 hier.7 Log: MFC r1.81: Sort. Move /usr/heimdal to /var/heimdal where it really is. PR: docs/46637 Submitted by: Igor Sobrado Revision Changes Path 1.29.2.17 +14 -14 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:53:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3787437B401; Mon, 13 Jan 2003 13:53:11 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B682D43F1E; Mon, 13 Jan 2003 13:53:10 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DLr9Yp038646; Mon, 13 Jan 2003 13:53:09 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DLr9Jt038645; Mon, 13 Jan 2003 13:53:09 -0800 (PST) Date: Mon, 13 Jan 2003 13:53:09 -0800 (PST) From: Matthew Dillon Message-Id: <200301132153.h0DLr9Jt038645@apollo.backplane.com> To: "M. Warner Losh" Cc: mux@FreeBSD.ORG, nick@garage.freebsd.pl, bde@zeta.org.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <20030113190506.GF16775@elvis.mu.org> <200301132012.h0DKCp1e015631@harmony.village.org> <200301132020.h0DKK9k3038226@apollo.backplane.com> <20030113.131930.04794172.imp@bsdimp.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Cool. Note that I just realized that my patch has a subtlely :different semantic than yours. Your SECURE3 means > 2 is verbidden, :while mine is > 3 is verbidden. So long as it is clear from the docs, :I don't care either way. : :Warner I'd like to think of it as 'secure at secure level N', so SECURE3 means secure if the secure level is set to 3 (or higher) (aka > 2 in the code). -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:57: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4277137B401; Mon, 13 Jan 2003 13:57:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DECAA43EB2; Mon, 13 Jan 2003 13:57:07 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLv7fh057648; Mon, 13 Jan 2003 13:57:07 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLv7ED057647; Mon, 13 Jan 2003 13:57:07 -0800 (PST) Message-Id: <200301132157.h0DLv7ED057647@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Jan 2003 13:57:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall/help partition.hlp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/13 13:57:07 PST Modified files: usr.sbin/sysinstall/help partition.hlp Log: If you don't create a /usr filesystem, / will need 200MB. Revision Changes Path 1.11 +1 -1 src/usr.sbin/sysinstall/help/partition.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 13:58:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384E237B401; Mon, 13 Jan 2003 13:58:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2AE43F43; Mon, 13 Jan 2003 13:58:27 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DLwRfh057710; Mon, 13 Jan 2003 13:58:27 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DLwRLS057709; Mon, 13 Jan 2003 13:58:27 -0800 (PST) Message-Id: <200301132158.h0DLwRLS057709@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Jan 2003 13:58:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall/help partition.hlp X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/13 13:58:27 PST Modified files: (Branch: RELENG_5_0) usr.sbin/sysinstall/help partition.hlp Log: MFC: If you don't create a /usr filesystem, / will need 200MB. Approved by: re (jhb) Revision Changes Path 1.9.2.2 +1 -1 src/usr.sbin/sysinstall/help/partition.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 14:20:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D342737B401; Mon, 13 Jan 2003 14:20:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA1843EB2; Mon, 13 Jan 2003 14:20:37 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DMKbfh066236; Mon, 13 Jan 2003 14:20:37 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DMKbR2066226; Mon, 13 Jan 2003 14:20:37 -0800 (PST) Message-Id: <200301132220.h0DMKbR2066226@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 14:20:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/13 14:20:37 PST Modified files: sys/fs/devfs devfs_vnops.c Log: Even if the permissions deny it, a process should be allowed to access its controlling terminal. In essense, history dictates that any process is allowed to open /dev/tty for RW, irrespective of credential, because by definition it is it's own controlling terminal. Before DEVFS we relied on a hacky half-device thing (kern/tty_tty.c) which did the magic deep down at device level, which at best was disgusting from an architectural point of view. My first shot at this was to use the cloning mechanism to simply give people the right tty when they ask for /dev/tty, that's why you get this, slightly counter intuitive result: syv# ls -l /dev/tty `tty` crw--w---- 1 u1 tty 5, 0 Jan 13 22:14 /dev/tty crw--w---- 1 u1 tty 5, 0 Jan 13 22:14 /dev/ttyp0 Trouble is, when user u1 su(1)'s to user u2, he cannot open /dev/ttyp0 anymore because he doesn't have permission to do so. The above fix allows him to do that. The interesting side effect is that one was previously only able to access the controlling tty by indirection: date > /dev/tty but not by name: date > `tty` This is now possible, and that feels a lot more like DTRT. PR: 46635 MFC candidate: could be. Revision Changes Path 1.58 +13 -2 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 14:30:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F0237B401; Mon, 13 Jan 2003 14:30:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F1043F13; Mon, 13 Jan 2003 14:30:35 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DMUZfh069762; Mon, 13 Jan 2003 14:30:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DMUZv0069752; Mon, 13 Jan 2003 14:30:35 -0800 (PST) Message-Id: <200301132230.h0DMUZv0069752@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 14:30:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/drgenius Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/13 14:30:35 PST Modified files: math/drgenius Makefile distinfo Log: Update to 0.8.1. Revision Changes Path 1.2 +1 -1 ports/math/drgenius/Makefile 1.2 +1 -1 ports/math/drgenius/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 14:42: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FBD37B401; Mon, 13 Jan 2003 14:42:02 -0800 (PST) Received: from randomservers.com (randomservers.com [198.78.65.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03C43EB2; Mon, 13 Jan 2003 14:42:02 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [198.78.65.158]) by randomservers.com (8.12.6/8.12.6) with ESMTP id h0DMcdM1025523 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 13 Jan 2003 14:38:39 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from localhost (joseph@localhost) by randomservers.com (8.12.6/8.12.6/Submit) with ESMTP id h0DMcaPI025515; Mon, 13 Jan 2003 14:38:36 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Mon, 13 Jan 2003 14:38:36 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers.com To: Norikatsu Shigemura Cc: cvs-all@FreeBSD.ORG, Bruce M Simpson Subject: Re: cvs commit: ports/sysutils/udesc_dump Makefile distinfo In-Reply-To: <200301111717.h0BHHD7j018435@repoman.freebsd.org> Message-ID: <20030113143746.O95985@randomservers.com> References: <200301111717.h0BHHD7j018435@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.7 required=8.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,X_AUTH_WARNING version=2.43 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 Jan 2003, Norikatsu Shigemura wrote: > nork 2003/01/11 09:17:13 PST > > Modified files: > sysutils/udesc_dump Makefile distinfo > Log: > Update to 1.3.7. > > Submitted by: Jigoku This looks like a newer version of what was given in PR ports/42075 (New port: devel/udesc_dump: Dump USB config descriptor for ugen). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 14:44:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5280F37B401; Mon, 13 Jan 2003 14:44:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F3643F3F; Mon, 13 Jan 2003 14:44:23 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DMiNfh075449; Mon, 13 Jan 2003 14:44:23 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DMiNAg075448; Mon, 13 Jan 2003 14:44:23 -0800 (PST) Message-Id: <200301132244.h0DMiNAg075448@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 14:44:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 14:44:23 PST Modified files: sys/compat/svr4 svr4_misc.c Log: Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). This routine really need to be gutted and merged with exit1(). Reviewed by: jhb Revision Changes Path 1.57 +4 -1 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 14:51:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 438EF37B405; Mon, 13 Jan 2003 14:51:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C494F43F18; Mon, 13 Jan 2003 14:51:18 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DMpIfh078143; Mon, 13 Jan 2003 14:51:18 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DMpINh078136; Mon, 13 Jan 2003 14:51:18 -0800 (PST) Message-Id: <200301132251.h0DMpINh078136@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 14:51:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/kern kern_exit.c src/sys/svr4 svr4_misc.c src/sys/vm vm_extern.h vm_glue.c vm_map.c vm_map.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 14:51:18 PST Modified files: (Branch: RELENG_4) sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/kern kern_exit.c sys/svr4 svr4_misc.c sys/vm vm_extern.h vm_glue.c vm_map.c vm_map.h Log: primarily MFC vm_map.c 1.275. Also pull-in vm_waitproc() and cpu_wait() changes from current. This should close reference count races with the vmspace structure. There is still a shmexit() race (structure never freed) which will be addressed in a day or two with a fix MFC from current. Revision Changes Path 1.28.2.6 +0 -3 src/sys/alpha/alpha/vm_machdep.c 1.132.2.8 +0 -3 src/sys/i386/i386/vm_machdep.c 1.92.2.11 +11 -2 src/sys/kern/kern_exit.c 1.13.2.6 +2 -1 src/sys/svr4/svr4_misc.c 1.46.2.3 +2 -0 src/sys/vm/vm_extern.h 1.94.2.4 +12 -0 src/sys/vm/vm_glue.c 1.187.2.17 +43 -17 src/sys/vm/vm_map.c 1.54.2.5 +1 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15: 4:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A21937B401; Mon, 13 Jan 2003 15:04:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56DE43E4A; Mon, 13 Jan 2003 15:04:32 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DN4Wfh082719; Mon, 13 Jan 2003 15:04:32 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DN4WRU082718; Mon, 13 Jan 2003 15:04:32 -0800 (PST) Message-Id: <200301132304.h0DN4WRU082718@repoman.freebsd.org> From: Matt Dillon Date: Mon, 13 Jan 2003 15:04:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_exit.c sysv_ipc.c sysv_shm.c src/sys/sys ipc.h shm.h src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/13 15:04:32 PST Modified files: sys/kern kern_exec.c kern_exit.c sysv_ipc.c sysv_shm.c sys/sys ipc.h shm.h sys/vm vm_map.c Log: It is possible for an active aio to prevent shared memory from being dereferenced when a process exits due to the vmspace ref-count being bumped. Change shmexit() and shmexit_myhook() to take a vmspace instead of a process and call it in vmspace_dofree(). This way if it is missed in exit1()'s early-resource-free it will still be caught when the zombie is reaped. Also fix a potential race in shmexit_myhook() by NULLing out vmspace->vm_shm prior to calling shm_delete_mapping() and free(). MFC after: 7 days Revision Changes Path 1.208 +1 -2 src/sys/kern/kern_exec.c 1.189 +1 -2 src/sys/kern/kern_exit.c 1.24 +3 -4 src/sys/kern/sysv_ipc.c 1.76 +15 -17 src/sys/kern/sysv_shm.c 1.23 +2 -1 src/sys/sys/ipc.h 1.18 +2 -1 src/sys/sys/shm.h 1.280 +8 -0 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15: 9:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B0F437B405 for ; Mon, 13 Jan 2003 15:09:22 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BA13843F13 for ; Mon, 13 Jan 2003 15:09:21 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 36416 invoked by uid 1000); 13 Jan 2003 23:09:22 -0000 Date: Mon, 13 Jan 2003 15:09:22 -0800 (PST) From: Nate Lawson To: Pawel Jakub Dawidek Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c In-Reply-To: <20030113192259.GQ9430@garage.freebsd.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003, Pawel Jakub Dawidek wrote: > On Mon, Jan 13, 2003 at 11:16:40AM -0800, Matthew Dillon wrote: > +> Something like this... > > Yes, and maybe for completness new type CTLTYPE_BOOL? > There are many sysctls that could be only 0 or 1 and now C99 defines > new type 'bool'. http://www.add.org/adda_store/video.htm -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:37:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5EE437B401; Mon, 13 Jan 2003 15:37:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407CF43F1E; Mon, 13 Jan 2003 15:37:22 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNbMfh093478; Mon, 13 Jan 2003 15:37:22 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNbLOL093477; Mon, 13 Jan 2003 15:37:21 -0800 (PST) Message-Id: <200301132337.h0DNbLOL093477@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 13 Jan 2003 15:37:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/13 15:37:21 PST Modified files: release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.444 -> 1.475 relnotes/common/new.sgml Revision Changes Path 1.69 +312 -253 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:48:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0196237B401; Mon, 13 Jan 2003 15:48:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E53043ED8; Mon, 13 Jan 2003 15:48:42 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNmgfh097055; Mon, 13 Jan 2003 15:48:42 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNmgLv097054; Mon, 13 Jan 2003 15:48:42 -0800 (PST) Message-Id: <200301132348.h0DNmgLv097054@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Jan 2003 15:48:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aacreg.h X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/13 15:48:42 PST Modified files: (Branch: RELENG_5_0) sys/dev/aac aac.c aacreg.h Log: Partial MFC from a few days ago: Close up a race condition in the interrupt handler and report the number of physical ram pages to the card so it can map it's cache correctly. Approved by: re Revision Changes Path 1.44.2.2 +50 -39 src/sys/dev/aac/aac.c 1.14.2.1 +4 -2 src/sys/dev/aac/aacreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:51:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C29D37B401; Mon, 13 Jan 2003 15:51:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A6543F3F; Mon, 13 Jan 2003 15:51:15 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNpEfh099640; Mon, 13 Jan 2003 15:51:14 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNpEOe099636; Mon, 13 Jan 2003 15:51:14 -0800 (PST) Message-Id: <200301132351.h0DNpEOe099636@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Jan 2003 15:51:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_cam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/13 15:51:14 PST Modified files: sys/dev/aac aac_cam.c Log: Since reseting the SCSI busses via the passthrough interface usually confuses the controller, tell CAM not to do it. Also report the correct error condition to CAM when it tries to probe a target that doesn't exists. This should make the CAM interface less risky to use. MFC After: 3 days Revision Changes Path 1.5 +12 -7 src/sys/dev/aac/aac_cam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:53:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC0E37B401; Mon, 13 Jan 2003 15:53:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566FF43EB2; Mon, 13 Jan 2003 15:53:47 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNrlfh000682; Mon, 13 Jan 2003 15:53:47 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNrll3000681; Mon, 13 Jan 2003 15:53:47 -0800 (PST) Message-Id: <200301132353.h0DNrll3000681@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 13 Jan 2003 15:53:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/13 15:53:47 PST Modified files: usr.bin/make var.c Log: Prevent infinite substitution of the empty string by forcing non- global substitution. In general it's a makefile bug to globally substitute the empty string, but it's a bug in make(1) if a bug in the makefile yields an infinite running time of make(1). Not objected to by: arch@ Revision Changes Path 1.41 +11 -0 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:54:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6561837B401; Mon, 13 Jan 2003 15:54:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C187643F18; Mon, 13 Jan 2003 15:54:13 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNsDfh000719; Mon, 13 Jan 2003 15:54:13 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNsDww000718; Mon, 13 Jan 2003 15:54:13 -0800 (PST) Message-Id: <200301132354.h0DNsDww000718@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 13 Jan 2003 15:54:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/13 15:54:13 PST Modified files: (Branch: RELENG_5_0) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.444 -> 1.467.2.7 relnotes/common/new.sgml Approved by: re (blanket) Revision Changes Path 1.65.2.2 +309 -255 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:58: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03EEB37B401; Mon, 13 Jan 2003 15:58:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A152343EB2; Mon, 13 Jan 2003 15:58:02 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNw2fh000873; Mon, 13 Jan 2003 15:58:02 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNw2qW000872; Mon, 13 Jan 2003 15:58:02 -0800 (PST) Message-Id: <200301132358.h0DNw2qW000872@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 15:58:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 15:58:02 PST Modified files: en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent Log: Add entity I missed in my last commit Noticed by: mheinen Approved by: ceri (mentor) Revision Changes Path 1.54 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 15:58:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AECE37B401; Mon, 13 Jan 2003 15:58:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180AA43F7E; Mon, 13 Jan 2003 15:58:18 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0DNwHfh000913; Mon, 13 Jan 2003 15:58:17 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0DNwHXw000912; Mon, 13 Jan 2003 15:58:17 -0800 (PST) Message-Id: <200301132358.h0DNwHXw000912@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 13 Jan 2003 15:58:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/13 15:58:17 PST Modified files: release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Add a mistakenly removed part. Revision Changes Path 1.70 +3 -0 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16: 7: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBC737B401; Mon, 13 Jan 2003 16:06:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28EC443F43; Mon, 13 Jan 2003 16:06:59 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E06wfh004513; Mon, 13 Jan 2003 16:06:58 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E06wHM004512; Mon, 13 Jan 2003 16:06:58 -0800 (PST) Message-Id: <200301140006.h0E06wHM004512@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 16:06:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 16:06:58 PST Modified files: en support.sgml Log: - Correct information about the CBUG Usergroup - Turn two Umlauts into according entities Revision Changes Path 1.277 +5 -6 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:10:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4F937B401; Mon, 13 Jan 2003 16:10:28 -0800 (PST) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC80F43F18; Mon, 13 Jan 2003 16:10:27 -0800 (PST) (envelope-from chris@unixpages.org) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by milan.hitnet.rwth-aachen.de (Postfix) with ESMTP id D8976A91E; Tue, 14 Jan 2003 01:10:26 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id CF8B74536; Tue, 14 Jan 2003 01:10:38 +0100 (CET) Date: Tue, 14 Jan 2003 01:10:38 +0100 From: Christian Brueffer To: Christian Brueffer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en support.sgml Message-ID: <20030114001038.GM1810@unixpages.org> References: <200301140006.h0E06wHM004512@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dT+85zccSFkyJC53" Content-Disposition: inline In-Reply-To: <200301140006.h0E06wHM004512@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key: http://www.unixpages.org/cbrueffer.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --dT+85zccSFkyJC53 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2003 at 04:06:58PM -0800, Christian Brueffer wrote: > brueffer 2003/01/13 16:06:58 PST >=20 > Modified files: > en support.sgml=20 > Log: > - Correct information about the CBUG Usergroup > - Turn two Umlauts into according entities > =20 > Revision Changes Path > 1.277 +5 -6 www/en/support.sgml >=20 >=20 Approved by: ceri (mentor) /me puts a marker on his monitor - Christian --=20 http://www.unixpages.org chris@unixpages.org GPG Pub-Key : www.unixpages.org/cbrueffer.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D GPG Key ID : 0xA0ED982D --dT+85zccSFkyJC53 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+I1V+bHYXjKDtmC0RAlfuAKCtsqGUXuXmEzdIkZyIQXbec7UtYwCg6sQa 74ofXGLO9uezVxPKGuhSMVU= =PwKY -----END PGP SIGNATURE----- --dT+85zccSFkyJC53-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:13:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B6F37B401; Mon, 13 Jan 2003 16:13:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F5943EB2; Mon, 13 Jan 2003 16:13:23 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E0DMfh007981; Mon, 13 Jan 2003 16:13:22 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E0DM1K007980; Mon, 13 Jan 2003 16:13:22 -0800 (PST) Message-Id: <200301140013.h0E0DM1K007980@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 16:13:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 16:13:22 PST Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday Approved by: ceri (mentor) Revision Changes Path 1.89 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:13:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CB937B401; Mon, 13 Jan 2003 16:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B027E43F18; Mon, 13 Jan 2003 16:13:37 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E0Dbfh008016; Mon, 13 Jan 2003 16:13:37 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E0DbTX008015; Mon, 13 Jan 2003 16:13:37 -0800 (PST) Message-Id: <200301140013.h0E0DbTX008015@repoman.freebsd.org> From: Martin Heinen Date: Mon, 13 Jan 2003 16:13:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2003/01/13 16:13:37 PST Modified files: de_DE.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: MFbed: added &a.brueffer; Revision Changes Path 1.4 +7 -2 doc/de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:18: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A53837B401; Mon, 13 Jan 2003 16:18:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C3B43E4A; Mon, 13 Jan 2003 16:18:06 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E0I6fh008147; Mon, 13 Jan 2003 16:18:06 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E0I6Gj008146; Mon, 13 Jan 2003 16:18:06 -0800 (PST) Message-Id: <200301140018.h0E0I6Gj008146@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Jan 2003 16:18:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/13 16:18:06 PST Modified files: (Branch: RELENG_4) usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday Approved by: ceri (mentor) Revision Changes Path 1.67.2.3 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:23:17 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 6FD7737B401; Mon, 13 Jan 2003 16:23:16 -0800 (PST) Date: Mon, 13 Jan 2003 16:23:16 -0800 From: Juli Mallett To: Christian Brueffer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd Message-ID: <20030113162316.A19967@FreeBSD.org> References: <200301140013.h0E0DM1K007980@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200301140013.h0E0DM1K007980@repoman.freebsd.org>; from brueffer@FreeBSD.org on Mon, Jan 13, 2003 at 04:13:22PM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Christian Brueffer [ Data: 2003-01-13 ] [ Subjecte: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd ] > brueffer 2003/01/13 16:13:22 PST > > Modified files: > usr.bin/calendar/calendars calendar.freebsd > Log: > Add my birthday We now are tied with 06/04 and 12/18 for most committers with the same birthday, if my eyes aren't lying. Whee :) -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 16:50:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D211A37B401; Mon, 13 Jan 2003 16:50:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C33E43F1E; Mon, 13 Jan 2003 16:50:31 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E0oVfh020006; Mon, 13 Jan 2003 16:50:31 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E0oUBI019999; Mon, 13 Jan 2003 16:50:30 -0800 (PST) Message-Id: <200301140050.h0E0oUBI019999@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Jan 2003 16:50:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/13 16:50:30 PST Modified files: etc/defaults pccard.conf Log: Add an entry for the Dlink Air 660 Wireless PC Card. PR: 46977 Submitted by: gioria Approved by: imp Revision Changes Path 1.254 +6 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 17:12: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E7137B401; Mon, 13 Jan 2003 17:12:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EAF43EB2; Mon, 13 Jan 2003 17:12:07 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E1C7fh029380; Mon, 13 Jan 2003 17:12:07 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E1C7cU029379; Mon, 13 Jan 2003 17:12:07 -0800 (PST) Message-Id: <200301140112.h0E1C7cU029379@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 13 Jan 2003 17:12:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d named X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/13 17:12:07 PST Modified files: (Branch: RELENG_5_0) etc/defaults rc.conf etc/rc.d named Log: MFC of rc.d/named pidfile fix. rc.conf ver. 1.166 rc.d/named ver. 1.6 Approved by: re, markm (mentor) Revision Changes Path 1.164.2.1 +1 -0 src/etc/defaults/rc.conf 1.5.2.1 +2 -2 src/etc/rc.d/named To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 17:14:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5158437B401; Mon, 13 Jan 2003 17:14:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E1743F18; Mon, 13 Jan 2003 17:14:08 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E1E8fh029451; Mon, 13 Jan 2003 17:14:08 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E1E84d029450; Mon, 13 Jan 2003 17:14:08 -0800 (PST) Message-Id: <200301140114.h0E1E84d029450@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Jan 2003 17:14:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 wi.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/13 17:14:08 PST Modified files: share/man/man4 wi.4 Log: Note that the Dlink Air 660 is supported. Revision Changes Path 1.26 +1 -0 src/share/man/man4/wi.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 18:28:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FCD37B401; Mon, 13 Jan 2003 18:28:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF7243E4A; Mon, 13 Jan 2003 18:28:40 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E2Sdfh054333; Mon, 13 Jan 2003 18:28:40 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E2SdsA054332; Mon, 13 Jan 2003 18:28:39 -0800 (PST) Message-Id: <200301140228.h0E2SdsA054332@repoman.freebsd.org> From: Alan Cox Date: Mon, 13 Jan 2003 18:28:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c vm_pageout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2003/01/13 18:28:39 PST Modified files: sys/vm vm_pageout.c vm_pageout.h Log: Make vm_pageout_page_free() static. Revision Changes Path 1.221 +2 -1 src/sys/vm/vm_pageout.c 1.32 +0 -1 src/sys/vm/vm_pageout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 18:37: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642A837B401; Mon, 13 Jan 2003 18:37:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7E443E4A; Mon, 13 Jan 2003 18:37:07 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E2b6fh057961; Mon, 13 Jan 2003 18:37:06 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E2b6PV057960; Mon, 13 Jan 2003 18:37:06 -0800 (PST) Message-Id: <200301140237.h0E2b6PV057960@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 18:37:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys aio_read.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 18:37:06 PST Modified files: lib/libc/sys aio_read.2 Log: Including before has not been necessary for a while now. Revision Changes Path 1.19 +0 -1 src/lib/libc/sys/aio_read.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 18:57:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5646537B401; Mon, 13 Jan 2003 18:57:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0101343F18; Mon, 13 Jan 2003 18:57:55 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E2vsfh065066; Mon, 13 Jan 2003 18:57:54 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E2vsTM065065; Mon, 13 Jan 2003 18:57:54 -0800 (PST) Message-Id: <200301140257.h0E2vsTM065065@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 18:57:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile sem.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 18:57:54 PST Modified files: share/man/man4 Makefile Added files: share/man/man4 sem.4 Log: Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4). Revision Changes Path 1.186 +1 -0 src/share/man/man4/Makefile 1.1 +67 -0 src/share/man/man4/sem.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19: 0:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A8837B401; Mon, 13 Jan 2003 19:00:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F215343ED8; Mon, 13 Jan 2003 19:00:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E30qfh066254; Mon, 13 Jan 2003 19:00:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E30qp7066250; Mon, 13 Jan 2003 19:00:52 -0800 (PST) Message-Id: <200301140300.h0E30qp7066250@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 19:00:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk11 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 19:00:52 PST Modified files: java/jdk11 pkg-plist Log: Don't create/remove share/java/classes and share/java; these are system directories created by BSD.local.dist Revision Changes Path 1.11 +0 -3 ports/java/jdk11/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:32:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950B937B401; Mon, 13 Jan 2003 19:32:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4038F43E4A; Mon, 13 Jan 2003 19:32:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3WHfh079220; Mon, 13 Jan 2003 19:32:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3WGjU079219; Mon, 13 Jan 2003 19:32:16 -0800 (PST) Message-Id: <200301140332.h0E3WGjU079219@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 19:32:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/botan pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 19:32:16 PST Modified files: security/botan pkg-plist Log: Add two missing symlinks Revision Changes Path 1.14 +2 -0 ports/security/botan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:36:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7564737B401; Mon, 13 Jan 2003 19:36:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC9B43F1E; Mon, 13 Jan 2003 19:36:46 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3ajfh079363; Mon, 13 Jan 2003 19:36:45 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3ajUj079362; Mon, 13 Jan 2003 19:36:45 -0800 (PST) Message-Id: <200301140336.h0E3ajUj079362@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 19:36:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 19:36:45 PST Modified files: lib/libc/sys sem.c Log: Add the newly created semaphore to the named semaphore list in sem_open() so that multiple opens of the same semaphore without an intervening sem_close() return the same object, and so that sem_close() does not segfault while trying to remove the item from the list. Revision Changes Path 1.3 +2 -1 src/lib/libc/sys/sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:39:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D0C37B401; Mon, 13 Jan 2003 19:39:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B20C43E4A; Mon, 13 Jan 2003 19:39:09 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3d9fh079493; Mon, 13 Jan 2003 19:39:09 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3d9p2079492; Mon, 13 Jan 2003 19:39:09 -0800 (PST) Message-Id: <200301140339.h0E3d9p2079492@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 19:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_destroy.3 sem_getvalue.3 sem_init.3 sem_post.3 sem_wait.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 19:39:09 PST Modified files: lib/libc_r/man sem_destroy.3 sem_getvalue.3 sem_init.3 sem_post.3 sem_wait.3 Log: Cross reference sem(4) so users know which kernel options are required to use these semaphore functions. Revision Changes Path 1.11 +2 -1 src/lib/libc_r/man/sem_destroy.3 1.11 +2 -1 src/lib/libc_r/man/sem_getvalue.3 1.12 +3 -2 src/lib/libc_r/man/sem_init.3 1.11 +3 -2 src/lib/libc_r/man/sem_post.3 1.9 +3 -2 src/lib/libc_r/man/sem_wait.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:39:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E91A37B406; Mon, 13 Jan 2003 19:39:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3F543F18; Mon, 13 Jan 2003 19:39:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3dMfh079525; Mon, 13 Jan 2003 19:39:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3dLgH079524; Mon, 13 Jan 2003 19:39:21 -0800 (PST) Message-Id: <200301140339.h0E3dLgH079524@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 19:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/avida pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 19:39:21 PST Modified files: biology/avida pkg-plist Log: Add some missing files Revision Changes Path 1.2 +4 -0 ports/biology/avida/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:42:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED69737B401; Mon, 13 Jan 2003 19:42:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AAF43F5B; Mon, 13 Jan 2003 19:42:16 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3gGfh082924; Mon, 13 Jan 2003 19:42:16 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3gGra082923; Mon, 13 Jan 2003 19:42:16 -0800 (PST) Message-Id: <200301140342.h0E3gGra082923@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 19:42:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aio.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 19:42:16 PST Modified files: share/man/man4 aio.4 Log: Cross reference lio_listio(2). Revision Changes Path 1.4 +1 -0 src/share/man/man4/aio.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:45:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BA637B401; Mon, 13 Jan 2003 19:45:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10B843ED8; Mon, 13 Jan 2003 19:45:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3jMfh083043; Mon, 13 Jan 2003 19:45:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3jMNV083042; Mon, 13 Jan 2003 19:45:22 -0800 (PST) Message-Id: <200301140345.h0E3jMNV083042@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 19:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 19:45:22 PST Modified files: security/gnupg pkg-plist Log: Add missing @dirrm Revision Changes Path 1.23 +1 -0 ports/security/gnupg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 19:57: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2865837B401; Mon, 13 Jan 2003 19:57:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87F443ED8; Mon, 13 Jan 2003 19:57:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E3v7fh086686; Mon, 13 Jan 2003 19:57:07 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E3v7iG086685; Mon, 13 Jan 2003 19:57:07 -0800 (PST) Message-Id: <200301140357.h0E3v7iG086685@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 19:57:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdparanoia Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 19:57:07 PST Modified files: audio/cdparanoia Makefile Log: Add missing manpage Revision Changes Path 1.3 +2 -0 ports/audio/cdparanoia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20: 0:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FAE37B401; Mon, 13 Jan 2003 20:00:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CB543F1E; Mon, 13 Jan 2003 20:00:29 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E40Tfh087346; Mon, 13 Jan 2003 20:00:29 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E40TCW087335; Mon, 13 Jan 2003 20:00:29 -0800 (PST) Message-Id: <200301140400.h0E40TCW087335@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:00:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:00:29 PST Modified files: mail/cyrus-imapd pkg-plist Log: Add missing header Revision Changes Path 1.16 +1 -0 ports/mail/cyrus-imapd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:11:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0629C37B401; Mon, 13 Jan 2003 20:11:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9D43E4A; Mon, 13 Jan 2003 20:11:24 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4BOfh093065; Mon, 13 Jan 2003 20:11:24 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4BOeC093052; Mon, 13 Jan 2003 20:11:24 -0800 (PST) Message-Id: <200301140411.h0E4BOeC093052@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:11:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc30 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:11:24 PST Modified files: lang/gcc30 Makefile Log: Add the fsf-funding.7 gfdl.7 gpl.7 manpages. IMO it is questionable whether these should even be installed. Revision Changes Path 1.123 +1 -0 ports/lang/gcc30/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:12:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 352A637B401; Mon, 13 Jan 2003 20:12:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D255543E4A; Mon, 13 Jan 2003 20:12:33 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4CXfh093757; Mon, 13 Jan 2003 20:12:33 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4CXTa093756; Mon, 13 Jan 2003 20:12:33 -0800 (PST) Message-Id: <200301140412.h0E4CXTa093756@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 20:12:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_init.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 20:12:33 PST Modified files: lib/libc_r/man sem_init.3 Log: Sharing semaphores between processes works now, so remove the stale comments about it always returning EPERM. Document that ENFILE occurs when the limit on kernel semaphores is reached. Revision Changes Path 1.13 +8 -16 src/lib/libc_r/man/sem_init.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:17:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BED7937B405; Mon, 13 Jan 2003 20:17:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B7743F5B; Mon, 13 Jan 2003 20:17:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4HMfh093904; Mon, 13 Jan 2003 20:17:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4HL0r093903; Mon, 13 Jan 2003 20:17:21 -0800 (PST) Message-Id: <200301140417.h0E4HL0r093903@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:17:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ecasound Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:17:21 PST Modified files: audio/ecasound Makefile Log: Add some missing manpages Revision Changes Path 1.10 +2 -1 ports/audio/ecasound/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:23:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A1237B401; Mon, 13 Jan 2003 20:23:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638E943F18; Mon, 13 Jan 2003 20:23:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4Nwfh097353; Mon, 13 Jan 2003 20:23:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4Nwbf097352; Mon, 13 Jan 2003 20:23:58 -0800 (PST) Message-Id: <200301140423.h0E4Nwbf097352@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/httrack pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:23:58 PST Modified files: www/httrack pkg-plist Log: Add missing @dirrm Revision Changes Path 1.7 +1 -0 ports/www/httrack/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:33:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F5937B401; Mon, 13 Jan 2003 20:33:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3421243E4A; Mon, 13 Jan 2003 20:33:11 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4XBfh001061; Mon, 13 Jan 2003 20:33:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4XAEb001060; Mon, 13 Jan 2003 20:33:10 -0800 (PST) Message-Id: <200301140433.h0E4XAEb001060@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:33:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:33:10 PST Modified files: comms/hylafax Makefile pkg-plist Log: Add missing manpage and file to pkg-plist. Revision Changes Path 1.56 +4 -4 ports/comms/hylafax/Makefile 1.11 +1 -0 ports/comms/hylafax/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:33:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD28F37B401; Mon, 13 Jan 2003 20:33:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D496C43EB2; Mon, 13 Jan 2003 20:33:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4Xffh001102; Mon, 13 Jan 2003 20:33:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4Xf7P001101; Mon, 13 Jan 2003 20:33:41 -0800 (PST) Message-Id: <200301140433.h0E4Xf7P001101@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:33:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:33:41 PST Added files: comms/hylafax/files patch-Makefile.in Log: Don't change the ownership of system directories. Revision Changes Path 1.1 +14 -0 ports/comms/hylafax/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:41:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B9437B401; Mon, 13 Jan 2003 20:41:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BBC43EB2; Mon, 13 Jan 2003 20:41:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4fRfh004043; Mon, 13 Jan 2003 20:41:27 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4fRjs004033; Mon, 13 Jan 2003 20:41:27 -0800 (PST) Message-Id: <200301140441.h0E4fRjs004033@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:41:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/janosvm pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:41:27 PST Modified files: java/janosvm pkg-plist Log: Add two missing files Revision Changes Path 1.4 +2 -0 ports/java/janosvm/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:41:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BBA37B401; Mon, 13 Jan 2003 20:41:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A23943F43; Mon, 13 Jan 2003 20:41:56 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4ftfh004727; Mon, 13 Jan 2003 20:41:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4ftmB004726; Mon, 13 Jan 2003 20:41:55 -0800 (PST) Message-Id: <200301140441.h0E4ftmB004726@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:41:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/BBBike pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:41:55 PST Modified files: german/BBBike pkg-plist Log: Add missing file Revision Changes Path 1.9 +1 -0 ports/german/BBBike/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:42:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963A537B401; Mon, 13 Jan 2003 20:42:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F2B43E4A; Mon, 13 Jan 2003 20:42:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4gcfh004765; Mon, 13 Jan 2003 20:42:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4gbrP004764; Mon, 13 Jan 2003 20:42:37 -0800 (PST) Message-Id: <200301140442.h0E4gbrP004764@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:42:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/irssi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:42:37 PST Modified files: irc/irssi Makefile Log: Add missing manpage Revision Changes Path 1.65 +2 -0 ports/irc/irssi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:43:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B7937B401; Mon, 13 Jan 2003 20:43:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DE743F13; Mon, 13 Jan 2003 20:43:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4hAfh004817; Mon, 13 Jan 2003 20:43:10 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4hAtX004816; Mon, 13 Jan 2003 20:43:10 -0800 (PST) Message-Id: <200301140443.h0E4hAtX004816@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:43:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:43:10 PST Modified files: java/jikes pkg-plist Log: Add missing include Revision Changes Path 1.8 +1 -0 ports/java/jikes/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:43:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A41037B401; Mon, 13 Jan 2003 20:43:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44BD443F3F; Mon, 13 Jan 2003 20:43:39 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4hdfh004855; Mon, 13 Jan 2003 20:43:39 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4hdqX004854; Mon, 13 Jan 2003 20:43:39 -0800 (PST) Message-Id: <200301140443.h0E4hdqX004854@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:43:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/keylaunch pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:43:38 PST Modified files: x11/keylaunch pkg-plist Log: Add missing @dirrm Revision Changes Path 1.2 +1 -0 ports/x11/keylaunch/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:47:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11B937B401; Mon, 13 Jan 2003 20:47:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594B543F13; Mon, 13 Jan 2003 20:47:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4lJfh004972; Mon, 13 Jan 2003 20:47:19 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4lJOg004971; Mon, 13 Jan 2003 20:47:19 -0800 (PST) Message-Id: <200301140447.h0E4lJOg004971@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:47:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lifelines pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:47:19 PST Modified files: misc/lifelines pkg-plist Log: Add missing file Revision Changes Path 1.3 +1 -0 ports/misc/lifelines/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:48:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D640737B401; Mon, 13 Jan 2003 20:48:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808DD43F1E; Mon, 13 Jan 2003 20:48:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4mDfh005017; Mon, 13 Jan 2003 20:48:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4mDrO005016; Mon, 13 Jan 2003 20:48:13 -0800 (PST) Message-Id: <200301140448.h0E4mDrO005016@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:48:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet-devel pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:48:13 PST Modified files: net/libnet-devel pkg-plist Log: Add missing @dirrm Revision Changes Path 1.2 +1 -0 ports/net/libnet-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:49: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5D337B401; Mon, 13 Jan 2003 20:49:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD4143E4A; Mon, 13 Jan 2003 20:49:05 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4n5fh005046; Mon, 13 Jan 2003 20:49:05 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4n5Ib005045; Mon, 13 Jan 2003 20:49:05 -0800 (PST) Message-Id: <200301140449.h0E4n5Ib005045@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Jan 2003 20:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/13 20:49:05 PST Modified files: . LEGAL Log: Add net/freenet6 with "must agree to license before downloading" Submitted by: Andrew Stuart Revision Changes Path 1.271 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:49:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 818B337B401; Mon, 13 Jan 2003 20:49:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5CD43F3F; Mon, 13 Jan 2003 20:49:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4nPfh005091; Mon, 13 Jan 2003 20:49:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4nPVb005090; Mon, 13 Jan 2003 20:49:25 -0800 (PST) Message-Id: <200301140449.h0E4nPVb005090@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:49:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tei-p4 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:49:25 PST Modified files: textproc/tei-p4 pkg-plist Log: Don't remove the system directory share/sgml Revision Changes Path 1.2 +0 -1 ports/textproc/tei-p4/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:55:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E1637B401; Mon, 13 Jan 2003 20:55:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A548D43E4A; Mon, 13 Jan 2003 20:55:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4tffh008566; Mon, 13 Jan 2003 20:55:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4tfCn008565; Mon, 13 Jan 2003 20:55:41 -0800 (PST) Message-Id: <200301140455.h0E4tfCn008565@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:55:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mtx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:55:41 PST Modified files: misc/mtx Makefile Log: Add missing manpage Revision Changes Path 1.3 +1 -1 ports/misc/mtx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 20:57: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1042C37B401; Mon, 13 Jan 2003 20:57:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04C043F43; Mon, 13 Jan 2003 20:57:01 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E4v1fh008607; Mon, 13 Jan 2003 20:57:01 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E4v1kH008606; Mon, 13 Jan 2003 20:57:01 -0800 (PST) Message-Id: <200301140457.h0E4v1kH008606@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 20:57:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 20:57:01 PST Modified files: comms/mwavem pkg-plist Log: Add missing @dirrm Revision Changes Path 1.5 +1 -0 ports/comms/mwavem/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21: 7:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221FF37B401; Mon, 13 Jan 2003 21:07:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D9A43F43; Mon, 13 Jan 2003 21:07:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E57wfh012208; Mon, 13 Jan 2003 21:07:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E57wpT012207; Mon, 13 Jan 2003 21:07:58 -0800 (PST) Message-Id: <200301140507.h0E57wpT012207@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:07:58 PST Modified files: math/pari pkg-plist Log: Add missing file Revision Changes Path 1.17 +1 -0 ports/math/pari/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:10:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC84637B401; Mon, 13 Jan 2003 21:10:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870CD43EB2; Mon, 13 Jan 2003 21:10:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5Affh013757; Mon, 13 Jan 2003 21:10:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5Afnu013749; Mon, 13 Jan 2003 21:10:41 -0800 (PST) Message-Id: <200301140510.h0E5Afnu013749@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:10:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/patanjali Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:10:40 PST Modified files: misc/patanjali Makefile Log: Add missing files and directories to poorly-autogenerated plist Revision Changes Path 1.4 +5 -0 ports/misc/patanjali/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:15:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A26F37B401; Mon, 13 Jan 2003 21:15:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B987343ED8; Mon, 13 Jan 2003 21:15:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5FCfh015726; Mon, 13 Jan 2003 21:15:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5FCl1015725; Mon, 13 Jan 2003 21:15:12 -0800 (PST) Message-Id: <200301140515.h0E5FCl1015725@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:15:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/ngspice_rework Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:15:12 PST Modified files: cad/ngspice_rework Makefile Log: Add missing manpages Revision Changes Path 1.2 +2 -0 ports/cad/ngspice_rework/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:22:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C5B37B401; Mon, 13 Jan 2003 21:22:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF7E43F18; Mon, 13 Jan 2003 21:22:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5Mmfh019209; Mon, 13 Jan 2003 21:22:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5Mliq019208; Mon, 13 Jan 2003 21:22:47 -0800 (PST) Message-Id: <200301140522.h0E5Mliq019208@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:22:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pfe-devel pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:22:47 PST Modified files: lang/pfe-devel pkg-plist Log: Add a metric buttload of missing files Revision Changes Path 1.6 +77 -0 ports/lang/pfe-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:23:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0470437B401; Mon, 13 Jan 2003 21:23:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29F743EB2; Mon, 13 Jan 2003 21:23:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5NPfh019253; Mon, 13 Jan 2003 21:23:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5NPwM019252; Mon, 13 Jan 2003 21:23:25 -0800 (PST) Message-Id: <200301140523.h0E5NPwM019252@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:23:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pwman pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:23:25 PST Modified files: security/pwman pkg-plist Log: Add two missing files Revision Changes Path 1.2 +2 -0 ports/security/pwman/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:29:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98D137B401; Mon, 13 Jan 2003 21:29:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C4C43E4A; Mon, 13 Jan 2003 21:29:28 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5TSfh019418; Mon, 13 Jan 2003 21:29:28 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5TSC5019417; Mon, 13 Jan 2003 21:29:28 -0800 (PST) Message-Id: <200301140529.h0E5TSC5019417@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:29:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/redland pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:29:28 PST Modified files: textproc/redland pkg-plist Log: Add missing @dirrm Revision Changes Path 1.3 +1 -0 ports/textproc/redland/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:29:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 474CE37B401; Mon, 13 Jan 2003 21:29:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A1343E4A; Mon, 13 Jan 2003 21:29:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5Ttfh019446; Mon, 13 Jan 2003 21:29:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5TtPC019445; Mon, 13 Jan 2003 21:29:55 -0800 (PST) Message-Id: <200301140529.h0E5TtPC019445@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:29:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tei-xlite pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:29:55 PST Modified files: textproc/tei-xlite pkg-plist Log: Don't remove the share/xml system directory Revision Changes Path 1.2 +0 -1 ports/textproc/tei-xlite/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:30:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56B137B401; Mon, 13 Jan 2003 21:30:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA2643F3F; Mon, 13 Jan 2003 21:30:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5Ugfh020863; Mon, 13 Jan 2003 21:30:42 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5UgNh020854; Mon, 13 Jan 2003 21:30:42 -0800 (PST) Message-Id: <200301140530.h0E5UgNh020854@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/wise pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:30:42 PST Modified files: biology/wise pkg-plist Log: Add missing file Revision Changes Path 1.2 +1 -0 ports/biology/wise/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:32:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E4737B401; Mon, 13 Jan 2003 21:32:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCFB43ED8; Mon, 13 Jan 2003 21:32:34 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5WXfh022873; Mon, 13 Jan 2003 21:32:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5WX0h022872; Mon, 13 Jan 2003 21:32:33 -0800 (PST) Message-Id: <200301140532.h0E5WX0h022872@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:32:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpcd pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:32:33 PST Modified files: graphics/xpcd pkg-plist Log: Don't remove the lib/X11/app-defaults system directory Revision Changes Path 1.2 +0 -1 ports/graphics/xpcd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:33:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7179A37B401; Mon, 13 Jan 2003 21:33:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C8DB43F13; Mon, 13 Jan 2003 21:33:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E5XQfh022938; Mon, 13 Jan 2003 21:33:26 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E5XQqw022937; Mon, 13 Jan 2003 21:33:26 -0800 (PST) Message-Id: <200301140533.h0E5XQqw022937@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Jan 2003 21:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/13 21:33:26 PST Modified files: shells/zsh-devel Makefile Log: Add missing manpage Revision Changes Path 1.59 +1 -1 ports/shells/zsh-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 21:33:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DF037B40A; Mon, 13 Jan 2003 21:33:35 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD0843F43; Mon, 13 Jan 2003 21:33:35 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 4DE0DAE27E; Mon, 13 Jan 2003 21:33:31 -0800 (PST) Date: Mon, 13 Jan 2003 21:33:31 -0800 From: Alfred Perlstein To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/man sem_init.3 Message-ID: <20030114053331.GK33821@elvis.mu.org> References: <200301140412.h0E4CXTa093756@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301140412.h0E4CXTa093756@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Tim J. Robbins [030113 20:12] wrote: > tjr 2003/01/13 20:12:33 PST > > Modified files: > lib/libc_r/man sem_init.3 > Log: > Sharing semaphores between processes works now, so remove the stale comments > about it always returning EPERM. Document that ENFILE occurs when the > limit on kernel semaphores is reached. Uh, they can't work. The code should be patched to return EPERM for shared as: 1) we can't share pthread_mutexes/condvars between processes yet. 2) we allocate the space this puts the actual data into private heap memory so that even if you give the pointer to another process it is meaningless unless they are sharing the same vmspace. I appreciate the other work you've done here, however in the future please contact me so that this sort of useless work can be avoided. I could have easily explained the problem had you contacted me first. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 22:57: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F63037B401; Mon, 13 Jan 2003 22:57:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CE743F18; Mon, 13 Jan 2003 22:57:04 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E6v4fh051627; Mon, 13 Jan 2003 22:57:04 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E6v3f2051626; Mon, 13 Jan 2003 22:57:03 -0800 (PST) Message-Id: <200301140657.h0E6v3f2051626@repoman.freebsd.org> From: Alan Cox Date: Mon, 13 Jan 2003 22:57:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_page.c vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2003/01/13 22:57:03 PST Modified files: sys/kern vfs_bio.c sys/vm vm_page.c vm_pageout.c Log: - Update vm_pageout_deficit using atomic operations. It's a simple counter outside the scope of existing locks. - Eliminate a redundant clearing of vm_pageout_deficit. Revision Changes Path 1.354 +4 -2 src/sys/kern/vfs_bio.c 1.237 +2 -2 src/sys/vm/vm_page.c 1.222 +1 -3 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23: 6:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D84C537B401; Mon, 13 Jan 2003 23:06:33 -0800 (PST) Received: from smtp04.iprimus.com.au (smtp04.iprimus.com.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD8C43E4A; Mon, 13 Jan 2003 23:06:32 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3DF583C30035102E; Tue, 14 Jan 2003 18:06:23 +1100 Received: from dilbert.robbins.dropbear.id.au ([210.50.82.130]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Tue, 14 Jan 2003 18:06:20 +1100 Received: from dilbert.robbins.dropbear.id.au (1arwnmfcfeocz0pj@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h0E76Hlk092340; Tue, 14 Jan 2003 18:06:18 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h0E76GdX092339; Tue, 14 Jan 2003 18:06:16 +1100 (EST) (envelope-from tim) Date: Tue, 14 Jan 2003 18:06:15 +1100 From: Tim Robbins To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/man sem_init.3 Message-ID: <20030114180615.A91716@dilbert.robbins.dropbear.id.au> References: <200301140412.h0E4CXTa093756@repoman.freebsd.org> <20030114053331.GK33821@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030114053331.GK33821@elvis.mu.org>; from bright@mu.org on Mon, Jan 13, 2003 at 09:33:31PM -0800 X-OriginalArrivalTime: 14 Jan 2003 07:06:21.0682 (UTC) FILETIME=[7168E520:01C2BB9B] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 09:33:31PM -0800, Alfred Perlstein wrote: > * Tim J. Robbins [030113 20:12] wrote: > > tjr 2003/01/13 20:12:33 PST > > > > Modified files: > > lib/libc_r/man sem_init.3 > > Log: > > Sharing semaphores between processes works now, so remove the stale comments > > about it always returning EPERM. Document that ENFILE occurs when the > > limit on kernel semaphores is reached. > > Uh, they can't work. The code should be patched to return EPERM > for shared as: > > 1) we can't share pthread_mutexes/condvars between processes yet. > 2) we allocate the space this puts the actual data into private > heap memory so that even if you give the pointer to another process > it is meaningless unless they are sharing the same vmspace. > > I appreciate the other work you've done here, however in the future > please contact me so that this sort of useless work can be avoided. > I could have easily explained the problem had you contacted me first. Ok, I guess I didn't test it enough. I had separate procs sharing the same address space, and didn't have time to try doing it with SHM. I don't think we actually need to be able to share mutexes/condvars between processes, though, since the only time semaphores initialised with pshared != 0 are locked is in sem_destroy(). Anyway, I'll back out the last change to sem_init.3 until sem_t becomes a plain old struct. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23: 6:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1427537B405; Mon, 13 Jan 2003 23:06:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B350E43EB2; Mon, 13 Jan 2003 23:06:40 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E76efh055266; Mon, 13 Jan 2003 23:06:40 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E76eJG055265; Mon, 13 Jan 2003 23:06:40 -0800 (PST) Message-Id: <200301140706.h0E76eJG055265@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Jan 2003 23:06:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/13 23:06:40 PST Modified files: (Branch: RELENG_5_0) sys/boot/i386/boot2 boot2.c Log: MFC: 1.61: Fix implicit -n flag. Approved by: re@ Early MFC requested by: re@ Revision Changes Path 1.52.2.2 +4 -2 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23: 7:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA0B237B401; Mon, 13 Jan 2003 23:07:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563EE43ED8; Mon, 13 Jan 2003 23:07:52 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E77qfh055318; Mon, 13 Jan 2003 23:07:52 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E77qDf055317; Mon, 13 Jan 2003 23:07:52 -0800 (PST) Message-Id: <200301140707.h0E77qDf055317@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 13 Jan 2003 23:07:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freebsd-uucp pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/13 23:07:52 PST Modified files: net/freebsd-uucp pkg-plist Log: clean dir etc/periodic Revision Changes Path 1.7 +2 -1 ports/net/freebsd-uucp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23: 8:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0208C37B405 for ; Mon, 13 Jan 2003 23:08:59 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 7760143F18 for ; Mon, 13 Jan 2003 23:08:56 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 19570 invoked by uid 10); 14 Jan 2003 07:08:54 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id h0E73tWi096706; Tue, 14 Jan 2003 08:03:55 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id h0E73tL1096705; Tue, 14 Jan 2003 08:03:55 +0100 (CET) Date: Tue, 14 Jan 2003 08:03:55 +0100 From: Udo Erdelhoff To: freebsd-doc@freebsd.org Cc: cvs-all@freebsd.org, Peter Pentchev Subject: Merge id attribute addition to RELENG_5_0/RELENG_4? Message-ID: <20030114070355.GI66579@nathan.ruhr.de> Reply-To: freebsd-doc@freebsd.org Mail-Followup-To: freebsd-doc@freebsd.org, cvs-all@FreeBSD.org, Peter Pentchev References: <200301121827.h0CIR4qq061837@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301121827.h0CIR4qq061837@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, first of all: thanks for the work and it is a good thing that we now have the attributes. That being said, should we merge the relnotes NG part of this change into the RELENG_5_0 and RELENG_4 branches? /s/Udo -- Abandon the search for Truth; settle for a good fantasy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23:12:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A8F37B401; Mon, 13 Jan 2003 23:12:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26FD43F18; Mon, 13 Jan 2003 23:12:31 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E7CVfh058965; Mon, 13 Jan 2003 23:12:31 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E7CV7m058964; Mon, 13 Jan 2003 23:12:31 -0800 (PST) Message-Id: <200301140712.h0E7CV7m058964@repoman.freebsd.org> From: Udo Erdelhoff Date: Mon, 13 Jan 2003 23:12:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/de_DE.ISO8859-1/hardware/ia64 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/13 23:12:31 PST Modified files: release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/de_DE.ISO8859-1/hardware/common dev.sgml intro.sgml release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/de_DE.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/de_DE.ISO8859-1/hardware/pc98 proc-pc98.sgml release/doc/de_DE.ISO8859-1/hardware/sparc64 dev-sparc64.sgml proc-sparc64.sgml release/doc/de_DE.ISO8859-1/installation/common install.sgml release/doc/de_DE.ISO8859-1/installation/sparc64 install.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: MFen: id attributes for sect1 entities of the release notes Revision Changes Path 1.8 +9 -9 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.6 +5 -5 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.13 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.17 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.2 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/common/intro.sgml 1.4 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.sgml 1.2 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.sgml 1.3 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.sgml 1.2 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.sgml 1.7 +3 -3 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.sgml 1.10 +3 -3 src/release/doc/de_DE.ISO8859-1/installation/common/install.sgml 1.8 +3 -3 src/release/doc/de_DE.ISO8859-1/installation/sparc64/install.sgml 1.10 +6 -6 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.27 +5 -5 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23:14: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C3837B401; Mon, 13 Jan 2003 23:14:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0027043F1E; Mon, 13 Jan 2003 23:14:06 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E7E6fh059031; Mon, 13 Jan 2003 23:14:06 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E7E60e059030; Mon, 13 Jan 2003 23:14:06 -0800 (PST) Message-Id: <200301140714.h0E7E60e059030@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 Jan 2003 23:14:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_init.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/13 23:14:06 PST Modified files: lib/libc_r/man sem_init.3 Log: Back out previous; sharing semaphores between processes only works in certain special cases. Revision Changes Path 1.14 +16 -8 src/lib/libc_r/man/sem_init.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23:26:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7151237B401; Mon, 13 Jan 2003 23:26:26 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A4B43F1E; Mon, 13 Jan 2003 23:26:26 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D168FAE216; Mon, 13 Jan 2003 23:26:25 -0800 (PST) Date: Mon, 13 Jan 2003 23:26:25 -0800 From: Alfred Perlstein To: Tim Robbins Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/man sem_init.3 Message-ID: <20030114072625.GL33821@elvis.mu.org> References: <200301140412.h0E4CXTa093756@repoman.freebsd.org> <20030114053331.GK33821@elvis.mu.org> <20030114180615.A91716@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030114180615.A91716@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Tim Robbins [030113 23:06] wrote: > > Ok, I guess I didn't test it enough. I had separate procs sharing the > same address space, and didn't have time to try doing it with SHM. > I don't think we actually need to be able to share mutexes/condvars > between processes, though, since the only time semaphores initialised > with pshared != 0 are locked is in sem_destroy(). Anyway, I'll back out > the last change to sem_init.3 until sem_t becomes a plain old struct. If you check the mailing list archives someone pasted the solaris structures for sem_t. Solaris uses pthread mutexes and condvars, they seem to be able to share them between processes. I think the idea is they do something along the line of linux's "futex". Basically a userlevel mutex with kernel assistance. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 13 23:37:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB8437B409 for ; Mon, 13 Jan 2003 23:37:10 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 3819943F18 for ; Mon, 13 Jan 2003 23:37:01 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 82706 invoked by uid 1000); 14 Jan 2003 07:36:12 -0000 Date: Tue, 14 Jan 2003 09:36:12 +0200 From: Peter Pentchev To: freebsd-doc@freebsd.org Cc: cvs-all@FreeBSD.org Subject: Re: Merge id attribute addition to RELENG_5_0/RELENG_4? Message-ID: <20030114073611.GF372@straylight.oblivion.bg> Mail-Followup-To: freebsd-doc@freebsd.org, cvs-all@FreeBSD.org References: <200301121827.h0CIR4qq061837@repoman.freebsd.org> <20030114070355.GI66579@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aZoGpuMECXJckB41" Content-Disposition: inline In-Reply-To: <20030114070355.GI66579@nathan.ruhr.de> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --aZoGpuMECXJckB41 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 14, 2003 at 08:03:55AM +0100, Udo Erdelhoff wrote: > Hi, > first of all: thanks for the work and it is a good thing that we now have > the attributes. That being said, should we merge the relnotes NG part of > this change into the RELENG_5_0 and RELENG_4 branches? Heh.. I was actually about to ask -doc about merging to RELENG_5_0 as soon as I had finished reading my e-mail this morning :) So... Is this something that we should ask -doc or re@ about? G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 No language can express every thought unambiguously, least of all this one. --aZoGpuMECXJckB41 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+I73r7Ri2jRYZRVMRApE9AKC02564Y1MX12gSToVlp20h+xCqqACgg3B1 USk8Yx61ZasdBaDOkihhr40= =F5tU -----END PGP SIGNATURE----- --aZoGpuMECXJckB41-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 0: 0:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208D337B401; Tue, 14 Jan 2003 00:00:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC0D43F13; Tue, 14 Jan 2003 00:00:52 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E80qfh074637; Tue, 14 Jan 2003 00:00:52 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E80qdL074635; Tue, 14 Jan 2003 00:00:52 -0800 (PST) Message-Id: <200301140800.h0E80qdL074635@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 14 Jan 2003 00:00:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2003/01/14 00:00:52 PST Modified files: net/liveMedia Makefile distinfo Log: Update to 2003.01.10. Revision Changes Path 1.11 +1 -1 ports/net/liveMedia/Makefile 1.10 +1 -1 ports/net/liveMedia/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 0:13: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F8737B401; Tue, 14 Jan 2003 00:13:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1C243F18; Tue, 14 Jan 2003 00:13:06 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E8D5fh080330; Tue, 14 Jan 2003 00:13:05 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E8D5ai080329; Tue, 14 Jan 2003 00:13:05 -0800 (PST) Message-Id: <200301140813.h0E8D5ai080329@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 14 Jan 2003 00:13:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/chinput3 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2003/01/14 00:13:05 PST Modified files: chinese Makefile Added files: chinese/chinput3 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add chinput3, an GB2312, BIG5 input server. PR: ports/36568 Submitted by: Statue Revision Changes Path 1.129 +1 -0 ports/chinese/Makefile 1.1 +20 -0 ports/chinese/chinput3/Makefile (new) 1.1 +1 -0 ports/chinese/chinput3/distinfo (new) 1.1 +1 -0 ports/chinese/chinput3/pkg-comment (new) 1.1 +7 -0 ports/chinese/chinput3/pkg-descr (new) 1.1 +31 -0 ports/chinese/chinput3/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 0:14: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F34F37B401; Tue, 14 Jan 2003 00:14:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6C143F13; Tue, 14 Jan 2003 00:14:08 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E8E8fh080396; Tue, 14 Jan 2003 00:14:08 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E8E7ON080395; Tue, 14 Jan 2003 00:14:07 -0800 (PST) Message-Id: <200301140814.h0E8E7ON080395@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 14 Jan 2003 00:14:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2003/01/14 00:14:07 PST Modified files: . modules Log: Add zh-chinput3. Revision Changes Path 1.6464 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 0:33: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D644B37B401; Tue, 14 Jan 2003 00:33:01 -0800 (PST) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BF243F18; Tue, 14 Jan 2003 00:33:00 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd06.sul.t-online.de by mailout09.sul.t-online.com with smtp id 18YMVG-000554-0B; Tue, 14 Jan 2003 09:32:58 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.224.168.158]) by fmrl06.sul.t-online.com with esmtp id 18YMV6-1PLVBIC; Tue, 14 Jan 2003 09:32:48 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 83EB6134093; Tue, 14 Jan 2003 09:32:35 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h0E8XVIl001446; Tue, 14 Jan 2003 09:33:31 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h0E8XVMG001445; Tue, 14 Jan 2003 09:33:31 +0100 (CET) (envelope-from corecode) Date: Tue, 14 Jan 2003 09:33:26 +0100 From: "Simon 'corecode' Schubert" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/cdparanoia Makefile Message-Id: <20030114093326.3a377c78.corecode@corecode.ath.cx> In-Reply-To: <200301140357.h0E3v7iG086685@repoman.freebsd.org> References: <200301140357.h0E3v7iG086685@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.d2R7b4E9rMMvoS" X-Sender: 320050403952-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.d2R7b4E9rMMvoS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Kris Kennaway told: > Log: > Add missing manpage thanks, my bad -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.d2R7b4E9rMMvoS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+I8tZr5S+dk6z85oRApodAJ9boB0ylT2XcoFo8IZpitEq/OkFEwCdH49e 8nGoa5IdI96tbmdALrBmGO8= =Kv4a -----END PGP SIGNATURE----- --=.d2R7b4E9rMMvoS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 0:35:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4B237B401; Tue, 14 Jan 2003 00:35:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84CD43F3F; Tue, 14 Jan 2003 00:35:45 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E8Zjfh087557; Tue, 14 Jan 2003 00:35:45 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E8ZjxE087556; Tue, 14 Jan 2003 00:35:45 -0800 (PST) Message-Id: <200301140835.h0E8ZjxE087556@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 14 Jan 2003 00:35:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/14 00:35:45 PST Modified files: sys/dev/firewire firewire.c Log: Fix for FreeBSD-4. - Protect whole fw_tbuf_update() with splfw(). Revision Changes Path 1.20 +4 -15 src/sys/dev/firewire/firewire.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 1:31:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DA037B401; Tue, 14 Jan 2003 01:31:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5FB43F1E; Tue, 14 Jan 2003 01:31:44 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0E9Vifh008908; Tue, 14 Jan 2003 01:31:44 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0E9ViPR008907; Tue, 14 Jan 2003 01:31:44 -0800 (PST) Message-Id: <200301140931.h0E9ViPR008907@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 14 Jan 2003 01:31:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c iec68113.h sbp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/14 01:31:44 PST Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c iec68113.h sbp.c Log: MFC: Minimal fix for DV part. Revision Changes Path 1.3.2.9 +27 -35 src/sys/dev/firewire/firewire.c 1.1.2.5 +1 -1 src/sys/dev/firewire/firewirereg.h 1.2.4.4 +10 -3 src/sys/dev/firewire/fwdev.c 1.1.2.8 +58 -13 src/sys/dev/firewire/fwohci.c 1.1.2.2 +42 -35 src/sys/dev/firewire/iec68113.h 1.5.2.7 +8 -3 src/sys/dev/firewire/sbp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2: 0: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA8337B401; Tue, 14 Jan 2003 02:00:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E967843F13; Tue, 14 Jan 2003 02:00:00 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EA00fh016175; Tue, 14 Jan 2003 02:00:00 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EA00jq016174; Tue, 14 Jan 2003 02:00:00 -0800 (PST) Message-Id: <200301141000.h0EA00jq016174@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 02:00:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 02:00:00 PST Modified files: lang/ruby-devel Makefile pkg-plist Log: Add missing files to pkg-plist and bump PORTREVISION. Submitted by: kris, bento Revision Changes Path 1.48 +1 -0 ports/lang/ruby-devel/Makefile 1.31 +2 -0 ports/lang/ruby-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2: 0:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F0537B401; Tue, 14 Jan 2003 02:00:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D5E43ED8; Tue, 14 Jan 2003 02:00:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EA0wfh017822; Tue, 14 Jan 2003 02:00:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EA0waq017814; Tue, 14 Jan 2003 02:00:58 -0800 (PST) Message-Id: <200301141000.h0EA0waq017814@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 14 Jan 2003 02:00:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fractorama pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/14 02:00:58 PST Modified files: graphics/fractorama pkg-plist Log: Add missing @dirrm Revision Changes Path 1.4 +1 -0 ports/graphics/fractorama/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2: 1:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10D637B401; Tue, 14 Jan 2003 02:01:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFFF43EB2; Tue, 14 Jan 2003 02:01:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EA1kfh019381; Tue, 14 Jan 2003 02:01:46 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EA1kvt019377; Tue, 14 Jan 2003 02:01:46 -0800 (PST) Message-Id: <200301141001.h0EA1kvt019377@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 14 Jan 2003 02:01:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gsl pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/14 02:01:46 PST Modified files: math/gsl pkg-plist Log: Add missing file Revision Changes Path 1.15 +1 -0 ports/math/gsl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2: 6: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A22737B401; Tue, 14 Jan 2003 02:06:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D967443F5B; Tue, 14 Jan 2003 02:06:00 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EA60fh019730; Tue, 14 Jan 2003 02:06:00 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EA60ew019727; Tue, 14 Jan 2003 02:06:00 -0800 (PST) Message-Id: <200301141006.h0EA60ew019727@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 02:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-dbi Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 02:06:00 PST Modified files: databases/ruby-dbi Makefile.common Log: Do not dig extra dbi/. Submitted by: kris, bento Revision Changes Path 1.17 +5 -1 ports/databases/ruby-dbi/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2: 8:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C422937B401; Tue, 14 Jan 2003 02:08:34 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D3543F7C; Tue, 14 Jan 2003 02:08:29 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18YNzZ-000Jgw-00; Tue, 14 Jan 2003 12:08:21 +0200 Date: Tue, 14 Jan 2003 12:08:21 +0200 From: Sheldon Hearn To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c Message-ID: <20030114100821.GE61405@starjuice.net> Mail-Followup-To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301131942.h0DJgfbN010760@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On (2003/01/13 11:42), Matt Dillon wrote: > Modified files: > sbin/dump Makefile dump.8 dump.h main.c traverse.c > Added files: > sbin/dump cache.c > Log: > Add a caching option to dump. Use -C. Note that NetBSD has a caching option > called -r but it takes 512 byte blocks instead of megabytes, and I felt a > megabytes specification would be far more useful so I did not use the same > option character. [...] First, let me say that this looks very cool. > MFC after: 3 days However, I'd like you to wait with respect to merging. I don't want this option to hit production lines until it's clear that the compatibility camp is okay with offering similar functionality to that found in NetBSD, without using the same option. For example, if OpenBSD also add NetBSD's -r, then we're the odd man out. If the only justification is the one you gave in your commit log (megabytes are easier to work with than 512 byte blocks), then I suspect it might be worthwhile to get in line with NetBSD before merging. So could you hold off for, say 2 weeks, before merging? I think this will allow enough time for the issue to be discussed and resolved. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2:10:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 309B437B405; Tue, 14 Jan 2003 02:10:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9FA43F5B; Tue, 14 Jan 2003 02:10:49 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EAAnfh021478; Tue, 14 Jan 2003 02:10:49 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EAAnoT021476; Tue, 14 Jan 2003 02:10:49 -0800 (PST) Message-Id: <200301141010.h0EAAnoT021476@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 02:10:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-gdk_imlib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 02:10:49 PST Modified files: graphics/ruby-gdk_imlib Makefile Log: Remove CVS/ directories before installing docs and examples. Revision Changes Path 1.7 +1 -0 ports/graphics/ruby-gdk_imlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2:12:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A7037B401; Tue, 14 Jan 2003 02:12:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489D443F18; Tue, 14 Jan 2003 02:12:12 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EACCfh023214; Tue, 14 Jan 2003 02:12:12 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EACC6M023213; Tue, 14 Jan 2003 02:12:12 -0800 (PST) Message-Id: <200301141012.h0EACC6M023213@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 02:12:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ruby-hmac pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 02:12:12 PST Modified files: security/ruby-hmac pkg-plist Log: Add a missing @dirrm. Revision Changes Path 1.3 +1 -0 ports/security/ruby-hmac/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2:20: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C443037B401; Tue, 14 Jan 2003 02:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC4A43ED8; Tue, 14 Jan 2003 02:20:01 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EAK1fh023396; Tue, 14 Jan 2003 02:20:01 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EAK17c023395; Tue, 14 Jan 2003 02:20:01 -0800 (PST) Message-Id: <200301141020.h0EAK17c023395@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 02:20:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/nethack34 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 02:20:01 PST Modified files: japanese/nethack34 Makefile Log: Remove an unused directory after installation. Revision Changes Path 1.41 +2 -0 ports/japanese/nethack34/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 2:55:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C5537B401; Tue, 14 Jan 2003 02:55:12 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8741443F13; Tue, 14 Jan 2003 02:55:12 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0EAtC0i079387; Tue, 14 Jan 2003 02:55:12 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0EAtC2Y079386; Tue, 14 Jan 2003 02:55:12 -0800 (PST) Date: Tue, 14 Jan 2003 02:55:12 -0800 (PST) From: Matthew Dillon Message-Id: <200301141055.h0EAtC2Y079386@apollo.backplane.com> To: Sheldon Hearn Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> <20030114100821.GE61405@starjuice.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, the NetBSD specification is aweful. I would never impose it on our poor sysops! It's completely non-obvious and you need a calculator to figure out how large a cache you want. It's in multiples of the 'readblksize', which defaults to 32K. I don't know WHAT they were thinking! So what I did was use a different option, -C, specified in megabytes of cache, and left -r open. We can always implement a compatible -r and list -C as being FreeBSD specific, but I don't see any particular pressing need to maintain compatibility with NetBSD's option set here (if only they had chosen more reasonable units!). In anycase, the code is self contained so it does not interfere with any of my other work, I can leave it in my -stable tree 2 weeks no problem. But unless someone comes up with a bright idea that lets us get the best of both, it's going to be -C. -Matt Matthew Dillon :First, let me say that this looks very cool. : :> MFC after: 3 days : :However, I'd like you to wait with respect to merging. : :I don't want this option to hit production lines until it's clear that :the compatibility camp is okay with offering similar functionality to :that found in NetBSD, without using the same option. : :For example, if OpenBSD also add NetBSD's -r, then we're the odd man :out. If the only justification is the one you gave in your commit log :(megabytes are easier to work with than 512 byte blocks), then I suspect :it might be worthwhile to get in line with NetBSD before merging. : :So could you hold off for, say 2 weeks, before merging? I think this :will allow enough time for the issue to be discussed and resolved. : :Ciao, :Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:10:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A83837B401; Tue, 14 Jan 2003 03:10:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B68A43F18; Tue, 14 Jan 2003 03:10:08 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBA8fh041401; Tue, 14 Jan 2003 03:10:08 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBA7iD041400; Tue, 14 Jan 2003 03:10:07 -0800 (PST) Message-Id: <200301141110.h0EBA7iD041400@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/namazu2 Makefile pkg-deinstall pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:10:07 PST Modified files: databases/namazu2 Makefile pkg-plist Added files: databases/namazu2 pkg-deinstall pkg-install Log: Attempt to preserve lib/charset.alias and share/locale/locale.alias before installation and restore them after deinstallation. Submitted by: bento Revision Changes Path 1.31 +4 -0 ports/databases/namazu2/Makefile 1.1 +29 -0 ports/databases/namazu2/pkg-deinstall (new) 1.1 +30 -0 ports/databases/namazu2/pkg-install (new) 1.16 +4 -0 ports/databases/namazu2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:12:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCCB37B401; Tue, 14 Jan 2003 03:12:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDD043F18; Tue, 14 Jan 2003 03:12:29 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBCTfh044796; Tue, 14 Jan 2003 03:12:29 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBCSjN044795; Tue, 14 Jan 2003 03:12:28 -0800 (PST) Message-Id: <200301141112.h0EBCSjN044795@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:12:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruby-nora pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:12:28 PST Modified files: www/ruby-nora pkg-plist Log: Add a missing @dirrm. Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/www/ruby-nora/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:14:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C75837B401; Tue, 14 Jan 2003 03:14:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB4743F43; Tue, 14 Jan 2003 03:14:17 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBEHfh044862; Tue, 14 Jan 2003 03:14:17 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBEHKW044861; Tue, 14 Jan 2003 03:14:17 -0800 (PST) Message-Id: <200301141114.h0EBEHKW044861@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:14:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-robjectteam pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:14:17 PST Modified files: devel/ruby-robjectteam pkg-plist Log: Add a missing @dirrm. Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/devel/ruby-robjectteam/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:14:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED08337B401; Tue, 14 Jan 2003 03:14:35 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BDF43F5B; Tue, 14 Jan 2003 03:14:33 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18YP1a-000KCO-00; Tue, 14 Jan 2003 13:14:30 +0200 Date: Tue, 14 Jan 2003 13:14:30 +0200 From: Sheldon Hearn To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c Message-ID: <20030114111430.GJ61405@starjuice.net> Mail-Followup-To: Matthew Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> <20030114100821.GE61405@starjuice.net> <200301141055.h0EAtC2Y079386@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301141055.h0EAtC2Y079386@apollo.backplane.com> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On (2003/01/14 02:55), Matthew Dillon wrote: > Well, the NetBSD specification is aweful. I would never impose it > on our poor sysops! It's completely non-obvious and you need a > calculator to figure out how large a cache you want. It's in multiples > of the 'readblksize', which defaults to 32K. I don't know WHAT they > were thinking! Ah. I thought it used 512 byte units, which would have been tolerable. In that case, I'm no longer one of the people who care about compatibility with NetBSD here. Still, you might save yourself some pain by waiting a little longer before you MFC. :-) Anyway, thanks for bringing in the feature. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:22:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E01437B401; Tue, 14 Jan 2003 03:22:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493CC43EB2; Tue, 14 Jan 2003 03:22:11 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBMAfh047550; Tue, 14 Jan 2003 03:22:10 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBMAGF047549; Tue, 14 Jan 2003 03:22:10 -0800 (PST) Message-Id: <200301141122.h0EBMAGF047549@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:22:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:22:10 PST Modified files: net/ruby-xmlrpc Makefile Log: Do not install files under redist/. They are installed by dependency. Submitted by: bento Revision Changes Path 1.30 +2 -1 ports/net/ruby-xmlrpc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:25:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1049237B405; Tue, 14 Jan 2003 03:25:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEED043F3F; Tue, 14 Jan 2003 03:25:15 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBPFfh048478; Tue, 14 Jan 2003 03:25:15 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBPFLE048477; Tue, 14 Jan 2003 03:25:15 -0800 (PST) Message-Id: <200301141125.h0EBPFLE048477@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:25:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlrelay Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:25:15 PST Modified files: databases/sqlrelay Makefile pkg-plist Log: Add missing *-debug binaries and bump PORTREVISION. Submitted by: bento Revision Changes Path 1.17 +1 -0 ports/databases/sqlrelay/Makefile 1.6 +7 -0 ports/databases/sqlrelay/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:37:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847E937B401; Tue, 14 Jan 2003 03:37:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D04843ED8; Tue, 14 Jan 2003 03:37:57 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBbvfh052130; Tue, 14 Jan 2003 03:37:57 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBbuHr052129; Tue, 14 Jan 2003 03:37:56 -0800 (PST) Message-Id: <200301141137.h0EBbuHr052129@repoman.freebsd.org> From: Benno Rice Date: Tue, 14 Jan 2003 03:37:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c pcib_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2003/01/14 03:37:56 PST Modified files: sys/dev/pci pci_pci.c pcib_private.h Log: Make the base pcib_route_interrupt method available to other pci-pci bridge sub-classes. This allows the powerpc kernel to build again. Forgotten by: benno Spotted by: grehan Revision Changes Path 1.23 +1 -2 src/sys/dev/pci/pci_pci.c 1.4 +1 -0 src/sys/dev/pci/pcib_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 3:57:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096DC37B405; Tue, 14 Jan 2003 03:57:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFA043F65; Tue, 14 Jan 2003 03:57:29 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EBvTfh059243; Tue, 14 Jan 2003 03:57:29 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EBvTc9059242; Tue, 14 Jan 2003 03:57:29 -0800 (PST) Message-Id: <200301141157.h0EBvTc9059242@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 14 Jan 2003 03:57:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fox Makefile pkg-plist ports/x11-toolkits/fox/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/14 03:57:29 PST Modified files: x11-toolkits/fox Makefile pkg-plist Removed files: x11-toolkits/fox/files patch-ac Log: Complete pkg-plist. FOX's configure script and Makefile's are just terrible to deal with... Submitted by: bento Revision Changes Path 1.31 +4 -1 ports/x11-toolkits/fox/Makefile 1.3 +0 -11 ports/x11-toolkits/fox/files/patch-ac (dead) 1.13 +49 -0 ports/x11-toolkits/fox/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 4:21: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6566937B401; Tue, 14 Jan 2003 04:21:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D83F43ED8; Tue, 14 Jan 2003 04:21:08 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ECL7fh068779; Tue, 14 Jan 2003 04:21:07 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ECL7HU068772; Tue, 14 Jan 2003 04:21:07 -0800 (PST) Message-Id: <200301141221.h0ECL7HU068772@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 14 Jan 2003 04:21:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin/files webmin.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/14 04:21:07 PST Modified files: sysutils/webmin/files webmin.sh.sample Log: libpam.so.1 -> libpam.so (fix behavior in -current). PR: 46968 Submitted by: Glenn Johnson Revision Changes Path 1.5 +2 -2 ports/sysutils/webmin/files/webmin.sh.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 4:24:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9937B401; Tue, 14 Jan 2003 04:24:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04EDA43EB2; Tue, 14 Jan 2003 04:24:56 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ECOtfh069824; Tue, 14 Jan 2003 04:24:55 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ECOtLZ069823; Tue, 14 Jan 2003 04:24:55 -0800 (PST) Message-Id: <200301141224.h0ECOtLZ069823@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 14 Jan 2003 04:24:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wtail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/14 04:24:55 PST Modified files: sysutils/wtail Makefile distinfo Log: Update to version 0.2.2. PR: 47040 Submitted by: Michael L. Hostbaek Revision Changes Path 1.3 +1 -1 ports/sysutils/wtail/Makefile 1.3 +1 -1 ports/sysutils/wtail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 4:49:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DF737B401; Tue, 14 Jan 2003 04:49:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB6C43E4A; Tue, 14 Jan 2003 04:49:58 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ECnvfh077130; Tue, 14 Jan 2003 04:49:57 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ECnvuM077129; Tue, 14 Jan 2003 04:49:57 -0800 (PST) Message-Id: <200301141249.h0ECnvuM077129@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 14 Jan 2003 04:49:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/14 04:49:57 PST Modified files: comms/hylafax Makefile Log: Add a missing continuation slash. Submitted by: dcs Pointy hat to: kris Revision Changes Path 1.57 +1 -1 ports/comms/hylafax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 5:17: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D04137B401; Tue, 14 Jan 2003 05:17:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EAF43EB2; Tue, 14 Jan 2003 05:17:08 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EDH7fh087720; Tue, 14 Jan 2003 05:17:07 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EDH7Vm087719; Tue, 14 Jan 2003 05:17:07 -0800 (PST) Message-Id: <200301141317.h0EDH7Vm087719@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 05:17:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl-beta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 05:17:07 PST Modified files: security/openssl-beta Makefile Log: add more MLINKS Revision Changes Path 1.75 +36 -0 ports/security/openssl-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 5:54:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1081537B401; Tue, 14 Jan 2003 05:54:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF91A43F13; Tue, 14 Jan 2003 05:54:37 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EDsbfh001937; Tue, 14 Jan 2003 05:54:37 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EDsboM001936; Tue, 14 Jan 2003 05:54:37 -0800 (PST) Message-Id: <200301141354.h0EDsboM001936@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 14 Jan 2003 05:54:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/djbdns Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/14 05:54:37 PST Modified files: net/djbdns Makefile distinfo Log: Update to Greg Smarden's 2002/12/11 manual pages snapshot. Bump PORTREVISION; nothing to see here unless you use the manual pages. PR: 46197 Submitted by: Jos Backus Revision Changes Path 1.13 +4 -3 ports/net/djbdns/Makefile 1.9 +1 -1 ports/net/djbdns/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 5:58:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC8F37B401; Tue, 14 Jan 2003 05:58:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1C343F3F; Tue, 14 Jan 2003 05:58:23 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EDwNfh002059; Tue, 14 Jan 2003 05:58:23 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EDwN8p002058; Tue, 14 Jan 2003 05:58:23 -0800 (PST) Message-Id: <200301141358.h0EDwN8p002058@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 14 Jan 2003 05:58:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/svgalib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/14 05:58:23 PST Modified files: graphics/svgalib Makefile Log: Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS. Submitted by: kris Revision Changes Path 1.9 +1 -1 ports/graphics/svgalib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 6: 1:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009D637B401; Tue, 14 Jan 2003 06:01:35 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8643743EB2; Tue, 14 Jan 2003 06:01:32 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.5/8.12.5) with ESMTP id h0EE1RTJ033987; Tue, 14 Jan 2003 17:01:29 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Tue, 14 Jan 2003 17:01:27 +0300 (MSK) From: Dmitry Morozovsky To: Sheldon Hearn Cc: Matt Dillon , "" , "" Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c In-Reply-To: <20030114100821.GE61405@starjuice.net> Message-ID: <20030114165848.M33014@woozle.rinet.ru> References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> <20030114100821.GE61405@starjuice.net> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, Sheldon Hearn wrote: SH> > sbin/dump Makefile dump.8 dump.h main.c traverse.c SH> > sbin/dump cache.c SH> > Log: SH> > Add a caching option to dump. Use -C. Note that NetBSD has a caching option SH> > MFC after: 3 days SH> However, I'd like you to wait with respect to merging. [snip] SH> So could you hold off for, say 2 weeks, before merging? I think this SH> will allow enough time for the issue to be discussed and resolved. FWIW, I use Matt's -C option in production RELENG_4[_x] backups (about 15 nachines) on a regular basis since his original posting to -stable (or was it -hackers?) -- thanks Matt! -- and it's really useful. I'd never test it on a memory-stressed machines, though. Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 6:32:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A7037B401; Tue, 14 Jan 2003 06:32:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E633543F5B; Tue, 14 Jan 2003 06:32:36 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EEWafh016054; Tue, 14 Jan 2003 06:32:36 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EEWatZ016053; Tue, 14 Jan 2003 06:32:36 -0800 (PST) Message-Id: <200301141432.h0EEWatZ016053@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 14 Jan 2003 06:32:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdk maninfo.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/14 06:32:36 PST Modified files: devel/cdk maninfo.mk Log: fix bad variable name for man page links Revision Changes Path 1.2 +671 -671 ports/devel/cdk/maninfo.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 6:40:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0FF37B401; Tue, 14 Jan 2003 06:40:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EEC43F18; Tue, 14 Jan 2003 06:40:25 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EEeOfh017067; Tue, 14 Jan 2003 06:40:24 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EEeOVj017057; Tue, 14 Jan 2003 06:40:24 -0800 (PST) Message-Id: <200301141440.h0EEeOVj017057@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 14 Jan 2003 06:40:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt31 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/14 06:40:24 PST Modified files: x11-toolkits/qt31 pkg-plist Log: fix @unexec to remove doc dir correctly Revision Changes Path 1.56 +1 -1 ports/x11-toolkits/qt31/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 6:48: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165CB37B401; Tue, 14 Jan 2003 06:48:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962F643FA0; Tue, 14 Jan 2003 06:48:01 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EEm1fh019774; Tue, 14 Jan 2003 06:48:01 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EEm1qD019773; Tue, 14 Jan 2003 06:48:01 -0800 (PST) Message-Id: <200301141448.h0EEm1qD019773@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 14 Jan 2003 06:48:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/14 06:48:01 PST Modified files: devel/cdk Makefile Log: update portrev to go with MANLINK => MLINKS change Revision Changes Path 1.22 +1 -1 ports/devel/cdk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:28:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDE537B401; Tue, 14 Jan 2003 07:28:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3817E43E4A; Tue, 14 Jan 2003 07:28:45 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFSjfh033933; Tue, 14 Jan 2003 07:28:45 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFSixH033932; Tue, 14 Jan 2003 07:28:44 -0800 (PST) Message-Id: <200301141528.h0EFSixH033932@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 07:28:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/m6811-gcc Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 07:28:44 PST Modified files: devel/m6811-gcc Makefile pkg-plist Log: - Fix plist Revision Changes Path 1.22 +1 -0 ports/devel/m6811-gcc/Makefile 1.5 +2 -0 ports/devel/m6811-gcc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:32:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C4637B401; Tue, 14 Jan 2003 07:32:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D4643F5F; Tue, 14 Jan 2003 07:32:49 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFWnfh037360; Tue, 14 Jan 2003 07:32:49 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFWnjU037359; Tue, 14 Jan 2003 07:32:49 -0800 (PST) Message-Id: <200301141532.h0EFWnjU037359@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 14 Jan 2003 07:32:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d ipfw X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/14 07:32:49 PST Modified files: (Branch: RELENG_5_0) etc/rc.d ipfw Log: Finish merging in rev. 1.124 of rc.network, so that natd can be used withough the $natd_interface having to be explicitly specified on the command line. Approved by: markm (mentor) Submitted by: Aaron D. Gifford PR: conf/47024 MFC: upon re approval Revision Changes Path 1.2.2.1 +2 -2 src/etc/rc.d/ipfw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:37:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D0537B401; Tue, 14 Jan 2003 07:37:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DB143E4A; Tue, 14 Jan 2003 07:37:49 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFbnfh037550; Tue, 14 Jan 2003 07:37:49 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFbnl9037549; Tue, 14 Jan 2003 07:37:49 -0800 (PST) Message-Id: <200301141537.h0EFbnl9037549@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 14 Jan 2003 07:37:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d ipfw X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/14 07:37:49 PST Modified files: (Branch: RELENG_5_0) etc/rc.d ipfw Log: Backout previous commit. Wrong branch. Revision Changes Path 1.2.2.2 +2 -2 src/etc/rc.d/ipfw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:40:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F4037B401; Tue, 14 Jan 2003 07:40:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F21B43EB2; Tue, 14 Jan 2003 07:40:23 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFeMfh038433; Tue, 14 Jan 2003 07:40:22 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFeMIP038424; Tue, 14 Jan 2003 07:40:22 -0800 (PST) Message-Id: <200301141540.h0EFeMIP038424@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 07:40:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lsh pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 07:40:22 PST Modified files: security/lsh pkg-plist Log: - Fix Gnu-Info on deinstall Revision Changes Path 1.5 +2 -0 ports/security/lsh/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:43: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F6337B401; Tue, 14 Jan 2003 07:43:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D321C43EB2; Tue, 14 Jan 2003 07:43:02 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFh2fh041055; Tue, 14 Jan 2003 07:43:02 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFh2t3041054; Tue, 14 Jan 2003 07:43:02 -0800 (PST) Message-Id: <200301141543.h0EFh2t3041054@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 14 Jan 2003 07:43:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d ipfw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/14 07:43:02 PST Modified files: etc/rc.d ipfw Log: Finish merging in rev. 1.124 of rc.network, so that natd can be used withough the $natd_interface having to be explicitly specified on the command line. Approved by: markm (mentor) Submitted by: Aaron D. Gifford PR: conf/47024 MFC: upon re approval Revision Changes Path 1.3 +2 -2 src/etc/rc.d/ipfw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:50:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B0737B401; Tue, 14 Jan 2003 07:50:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FC043F13; Tue, 14 Jan 2003 07:50:18 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFoIfh041818; Tue, 14 Jan 2003 07:50:18 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFoHwM041811; Tue, 14 Jan 2003 07:50:17 -0800 (PST) Message-Id: <200301141550.h0EFoHwM041811@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 14 Jan 2003 07:50:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/14 07:50:17 PST Modified files: etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Add rc_debug knob to rc.conf. The code for it has been in rc.subr for some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision) Revision Changes Path 1.167 +1 -0 src/etc/defaults/rc.conf 1.171 +81 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:54: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B40D37B405; Tue, 14 Jan 2003 07:54:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3597E43E4A; Tue, 14 Jan 2003 07:54:03 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFs3fh044678; Tue, 14 Jan 2003 07:54:03 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFs2P4044677; Tue, 14 Jan 2003 07:54:02 -0800 (PST) Message-Id: <200301141554.h0EFs2P4044677@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 14 Jan 2003 07:54:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/14 07:54:02 PST Modified files: news/tin Makefile distinfo Log: Upgrade to 20030113 snapshot PR: 47016 Submitted by: Philip Paeps Revision Changes Path 1.104 +1 -0 ports/news/tin/Makefile 1.69 +1 -1 ports/news/tin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:54:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F406A37B401; Tue, 14 Jan 2003 07:54:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C56043F3F; Tue, 14 Jan 2003 07:54:22 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFsMfh044706; Tue, 14 Jan 2003 07:54:22 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFsMKH044705; Tue, 14 Jan 2003 07:54:22 -0800 (PST) Message-Id: <200301141554.h0EFsMKH044705@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 Jan 2003 07:54:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/libmpeg2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/14 07:54:22 PST Modified files: multimedia/libmpeg2 Makefile pkg-plist Log: o Fix PLIST o Bump PORTREVISION Submitted by: kris (internal bento logs) Revision Changes Path 1.9 +1 -0 ports/multimedia/libmpeg2/Makefile 1.5 +1 -0 ports/multimedia/libmpeg2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 7:57:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958BC37B401; Tue, 14 Jan 2003 07:57:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0BC43F13; Tue, 14 Jan 2003 07:57:33 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFvXfh044824; Tue, 14 Jan 2003 07:57:33 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EFvXLJ044823; Tue, 14 Jan 2003 07:57:33 -0800 (PST) Message-Id: <200301141557.h0EFvXLJ044823@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 Jan 2003 07:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jpgraph Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/14 07:57:32 PST Modified files: graphics/jpgraph Makefile distinfo pkg-plist Log: upgrade to 1.10.1 Revision Changes Path 1.4 +1 -1 ports/graphics/jpgraph/Makefile 1.2 +1 -1 ports/graphics/jpgraph/distinfo 1.2 +270 -234 ports/graphics/jpgraph/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 8: 2:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FCA37B401; Tue, 14 Jan 2003 08:02:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E16243ED8; Tue, 14 Jan 2003 08:02:56 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EG2ufh048287; Tue, 14 Jan 2003 08:02:56 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EG2uTl048286; Tue, 14 Jan 2003 08:02:56 -0800 (PST) Message-Id: <200301141602.h0EG2uTl048286@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 14 Jan 2003 08:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet.c inet6.c main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/14 08:02:56 PST Modified files: usr.bin/netstat inet.c inet6.c main.c Log: o Typo/Grammar fixes o Added mini-function to correctly handle singular/plural of words ending in 'ly' Approved by: markm (mentor) Not objected to by: -audit Revision Changes Path 1.56 +1 -1 src/usr.bin/netstat/inet.c 1.21 +11 -9 src/usr.bin/netstat/inet6.c 1.59 +6 -0 src/usr.bin/netstat/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 8:13:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E1437B401; Tue, 14 Jan 2003 08:13:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FACB43ED8; Tue, 14 Jan 2003 08:13:45 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EGDjfh051875; Tue, 14 Jan 2003 08:13:45 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EGDjHc051874; Tue, 14 Jan 2003 08:13:45 -0800 (PST) Message-Id: <200301141613.h0EGDjHc051874@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 08:13:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gnustep-gui Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 08:13:45 PST Modified files: x11-toolkits/gnustep-gui Makefile Log: extend BUILD_DEPENDS for ffcall Revision Changes Path 1.43 +1 -0 ports/x11-toolkits/gnustep-gui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 8:16: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4E137B490; Tue, 14 Jan 2003 08:15:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EA943F43; Tue, 14 Jan 2003 08:15:56 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EGFufh051971; Tue, 14 Jan 2003 08:15:56 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EGFuVi051970; Tue, 14 Jan 2003 08:15:56 -0800 (PST) Message-Id: <200301141615.h0EGFuVi051970@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 08:15:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnustep-guile Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 08:15:56 PST Modified files: lang/gnustep-guile Makefile Log: extend BUILD_DEPENDS for ffcall Revision Changes Path 1.29 +1 -0 ports/lang/gnustep-guile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 8:33:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C085737B401; Tue, 14 Jan 2003 08:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B84943F18; Tue, 14 Jan 2003 08:33:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EGXbfh058978; Tue, 14 Jan 2003 08:33:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EGXbCQ058977; Tue, 14 Jan 2003 08:33:37 -0800 (PST) Message-Id: <200301141633.h0EGXbCQ058977@repoman.freebsd.org> From: Warner Losh Date: Tue, 14 Jan 2003 08:33:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/14 08:33:37 PST Modified files: sys/boot/i386/boot2 boot2.c Log: Save 4 more bytes by not initializing opts to 0. This moves it from the data section to the bss section givig us initialization for free. Noticed by: bde Revision Changes Path 1.62 +1 -1 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 8:36:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D996037B401; Tue, 14 Jan 2003 08:36:43 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8485843F7E; Tue, 14 Jan 2003 08:36:42 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id h0EGaZIx049006; Tue, 14 Jan 2003 08:36:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0EGZJxs048971; Tue, 14 Jan 2003 08:35:19 -0800 (PST) Date: Tue, 14 Jan 2003 08:35:19 -0800 From: "David O'Brien" To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Message-ID: <20030114163519.GA48612@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Jeffrey Hsu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 10:54:45AM -0800, Jeffrey Hsu wrote: > > hsu 2003/01/13 03:01:20 PST > > > > Modified files: > > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > > tcp_var.h > > Log: > > Fix NewReno. > > > > Reviewed by: Tom Henderson > > > > Revision Changes Path > > 1.187 +44 -41 src/sys/netinet/tcp_input.c > > 1.19 +1 -1 src/sys/netinet/tcp_seq.h > > 1.56 +2 -5 src/sys/netinet/tcp_timer.c > > 1.84 +3 -1 src/sys/netinet/tcp_var.h > > The state for when we are enter, are in, and leave the NewReno Fast Recovery > period has been split out from t_dupacks into its own state variable, snd_high, ...snip... You should do a forced commit (cvs ci -f ..list.of.files..) and add this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9: 0:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5552E37B401; Tue, 14 Jan 2003 09:00:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F327B43F13; Tue, 14 Jan 2003 09:00:24 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EH0Ofh066572; Tue, 14 Jan 2003 09:00:24 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EH0Ohk066564; Tue, 14 Jan 2003 09:00:24 -0800 (PST) Message-Id: <200301141700.h0EH0Ohk066564@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 14 Jan 2003 09:00:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/14 09:00:24 PST Modified files: databases/postgresql7 Makefile Log: Add new man pages. PR: 47054 Submitted by: Palle Girgensohn Revision Changes Path 1.105 +22 -18 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9: 7:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FA937B401; Tue, 14 Jan 2003 09:07:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB0443E4A; Tue, 14 Jan 2003 09:07:19 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EH7Jfh069844; Tue, 14 Jan 2003 09:07:19 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EH7I6t069843; Tue, 14 Jan 2003 09:07:18 -0800 (PST) Message-Id: <200301141707.h0EH7I6t069843@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 09:07:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnustep-base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 09:07:18 PST Modified files: lang/gnustep-base Makefile Log: - force that gnustep-make exists, was implicit by gnusteb-objc Revision Changes Path 1.35 +2 -0 ports/lang/gnustep-base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:13:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D461237B401; Tue, 14 Jan 2003 09:13:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF1A43F13; Tue, 14 Jan 2003 09:13:52 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHDqfh073308; Tue, 14 Jan 2003 09:13:52 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHDqmC073307; Tue, 14 Jan 2003 09:13:52 -0800 (PST) Message-Id: <200301141713.h0EHDqmC073307@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 14 Jan 2003 09:13:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cognet 2003/01/14 09:13:52 PST Modified files: sys/dev/sound/pcm sound.c Log: Don't call destroy_dev it a channel has children. vchan creation doesn't lead to /dev entry creation if the new vchan is the first child of a channel, This fix a panic that happens when loading a sound driver module, creating vchans and unloading the driver. Approved by: cg MFC after: 3 days Revision Changes Path 1.81 +1 -1 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:26:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF78437B407; Tue, 14 Jan 2003 09:26:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469CE43F18; Tue, 14 Jan 2003 09:26:32 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHQWfh076997; Tue, 14 Jan 2003 09:26:32 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHQWHh076996; Tue, 14 Jan 2003 09:26:32 -0800 (PST) Message-Id: <200301141726.h0EHQWHh076996@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 09:26:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 09:26:32 PST Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: List CVS tag for RELENG_5_0. Revision Changes Path 1.257 +9 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:37:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C973637B401; Tue, 14 Jan 2003 09:37:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7290B43F1E; Tue, 14 Jan 2003 09:37:53 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHbrfh080626; Tue, 14 Jan 2003 09:37:53 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHbri6080625; Tue, 14 Jan 2003 09:37:53 -0800 (PST) Message-Id: <200301141737.h0EHbri6080625@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 14 Jan 2003 09:37:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/14 09:37:53 PST Modified files: release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: MFen: add changes between 1.469->1.470 forgotten in my previous commit. Revision Changes Path 1.71 +28 -6 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:38: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD6FC37B401; Tue, 14 Jan 2003 09:38:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 718C243F83; Tue, 14 Jan 2003 09:38:07 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHc7fh080681; Tue, 14 Jan 2003 09:38:07 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHc78o080680; Tue, 14 Jan 2003 09:38:07 -0800 (PST) Message-Id: <200301141738.h0EHc78o080680@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 14 Jan 2003 09:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/i386 article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/14 09:38:07 PST Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/i386 article.sgml Log: Merge the following from the English version: 1.22.2.304 -> 1.22.2.318 relnotes/common/new.sgml 1.1.2.3 -> 1.1.2.4 relnotes/i386/article.sgml Revision Changes Path 1.5.2.37 +99 -7 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.2.2.3 +3 -3 src/release/doc/ja_JP.eucJP/relnotes/i386/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:38:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BD037B409; Tue, 14 Jan 2003 09:38:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D4243F13; Tue, 14 Jan 2003 09:38:20 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHcKfh080710; Tue, 14 Jan 2003 09:38:20 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHcJkW080709; Tue, 14 Jan 2003 09:38:19 -0800 (PST) Message-Id: <200301141738.h0EHcJkW080709@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 14 Jan 2003 09:38:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/14 09:38:19 PST Modified files: (Branch: RELENG_5_0) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: MFen: add changes between 1.469->1.470 forgotten in my previous commit. Approved by: re (blanket) Revision Changes Path 1.65.2.3 +3 -0 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 9:45:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD3237B401; Tue, 14 Jan 2003 09:45:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 559F243F13; Tue, 14 Jan 2003 09:45:35 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EHjZfh084236; Tue, 14 Jan 2003 09:45:35 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EHjZF2084235; Tue, 14 Jan 2003 09:45:35 -0800 (PST) Message-Id: <200301141745.h0EHjZF2084235@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 14 Jan 2003 09:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/tin/files patch-misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2003/01/14 09:45:35 PST Modified files: chinese/tin/files patch-misc.c Log: 1. take wrong sig dashes as correct ones when quoting (especially in tw.*) 2. fix a charset error (0x7f isn't valid char in Big5) Noticed by: 1. zick@db.csie.ncu.edu.tw 2. daemon.bbs@kulu.twbbs.org Approved by: maintainer Revision Changes Path 1.4 +10 -1 ports/chinese/tin/files/patch-misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 10:12:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB18037B401; Tue, 14 Jan 2003 10:12:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB6C43F18; Tue, 14 Jan 2003 10:12:52 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EICqfh095069; Tue, 14 Jan 2003 10:12:52 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EICp7w095068; Tue, 14 Jan 2003 10:12:51 -0800 (PST) Message-Id: <200301141812.h0EICp7w095068@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 14 Jan 2003 10:12:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 ... X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/14 10:12:51 PST Modified files: (Branch: RELENG_5_0) release/doc/en_US.ISO8859-1/early-adopter article.sgml release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/en_US.ISO8859-1/hardware/common dev.sgml intro.sgml release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/en_US.ISO8859-1/hardware/pc98 proc-pc98.sgml release/doc/en_US.ISO8859-1/hardware/sparc64 article.sgml dev-sparc64.sgml proc-sparc64.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add 'id' tags to all sections to ensure a sensible naming scheme for the generated HTML documents. Translators: no content changes. Approved by: re (bmah) Revision Changes Path 1.8.2.3 +7 -7 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml 1.9.2.4 +3 -3 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.49.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.119.2.3 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.3.2.1 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/intro.sgml 1.3.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml 1.1.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml 1.1.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/pc98/proc-pc98.sgml 1.2.2.1 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/sparc64/article.sgml 1.1.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/sparc64/dev-sparc64.sgml 1.4.2.1 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml 1.17.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.12.2.1 +2 -2 src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml 1.19.2.2 +4 -4 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.467.2.8 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 10:54:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE7437B401; Tue, 14 Jan 2003 10:54:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD74143F1E; Tue, 14 Jan 2003 10:54:23 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EIsNfh009455; Tue, 14 Jan 2003 10:54:23 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EIsNTf009454; Tue, 14 Jan 2003 10:54:23 -0800 (PST) Message-Id: <200301141854.h0EIsNTf009454@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 14 Jan 2003 10:54:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/libgmp4 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/14 10:54:23 PST Modified files: math/libgmp4 pkg-plist Log: - Clean Gnu-Info Submitted by: marius@alchemy.franken.de Revision Changes Path 1.7 +2 -2 ports/math/libgmp4/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11: 5:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69E737B401; Tue, 14 Jan 2003 11:05:40 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4850743F5F; Tue, 14 Jan 2003 11:05:40 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0EJ5d0i081490; Tue, 14 Jan 2003 11:05:39 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0EJ5dU0081489; Tue, 14 Jan 2003 11:05:39 -0800 (PST) Date: Tue, 14 Jan 2003 11:05:39 -0800 (PST) From: Matthew Dillon Message-Id: <200301141905.h0EJ5dU0081489@apollo.backplane.com> To: Dmitry Morozovsky Cc: Sheldon Hearn , "" , "" Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> <20030114100821.GE61405@starjuice.net> <20030114165848.M33014@woozle.rinet.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :FWIW, I use Matt's -C option in production RELENG_4[_x] backups (about 15 :nachines) on a regular basis since his original posting to -stable (or was it :-hackers?) -- thanks Matt! -- and it's really useful. I'd never test it on a :memory-stressed machines, though. : :Sincerely, :D.Marck [DM5020, DM268-RIPE, DM3-RIPN] :------------------------------------------------------------------------ :*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** :------------------------------------------------------------------------ You are welcome! I've been using it for my own backups since then as well. And on -current, with snapshots (dump -L), the cache can be safely used even if the filesystem is being actively modified. (Though it should be noted that without snapshots, 'dump' cannot be used to create a safe backup of a live system that is undergoing change, whether the cache is turned on or not). -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11: 6:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E4BC37B405; Tue, 14 Jan 2003 11:06:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765F343F1E; Tue, 14 Jan 2003 11:06:12 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJ6Cfh013097; Tue, 14 Jan 2003 11:06:12 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJ6C0O013096; Tue, 14 Jan 2003 11:06:12 -0800 (PST) Message-Id: <200301141906.h0EJ6C0O013096@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 11:06:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 11:06:12 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: dump(8) -C, newsyslog(8) W flag. Revision Changes Path 1.476 +12 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11: 7:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6547E37B401; Tue, 14 Jan 2003 11:07:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD4743F5B; Tue, 14 Jan 2003 11:07:10 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJ79fh013142; Tue, 14 Jan 2003 11:07:09 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJ79Bg013141; Tue, 14 Jan 2003 11:07:09 -0800 (PST) Message-Id: <200301141907.h0EJ79Bg013141@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 11:07:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 11:07:09 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: newsyslog(8) W flag. Revision Changes Path 1.22.2.319 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11: 8:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC6DE37B401; Tue, 14 Jan 2003 11:08:43 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E37743F5B; Tue, 14 Jan 2003 11:08:43 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0EJ8h0i081524; Tue, 14 Jan 2003 11:08:43 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0EJ8hhd081523; Tue, 14 Jan 2003 11:08:43 -0800 (PST) Date: Tue, 14 Jan 2003 11:08:43 -0800 (PST) From: Matthew Dillon Message-Id: <200301141908.h0EJ8hhd081523@apollo.backplane.com> To: Sheldon Hearn Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/dump Makefile cache.c dump.8 dump.h main.c traverse.c References: <200301131942.h0DJgfbN010760@repoman.freebsd.org> <20030114100821.GE61405@starjuice.net> <200301141055.h0EAtC2Y079386@apollo.backplane.com> <20030114111430.GJ61405@starjuice.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :On (2003/01/14 02:55), Matthew Dillon wrote: : :> Well, the NetBSD specification is aweful. I would never impose it :> on our poor sysops! It's completely non-obvious and you need a :> calculator to figure out how large a cache you want. It's in multiples :> of the 'readblksize', which defaults to 32K. I don't know WHAT they :> were thinking! : :Ah. I thought it used 512 byte units, which would have been tolerable. : :In that case, I'm no longer one of the people who care about :compatibility with NetBSD here. : :Still, you might save yourself some pain by waiting a little longer :before you MFC. :-) : :Anyway, thanks for bringing in the feature. : :Ciao, :Sheldon. Sorry, I misspoke originally. I originally did say it was 512 byte units but then I looked at the NetBSD code more carefully and it's definitely in readblksize chunks. I misread the numarg() call NetBSD was making. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:15:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A89437B401; Tue, 14 Jan 2003 11:15:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CB543ED8; Tue, 14 Jan 2003 11:15:49 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJFmfh016739; Tue, 14 Jan 2003 11:15:48 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJFmU2016738; Tue, 14 Jan 2003 11:15:48 -0800 (PST) Message-Id: <200301141915.h0EJFmU2016738@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 Jan 2003 11:15:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/hlserver-esf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/14 11:15:48 PST Modified files: games Makefile Added files: games/hlserver-esf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: o New port hlserver-esf version 1.0.0.b: Half-Life mod Earth Special Forces (DBZ) full server package for Linux o Earth Special Forces is a DragonBall Z, a.k.a. DBZ, modification for Half-Life. You can fly, jump, concentrate your Ki, use melee/ranged/special attacks, transform to other forms, teleport, and some more. Revision Changes Path 1.513 +1 -0 ports/games/Makefile 1.1 +19 -0 ports/games/hlserver-esf/Makefile (new) 1.1 +1 -0 ports/games/hlserver-esf/distinfo (new) 1.1 +1 -0 ports/games/hlserver-esf/pkg-comment (new) 1.1 +12 -0 ports/games/hlserver-esf/pkg-descr (new) 1.1 +933 -0 ports/games/hlserver-esf/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:16: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1131837B401; Tue, 14 Jan 2003 11:16:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC22843E4A; Tue, 14 Jan 2003 11:15:59 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJFxfh016771; Tue, 14 Jan 2003 11:15:59 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJFxn3016770; Tue, 14 Jan 2003 11:15:59 -0800 (PST) Message-Id: <200301141915.h0EJFxn3016770@repoman.freebsd.org> From: Matt Dillon Date: Tue, 14 Jan 2003 11:15:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c ipfw2.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/14 11:15:59 PST Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 ipfw.c ipfw2.c Log: MFC the ipfw enable and ipfw disable mechanism, specifically supporting enabling and disabling of the firewall. These are simply translated to their equivalent sysctl's but considering how many kernel developers didn't realize that ipfw could be disabled with a sysctl, it makes sense to make the feature more prominent. Revision Changes Path 1.63.2.32 +16 -0 src/sbin/ipfw/ipfw.8 1.80.2.26 +29 -0 src/sbin/ipfw/ipfw.c 1.4.2.10 +28 -0 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:19:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B9B37B401; Tue, 14 Jan 2003 11:19:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CAE43F13; Tue, 14 Jan 2003 11:19:20 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJJKfh016869; Tue, 14 Jan 2003 11:19:20 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJJKs4016868; Tue, 14 Jan 2003 11:19:20 -0800 (PST) Message-Id: <200301141919.h0EJJKs4016868@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 Jan 2003 11:19:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/14 11:19:20 PST Modified files: . modules Log: hlserver-esf --> ports/games/hlserver-esf Revision Changes Path 1.6465 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:20:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4105837B407 for ; Tue, 14 Jan 2003 11:20:25 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC1243F43 for ; Tue, 14 Jan 2003 11:20:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 22952 invoked from network); 14 Jan 2003 19:20:28 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Jan 2003 19:20:28 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0EJKLUT007158; Tue, 14 Jan 2003 14:20:21 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030114163519.GA48612@dragon.nuxi.com> Date: Tue, 14 Jan 2003 14:20:32 -0500 (EST) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jeffrey Hsu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Jan-2003 David O'Brien wrote: > On Mon, Jan 13, 2003 at 10:54:45AM -0800, Jeffrey Hsu wrote: >> > hsu 2003/01/13 03:01:20 PST >> > >> > Modified files: >> > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c >> > tcp_var.h >> > Log: >> > Fix NewReno. >> > >> > Reviewed by: Tom Henderson >> > >> > Revision Changes Path >> > 1.187 +44 -41 src/sys/netinet/tcp_input.c >> > 1.19 +1 -1 src/sys/netinet/tcp_seq.h >> > 1.56 +2 -5 src/sys/netinet/tcp_timer.c >> > 1.84 +3 -1 src/sys/netinet/tcp_var.h >> >> The state for when we are enter, are in, and leave the NewReno Fast Recovery >> period has been split out from t_dupacks into its own state variable, snd_high, > ...snip... > > You should do a forced commit (cvs ci -f ..list.of.files..) and add this. Yes, please. Commit logs are meant to be informative. When browsing a long history of commits via cvs log, one doesn't want to have to do a diff each time to figure out what the log messages really mean. Just because a committer understands the commit they are making at the time doesn't mean that they will fully remember it later on and doesn't mean that other people who come along later will understand it either. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:26: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CA837B401; Tue, 14 Jan 2003 11:26:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2DE43F5B; Tue, 14 Jan 2003 11:26:08 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJQ8fh020359; Tue, 14 Jan 2003 11:26:08 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJQ8db020358; Tue, 14 Jan 2003 11:26:08 -0800 (PST) Message-Id: <200301141926.h0EJQ8db020358@repoman.freebsd.org> From: Matt Dillon Date: Tue, 14 Jan 2003 11:26:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/14 11:26:08 PST Modified files: sbin/dump main.c Log: Comment correction. NetBSD uses 'readblksize' as the multiplier for the -r option, which defaults to 32K (not 512 bytes). Still just as bad from a UI standpoint, though. Revision Changes Path 1.48 +0 -0 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:31:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DA837B401; Tue, 14 Jan 2003 11:31:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C5543F18; Tue, 14 Jan 2003 11:31:28 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJVSfh023603; Tue, 14 Jan 2003 11:31:28 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJVSNH023599; Tue, 14 Jan 2003 11:31:28 -0800 (PST) Message-Id: <200301141931.h0EJVSNH023599@repoman.freebsd.org> From: Nate Lawson Date: Tue, 14 Jan 2003 11:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/14 11:31:28 PST Modified files: sys/pci if_dc.c Log: Remove bogus locking from dc(4). Instead, move interrupt allocation and ether_ifattach() to end. This fixes a "could sleep" case and simplifies error exit cases as well. Also be sure to set errno and clean up resources in !mac error case. Tested by: Ryan Beasley Revision Changes Path 1.88 +34 -42 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:35:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410C337B401; Tue, 14 Jan 2003 11:35:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFFC343F13; Tue, 14 Jan 2003 11:35:33 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJZXfh024017; Tue, 14 Jan 2003 11:35:33 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJZXkD024016; Tue, 14 Jan 2003 11:35:33 -0800 (PST) Message-Id: <200301141935.h0EJZXkD024016@repoman.freebsd.org> From: Matt Dillon Date: Tue, 14 Jan 2003 11:35:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/netinet ip_fw2.c src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/14 11:35:33 PST Modified files: sys/kern kern_sysctl.c sys/netinet ip_fw2.c sys/sys sysctl.h Log: Introduce the ability to flag a sysctl for operation at secure level 2 or 3 in addition to secure level 1. The mask supports up to a secure level of 8 but only add defines through CTLFLAG_SECURE3 for now. As per the missif in the log entry for 1.11 of ip_fw2.c which added the secure flag to the IPFW sysctl's in the first place, change the secure level requirement from 1 to 3 now that we have support for it. Reviewed by: imp With Design Suggestions by: imp Revision Changes Path 1.137 +3 -2 src/sys/kern/kern_sysctl.c 1.23 +3 -3 src/sys/netinet/ip_fw2.c 1.112 +11 -0 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:39:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D730537B401; Tue, 14 Jan 2003 11:39:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8124243F85; Tue, 14 Jan 2003 11:39:41 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EJdffh024180; Tue, 14 Jan 2003 11:39:41 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EJdfK5024179; Tue, 14 Jan 2003 11:39:41 -0800 (PST) Message-Id: <200301141939.h0EJdfK5024179@repoman.freebsd.org> From: Nate Lawson Date: Tue, 14 Jan 2003 11:39:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/14 11:39:41 PST Modified files: sys/dev/acpica acpi_cpu.c Log: For the cpu throttling message, s/enabled/available Requested by: many Revision Changes Path 1.15 +2 -1 src/sys/dev/acpica/acpi_cpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 11:54:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F415E37B406 for ; Tue, 14 Jan 2003 11:54:10 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A7C43F1E for ; Tue, 14 Jan 2003 11:54:09 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 12268 invoked from network); 14 Jan 2003 19:54:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Jan 2003 19:54:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0EJs7UT007272; Tue, 14 Jan 2003 14:54:07 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301141939.h0EJdfK5024179@repoman.freebsd.org> Date: Tue, 14 Jan 2003 14:54:13 -0500 (EST) From: John Baldwin To: Nate Lawson Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Jan-2003 Nate Lawson wrote: > njl 2003/01/14 11:39:41 PST > > Modified files: > sys/dev/acpica acpi_cpu.c > Log: > For the cpu throttling message, s/enabled/available > > Requested by: many Albeit lying. If it were just available but not enabled, then the CPU wouldn't slow down when I pulled the power cord of out my laptop. However, when I pull the power cord out of my laptop, the CPU does slow down. Thus, it would seem rather obvious that CPU throttling is most certainly enabled and not just available. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12: 4:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F7737B401; Tue, 14 Jan 2003 12:04:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4759543ED8; Tue, 14 Jan 2003 12:04:23 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EK4Nfh034697; Tue, 14 Jan 2003 12:04:23 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EK4M9c034696; Tue, 14 Jan 2003 12:04:22 -0800 (PST) Message-Id: <200301142004.h0EK4M9c034696@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 14 Jan 2003 12:04:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ubsa Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2003/01/14 12:04:22 PST Modified files: (Branch: RELENG_4) sys/modules/ubsa Makefile Log: Add KMODDEPS on ucom. MODULE_DEPENDS works only on CURRENT. Submitted by: David Yeske Revision Changes Path 1.1.2.2 +1 -0 src/sys/modules/ubsa/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:11:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1137B407 for ; Tue, 14 Jan 2003 12:11:16 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id F1B0F43F1E for ; Tue, 14 Jan 2003 12:11:14 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 39403 invoked by uid 1000); 14 Jan 2003 20:11:15 -0000 Date: Tue, 14 Jan 2003 12:11:15 -0800 (PST) From: Nate Lawson To: John Baldwin Cc: Nate Lawson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, John Baldwin wrote: > On 14-Jan-2003 Nate Lawson wrote: > > njl 2003/01/14 11:39:41 PST > > > > Modified files: > > sys/dev/acpica acpi_cpu.c > > Log: > > For the cpu throttling message, s/enabled/available > > > > Requested by: many > > Albeit lying. If it were just available but not enabled, then the > CPU wouldn't slow down when I pulled the power cord of out my laptop. > However, when I pull the power cord out of my laptop, the CPU does > slow down. Thus, it would seem rather obvious that CPU throttling > is most certainly enabled and not just available. But not active (until subsequent actions occur). Feel free to correct this if you can think of a better way to communicate the concept. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:14:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE2B37B401; Tue, 14 Jan 2003 12:14:09 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B04A43ED8; Tue, 14 Jan 2003 12:14:08 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id h0EKE6MD029221; Tue, 14 Jan 2003 21:14:06 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0EKE6WY029220; Tue, 14 Jan 2003 21:14:06 +0100 (CET) Date: Tue, 14 Jan 2003 21:14:06 +0100 From: Wilko Bulte To: John Baldwin Cc: Nate Lawson , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030114211406.A29186@freebie.xs4all.nl> References: <200301141939.h0EJdfK5024179@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.ORG on Tue, Jan 14, 2003 at 02:54:13PM -0500 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 14, 2003 at 02:54:13PM -0500, John Baldwin wrote: > > On 14-Jan-2003 Nate Lawson wrote: > > njl 2003/01/14 11:39:41 PST > > > > Modified files: > > sys/dev/acpica acpi_cpu.c > > Log: > > For the cpu throttling message, s/enabled/available > > > > Requested by: many > > Albeit lying. If it were just available but not enabled, then the > CPU wouldn't slow down when I pulled the power cord of out my laptop. > However, when I pull the power cord out of my laptop, the CPU does > slow down. Thus, it would seem rather obvious that CPU throttling > is most certainly enabled and not just available. How does this work on desktops? I've seen one of my P2 boxes report this throttling thing? Surely not the power plug being pulled out, although it slowed down greatly when pulled ;) -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:24:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44EC537B405 for ; Tue, 14 Jan 2003 12:24:31 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C3A943F18 for ; Tue, 14 Jan 2003 12:24:30 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 39469 invoked by uid 1000); 14 Jan 2003 20:24:27 -0000 Date: Tue, 14 Jan 2003 12:24:27 -0800 (PST) From: Nate Lawson To: Wilko Bulte Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030114211406.A29186@freebie.xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, Wilko Bulte wrote: > On Tue, Jan 14, 2003 at 02:54:13PM -0500, John Baldwin wrote: > > Albeit lying. If it were just available but not enabled, then the > > CPU wouldn't slow down when I pulled the power cord of out my laptop. > > However, when I pull the power cord out of my laptop, the CPU does > > slow down. Thus, it would seem rather obvious that CPU throttling > > is most certainly enabled and not just available. > > How does this work on desktops? I've seen one of my P2 boxes report > this throttling thing? > > Surely not the power plug being pulled out, although it slowed down > greatly when pulled ;) No, that's the manual override S5 state. ;) Throttling on non-laptop systems can only be requested by the BIOS or OS, I believe. On FreeBSD, that's via sysctl. Basically you have events coming in and actions taken. When you unplug the power on a laptop, the BIOS delivers the event to the acpi interpreter which runs the dsdt to decide what to do. That's my basic understanding. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:29:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE6C37B401; Tue, 14 Jan 2003 12:29:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CAC43F18; Tue, 14 Jan 2003 12:29:18 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKTIfh041894; Tue, 14 Jan 2003 12:29:18 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKTIIp041893; Tue, 14 Jan 2003 12:29:18 -0800 (PST) Message-Id: <200301142029.h0EKTIIp041893@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 12:29:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 12:29:18 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: pc98 SCSI MO support in boot loader (+MFC), make(1) -C (+MFC), rarpd(8) -t (+MFC). MFCs noted: ubsa driver. Revision Changes Path 1.477 +12 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:30:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F5C37B401; Tue, 14 Jan 2003 12:30:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DFF43F13; Tue, 14 Jan 2003 12:30:20 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKUKfh042303; Tue, 14 Jan 2003 12:30:20 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKUKCK042302; Tue, 14 Jan 2003 12:30:20 -0800 (PST) Message-Id: <200301142030.h0EKUKCK042302@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 12:30:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 12:30:20 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ubsa driver, pc98 SCSI MO support, make(1) -C, rarpd(8) -t. Revision Changes Path 1.22.2.320 +13 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:31:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF23437B401; Tue, 14 Jan 2003 12:31:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B7B43F3F; Tue, 14 Jan 2003 12:31:32 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKVWfh045110; Tue, 14 Jan 2003 12:31:32 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKVW2u045103; Tue, 14 Jan 2003 12:31:32 -0800 (PST) Message-Id: <200301142031.h0EKVW2u045103@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 12:31:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 12:31:32 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Minor hardware note updates: xl(4) 3C555, an(4) mini-PCI. Revision Changes Path 1.128 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:32:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C3637B401; Tue, 14 Jan 2003 12:32:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE7D43F18; Tue, 14 Jan 2003 12:32:10 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKWAfh045370; Tue, 14 Jan 2003 12:32:10 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKWAsg045369; Tue, 14 Jan 2003 12:32:10 -0800 (PST) Message-Id: <200301142032.h0EKWAsg045369@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 12:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 12:32:10 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Add ubsa devices. Revision Changes Path 1.13.2.75 +12 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:41:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEFFD37B401; Tue, 14 Jan 2003 12:41:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574AA43F18; Tue, 14 Jan 2003 12:41:32 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKfWfh048802; Tue, 14 Jan 2003 12:41:32 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKfVoL048798; Tue, 14 Jan 2003 12:41:31 -0800 (PST) Message-Id: <200301142041.h0EKfVoL048798@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Jan 2003 12:41:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/solid-state article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/14 12:41:31 PST Modified files: en_US.ISO8859-1/articles/solid-state article.sgml Log: Two grammar fixes and a punctuation fix Translators may ignore this commit Approved by: ceri (mentor) Revision Changes Path 1.8 +3 -3 doc/en_US.ISO8859-1/articles/solid-state/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 12:45:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5836A37B401; Tue, 14 Jan 2003 12:45:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0133643ED8; Tue, 14 Jan 2003 12:45:43 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EKjgfh049139; Tue, 14 Jan 2003 12:45:42 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EKjgTZ049138; Tue, 14 Jan 2003 12:45:42 -0800 (PST) Message-Id: <200301142045.h0EKjgTZ049138@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 14 Jan 2003 12:45:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/frozenbubble Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/14 12:45:42 PST Modified files: games/frozenbubble Makefile pkg-plist Log: Install an additional file. This fixes the ~10px offset while shooting. With this patch I was able to reach level 2 :) Bump PORTREVISION. Submitted by: Jim Ramsay (via maintainer) Revision Changes Path 1.3 +2 -0 ports/games/frozenbubble/Makefile 1.2 +1 -0 ports/games/frozenbubble/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13: 4:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 803CD37B405 for ; Tue, 14 Jan 2003 13:04:31 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C8143E4A for ; Tue, 14 Jan 2003 13:04:30 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 2833 invoked from network); 14 Jan 2003 21:04:37 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Jan 2003 21:04:37 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0EL4RUT007536; Tue, 14 Jan 2003 16:04:27 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 14 Jan 2003 16:04:38 -0500 (EST) From: John Baldwin To: Nate Lawson Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Jan-2003 Nate Lawson wrote: > On Tue, 14 Jan 2003, John Baldwin wrote: >> On 14-Jan-2003 Nate Lawson wrote: >> > njl 2003/01/14 11:39:41 PST >> > >> > Modified files: >> > sys/dev/acpica acpi_cpu.c >> > Log: >> > For the cpu throttling message, s/enabled/available >> > >> > Requested by: many >> >> Albeit lying. If it were just available but not enabled, then the >> CPU wouldn't slow down when I pulled the power cord of out my laptop. >> However, when I pull the power cord out of my laptop, the CPU does >> slow down. Thus, it would seem rather obvious that CPU throttling >> is most certainly enabled and not just available. > > But not active (until subsequent actions occur). Feel free to correct > this if you can think of a better way to communicate the concept. What's wrong with 'enabled'? And technically, it is active. In 'performance' mode the CPU defaults to be throttled at 100%. If you changed hw.acpi.cpu.performance_speed to 6, then the CPU would run at 75% even with the power cord plugged in. Perhaps the best thing would be to have the bootup message display the current throttle level after saying that it is enabled? I.e., something like: acpi_cpu: CPU throttling enabled, 8 steps from 100% to 12.5% acpi_cpu: Current speed: 100% ?? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13: 4:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D458A37B422 for ; Tue, 14 Jan 2003 13:04:33 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B1B43F7E for ; Tue, 14 Jan 2003 13:04:32 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 2302 invoked from network); 14 Jan 2003 21:04:38 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Jan 2003 21:04:38 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0EL4TUT007539; Tue, 14 Jan 2003 16:04:29 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030114211406.A29186@freebie.xs4all.nl> Date: Tue, 14 Jan 2003 16:04:41 -0500 (EST) From: John Baldwin To: Wilko Bulte Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Nate Lawson Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Jan-2003 Wilko Bulte wrote: > On Tue, Jan 14, 2003 at 02:54:13PM -0500, John Baldwin wrote: >> >> On 14-Jan-2003 Nate Lawson wrote: >> > njl 2003/01/14 11:39:41 PST >> > >> > Modified files: >> > sys/dev/acpica acpi_cpu.c >> > Log: >> > For the cpu throttling message, s/enabled/available >> > >> > Requested by: many >> >> Albeit lying. If it were just available but not enabled, then the >> CPU wouldn't slow down when I pulled the power cord of out my laptop. >> However, when I pull the power cord out of my laptop, the CPU does >> slow down. Thus, it would seem rather obvious that CPU throttling >> is most certainly enabled and not just available. > > How does this work on desktops? I've seen one of my P2 boxes report > this throttling thing? > > Surely not the power plug being pulled out, although it slowed down > greatly when pulled ;) Here's how our current throttling works. Your CPU can run at 8 different speeds. There are 4 sysctl's related to this: > sysctl hw.acpi.cpu hw.acpi.cpu.max_speed: 8 hw.acpi.cpu.current_speed: 8 hw.acpi.cpu.performance_speed: 8 hw.acpi.cpu.economy_speed: 6 Currently we only throttle when switching between 'performance' and 'economy' modes. 'performance' mode is defined to be the state in which AC power is available to the system. 'economy' mode is defined to be the state in which AC power is not available. Thus, it is currently a very limited policy, but it doesn't prohibit more aggressive policies in the future. You could change the speed on your desktop by changing the performance speed to be 6 (75%) using the sysctl for example: > sudo sysctl hw.acpi.cpu.performance_speed=6 Password: hw.acpi.cpu.performance_speed: 8 -> 6 > sysctl hw.acpi.cpu.current_speed hw.acpi.cpu.current_speed: 6 This was on my laptop with the power plugged in, but you could do the same on a desktop machine. Eventually we may define more complex policies that slow the CPU down to conserve power if the system is largely idle for example. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13: 4:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575137B47C for ; Tue, 14 Jan 2003 13:04:34 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B0B43F5B for ; Tue, 14 Jan 2003 13:04:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 2331 invoked from network); 14 Jan 2003 21:04:40 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Jan 2003 21:04:40 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0EL4VUT007542; Tue, 14 Jan 2003 16:04:31 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 14 Jan 2003 16:04:43 -0500 (EST) From: John Baldwin To: Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Wilko Bulte Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Jan-2003 Nate Lawson wrote: > On Tue, 14 Jan 2003, Wilko Bulte wrote: >> On Tue, Jan 14, 2003 at 02:54:13PM -0500, John Baldwin wrote: >> > Albeit lying. If it were just available but not enabled, then the >> > CPU wouldn't slow down when I pulled the power cord of out my laptop. >> > However, when I pull the power cord out of my laptop, the CPU does >> > slow down. Thus, it would seem rather obvious that CPU throttling >> > is most certainly enabled and not just available. >> >> How does this work on desktops? I've seen one of my P2 boxes report >> this throttling thing? >> >> Surely not the power plug being pulled out, although it slowed down >> greatly when pulled ;) > > No, that's the manual override S5 state. ;) > > Throttling on non-laptop systems can only be requested by the BIOS or OS, > I believe. On FreeBSD, that's via sysctl. Basically you have events > coming in and actions taken. When you unplug the power on a laptop, the > BIOS delivers the event to the acpi interpreter which runs the dsdt to > decide what to do. That's my basic understanding. BIOS's don't usually throttle the CPU in the DSDT AFAIK. That is done by the OS in response to the event. In FreeBSD's case, the acpi_acad(4) driver changes the system state which can result in a change in the current throttling speed. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:18: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A600C37B401; Tue, 14 Jan 2003 13:18:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E57F43F18; Tue, 14 Jan 2003 13:18:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ELI7fh059844; Tue, 14 Jan 2003 13:18:07 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ELI7DG059843; Tue, 14 Jan 2003 13:18:07 -0800 (PST) Message-Id: <200301142118.h0ELI7DG059843@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 14 Jan 2003 13:18:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cccc/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/14 13:18:07 PST Added files: devel/cccc/files patch-ae Log: Fix build on CURRENT PR: 46992 Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.1 +19 -0 ports/devel/cccc/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:25:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6F37B401; Tue, 14 Jan 2003 13:25:30 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7235643E4A; Tue, 14 Jan 2003 13:25:29 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0ELPSnN032441 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 14 Jan 2003 13:25:29 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <144201c2bc13$7610fae0$5a557f42@errno.com> From: "Sam Leffler" To: "Matt Dillon" , , References: <200301132244.h0DMiNAg075448@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/compat/svr4 svr4_misc.c Date: Tue, 14 Jan 2003 13:25:28 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > dillon 2003/01/13 14:44:23 PST > > Modified files: > sys/compat/svr4 svr4_misc.c > Log: > Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). This > routine really need to be gutted and merged with exit1(). > > Reviewed by: jhb > > Revision Changes Path > 1.57 +4 -1 src/sys/compat/svr4/svr4_misc.c > http://cvsweb.FreeBSD.org/src/sys/compat/svr4/svr4_misc.c.diff?r1=1.56&r2=1. 57 > This breaks make LINT for me. I needed the following: Index: svr4_misc.c =================================================================== RCS file: /usr/ncvs/src/sys/compat/svr4/svr4_misc.c,v retrieving revision 1.57 diff -u -r1.57 svr4_misc.c --- svr4_misc.c 13 Jan 2003 22:44:23 -0000 1.57 +++ svr4_misc.c 14 Jan 2003 21:22:34 -0000 @@ -88,6 +88,7 @@ #include #if defined(__FreeBSD__) #include +#include #endif #if defined(NetBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:29: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F412237B401; Tue, 14 Jan 2003 13:29:03 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B00B43F1E; Tue, 14 Jan 2003 13:29:03 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0ELT10i003905; Tue, 14 Jan 2003 13:29:01 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0ELT1TP003904; Tue, 14 Jan 2003 13:29:01 -0800 (PST) Date: Tue, 14 Jan 2003 13:29:01 -0800 (PST) From: Matthew Dillon Message-Id: <200301142129.h0ELT1TP003904@apollo.backplane.com> To: "Sam Leffler" Cc: , Subject: Re: cvs commit: src/sys/compat/svr4 svr4_misc.c References: <200301132244.h0DMiNAg075448@repoman.freebsd.org> <144201c2bc13$7610fae0$5a557f42@errno.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :This breaks make LINT for me. I needed the following: Ok, will do. -Matt Matthew Dillon :Index: svr4_misc.c :=================================================================== :RCS file: /usr/ncvs/src/sys/compat/svr4/svr4_misc.c,v :retrieving revision 1.57 :diff -u -r1.57 svr4_misc.c :--- svr4_misc.c 13 Jan 2003 22:44:23 -0000 1.57 :+++ svr4_misc.c 14 Jan 2003 21:22:34 -0000 :@@ -88,6 +88,7 @@ : #include : #if defined(__FreeBSD__) : #include :+#include : #endif : : #if defined(NetBSD) : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:31: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE6C37B401; Tue, 14 Jan 2003 13:31:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A2343F5B; Tue, 14 Jan 2003 13:31:01 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ELV0fh065721; Tue, 14 Jan 2003 13:31:00 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ELV0S3065710; Tue, 14 Jan 2003 13:31:00 -0800 (PST) Message-Id: <200301142131.h0ELV0S3065710@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Jan 2003 13:31:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_dev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/14 13:31:00 PST Modified files: sys/geom geom_dev.c Log: Now that we have non-geom_disk based drivers, we need to cover for those, in case they return EOPNOTSUPP on an ioctl. Found by: jhb Revision Changes Path 1.38 +4 -3 src/sys/geom/geom_dev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:31:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B044737B401; Tue, 14 Jan 2003 13:31:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A95F43F1E; Tue, 14 Jan 2003 13:31:32 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ELVWfh066798; Tue, 14 Jan 2003 13:31:32 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ELVW7q066797; Tue, 14 Jan 2003 13:31:32 -0800 (PST) Message-Id: <200301142131.h0ELVW7q066797@repoman.freebsd.org> From: Matt Dillon Date: Tue, 14 Jan 2003 13:31:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/14 13:31:32 PST Modified files: sys/compat/svr4 svr4_misc.c Log: Add missing #include Submitted by: "Sam Leffler" Revision Changes Path 1.58 +1 -0 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:34: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4120737B401; Tue, 14 Jan 2003 13:33:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18CA43E4A; Tue, 14 Jan 2003 13:33:58 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ELXwfh066879; Tue, 14 Jan 2003 13:33:58 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ELXwtk066878; Tue, 14 Jan 2003 13:33:58 -0800 (PST) Message-Id: <200301142133.h0ELXwtk066878@repoman.freebsd.org> From: Matt Dillon Date: Tue, 14 Jan 2003 13:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/14 13:33:58 PST Modified files: (Branch: RELENG_4) sys/svr4 svr4_misc.c Log: MFC add missing #include Revision Changes Path 1.13.2.7 +4 -0 src/sys/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 13:40: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40FA37B405; Tue, 14 Jan 2003 13:40:01 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2EE43E4A; Tue, 14 Jan 2003 13:40:00 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ELdp2G049455; Tue, 14 Jan 2003 13:39:55 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0ELe22E001912; Tue, 14 Jan 2003 13:40:03 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0ELe2o1001911; Tue, 14 Jan 2003 13:40:02 -0800 (PST) (envelope-from marcel) Date: Tue, 14 Jan 2003 13:40:01 -0800 From: Marcel Moolenaar To: John Baldwin Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030114214001.GA1878@dhcp01.pn.xcllnt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 14, 2003 at 04:04:38PM -0500, John Baldwin wrote: > > >> > For the cpu throttling message, s/enabled/available > >> > >> Albeit lying. If it were just available but not enabled, then the > >> CPU wouldn't slow down when I pulled the power cord of out my laptop. > > > > But not active (until subsequent actions occur). > > What's wrong with 'enabled'? And technically, it is active. Agreed. It's enabled, not just available. The throttling happens in *reaction* to certain events. If the throttling was available but not enabled, then throttling would not happen in reaction to those events. The fact that it is a reactive feature does not mean it's not enabled when not active. Active of course means that the CPUs are currently being throttled (ie the act of throttling). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14: 0:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353AE37B401; Tue, 14 Jan 2003 14:00:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2FC843F1E; Tue, 14 Jan 2003 14:00:27 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EM0Rfh074432; Tue, 14 Jan 2003 14:00:27 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EM0Rho074427; Tue, 14 Jan 2003 14:00:27 -0800 (PST) Message-Id: <200301142200.h0EM0Rho074427@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 14 Jan 2003 14:00:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2003/01/14 14:00:27 PST Modified files: en/donations wantlist.sgml Log: Add desire for Toshiba Libretto mini-notebook to be used for core-secretary work when travelling (notably when travelling by motorbike). Revision Changes Path 1.60 +9 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:23:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715EC37B401; Tue, 14 Jan 2003 14:23:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1831543F5B; Tue, 14 Jan 2003 14:23:33 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMNWfh084627; Tue, 14 Jan 2003 14:23:32 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMNWvx084626; Tue, 14 Jan 2003 14:23:32 -0800 (PST) Message-Id: <200301142223.h0EMNWvx084626@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 14:23:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile ports/irc/epic4/files patch-dcc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 14:23:32 PST Modified files: irc/epic4 Makefile Added files: irc/epic4/files patch-dcc.c Log: This patch corrects the printing of DCC transfer stats. Approved by: MAINTAINER Revision Changes Path 1.41 +1 -1 ports/irc/epic4/Makefile 1.1 +11 -0 ports/irc/epic4/files/patch-dcc.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:24:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F4137B401; Tue, 14 Jan 2003 14:24:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E55643F5F; Tue, 14 Jan 2003 14:24:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMOtfh084696; Tue, 14 Jan 2003 14:24:55 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMOtLL084695; Tue, 14 Jan 2003 14:24:55 -0800 (PST) Message-Id: <200301142224.h0EMOtLL084695@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Jan 2003 14:24:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop/files patch-sysdeps_freebsd_mem.c ports/devel/libgtop2/files patch-sysdeps_freebsd_mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/14 14:24:55 PST Added files: devel/libgtop/files patch-sysdeps_freebsd_mem.c devel/libgtop2/files patch-sysdeps_freebsd_mem.c Log: Fix build on -CURRENT. Reported by: Anders Andersson David Vastine Tested by: David Vastine Revision Changes Path 1.1 +11 -0 ports/devel/libgtop/files/patch-sysdeps_freebsd_mem.c (new) 1.1 +11 -0 ports/devel/libgtop2/files/patch-sysdeps_freebsd_mem.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:32:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EA237B401; Tue, 14 Jan 2003 14:32:44 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CE543F18; Tue, 14 Jan 2003 14:32:40 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id h0EMWTro021035 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 14 Jan 2003 17:32:29 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h0EMWOt74523; Tue, 14 Jan 2003 17:32:24 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Tue, 14 Jan 2003 17:32:24 -0500 From: Andrew Gallatin To: John Baldwin Cc: Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030114173224.A74488@grasshopper.cs.duke.edu> References: <20030114211406.A29186@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Jan 14, 2003 at 04:04:41PM -0500 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin [jhb@FreeBSD.org] wrote: > aggressive policies in the future. You could change the speed on > your desktop by changing the performance speed to be 6 (75%) using > the sysctl for example: The scary thing is that for my destop setup, I can turn my speed down to 25% on my P4 and not really feel a difference in xterms, editors and soforth. (I CAN see a difference, I just don't mind it much). Any idea about how much power this actually saves on a desktop? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:39:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DF637B401; Tue, 14 Jan 2003 14:39:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DC143F13; Tue, 14 Jan 2003 14:39:26 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMdQfh088415; Tue, 14 Jan 2003 14:39:26 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMdQwn088414; Tue, 14 Jan 2003 14:39:26 -0800 (PST) Message-Id: <200301142239.h0EMdQwn088414@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 14 Jan 2003 14:39:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/14 14:39:26 PST Modified files: security/gnupg pkg-plist Log: Correct typo in previous Pointy hat to: kris Revision Changes Path 1.24 +1 -1 ports/security/gnupg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:44:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A0B37B401; Tue, 14 Jan 2003 14:44:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC08143ED8; Tue, 14 Jan 2003 14:44:48 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMimfh091902; Tue, 14 Jan 2003 14:44:48 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMimdR091901; Tue, 14 Jan 2003 14:44:48 -0800 (PST) Message-Id: <200301142244.h0EMimdR091901@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Jan 2003 14:44:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_mirror.c src/sys/conf files options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/14 14:44:48 PST Modified files: sys/conf files options Added files: sys/geom geom_mirror.c Log: Add a very simple but functional GEOM mirror class. This is committed more as an instructive tool than as a production facility, but this will change over time. Revision Changes Path 1.745 +1 -0 src/sys/conf/files 1.366 +1 -0 src/sys/conf/options 1.1 +250 -0 src/sys/geom/geom_mirror.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:46: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1916D37B401; Tue, 14 Jan 2003 14:46:02 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41AD143F5B; Tue, 14 Jan 2003 14:46:01 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0EMjZ9O007857; Tue, 14 Jan 2003 23:45:35 +0100 (CET) (envelope-from phk@freebsd.org) To: Andrew Gallatin Cc: John Baldwin , Wilko Bulte , cvs-committers@freebsd.org, cvs-all@freebsd.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c From: phk@freebsd.org In-Reply-To: Your message of "Tue, 14 Jan 2003 17:32:24 EST." <20030114173224.A74488@grasshopper.cs.duke.edu> Date: Tue, 14 Jan 2003 23:45:35 +0100 Message-ID: <7856.1042584335@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030114173224.A74488@grasshopper.cs.duke.edu>, Andrew Gallatin wri tes: >John Baldwin [jhb@FreeBSD.org] wrote: >> aggressive policies in the future. You could change the speed on >> your desktop by changing the performance speed to be 6 (75%) using >> the sysctl for example: > >The scary thing is that for my destop setup, I can turn my speed down >to 25% on my P4 and not really feel a difference in xterms, editors >and soforth. (I CAN see a difference, I just don't mind it much). > >Any idea about how much power this actually saves on a desktop? 30-60W, depending on just about everything you can imagine. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 14:47:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE50B37B401; Tue, 14 Jan 2003 14:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF8543F18; Tue, 14 Jan 2003 14:47:25 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMlPfh092082; Tue, 14 Jan 2003 14:47:25 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMlPYQ092081; Tue, 14 Jan 2003 14:47:25 -0800 (PST) Message-Id: <200301142247.h0EMlPYQ092081@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 14:47:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook mac.ent doc/en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 14:47:25 PST Modified files: en_US.ISO8859-1/books/developers-handbook mac.ent en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Log: Update the MAC policy ops entry point list and sort it. Sponsored by: DARPA, Network Associates Laboratories Obtained from: The TrustedBSD Project Revision Changes Path 1.2 +107 -3 doc/en_US.ISO8859-1/books/developers-handbook/mac.ent 1.9 +3761 -2008 doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15: 0:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197BB37B401; Tue, 14 Jan 2003 15:00:58 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F9D43F43; Tue, 14 Jan 2003 15:00:57 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 81B422A89E; Tue, 14 Jan 2003 15:00:57 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Andrew Gallatin Cc: John Baldwin , Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030114173224.A74488@grasshopper.cs.duke.edu> Date: Tue, 14 Jan 2003 15:00:57 -0800 From: Peter Wemm Message-Id: <20030114230057.81B422A89E@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew Gallatin wrote: > John Baldwin [jhb@FreeBSD.org] wrote: > > aggressive policies in the future. You could change the speed on > > your desktop by changing the performance speed to be 6 (75%) using > > the sysctl for example: > > The scary thing is that for my destop setup, I can turn my speed down > to 25% on my P4 and not really feel a difference in xterms, editors > and soforth. (I CAN see a difference, I just don't mind it much). > > Any idea about how much power this actually saves on a desktop? FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by turning machdep.cpu_idle_hlt on and off. I expect the clock throttling would make similar differences. For 1U rack-mount systems (especially in California) this is a Big Deal. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15: 6: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6AD37B401; Tue, 14 Jan 2003 15:06:03 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27F943F43; Tue, 14 Jan 2003 15:06:01 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id h0EN5wMD030318; Wed, 15 Jan 2003 00:05:59 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0EN5wHJ030317; Wed, 15 Jan 2003 00:05:58 +0100 (CET) Date: Wed, 15 Jan 2003 00:05:58 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030115000558.B30266@freebie.xs4all.nl> References: <20030114211406.A29186@freebie.xs4all.nl> <20030114173224.A74488@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030114173224.A74488@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Tue, Jan 14, 2003 at 05:32:24PM -0500 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 14, 2003 at 05:32:24PM -0500, Andrew Gallatin wrote: > John Baldwin [jhb@FreeBSD.org] wrote: > > aggressive policies in the future. You could change the speed on > > your desktop by changing the performance speed to be 6 (75%) using > > the sysctl for example: > > The scary thing is that for my destop setup, I can turn my speed down > to 25% on my P4 and not really feel a difference in xterms, editors > and soforth. (I CAN see a difference, I just don't mind it much). > > Any idea about how much power this actually saves on a desktop? Hm, time to find my W / Wh meter again. My guess would be ~ 30-40 W. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15: 7:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C56F37B401; Tue, 14 Jan 2003 15:07:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7235543F85; Tue, 14 Jan 2003 15:07:44 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EN7ifh099543; Tue, 14 Jan 2003 15:07:44 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EN7i1G099542; Tue, 14 Jan 2003 15:07:44 -0800 (PST) Message-Id: <200301142307.h0EN7i1G099542@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 14 Jan 2003 15:07:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2003/01/14 15:07:43 PST Modified files: sys/dev/usb usb_subr.c Log: Some USB devices are not prepared to deal with a single byte string descriptor request, which usbd_get_string_desc() uses to get the length of a descriptor. One device for instance returns a full 8 byte long packet instead which confuses the rest of the stack and leads to the USB port being reset. The fix is to instead request two bytes, but not to complain if we only get one. Submitted by: kan MFC after: 3 days Revision Changes Path 1.54 +8 -2 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:10:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8745237B401; Tue, 14 Jan 2003 15:10:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5F543F65; Tue, 14 Jan 2003 15:10:44 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENAhfh001431; Tue, 14 Jan 2003 15:10:43 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENAhj2001426; Tue, 14 Jan 2003 15:10:43 -0800 (PST) Message-Id: <200301142310.h0ENAhj2001426@repoman.freebsd.org> From: Udo Erdelhoff Date: Tue, 14 Jan 2003 15:10:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml intro.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/de_DE.ISO8859-1/hardware/ia64 ... X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/14 15:10:43 PST Modified files: (Branch: RELENG_5_0) release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/de_DE.ISO8859-1/hardware/common dev.sgml intro.sgml release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/de_DE.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/de_DE.ISO8859-1/hardware/pc98 proc-pc98.sgml release/doc/de_DE.ISO8859-1/hardware/sparc64 article.sgml dev-sparc64.sgml proc-sparc64.sgml release/doc/de_DE.ISO8859-1/installation/common install.sgml release/doc/de_DE.ISO8859-1/installation/sparc64 install.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFen/MFC: add id attributes to sect1 tags Approved by: re@ (blanket) Revision Changes Path 1.6.2.3 +8 -8 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.4.2.3 +4 -4 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.10.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.15.2.2 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.1.4.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/common/intro.sgml 1.3.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.sgml 1.1.2.1 +2 -3 src/release/doc/de_DE.ISO8859-1/hardware/ia64/proc-ia64.sgml 1.1.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/pc98/proc-pc98.sgml 1.3.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml 1.1.2.1 +2 -3 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/dev-sparc64.sgml 1.4.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/sparc64/proc-sparc64.sgml 1.8.2.2 +2 -2 src/release/doc/de_DE.ISO8859-1/installation/common/install.sgml 1.7.2.1 +2 -2 src/release/doc/de_DE.ISO8859-1/installation/sparc64/install.sgml 1.8.2.2 +5 -5 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.24.2.2 +4 -4 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:19:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4205C37B401; Tue, 14 Jan 2003 15:19:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA0043F18; Tue, 14 Jan 2003 15:19:32 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENJWfh003601; Tue, 14 Jan 2003 15:19:32 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENJWhT003600; Tue, 14 Jan 2003 15:19:32 -0800 (PST) Message-Id: <200301142319.h0ENJWhT003600@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 15:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wi_pci.c if_wivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 15:19:32 PST Modified files: sys/dev/wi if_wi.c if_wi_pci.c if_wivar.h Log: Suspend/resume support (mostly for MiniPCI Prism2.5 boards). Reviewed by: imp Revision Changes Path 1.120 +1 -2 src/sys/dev/wi/if_wi.c 1.11 +34 -0 src/sys/dev/wi/if_wi_pci.c 1.14 +1 -0 src/sys/dev/wi/if_wivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:20:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C3337B401; Tue, 14 Jan 2003 15:20:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F74043F65; Tue, 14 Jan 2003 15:20:41 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENKefh004971; Tue, 14 Jan 2003 15:20:40 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENKeVd004962; Tue, 14 Jan 2003 15:20:40 -0800 (PST) Message-Id: <200301142320.h0ENKeVd004962@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 15:20:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac_set.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 15:20:40 PST Modified files: lib/libc/posix1e mac_set.3 Log: o Remove clause #3 o Document mac_set_link(). Sponsored by: DARPA, Network Associates Labs Revision Changes Path 1.6 +9 -5 src/lib/libc/posix1e/mac_set.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:33:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2FD37B401; Tue, 14 Jan 2003 15:33:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FB843F13; Tue, 14 Jan 2003 15:33:44 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENXifh010618; Tue, 14 Jan 2003 15:33:44 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENXhp9010617; Tue, 14 Jan 2003 15:33:43 -0800 (PST) Message-Id: <200301142333.h0ENXhp9010617@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 15:33:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 15:33:43 PST Modified files: (Branch: RELENG_5_0) release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: Fix up ACPI-disabling hint text. Submitted by: franimal@speakeasy.net, Steve Kargl Approved by: re (implicitly) Revision Changes Path 1.10.2.1 +6 -5 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:37:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DA037B401; Tue, 14 Jan 2003 15:37:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9109B43F18; Tue, 14 Jan 2003 15:37:14 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENbEfh010802; Tue, 14 Jan 2003 15:37:14 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENbE6Z010801; Tue, 14 Jan 2003 15:37:14 -0800 (PST) Message-Id: <200301142337.h0ENbE6Z010801@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Jan 2003 15:37:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/14 15:37:14 PST Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: MFR500: Fix up ACPI-disabling hint text. Revision Changes Path 1.12 +6 -5 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 15:38:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36AC937B401; Tue, 14 Jan 2003 15:38:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D5F43F13; Tue, 14 Jan 2003 15:38:41 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ENcffh010881; Tue, 14 Jan 2003 15:38:41 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ENcfLT010880; Tue, 14 Jan 2003 15:38:41 -0800 (PST) Message-Id: <200301142338.h0ENcfLT010880@repoman.freebsd.org> From: Martin Heinen Date: Tue, 14 Jan 2003 15:38:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2003/01/14 15:38:41 PST Modified files: de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml Log: MFbed: added CVS tag for RELENG_5_0. Revision Changes Path 1.11 +12 -2 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 16:38:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04D737B401; Tue, 14 Jan 2003 16:38:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5212043E4A; Tue, 14 Jan 2003 16:38:24 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F0cOfh032206; Tue, 14 Jan 2003 16:38:24 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F0cOx9032205; Tue, 14 Jan 2003 16:38:24 -0800 (PST) Message-Id: <200301150038.h0F0cOx9032205@repoman.freebsd.org> From: Martin Blapp Date: Tue, 14 Jan 2003 16:38:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-sal+osl+unx+process.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/14 16:38:24 PST Modified files: editors/openoffice/files patch-sal+osl+unx+process.c Log: Add missing FreeBSD case. Needed to fix the breakage introduced by the removal of the proc dependency. Revision Changes Path 1.3 +12 -3 ports/editors/openoffice/files/patch-sal+osl+unx+process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 16:45:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877C237B401; Tue, 14 Jan 2003 16:45:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEC043F65; Tue, 14 Jan 2003 16:45:31 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F0jVfh035984; Tue, 14 Jan 2003 16:45:31 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F0jVVf035983; Tue, 14 Jan 2003 16:45:31 -0800 (PST) Message-Id: <200301150045.h0F0jVVf035983@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 16:45:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_set.3 mac_text.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 16:45:31 PST Modified files: lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_set.3 mac_text.3 Log: o Document mac_prepare() and associated functions o Link mac_get_pid.3 to mac_get.3 o Update SEE ALSO to refer to mac_prepare, and added missing references o Remove clause #3 on my work o Update mac_get.3 for the updated MAC API Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Revision Changes Path 1.14 +6 -0 src/lib/libc/posix1e/Makefile.inc 1.7 +2 -0 src/lib/libc/posix1e/mac.3 1.4 +3 -1 src/lib/libc/posix1e/mac_free.3 1.4 +31 -20 src/lib/libc/posix1e/mac_get.3 1.4 +7 -4 src/lib/libc/posix1e/mac_is_present_np.3 1.7 +3 -1 src/lib/libc/posix1e/mac_set.3 1.7 +2 -3 src/lib/libc/posix1e/mac_text.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:14:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E0C037B401; Tue, 14 Jan 2003 17:14:33 -0800 (PST) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4848A43F7E; Tue, 14 Jan 2003 17:14:32 -0800 (PST) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 188D4484A; Wed, 15 Jan 2003 01:13:42 +0000 (GMT) Date: Wed, 15 Jan 2003 01:13:42 +0000 From: Josef Karthauser To: Peter Wemm Cc: Andrew Gallatin , John Baldwin , Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030115011342.GA5983@genius.tao.org.uk> References: <20030114173224.A74488@grasshopper.cs.duke.edu> <20030114230057.81B422A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <20030114230057.81B422A89E@canning.wemm.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 14, 2003 at 03:00:57PM -0800, Peter Wemm wrote: >=20 > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by > turning machdep.cpu_idle_hlt on and off. I expect the clock throttling > would make similar differences. For 1U rack-mount systems (especially in > California) this is a Big Deal. >=20 Which way's the way to reduce the power consumption? I would guess 'machdep.cpu_idle_hlt=3D1', but as that appears to be the default I thought I'd ask. Joe --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iEYEARECAAYFAj4ktcUACgkQXVIcjOaxUBYeLwCdEVgb4IjnDM0XTmH7cpcojQir SfIAn2olNbW4mFQv8aXIRrWuXsA4t2bB =TcBn -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:17:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BE837B401; Tue, 14 Jan 2003 17:17:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2FF43F6B; Tue, 14 Jan 2003 17:17:13 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1HDfh046627; Tue, 14 Jan 2003 17:17:13 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1HDx4046626; Tue, 14 Jan 2003 17:17:13 -0800 (PST) Message-Id: <200301150117.h0F1HDx4046626@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 17:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setpmac Makefile setpmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 17:17:13 PST Modified files: usr.sbin/setpmac Makefile Added files: usr.sbin/setpmac setpmac.8 Log: Document setpmac. Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Revision Changes Path 1.3 +1 -1 src/usr.sbin/setpmac/Makefile 1.1 +61 -0 src/usr.sbin/setpmac/setpmac.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:18:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F5B37B405; Tue, 14 Jan 2003 17:18:08 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC15643EB2; Tue, 14 Jan 2003 17:18:07 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id h0F1I1ro003056 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 14 Jan 2003 20:18:01 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h0F1Huw74699; Tue, 14 Jan 2003 20:17:56 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15908.46788.141735.858350@grasshopper.cs.duke.edu> Date: Tue, 14 Jan 2003 20:17:56 -0500 (EST) To: Peter Wemm Cc: John Baldwin , Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030114230057.81B422A89E@canning.wemm.org> References: <20030114173224.A74488@grasshopper.cs.duke.edu> <20030114230057.81B422A89E@canning.wemm.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm writes: > Andrew Gallatin wrote: > > John Baldwin [jhb@FreeBSD.org] wrote: > > > aggressive policies in the future. You could change the speed on > > > your desktop by changing the performance speed to be 6 (75%) using > > > the sysctl for example: > > > > The scary thing is that for my destop setup, I can turn my speed down > > to 25% on my P4 and not really feel a difference in xterms, editors > > and soforth. (I CAN see a difference, I just don't mind it much). > > > > Any idea about how much power this actually saves on a desktop? > > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by > turning machdep.cpu_idle_hlt on and off. I expect the clock throttling > would make similar differences. For 1U rack-mount systems (especially in > California) this is a Big Deal. Yes, it is. 2 years ago, just as I was leaving Duke and the Enrons of the world were raping California consumers, some people in my research group were looking at doing energy-aware server load balancing. Eg, you suspend a server to save power if load is low, and at peak times you bring additional servers on line. We were using PIIIs and APM, waking with wake-on-lan. I bet everything we did would translate to P4's and ACPI... See http://www.cs.duke.edu/ari/publications/balance-of-power.ps (That's more of a pie-in-the-sky thing.. I don't know where the paper with the hard numbers went). Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:21: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B16037B401; Tue, 14 Jan 2003 17:20:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90ED43EB2; Tue, 14 Jan 2003 17:20:58 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1Kwfh048834; Tue, 14 Jan 2003 17:20:58 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1KwuF048821; Tue, 14 Jan 2003 17:20:58 -0800 (PST) Message-Id: <200301150120.h0F1KwuF048821@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 17:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setpmac setpmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 17:20:58 PST Modified files: usr.sbin/setpmac setpmac.8 Log: s/^Sh/.Sh/ (macros begin with .) Revision Changes Path 1.2 +1 -1 src/usr.sbin/setpmac/setpmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:25: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED15137B407; Tue, 14 Jan 2003 17:25:03 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C3E43F18; Tue, 14 Jan 2003 17:25:03 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0F1OrnN033331 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 14 Jan 2003 17:24:54 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <159a01c2bc34$e8e099b0$5a557f42@errno.com> From: "Sam Leffler" To: "Andrew Gallatin" , "Peter Wemm" Cc: "John Baldwin" , "Wilko Bulte" , , , "Nate Lawson" References: <20030114173224.A74488@grasshopper.cs.duke.edu><20030114230057.81B422A89E@canning.wemm.org> <15908.46788.141735.858350@grasshopper.cs.duke.edu> Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Date: Tue, 14 Jan 2003 17:24:52 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Peter Wemm writes: > > Andrew Gallatin wrote: > > > John Baldwin [jhb@FreeBSD.org] wrote: > > > > aggressive policies in the future. You could change the speed on > > > > your desktop by changing the performance speed to be 6 (75%) using > > > > the sysctl for example: > > > > > > The scary thing is that for my destop setup, I can turn my speed down > > > to 25% on my P4 and not really feel a difference in xterms, editors > > > and soforth. (I CAN see a difference, I just don't mind it much). > > > > > > Any idea about how much power this actually saves on a desktop? > > > > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by > > turning machdep.cpu_idle_hlt on and off. I expect the clock throttling > > would make similar differences. For 1U rack-mount systems (especially in > > California) this is a Big Deal. > > Yes, it is. 2 years ago, just as I was leaving Duke and the Enrons of > the world were raping California consumers, some people in my research > group were looking at doing energy-aware server load balancing. Eg, > you suspend a server to save power if load is low, and at peak times > you bring additional servers on line. We were using PIIIs and APM, > waking with wake-on-lan. I bet everything we did would translate to > P4's and ACPI... > > See http://www.cs.duke.edu/ari/publications/balance-of-power.ps > (That's more of a pie-in-the-sky thing.. I don't know where the paper > with the hard numbers went). I believe the paper you're thinking of was given at the 2001 SOSP. There were actually several papers at the conference on the topic. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:28:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF99437B401; Tue, 14 Jan 2003 17:28:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5204743EB2; Tue, 14 Jan 2003 17:28:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1Sgfh050261; Tue, 14 Jan 2003 17:28:42 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1Sgh8050260; Tue, 14 Jan 2003 17:28:42 -0800 (PST) Message-Id: <200301150128.h0F1Sgh8050260@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Jan 2003 17:28:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop/files patch-sysdeps_freebsd_mem.c ports/devel/libgtop2/files patch-sysdeps_freebsd_mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/14 17:28:42 PST Modified files: devel/libgtop/files patch-sysdeps_freebsd_mem.c devel/libgtop2/files patch-sysdeps_freebsd_mem.c Log: Fix a stupid typo that resulted in breaking libgtop[2] on both -CURRENT and -STABLE. Spotted by: Mike Harding Revision Changes Path 1.2 +1 -1 ports/devel/libgtop/files/patch-sysdeps_freebsd_mem.c 1.2 +1 -1 ports/devel/libgtop2/files/patch-sysdeps_freebsd_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:40:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8EB37B401; Tue, 14 Jan 2003 17:40:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6765043ED8; Tue, 14 Jan 2003 17:40:36 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1eafh055289; Tue, 14 Jan 2003 17:40:36 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1eZXU055280; Tue, 14 Jan 2003 17:40:35 -0800 (PST) Message-Id: <200301150140.h0F1eZXU055280@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 17:40:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getpmac getpmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 17:40:35 PST Added files: usr.sbin/getpmac getpmac.8 Log: Document getpmac. Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Revision Changes Path 1.1 +56 -0 src/usr.sbin/getpmac/getpmac.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:40:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D88EE37B401; Tue, 14 Jan 2003 17:40:56 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id B937843F5B; Tue, 14 Jan 2003 17:40:55 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 005F53D27; Tue, 14 Jan 2003 20:40:50 -0500 (EST) From: "Dan Langille" To: mich@freebsdcluster.org Date: Tue, 14 Jan 2003 20:40:49 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: ports/sysutils/wtail Makefile distinfo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <3E2475D1.14388.2C0316D0@localhost> In-reply-to: <200301141224.h0ECOtLZ069823@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14 Jan 2003 at 4:24, Jimmy Olgeni wrote: > olgeni 2003/01/14 04:24:55 PST > > Modified files: > sysutils/wtail Makefile distinfo > Log: > Update to version 0.2.2. > > PR: 47040 > Submitted by: Michael L. Hostbaek > > Revision Changes Path > 1.3 +1 -1 ports/sysutils/wtail/Makefile > 1.3 +1 -1 ports/sysutils/wtail/distinfo This is similar to misc/xtail. Should they both be in the same category? -- Dan Langille : http://www.langille.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:43:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CB337B401; Tue, 14 Jan 2003 17:43:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFD743F5F; Tue, 14 Jan 2003 17:43:10 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1h9fh057316; Tue, 14 Jan 2003 17:43:09 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1h9tv057315; Tue, 14 Jan 2003 17:43:09 -0800 (PST) Message-Id: <200301150143.h0F1h9tv057315@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 17:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getpmac Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 17:43:09 PST Modified files: usr.sbin/getpmac Makefile Log: Activate getpmac.8 Revision Changes Path 1.3 +1 -1 src/usr.sbin/getpmac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 17:51:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C2C37B401; Tue, 14 Jan 2003 17:51:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79FD43E4A; Tue, 14 Jan 2003 17:51:19 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F1pJfh060348; Tue, 14 Jan 2003 17:51:19 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F1pICV060347; Tue, 14 Jan 2003 17:51:18 -0800 (PST) Message-Id: <200301150151.h0F1pICV060347@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 14 Jan 2003 17:51:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg_local.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/14 17:51:18 PST Modified files: . cfg_local.pm Log: Add separate log files for crypto, kerberos5 and secure (which would otherwise end up in "user"). There was already one for kerberosIV. Approved by: peter Revision Changes Path 1.15 +3 -0 CVSROOT/cfg_local.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 18: 2:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17B537B401; Tue, 14 Jan 2003 18:02:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FA443F6B; Tue, 14 Jan 2003 18:02:34 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F22Yfh064453; Tue, 14 Jan 2003 18:02:34 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F22Ym4064452; Tue, 14 Jan 2003 18:02:34 -0800 (PST) Message-Id: <200301150202.h0F22Ym4064452@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 18:02:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa spkr.c src/sys/pc98/pc98 spkr.c src/sys/sys libkern.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 18:02:33 PST Modified files: sys/i386/isa spkr.c sys/pc98/pc98 spkr.c sys/sys libkern.h Log: - Add inline functions for {ll,l,}abs() to libkern. - Remove hand rolled abs() functions. Revision Changes Path 1.57 +0 -11 src/sys/i386/isa/spkr.c 1.37 +0 -11 src/sys/pc98/pc98/spkr.c 1.35 +4 -0 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 18:15:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4731137B401; Tue, 14 Jan 2003 18:15:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF48143F13; Tue, 14 Jan 2003 18:15:57 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F2Fvfh068206; Tue, 14 Jan 2003 18:15:57 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F2Fv3o068205; Tue, 14 Jan 2003 18:15:57 -0800 (PST) Message-Id: <200301150215.h0F2Fv3o068205@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 18:15:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mss.c src/sys/isa psm.c src/sys/sparc64/sparc64 db_disasm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 18:15:57 PST Modified files: sys/dev/sound/isa mss.c sys/isa psm.c sys/sparc64/sparc64 db_disasm.c Log: - GC a few more hand-rolled 'abs' macros. - GC a few hand-rolled min()/max() macros while I'm here. Revision Changes Path 1.83 +0 -1 src/sys/dev/sound/isa/mss.c 1.48 +7 -16 src/sys/isa/psm.c 1.6 +0 -2 src/sys/sparc64/sparc64/db_disasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 18:57:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBB937B401; Tue, 14 Jan 2003 18:57:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EA043E4A; Tue, 14 Jan 2003 18:57:40 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F2vdfh079067; Tue, 14 Jan 2003 18:57:39 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F2vdkJ079066; Tue, 14 Jan 2003 18:57:39 -0800 (PST) Message-Id: <200301150257.h0F2vdkJ079066@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 18:57:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile mac.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 18:57:39 PST Modified files: share/man/man4 Makefile Added files: share/man/man4 mac.4 Log: Welcome mac(4), the central source of information for all things MAC. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.187 +1 -0 src/share/man/man4/Makefile 1.1 +131 -0 src/share/man/man4/mac.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 18:59:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65CB37B401; Tue, 14 Jan 2003 18:59:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C55A43E4A; Tue, 14 Jan 2003 18:59:37 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F2xbfh079146; Tue, 14 Jan 2003 18:59:37 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F2xbbV079145; Tue, 14 Jan 2003 18:59:37 -0800 (PST) Message-Id: <200301150259.h0F2xbbV079145@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 18:59:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 mac_biba.4 mac_bsdextended.4 mac_ifoff.4 mac_lomac.4 mac_mls.4 mac_none.4 mac_partition.4 mac_seeotheruids.4 mac_test.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 18:59:36 PST Modified files: share/man/man4 mac_biba.4 mac_bsdextended.4 mac_ifoff.4 mac_lomac.4 mac_mls.4 mac_none.4 mac_partition.4 mac_seeotheruids.4 mac_test.4 Log: Update cross-references to include mac(4). Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.11 +1 -0 src/share/man/man4/mac_biba.4 1.7 +1 -0 src/share/man/man4/mac_bsdextended.4 1.4 +1 -0 src/share/man/man4/mac_ifoff.4 1.3 +1 -0 src/share/man/man4/mac_lomac.4 1.10 +1 -0 src/share/man/man4/mac_mls.4 1.5 +1 -0 src/share/man/man4/mac_none.4 1.6 +2 -1 src/share/man/man4/mac_partition.4 1.5 +1 -0 src/share/man/man4/mac_seeotheruids.4 1.5 +1 -0 src/share/man/man4/mac_test.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 1:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C852C37B401; Tue, 14 Jan 2003 19:01:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F2643F3F; Tue, 14 Jan 2003 19:01:46 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F31kfh079208; Tue, 14 Jan 2003 19:01:46 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F31jei079207; Tue, 14 Jan 2003 19:01:45 -0800 (PST) Message-Id: <200301150301.h0F31jei079207@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:01:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac_text.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:01:45 PST Modified files: lib/libc/posix1e mac_text.3 Log: s/SEE_ALSO/SEE ALSO/ Cross-reference mac(4) and mac(9) Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +1 -0 src/lib/libc/posix1e/mac_text.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 2:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE0137B401; Tue, 14 Jan 2003 19:02:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78ADA43F6B; Tue, 14 Jan 2003 19:02:31 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F32Ufh079308; Tue, 14 Jan 2003 19:02:30 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F32ULu079305; Tue, 14 Jan 2003 19:02:30 -0800 (PST) Message-Id: <200301150302.h0F32ULu079305@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac_set.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:02:30 PST Modified files: lib/libc/posix1e mac_set.3 Log: s/SEE_ALSO/SEE ALSO/ Cross-reference mac(4) and mac(9) Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +4 -2 src/lib/libc/posix1e/mac_set.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 3: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0FCD37B401; Tue, 14 Jan 2003 19:03:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FD443F13; Tue, 14 Jan 2003 19:03:06 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F336fh079365; Tue, 14 Jan 2003 19:03:06 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F336Z8079364; Tue, 14 Jan 2003 19:03:06 -0800 (PST) Message-Id: <200301150303.h0F336Z8079364@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:03:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:03:06 PST Modified files: lib/libc/posix1e mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 Log: Cross-reference mac(4) Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +1 -0 src/lib/libc/posix1e/mac.3 1.5 +1 -0 src/lib/libc/posix1e/mac_free.3 1.5 +1 -0 src/lib/libc/posix1e/mac_get.3 1.5 +1 -0 src/lib/libc/posix1e/mac_is_present_np.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 5:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA04237B401; Tue, 14 Jan 2003 19:05:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6772443F5F; Tue, 14 Jan 2003 19:05:22 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F35Mfh079453; Tue, 14 Jan 2003 19:05:22 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F35Lb5079452; Tue, 14 Jan 2003 19:05:21 -0800 (PST) Message-Id: <200301150305.h0F35Lb5079452@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:05:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac_prepare.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:05:21 PST Added files: lib/libc/posix1e mac_prepare.3 Log: Actually add mac_prepare.3. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.1 +85 -0 src/lib/libc/posix1e/mac_prepare.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 7:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F8837B401; Tue, 14 Jan 2003 19:07:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66CD43F3F; Tue, 14 Jan 2003 19:07:41 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F37ffh079502; Tue, 14 Jan 2003 19:07:41 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F37eFH079501; Tue, 14 Jan 2003 19:07:40 -0800 (PST) Message-Id: <200301150307.h0F37eFH079501@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 Jan 2003 19:07:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_open.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/14 19:07:40 PST Modified files: lib/libc_r/man sem_open.3 Log: Document the named semaphore functions. This could still use a bit of polishing. Revision Changes Path 1.8 +166 -19 src/lib/libc_r/man/sem_open.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19: 9: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C0637B401; Tue, 14 Jan 2003 19:09:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE9243E4A; Tue, 14 Jan 2003 19:09:04 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F394fh079616; Tue, 14 Jan 2003 19:09:04 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F392TA079615; Tue, 14 Jan 2003 19:09:02 -0800 (PST) Message-Id: <200301150309.h0F392TA079615@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:09:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getfmac getfmac.8 src/usr.sbin/getpmac getpmac.8 src/usr.sbin/setfmac setfmac.8 src/usr.sbin/setpmac setpmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:09:02 PST Modified files: usr.sbin/getfmac getfmac.8 usr.sbin/getpmac getpmac.8 usr.sbin/setfmac setfmac.8 usr.sbin/setpmac setpmac.8 Log: Cross-reference mac(4). Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.4 +1 -0 src/usr.sbin/getfmac/getfmac.8 1.2 +1 -0 src/usr.sbin/getpmac/getpmac.8 1.8 +1 -0 src/usr.sbin/setfmac/setfmac.8 1.3 +1 -0 src/usr.sbin/setpmac/setpmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19:10: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2459837B401; Tue, 14 Jan 2003 19:10:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C235D43F1E; Tue, 14 Jan 2003 19:10:03 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F3A3fh079669; Tue, 14 Jan 2003 19:10:03 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F3A2G5079668; Tue, 14 Jan 2003 19:10:02 -0800 (PST) Message-Id: <200301150310.h0F3A2G5079668@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:10:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getfmac getfmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:10:02 PST Modified files: usr.sbin/getfmac getfmac.8 Log: Cross-reference the appropriate mac library functions. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.5 +2 -1 src/usr.sbin/getfmac/getfmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19:12:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F39237B401; Tue, 14 Jan 2003 19:12:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BB643F18; Tue, 14 Jan 2003 19:12:51 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F3Cpfh079757; Tue, 14 Jan 2003 19:12:51 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F3CnTZ079756; Tue, 14 Jan 2003 19:12:49 -0800 (PST) Message-Id: <200301150312.h0F3CnTZ079756@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getfmac getfmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:12:49 PST Modified files: usr.sbin/getfmac getfmac.8 Log: sigh... revert the previous change; this isn't getpmac Pointy hat: chris Revision Changes Path 1.6 +1 -2 src/usr.sbin/getfmac/getfmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19:13:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB4A237B401; Tue, 14 Jan 2003 19:13:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9493943E4A; Tue, 14 Jan 2003 19:13:52 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F3Dpfh079792; Tue, 14 Jan 2003 19:13:51 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F3DoRn079791; Tue, 14 Jan 2003 19:13:50 -0800 (PST) Message-Id: <200301150313.h0F3DoRn079791@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 19:13:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getpmac getpmac.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 19:13:50 PST Modified files: usr.sbin/getpmac getpmac.8 Log: Cross-reference the appropriate mac library functions. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.3 +2 -1 src/usr.sbin/getpmac/getpmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19:16:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EDE537B401; Tue, 14 Jan 2003 19:16:41 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67C243F7C; Tue, 14 Jan 2003 19:16:39 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A88182A89E; Tue, 14 Jan 2003 19:16:39 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser Cc: Andrew Gallatin , John Baldwin , Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030115011342.GA5983@genius.tao.org.uk> Date: Tue, 14 Jan 2003 19:16:39 -0800 From: Peter Wemm Message-Id: <20030115031639.A88182A89E@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > > --PNTmBPCT7hxwcZjr > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Jan 14, 2003 at 03:00:57PM -0800, Peter Wemm wrote: > > >=20 > > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by > > turning machdep.cpu_idle_hlt on and off. I expect the clock throttling > > would make similar differences. For 1U rack-mount systems (especially in > > California) this is a Big Deal. > >=20 > > Which way's the way to reduce the power consumption? I would guess > 'machdep.cpu_idle_hlt=3D1', but as that appears to be the default I > thought I'd ask. Yes, it is the default, but for uniprocessor only. Sorry for not being clear. On SMP, machdep.cpu_idle_hlt=0 since we do not do resched IPI's to wake up the halted cpus, so this is a slight performance loss in mny cases. What I was trying to point out was that the power consumption of P4's varies a *HUGE* amount depending on what it is doing. Clock tweaking should have similar effects. > Joe > --=20 > Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ > FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ > Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= > d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --PNTmBPCT7hxwcZjr > Content-Type: application/pgp-signature > Content-Disposition: inline > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) > > iEYEARECAAYFAj4ktcUACgkQXVIcjOaxUBYeLwCdEVgb4IjnDM0XTmH7cpcojQir > SfIAn2olNbW4mFQv8aXIRrWuXsA4t2bB > =TcBn > -----END PGP SIGNATURE----- > > --PNTmBPCT7hxwcZjr-- > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 19:45:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 253C737B401; Tue, 14 Jan 2003 19:45:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32DC43F79; Tue, 14 Jan 2003 19:45:27 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F3jRfh086238; Tue, 14 Jan 2003 19:45:27 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F3jRvF086237; Tue, 14 Jan 2003 19:45:27 -0800 (PST) Message-Id: <200301150345.h0F3jRvF086237@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 19:45:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa syscons_isa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 19:45:27 PST Modified files: sys/isa syscons_isa.c Log: Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loader tunable and sysctl (hw.syscons.sc_no_suspend_vtswitch). Revision Changes Path 1.21 +19 -9 src/sys/isa/syscons_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 20:21:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB9137B401; Tue, 14 Jan 2003 20:21:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C4943F13; Tue, 14 Jan 2003 20:21:17 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F4LHfh098008; Tue, 14 Jan 2003 20:21:17 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F4LGKZ098004; Tue, 14 Jan 2003 20:21:16 -0800 (PST) Message-Id: <200301150421.h0F4LGKZ098004@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 14 Jan 2003 20:21:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/14 20:21:16 PST Modified files: sys/dev/firewire firewire.c fwohci.c Log: Fix IT DMA underun while bus reset. - Reduce number of DELAY's Revision Changes Path 1.21 +2 -0 src/sys/dev/firewire/firewire.c 1.18 +28 -29 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 20:43:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B6137B401; Tue, 14 Jan 2003 20:43:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8525C43F13; Tue, 14 Jan 2003 20:43:10 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F4hAfh005208; Tue, 14 Jan 2003 20:43:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F4hAfx005207; Tue, 14 Jan 2003 20:43:10 -0800 (PST) Message-Id: <200301150443.h0F4hAfx005207@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Jan 2003 20:43:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gtk2 Makefile distinfo ports/x11-toolkits/py-gtk2/files patch-pygtkcellrenderer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/14 20:43:10 PST Modified files: x11-toolkits/py-gtk2 Makefile distinfo Removed files: x11-toolkits/py-gtk2/files patch-pygtkcellrenderer.c Log: Update to 1.99.14. Revision Changes Path 1.59 +1 -2 ports/x11-toolkits/py-gtk2/Makefile 1.23 +1 -1 ports/x11-toolkits/py-gtk2/distinfo 1.2 +0 -38 ports/x11-toolkits/py-gtk2/files/patch-pygtkcellrenderer.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 20:51:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF5137B401; Tue, 14 Jan 2003 20:51:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CFD43F3F; Tue, 14 Jan 2003 20:51:24 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F4pOfh008334; Tue, 14 Jan 2003 20:51:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F4pOeq008333; Tue, 14 Jan 2003 20:51:24 -0800 (PST) Message-Id: <200301150451.h0F4pOeq008333@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Jan 2003 20:51:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vte Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/14 20:51:24 PST Modified files: x11-toolkits/vte Makefile distinfo pkg-plist Log: Update to 0.10.10. Revision Changes Path 1.10 +2 -1 ports/x11-toolkits/vte/Makefile 1.7 +1 -1 ports/x11-toolkits/vte/distinfo 1.6 +2 -0 ports/x11-toolkits/vte/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 21:14:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D20137B401 for ; Tue, 14 Jan 2003 21:14:18 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 46ADB43F3F for ; Tue, 14 Jan 2003 21:14:17 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 41094 invoked by uid 1000); 15 Jan 2003 05:14:15 -0000 Date: Tue, 14 Jan 2003 21:14:15 -0800 (PST) From: Nate Lawson To: "Matthew N. Dodd" Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/isa syscons_isa.c In-Reply-To: <20030115034531.A542337B491@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, Matthew N. Dodd wrote: > Modified files: > sys/isa syscons_isa.c > Log: > Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loader > tunable and sysctl (hw.syscons.sc_no_suspend_vtswitch). > > Revision Changes Path > 1.21 +19 -9 src/sys/isa/syscons_isa.c Thank you! This will help troubleshoot. Could you doc this in loader.conf also? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 21:26:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F2037B401; Tue, 14 Jan 2003 21:26:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C50143F7B; Tue, 14 Jan 2003 21:26:10 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F5QAfh017799; Tue, 14 Jan 2003 21:26:10 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F5QA9c017798; Tue, 14 Jan 2003 21:26:10 -0800 (PST) Message-Id: <200301150526.h0F5QA9c017798@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Jan 2003 21:26:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/14 21:26:10 PST Modified files: sys/boot/common help.common Log: Minimally document hw.syscons.sc_no_suspend_vtswitch. Requested by: Nate Lawson Revision Changes Path 1.21 +6 -0 src/sys/boot/common/help.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 21:26:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F7737B401; Tue, 14 Jan 2003 21:26:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F6343E4A; Tue, 14 Jan 2003 21:26:24 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F5QNfh017835; Tue, 14 Jan 2003 21:26:23 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F5QNUs017834; Tue, 14 Jan 2003 21:26:23 -0800 (PST) Message-Id: <200301150526.h0F5QNUs017834@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 14 Jan 2003 21:26:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwdev.c iec68113.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/14 21:26:23 PST Modified files: sys/dev/firewire firewire.c fwdev.c iec68113.h Log: Add DV_PAL for PAL users. Revision Changes Path 1.22 +5 -5 src/sys/dev/firewire/firewire.c 1.6 +7 -2 src/sys/dev/firewire/fwdev.c 1.3 +2 -0 src/sys/dev/firewire/iec68113.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 21:28:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8324F37B401; Tue, 14 Jan 2003 21:28:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA6A43F43; Tue, 14 Jan 2003 21:28:51 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F5Sofh017911; Tue, 14 Jan 2003 21:28:51 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F5So71017910; Tue, 14 Jan 2003 21:28:50 -0800 (PST) Message-Id: <200301150528.h0F5So71017910@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 14 Jan 2003 21:28:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire iec68113.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/14 21:28:50 PST Modified files: sys/dev/firewire iec68113.h Log: DV_PAL shouldn't be here. Revision Changes Path 1.4 +0 -2 src/sys/dev/firewire/iec68113.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 21:43:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1369537B401; Tue, 14 Jan 2003 21:43:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D0543E4A; Tue, 14 Jan 2003 21:43:18 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F5hIfh024149; Tue, 14 Jan 2003 21:43:18 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F5hI4S024148; Tue, 14 Jan 2003 21:43:18 -0800 (PST) Message-Id: <200301150543.h0F5hI4S024148@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 14 Jan 2003 21:43:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/newt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2003/01/14 21:43:18 PST Modified files: devel/newt Makefile Log: Disable python and tcl support by default. They are really rarely used and generate too heavy dependencies. WITH_PYTHON and WITH_TCL is still available. Requested by: many Revision Changes Path 1.21 +3 -3 ports/devel/newt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 22: 2:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36BA37B401; Tue, 14 Jan 2003 22:02:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6DA43F75; Tue, 14 Jan 2003 22:02:46 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F62kfh030435; Tue, 14 Jan 2003 22:02:46 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F62kSc030432; Tue, 14 Jan 2003 22:02:46 -0800 (PST) Message-Id: <200301150602.h0F62kSc030432@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 14 Jan 2003 22:02:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2003/01/14 22:02:46 PST Modified files: astro/xearth/files freebsd.committers.markers Log: I leave the multitude of FBSD committers living in Berkeley, CA, and stand up as sole representative (in this file) of committers in lovely (i.e. crime-ridden) East Oakland. Revision Changes Path 1.119 +1 -1 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 22:11:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B607C37B401; Tue, 14 Jan 2003 22:11:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 614AD43E4A; Tue, 14 Jan 2003 22:11:14 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F6BEfh033532; Tue, 14 Jan 2003 22:11:14 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F6BErb033523; Tue, 14 Jan 2003 22:11:14 -0800 (PST) Message-Id: <200301150611.h0F6BErb033523@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 22:11:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 mac.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/14 22:11:13 PST Modified files: share/man/man4 mac.4 Log: Slightly better grammar. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.2 +1 -1 src/share/man/man4/mac.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 22:54:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0B537B401; Tue, 14 Jan 2003 22:54:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5392D43F5B; Tue, 14 Jan 2003 22:54:20 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F6sKfh046128; Tue, 14 Jan 2003 22:54:20 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F6sKMT046127; Tue, 14 Jan 2003 22:54:20 -0800 (PST) Message-Id: <200301150654.h0F6sKMT046127@repoman.freebsd.org> From: Udo Erdelhoff Date: Tue, 14 Jan 2003 22:54:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/installation/common trouble.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/14 22:54:20 PST Modified files: (Branch: RELENG_5_0) release/doc/de_DE.ISO8859-1/installation/common trouble.sgml Log: MFen: Fix the instructions for disabling ACPI Approved by: re@ (blanket) Revision Changes Path 1.5.2.2 +9 -8 src/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 23: 3:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B290C37B401; Tue, 14 Jan 2003 23:03:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF3643F6B; Tue, 14 Jan 2003 23:03:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F73ofh049279; Tue, 14 Jan 2003 23:03:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F73ojP049278; Tue, 14 Jan 2003 23:03:50 -0800 (PST) Message-Id: <200301150703.h0F73ojP049278@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 14 Jan 2003 23:03:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/hackedbox Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/14 23:03:50 PST Modified files: x11-wm/hackedbox Makefile Log: Add missing @dirrm Revision Changes Path 1.51 +4 -0 ports/x11-wm/hackedbox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 14 23:17:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508CA37B401; Tue, 14 Jan 2003 23:17:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBC643ED8; Tue, 14 Jan 2003 23:17:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F7HMfh052501; Tue, 14 Jan 2003 23:17:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F7HMEl052500; Tue, 14 Jan 2003 23:17:22 -0800 (PST) Message-Id: <200301150717.h0F7HMEl052500@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 14 Jan 2003 23:17:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/kdemultimedia3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/14 23:17:22 PST Modified files: multimedia/kdemultimedia3 Makefile Log: Don't use -ffast-math on alpha to work around an apparent compiler bug. Submitted by: will Revision Changes Path 1.74 +3 -1 ports/multimedia/kdemultimedia3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:11:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA10937B401; Wed, 15 Jan 2003 00:11:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BDB43E4A; Wed, 15 Jan 2003 00:11:36 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8Bafh071213; Wed, 15 Jan 2003 00:11:36 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8Ba2E071212; Wed, 15 Jan 2003 00:11:36 -0800 (PST) Message-Id: <200301150811.h0F8Ba2E071212@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 00:11:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 00:11:36 PST Modified files: release/scripts print-cdrom-packages.sh Log: - Add mozilla to the package list since it would be nice to have a browser that a) was from this century, b) is not Opera, and c) doesn't require KDE. - Don't include the compat22 libraries unless the PKG_ARCH is i386. Same goes for compat3x and compat4x for i386 and alpha. - Define PKG_ARCH and make it overridable in the environment. Revision Changes Path 1.40 +13 -4 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:24:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9B37B401; Wed, 15 Jan 2003 00:24:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADAE43F5B; Wed, 15 Jan 2003 00:24:45 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8Ojfh074406; Wed, 15 Jan 2003 00:24:45 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8Ojf4074405; Wed, 15 Jan 2003 00:24:45 -0800 (PST) Message-Id: <200301150824.h0F8Ojf4074405@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 00:24:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 passwd.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 00:24:45 PST Modified files: share/man/man5 passwd.5 Log: Add missing . to mandoc macro PR: docs/47092 Submitted by: SUZUKI Koichi Revision Changes Path 1.40 +1 -1 src/share/man/man5/passwd.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:29:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F95237B401; Wed, 15 Jan 2003 00:29:09 -0800 (PST) Received: from cirb503493.alcatel.com.au (c18609.belrs1.nsw.optusnet.com.au [210.49.80.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B734B43F5F; Wed, 15 Jan 2003 00:29:07 -0800 (PST) (envelope-from peterjeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.5/8.12.5) with ESMTP id h0F8T0LZ002412; Wed, 15 Jan 2003 19:29:01 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost) by cirb503493.alcatel.com.au (8.12.6/8.12.5/Submit) id h0F8T0wJ002411; Wed, 15 Jan 2003 19:29:00 +1100 (EST) Date: Wed, 15 Jan 2003 19:29:00 +1100 From: Peter Jeremy To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Message-ID: <20030115082900.GC88010@cirb503493.alcatel.com.au> References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301131101.h0DB1Lum021477@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 13, 2003 at 03:01:20AM -0800, Jeffrey Hsu wrote: >hsu 2003/01/13 03:01:20 PST > > Modified files: > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > tcp_var.h > Log: > Fix NewReno. Any chance of this being MFC'd to -STABLE? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:31:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0380237B401; Wed, 15 Jan 2003 00:31:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E34943F5B; Wed, 15 Jan 2003 00:31:26 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8VQfh077555; Wed, 15 Jan 2003 00:31:26 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8VQsi077554; Wed, 15 Jan 2003 00:31:26 -0800 (PST) Message-Id: <200301150831.h0F8VQsi077554@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 15 Jan 2003 00:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2003/01/15 00:31:26 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Clarify committer relationships, and what core will take into account when judging complaints brought before core. Requested & reviewed by: core With hat: core-secretary Revision Changes Path 1.149 +9 -3 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:35:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4AC37B401; Wed, 15 Jan 2003 00:35:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A37043F13; Wed, 15 Jan 2003 00:35:11 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8ZBfh077676; Wed, 15 Jan 2003 00:35:11 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8ZAGx077675; Wed, 15 Jan 2003 00:35:10 -0800 (PST) Message-Id: <200301150835.h0F8ZAGx077675@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:35:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile mac.4 mac_biba.4 mac_bsdextended.4 mac_ifoff.4 mac_mls.4 mac_none.4 mac_partition.4 mac_seeotheruids.4 mac_test.4 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:35:10 PST Modified files: (Branch: RELENG_5_0) share/man/man4 Makefile mac_biba.4 mac_bsdextended.4 mac_ifoff.4 mac_mls.4 mac_none.4 mac_partition.4 mac_seeotheruids.4 mac_test.4 Added files: (Branch: RELENG_5_0) share/man/man4 mac.4 Log: Add mac.4. Bring the MAC policy man pages up to HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.180.2.3 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +131 -0 src/share/man/man4/mac.4 (new) 1.5.2.2 +13 -10 src/share/man/man4/mac_biba.4 1.3.2.1 +13 -15 src/share/man/man4/mac_bsdextended.4 1.1.2.1 +5 -3 src/share/man/man4/mac_ifoff.4 1.6.2.1 +9 -7 src/share/man/man4/mac_mls.4 1.2.2.1 +6 -4 src/share/man/man4/mac_none.4 1.2.2.1 +7 -4 src/share/man/man4/mac_partition.4 1.2.2.1 +5 -3 src/share/man/man4/mac_seeotheruids.4 1.2.2.1 +5 -3 src/share/man/man4/mac_test.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:36:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC6F37B401; Wed, 15 Jan 2003 00:36:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9AE243F7B; Wed, 15 Jan 2003 00:36:48 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8amfh077726; Wed, 15 Jan 2003 00:36:48 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8amus077725; Wed, 15 Jan 2003 00:36:48 -0800 (PST) Message-Id: <200301150836.h0F8amus077725@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:36:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mac.9 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:36:48 PST Modified files: (Branch: RELENG_5_0) share/man/man9 mac.9 Log: Bring mac.9 up to HEAD: o Spelling fix o Additional reference to the developers' handbook. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.5.2.1 +5 -1 src/share/man/man9/mac.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:39:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4791237B401; Wed, 15 Jan 2003 00:39:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FA343F81; Wed, 15 Jan 2003 00:39:57 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8dvfh077819; Wed, 15 Jan 2003 00:39:57 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8dvQD077818; Wed, 15 Jan 2003 00:39:57 -0800 (PST) Message-Id: <200301150839.h0F8dvQD077818@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:39:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libugidfw Makefile bsde_get_rule.3 bsde_get_rule_count.3 bsde_parse_rule.3 bsde_rule_to_string.3 libugidfw.3 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:39:57 PST Modified files: (Branch: RELENG_5_0) lib/libugidfw Makefile Added files: (Branch: RELENG_5_0) lib/libugidfw bsde_get_rule.3 bsde_get_rule_count.3 bsde_parse_rule.3 bsde_rule_to_string.3 libugidfw.3 Log: Bring in the libugidfw documentaton from HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.3.2.1 +8 -0 src/lib/libugidfw/Makefile 1.1.2.1 +122 -0 src/lib/libugidfw/bsde_get_rule.3 (new) 1.1.2.1 +90 -0 src/lib/libugidfw/bsde_get_rule_count.3 (new) 1.1.2.1 +99 -0 src/lib/libugidfw/bsde_parse_rule.3 (new) 1.1.2.1 +80 -0 src/lib/libugidfw/bsde_rule_to_string.3 (new) 1.2.2.1 +116 -0 src/lib/libugidfw/libugidfw.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:40: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81D637B406; Wed, 15 Jan 2003 00:40:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0A343F1E; Wed, 15 Jan 2003 00:40:08 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8e8fh078028; Wed, 15 Jan 2003 00:40:08 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8e87d078027; Wed, 15 Jan 2003 00:40:08 -0800 (PST) Message-Id: <200301150840.h0F8e87d078027@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 00:40:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 00:40:08 PST Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: KERNCONF is not recognised by 4.2-STABLE makefiles "before" Feb-2-2001, not "after". Submitted by: Thomas L. Kjeldsen Revision Changes Path 1.96 +1 -1 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:48:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B401837B401; Wed, 15 Jan 2003 00:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6952F43F3F; Wed, 15 Jan 2003 00:48:53 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8mrfh081054; Wed, 15 Jan 2003 00:48:53 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8mrQE081053; Wed, 15 Jan 2003 00:48:53 -0800 (PST) Message-Id: <200301150848.h0F8mrQE081053@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:48:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_prepare.3 mac_set.3 mac_text.3 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:48:53 PST Modified files: (Branch: RELENG_5_0) lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_set.3 mac_text.3 Added files: (Branch: RELENG_5_0) lib/libc/posix1e mac_prepare.3 Log: Bring in mac_prepare.3 from HEAD. Bring the MAC library documentation up to HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.13.2.1 +6 -0 src/lib/libc/posix1e/Makefile.inc 1.6.2.1 +3 -0 src/lib/libc/posix1e/mac.3 1.3.2.1 +4 -1 src/lib/libc/posix1e/mac_free.3 1.3.2.1 +32 -20 src/lib/libc/posix1e/mac_get.3 1.3.2.1 +8 -4 src/lib/libc/posix1e/mac_is_present_np.3 1.1.2.1 +85 -0 src/lib/libc/posix1e/mac_prepare.3 (new) 1.3.2.1 +21 -9 src/lib/libc/posix1e/mac_set.3 1.6.2.1 +3 -3 src/lib/libc/posix1e/mac_text.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:53:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B15E37B401; Wed, 15 Jan 2003 00:53:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BA243E4A; Wed, 15 Jan 2003 00:53:36 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8rafh084154; Wed, 15 Jan 2003 00:53:36 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8raAc084153; Wed, 15 Jan 2003 00:53:36 -0800 (PST) Message-Id: <200301150853.h0F8raAc084153@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:53:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setpmac Makefile setpmac.8 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:53:36 PST Modified files: (Branch: RELENG_5_0) usr.sbin/setpmac Makefile Added files: (Branch: RELENG_5_0) usr.sbin/setpmac setpmac.8 Log: Bring in setpmac.8 from HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.2.2.1 +1 -1 src/usr.sbin/setpmac/Makefile 1.3.2.1 +62 -0 src/usr.sbin/setpmac/setpmac.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:57:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C246B37B401; Wed, 15 Jan 2003 00:57:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A88743F6D; Wed, 15 Jan 2003 00:57:13 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8vDfh084254; Wed, 15 Jan 2003 00:57:13 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8vDqQ084253; Wed, 15 Jan 2003 00:57:13 -0800 (PST) Message-Id: <200301150857.h0F8vDqQ084253@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:57:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getpmac Makefile getpmac.8 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:57:13 PST Modified files: (Branch: RELENG_5_0) usr.sbin/getpmac Makefile Added files: (Branch: RELENG_5_0) usr.sbin/getpmac getpmac.8 Log: Bring in getpmac.8 from HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.2.2.1 +1 -1 src/usr.sbin/getpmac/Makefile 1.3.2.1 +58 -0 src/usr.sbin/getpmac/getpmac.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 0:59:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 919CF37B401; Wed, 15 Jan 2003 00:59:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395C543EB2; Wed, 15 Jan 2003 00:59:45 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8xjfh084337; Wed, 15 Jan 2003 00:59:45 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F8xieL084336; Wed, 15 Jan 2003 00:59:44 -0800 (PST) Message-Id: <200301150859.h0F8xieL084336@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 00:59:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getfmac getfmac.8 X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 00:59:44 PST Modified files: (Branch: RELENG_5_0) usr.sbin/getfmac getfmac.8 Log: Bring getfmac.8 up to HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.3.2.1 +1 -0 src/usr.sbin/getfmac/getfmac.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 1: 2:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFF037B401; Wed, 15 Jan 2003 01:02:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98BD43E4A; Wed, 15 Jan 2003 01:02:10 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F92Afh087424; Wed, 15 Jan 2003 01:02:10 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F92A9g087423; Wed, 15 Jan 2003 01:02:10 -0800 (PST) Message-Id: <200301150902.h0F92A9g087423@repoman.freebsd.org> From: Chris Costello Date: Wed, 15 Jan 2003 01:02:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-syms X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/15 01:02:10 PST Modified files: (Branch: RELENG_5_0) contrib/groff/tmac doc-syms Log: Bring doc-syms up to HEAD: Support for `.Lb libugidfw'. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.41.2.1 +2 -1 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 1:48:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6806037B401; Wed, 15 Jan 2003 01:48:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1141D43F6D; Wed, 15 Jan 2003 01:48:16 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F9mFfh000175; Wed, 15 Jan 2003 01:48:15 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F9mFAm000174; Wed, 15 Jan 2003 01:48:15 -0800 (PST) Message-Id: <200301150948.h0F9mFAm000174@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 15 Jan 2003 01:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_open.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/15 01:48:15 PST Modified files: lib/libc_r/man sem_open.3 Log: Add a missing word. Revision Changes Path 1.9 +1 -1 src/lib/libc_r/man/sem_open.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 2:27:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F302D37B401; Wed, 15 Jan 2003 02:27:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99CBE43F7E; Wed, 15 Jan 2003 02:27:56 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FARufh013212; Wed, 15 Jan 2003 02:27:56 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FARuwV013211; Wed, 15 Jan 2003 02:27:56 -0800 (PST) Message-Id: <200301151027.h0FARuwV013211@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 15 Jan 2003 02:27:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/15 02:27:56 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: The KERNCONF part is a "cut&paste" from kernelconfig chapter and suffers of the same typo: KERNCONF is not recognised by 4.2-STABLE makefiles "before" Feb-2-2001, not "after". Revision Changes Path 1.174 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 2:31:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A299037B401; Wed, 15 Jan 2003 02:31:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C8D43F7B; Wed, 15 Jan 2003 02:31:30 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FAVUfh016287; Wed, 15 Jan 2003 02:31:30 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FAVTq2016286; Wed, 15 Jan 2003 02:31:29 -0800 (PST) Message-Id: <200301151031.h0FAVTq2016286@repoman.freebsd.org> From: Murray Stokely Date: Wed, 15 Jan 2003 02:31:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/15 02:31:29 PST src/contrib/isc-dhcp - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp In directory repoman.freebsd.org:/tmp/cvs-serv15677 Log Message: Import ISC DHCP 3.0.1 RC10 client. Status: Vendor Tag: ISC Release Tags: isc_dhcp_3_0_1_rc10 U src/contrib/isc-dhcp/ANONCVS U src/contrib/isc-dhcp/CHANGES U src/contrib/isc-dhcp/COPYRIGHT U src/contrib/isc-dhcp/Makefile U src/contrib/isc-dhcp/Makefile.conf U src/contrib/isc-dhcp/Makefile.dist U src/contrib/isc-dhcp/README U src/contrib/isc-dhcp/RELNOTES U src/contrib/isc-dhcp/configure U src/contrib/isc-dhcp/site.conf U src/contrib/isc-dhcp/client/Makefile.dist U src/contrib/isc-dhcp/client/clparse.c C src/contrib/isc-dhcp/client/dhclient-script.8 C src/contrib/isc-dhcp/client/dhclient.8 C src/contrib/isc-dhcp/client/dhclient.c U src/contrib/isc-dhcp/client/dhclient.conf C src/contrib/isc-dhcp/client/dhclient.conf.5 C src/contrib/isc-dhcp/client/dhclient.leases.5 C src/contrib/isc-dhcp/client/scripts/freebsd U src/contrib/isc-dhcp/common/Makefile.dist U src/contrib/isc-dhcp/common/alloc.c U src/contrib/isc-dhcp/common/bpf.c U src/contrib/isc-dhcp/common/comapi.c U src/contrib/isc-dhcp/common/conflex.c U src/contrib/isc-dhcp/common/ctrace.c U src/contrib/isc-dhcp/common/dhcp-eval.5 C src/contrib/isc-dhcp/common/dhcp-options.5 U src/contrib/isc-dhcp/common/discover.c U src/contrib/isc-dhcp/common/dispatch.c U src/contrib/isc-dhcp/common/dlpi.c U src/contrib/isc-dhcp/common/dns.c U src/contrib/isc-dhcp/common/ethernet.c U src/contrib/isc-dhcp/common/execute.c U src/contrib/isc-dhcp/common/fddi.c U src/contrib/isc-dhcp/common/icmp.c U src/contrib/isc-dhcp/common/inet.c U src/contrib/isc-dhcp/common/lpf.c U src/contrib/isc-dhcp/common/memory.c U src/contrib/isc-dhcp/common/nit.c U src/contrib/isc-dhcp/common/options.c U src/contrib/isc-dhcp/common/packet.c U src/contrib/isc-dhcp/common/parse.c U src/contrib/isc-dhcp/common/print.c U src/contrib/isc-dhcp/common/raw.c U src/contrib/isc-dhcp/common/tr.c U src/contrib/isc-dhcp/common/resolv.c U src/contrib/isc-dhcp/common/socket.c U src/contrib/isc-dhcp/common/tables.c U src/contrib/isc-dhcp/common/tree.c U src/contrib/isc-dhcp/common/upf.c U src/contrib/isc-dhcp/contrib/3.0b1-lease-convert U src/contrib/isc-dhcp/contrib/sethostname.sh U src/contrib/isc-dhcp/dst/Makefile.dist U src/contrib/isc-dhcp/dst/base64.c U src/contrib/isc-dhcp/dst/dst_api.c U src/contrib/isc-dhcp/dst/dst_internal.h U src/contrib/isc-dhcp/dst/dst_support.c U src/contrib/isc-dhcp/dst/hmac_link.c U src/contrib/isc-dhcp/dst/md5.h U src/contrib/isc-dhcp/dst/md5_dgst.c U src/contrib/isc-dhcp/dst/md5_locl.h U src/contrib/isc-dhcp/dst/prandom.c U src/contrib/isc-dhcp/includes/cdefs.h U src/contrib/isc-dhcp/includes/ctrace.h U src/contrib/isc-dhcp/includes/dhcp.h U src/contrib/isc-dhcp/includes/dhcpd.h U src/contrib/isc-dhcp/includes/dhctoken.h U src/contrib/isc-dhcp/includes/failover.h U src/contrib/isc-dhcp/includes/inet.h U src/contrib/isc-dhcp/includes/osdep.h U src/contrib/isc-dhcp/includes/site.h U src/contrib/isc-dhcp/includes/statement.h U src/contrib/isc-dhcp/includes/tree.h U src/contrib/isc-dhcp/includes/version.h U src/contrib/isc-dhcp/includes/cf/freebsd.h U src/contrib/isc-dhcp/includes/arpa/nameser.h U src/contrib/isc-dhcp/includes/arpa/nameser_compat.h U src/contrib/isc-dhcp/includes/isc-dhcp/boolean.h U src/contrib/isc-dhcp/includes/isc-dhcp/dst.h U src/contrib/isc-dhcp/includes/isc-dhcp/int.h U src/contrib/isc-dhcp/includes/isc-dhcp/lang.h U src/contrib/isc-dhcp/includes/isc-dhcp/list.h U src/contrib/isc-dhcp/includes/isc-dhcp/result.h U src/contrib/isc-dhcp/includes/isc-dhcp/types.h U src/contrib/isc-dhcp/includes/minires/minires.h U src/contrib/isc-dhcp/includes/minires/res_update.h U src/contrib/isc-dhcp/includes/minires/resolv.h U src/contrib/isc-dhcp/includes/netinet/if_ether.h U src/contrib/isc-dhcp/includes/netinet/ip.h U src/contrib/isc-dhcp/includes/netinet/ip_icmp.h U src/contrib/isc-dhcp/includes/netinet/udp.h U src/contrib/isc-dhcp/includes/omapip/alloc.h U src/contrib/isc-dhcp/includes/omapip/buffer.h U src/contrib/isc-dhcp/includes/omapip/convert.h U src/contrib/isc-dhcp/includes/omapip/hash.h U src/contrib/isc-dhcp/includes/omapip/omapip.h U src/contrib/isc-dhcp/includes/omapip/omapip_p.h U src/contrib/isc-dhcp/includes/omapip/trace.h U src/contrib/isc-dhcp/minires/Makefile.dist U src/contrib/isc-dhcp/minires/ns_date.c U src/contrib/isc-dhcp/minires/ns_name.c U src/contrib/isc-dhcp/minires/ns_parse.c U src/contrib/isc-dhcp/minires/ns_samedomain.c U src/contrib/isc-dhcp/minires/ns_sign.c U src/contrib/isc-dhcp/minires/ns_verify.c U src/contrib/isc-dhcp/minires/res_comp.c U src/contrib/isc-dhcp/minires/res_findzonecut.c U src/contrib/isc-dhcp/minires/res_init.c U src/contrib/isc-dhcp/minires/res_mkquery.c U src/contrib/isc-dhcp/minires/res_mkupdate.c U src/contrib/isc-dhcp/minires/res_query.c U src/contrib/isc-dhcp/minires/res_send.c U src/contrib/isc-dhcp/minires/res_sendsigned.c U src/contrib/isc-dhcp/minires/res_update.c U src/contrib/isc-dhcp/omapip/Makefile.dist U src/contrib/isc-dhcp/omapip/alloc.c U src/contrib/isc-dhcp/omapip/array.c U src/contrib/isc-dhcp/omapip/auth.c U src/contrib/isc-dhcp/omapip/buffer.c U src/contrib/isc-dhcp/omapip/connection.c U src/contrib/isc-dhcp/omapip/convert.c U src/contrib/isc-dhcp/omapip/dispatch.c U src/contrib/isc-dhcp/omapip/errwarn.c U src/contrib/isc-dhcp/omapip/generic.c U src/contrib/isc-dhcp/omapip/handle.c U src/contrib/isc-dhcp/omapip/hash.c U src/contrib/isc-dhcp/omapip/inet_addr.c U src/contrib/isc-dhcp/omapip/listener.c U src/contrib/isc-dhcp/omapip/message.c U src/contrib/isc-dhcp/omapip/mrtrace.c U src/contrib/isc-dhcp/omapip/omapi.3 U src/contrib/isc-dhcp/omapip/protocol.c U src/contrib/isc-dhcp/omapip/result.c U src/contrib/isc-dhcp/omapip/support.c U src/contrib/isc-dhcp/omapip/test.c U src/contrib/isc-dhcp/omapip/toisc.c U src/contrib/isc-dhcp/omapip/trace.c U src/contrib/isc-dhcp/tests/failover/dhcp-1.cf U src/contrib/isc-dhcp/tests/failover/dhcp-2.cf U src/contrib/isc-dhcp/tests/failover/new-failover 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/isc-dhcp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 2:44: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86FED37B401; Wed, 15 Jan 2003 02:44:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF0D43ED8; Wed, 15 Jan 2003 02:44:06 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FAi6fh019524; Wed, 15 Jan 2003 02:44:06 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FAi5pQ019523; Wed, 15 Jan 2003 02:44:05 -0800 (PST) Message-Id: <200301151044.h0FAi5pQ019523@repoman.freebsd.org> From: Murray Stokely Date: Wed, 15 Jan 2003 02:44:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/15 02:44:05 PST Modified files: contrib/isc-dhcp/client dhclient.c Log: Resolve conflicts. (import approved by: re) Revision Changes Path 1.23 +15 -15 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 2:47:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5245837B401; Wed, 15 Jan 2003 02:47:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EA043EB2; Wed, 15 Jan 2003 02:47:32 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FAlWfh019672; Wed, 15 Jan 2003 02:47:32 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FAlW7f019671; Wed, 15 Jan 2003 02:47:32 -0800 (PST) Message-Id: <200301151047.h0FAlW7f019671@repoman.freebsd.org> From: Murray Stokely Date: Wed, 15 Jan 2003 02:47:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient-script.8 dhclient.8 dhclient.conf.5 dhclient.leases.5 src/contrib/isc-dhcp/client/scripts freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/15 02:47:32 PST Modified files: contrib/isc-dhcp/client dhclient-script.8 dhclient.8 dhclient.conf.5 dhclient.leases.5 contrib/isc-dhcp/client/scripts freebsd Log: Resolve conflicts. Revision Changes Path 1.9 +1 -0 src/contrib/isc-dhcp/client/dhclient-script.8 1.11 +1 -1 src/contrib/isc-dhcp/client/dhclient.8 1.11 +6 -5 src/contrib/isc-dhcp/client/dhclient.conf.5 1.4 +1 -0 src/contrib/isc-dhcp/client/dhclient.leases.5 1.21 +9 -3 src/contrib/isc-dhcp/client/scripts/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 3:21:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6A237B401; Wed, 15 Jan 2003 03:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A846243F3F; Wed, 15 Jan 2003 03:21:52 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FBLqfh032436; Wed, 15 Jan 2003 03:21:52 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FBLqnx032435; Wed, 15 Jan 2003 03:21:52 -0800 (PST) Message-Id: <200301151121.h0FBLqnx032435@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 15 Jan 2003 03:21:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/15 03:21:52 PST Modified files: ftp/curl Makefile distinfo Log: Update to curl-7.10.3. There is a minor problem with the lib503 and lib504 tests on some FreeBSD versions, but the major bulk of the functionality is there, and it is still an improvement over 7.10.2 :) Not functionally tested on: ia64; there is no spoon.. er.. perl5 on pluto1.FreeBSD.org for the present. Revision Changes Path 1.47 +1 -1 ports/ftp/curl/Makefile 1.28 +1 -1 ports/ftp/curl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 3:25: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACA237B401; Wed, 15 Jan 2003 03:25:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E69C43EB2; Wed, 15 Jan 2003 03:25:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FBP6fh032543; Wed, 15 Jan 2003 03:25:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FBP6Bd032542; Wed, 15 Jan 2003 03:25:06 -0800 (PST) Message-Id: <200301151125.h0FBP6Bd032542@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Jan 2003 03:25:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/sbcl Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/15 03:25:06 PST Modified files: lang Makefile Added files: lang/sbcl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Steel Bank Common Lisp Revision Changes Path 1.325 +1 -0 ports/lang/Makefile 1.1 +51 -0 ports/lang/sbcl/Makefile (new) 1.1 +2 -0 ports/lang/sbcl/distinfo (new) 1.1 +1 -0 ports/lang/sbcl/pkg-comment (new) 1.1 +5 -0 ports/lang/sbcl/pkg-descr (new) 1.1 +29 -0 ports/lang/sbcl/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 3:26:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6364737B401; Wed, 15 Jan 2003 03:26:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F98943F18; Wed, 15 Jan 2003 03:26:55 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FBQsfh032598; Wed, 15 Jan 2003 03:26:54 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FBQsbe032597; Wed, 15 Jan 2003 03:26:54 -0800 (PST) Message-Id: <200301151126.h0FBQsbe032597@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Jan 2003 03:26:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/15 03:26:54 PST Modified files: . modules Log: sbcl -> ports/lang/sbcl Revision Changes Path 1.6466 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 3:28:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A8F37B401; Wed, 15 Jan 2003 03:28:57 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EE143F3F; Wed, 15 Jan 2003 03:28:57 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 7DDB95374; Wed, 15 Jan 2003 12:28:54 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules References: <200301151126.h0FBQsbe032597@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Jan 2003 12:28:54 +0100 In-Reply-To: <200301151126.h0FBQsbe032597@repoman.freebsd.org> (Dag-Erling Smorgrav's message of "Wed, 15 Jan 2003 03:26:54 -0800 (PST)") Message-ID: Lines: 18 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > Log: > sbcl -> ports/lang/sbcl How, exactly, do I get addport to do this for me? I get [...] Host key verification failed. Checking out the modules database... cvs [checkout aborted]: end of file from server (consult above messages if any) Host key verification failed. cvs [checkout aborted]: end of file from server (consult above messages if any) failed. ../Tools/scripts/addport: adding port to modules failed, aborting. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 3:45:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9C537B401; Wed, 15 Jan 2003 03:45:52 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA1843F1E; Wed, 15 Jan 2003 03:45:51 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.5/8.12.5) with ESMTP id h0FBjnTJ029532; Wed, 15 Jan 2003 14:45:49 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Wed, 15 Jan 2003 14:45:49 +0300 (MSK) From: Dmitry Morozovsky To: Peter Wemm Cc: cvs-all@FreeBSD.ORG, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030114230057.81B422A89E@canning.wemm.org> Message-ID: <20030115144353.U70329@woozle.rinet.ru> References: <20030114230057.81B422A89E@canning.wemm.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, Peter Wemm wrote: PW> FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's simply by PW> turning machdep.cpu_idle_hlt on and off. I expect the clock throttling PW> would make similar differences. For 1U rack-mount systems (especially in PW> California) this is a Big Deal. Slight off-topic: Peter, what would you think about the idea of making a couple of FreeBSD-at-Yahoo colocation photos and put 'em to www/internal? I suppose thousands of FreeBSD hackers would love it ;-) Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 4:17:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FE937B401; Wed, 15 Jan 2003 04:17:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF7443E4A; Wed, 15 Jan 2003 04:17:17 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FCHHfh048297; Wed, 15 Jan 2003 04:17:17 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FCHHgm048296; Wed, 15 Jan 2003 04:17:17 -0800 (PST) Message-Id: <200301151217.h0FCHHgm048296@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 15 Jan 2003 04:17:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/15 04:17:16 PST Modified files: Mk bsd.sites.mk Log: Chase MASTER_SITE_REDHAT_LINUX. PR: 47100 Submitted by: Ulrich Spoerlein Revision Changes Path 1.125 +2 -2 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 4:18: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 271A937B401; Wed, 15 Jan 2003 04:18:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C6543F13; Wed, 15 Jan 2003 04:18:04 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FCI4fh048338; Wed, 15 Jan 2003 04:18:04 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FCI44J048337; Wed, 15 Jan 2003 04:18:04 -0800 (PST) Message-Id: <200301151218.h0FCI44J048337@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Jan 2003 04:18:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/15 04:18:04 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Whitespace cleanup. Revision Changes Path 1.150 +663 -663 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 4:29:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED18B37B401; Wed, 15 Jan 2003 04:29:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9623C43F5B; Wed, 15 Jan 2003 04:29:37 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FCTbfh051523; Wed, 15 Jan 2003 04:29:37 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FCTbXB051520; Wed, 15 Jan 2003 04:29:37 -0800 (PST) Message-Id: <200301151229.h0FCTbXB051520@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 04:29:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_auth_pgsql Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 04:29:37 PST Modified files: www/mod_auth_pgsql Makefile Log: libpq.so.3 is it these days PR: ports/47094 Submitted by: Igor Roboul Revision Changes Path 1.10 +1 -1 ports/www/mod_auth_pgsql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 4:34:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4357C37B401; Wed, 15 Jan 2003 04:34:09 -0800 (PST) Received: from gpo.schools.net.au (ns1.schnet.edu.au [203.2.135.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C8D43EB2; Wed, 15 Jan 2003 04:34:08 -0800 (PST) (envelope-from joshua@shallow.net) Received: from yello.shallow.net (yello.shallow.net [203.18.243.120]) by gpo.schools.net.au (Postfix) with ESMTP id 51E76AF9D6; Wed, 15 Jan 2003 23:31:47 +1100 (EST) Received: by yello.shallow.net (Postfix, from userid 1001) id 86F832A6B; Wed, 15 Jan 2003 23:32:54 +1100 (EST) Date: Wed, 15 Jan 2003 23:32:54 +1100 From: Joshua Goodall To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20030115123254.GA14288@roughtrade.net> References: <200301150811.h0F8Ba2E071212@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301150811.h0F8Ba2E071212@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 12:11:36AM -0800, Scott Long wrote: > scottl 2003/01/15 00:11:36 PST > > Modified files: > release/scripts print-cdrom-packages.sh > Log: > - Add mozilla to the package list since it would be nice to have a browser > that a) was from this century, b) is not Opera, and c) doesn't require > KDE. www/dillo ? (with the distinct credit of weighing in at 1% of Mozilla's packaged size) Joshua. -- Joshua Goodall joshua@roughtrade.net "Your byte hit ratio is weak, old man" "If you cache me now, I will dump more core than you can possibly imagine" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:12:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F5237B401; Wed, 15 Jan 2003 05:12:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F2443F13; Wed, 15 Jan 2003 05:12:13 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDCDfh067083; Wed, 15 Jan 2003 05:12:13 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDCDEG067082; Wed, 15 Jan 2003 05:12:13 -0800 (PST) Message-Id: <200301151312.h0FDCDEG067082@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 15 Jan 2003 05:12:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons_pc98.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/15 05:12:13 PST Modified files: sys/pc98/pc98 syscons_pc98.c Log: Merged from sys/isa/syscons_isa.c revision 1.21. Revision Changes Path 1.18 +19 -8 src/sys/pc98/pc98/syscons_pc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:20:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E4837B401; Wed, 15 Jan 2003 05:20:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1440A43F87; Wed, 15 Jan 2003 05:20:11 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDKAfh067647; Wed, 15 Jan 2003 05:20:10 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDKAQ4067646; Wed, 15 Jan 2003 05:20:10 -0800 (PST) Message-Id: <200301151320.h0FDKAQ4067646@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 Jan 2003 05:20:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Twig Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/15 05:20:10 PST Modified files: textproc/p5-XML-Twig Makefile distinfo Log: Update to 3.09 Approved by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/p5-XML-Twig/Makefile 1.4 +1 -1 ports/textproc/p5-XML-Twig/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:21:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB65C37B401; Wed, 15 Jan 2003 05:21:55 -0800 (PST) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8970843F3F; Wed, 15 Jan 2003 05:21:49 -0800 (PST) (envelope-from dcs@tcoip.com.br) Received: from tcoip.com.br ([10.0.2.6]) by mail.tcoip.com.br (8.11.6/8.11.6) with ESMTP id h0FDLbf18190; Wed, 15 Jan 2003 11:21:37 -0200 Message-ID: <3E256061.8080506@tcoip.com.br> Date: Wed, 15 Jan 2003 11:21:37 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021212 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common help.common References: <200301150526.h0F5QA9c017798@repoman.freebsd.org> In-Reply-To: <200301150526.h0F5QA9c017798@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew N. Dodd wrote: > mdodd 2003/01/14 21:26:10 PST > > Modified files: > sys/boot/common help.common > Log: > Minimally document hw.syscons.sc_no_suspend_vtswitch. > > Requested by: Nate Lawson > > Revision Changes Path > 1.21 +6 -0 src/sys/boot/common/help.common Actually, the file most people look at is src/sys/boot/forth/loader.conf, which is installed on /boot/defaults/loader.conf and is documented in src/sys/boot/forth/loader.conf.5 (though people never touch the man page). -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br Outros: dcs@newsguy.com dcs@freebsd.org capo@notorious.bsdconspiracy.net Speak softly and own a big, mean doberman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:30:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1960E37B401; Wed, 15 Jan 2003 05:30:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32AC43F13; Wed, 15 Jan 2003 05:30:50 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDUofh072438; Wed, 15 Jan 2003 05:30:50 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDUofd072437; Wed, 15 Jan 2003 05:30:50 -0800 (PST) Message-Id: <200301151330.h0FDUofd072437@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 Jan 2003 05:30:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-xmltv Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/15 05:30:50 PST Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist Log: Update to 0.5.6 Revision Changes Path 1.5 +7 -2 ports/textproc/p5-xmltv/Makefile 1.3 +1 -1 ports/textproc/p5-xmltv/distinfo 1.3 +3 -1 ports/textproc/p5-xmltv/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:39:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64CA337B401; Wed, 15 Jan 2003 05:39:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D61F43F5B; Wed, 15 Jan 2003 05:39:25 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDdOfh073541; Wed, 15 Jan 2003 05:39:24 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDdOtc073540; Wed, 15 Jan 2003 05:39:24 -0800 (PST) Message-Id: <200301151339.h0FDdOtc073540@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 15 Jan 2003 05:39:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/flood Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/15 05:39:24 PST Modified files: www/flood Makefile Log: Oops, fix $MASTER_SITE to point my $MASTER_SITE_LOCAL. Revision Changes Path 1.2 +2 -1 ports/www/flood/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:41:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC4037B401; Wed, 15 Jan 2003 05:41:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE6E43F43; Wed, 15 Jan 2003 05:41:18 -0800 (PST) (envelope-from emoore@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDfIfh076593; Wed, 15 Jan 2003 05:41:18 -0800 (PST) (envelope-from emoore@repoman.freebsd.org) Received: (from emoore@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDfITI076592; Wed, 15 Jan 2003 05:41:18 -0800 (PST) Message-Id: <200301151341.h0FDfITI076592@repoman.freebsd.org> From: Eric Moore Date: Wed, 15 Jan 2003 05:41:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG emoore 2003/01/15 05:41:18 PST Modified files: (Branch: RELENG_4) sys/dev/amr amr.c Log: Fix for DELL PERC firmware. Driver was hanging during load time; this attributed to the mailbox busy byte not being set prior to issuing a polling command. Revision Changes Path 1.7.2.13 +17 -3 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 5:50:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FD137B401; Wed, 15 Jan 2003 05:50:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF15743F3F; Wed, 15 Jan 2003 05:50:10 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FDoAfh077075; Wed, 15 Jan 2003 05:50:10 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FDoAjj077070; Wed, 15 Jan 2003 05:50:10 -0800 (PST) Message-Id: <200301151350.h0FDoAjj077070@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 15 Jan 2003 05:50:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-rmail Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/15 05:50:10 PST Modified files: mail/ruby-rmail Makefile distinfo pkg-plist Log: Update to 0.12. Revision Changes Path 1.9 +3 -3 ports/mail/ruby-rmail/Makefile 1.8 +1 -1 ports/mail/ruby-rmail/distinfo 1.9 +90 -58 ports/mail/ruby-rmail/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6: 9:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82F537B401; Wed, 15 Jan 2003 06:09:51 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2860243F1E; Wed, 15 Jan 2003 06:09:51 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id h0FE9iP4095667; Wed, 15 Jan 2003 09:09:44 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 15 Jan 2003 09:09:43 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: Wilko Bulte , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 Jan 2003, John Baldwin wrote: > This was on my laptop with the power plugged in, but you could do the > same on a desktop machine. Eventually we may define more complex > policies that slow the CPU down to conserve power if the system is > largely idle for example. There's been a fair amount of interesting work on this in the Linux scheduler/power communities that we might want to read up on when we do decide to try to tackle this. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:23:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C744537B401; Wed, 15 Jan 2003 06:23:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA8643ED8; Wed, 15 Jan 2003 06:23:53 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FENrfh089269; Wed, 15 Jan 2003 06:23:53 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FENrIH089268; Wed, 15 Jan 2003 06:23:53 -0800 (PST) Message-Id: <200301151423.h0FENrIH089268@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2003 06:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/15 06:23:53 PST Modified files: (Branch: RELENG_4) . UPDATING release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix a typo (s/stdio/stdin/). Discussed on: -doc Revision Changes Path 1.73.2.77 +1 -1 src/UPDATING 1.22.2.321 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:42:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D4137B401; Wed, 15 Jan 2003 06:42:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9FA43F18; Wed, 15 Jan 2003 06:42:22 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEgMfh095542; Wed, 15 Jan 2003 06:42:22 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEgMFO095541; Wed, 15 Jan 2003 06:42:22 -0800 (PST) Message-Id: <200301151442.h0FEgMFO095541@repoman.freebsd.org> From: MANTANI Nobutaka Date: Wed, 15 Jan 2003 06:42:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mplusfonts Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2003/01/15 06:42:22 PST Modified files: japanese/mplusfonts Makefile pkg-comment pkg-descr Log: Change DOCSDIR. Correct pkg-comment and pkg-descr. Submitted by: maintainer Revision Changes Path 1.2 +2 -0 ports/japanese/mplusfonts/Makefile 1.2 +1 -1 ports/japanese/mplusfonts/pkg-comment 1.2 +1 -1 ports/japanese/mplusfonts/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:53:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 719FF37B401; Wed, 15 Jan 2003 06:53:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EA743F5F; Wed, 15 Jan 2003 06:53:19 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FErIfh098740; Wed, 15 Jan 2003 06:53:18 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FErIOi098739; Wed, 15 Jan 2003 06:53:18 -0800 (PST) Message-Id: <200301151453.h0FErIOi098739@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 06:53:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 06:53:18 PST Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent Log: Add an entity for the freebsd-ports-bugs list. This is the address that will receive PR notifications for ports stuff from now on. Revision Changes Path 1.10 +3 -0 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:54:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69FA437B401; Wed, 15 Jan 2003 06:54:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA6043E4A; Wed, 15 Jan 2003 06:54:43 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEsgfh098792; Wed, 15 Jan 2003 06:54:42 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEsgDQ098791; Wed, 15 Jan 2003 06:54:42 -0800 (PST) Message-Id: <200301151454.h0FEsgDQ098791@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 06:54:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qextmdi Makefile pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 06:54:42 PST Modified files: devel/qextmdi Makefile pkg-descr pkg-plist Log: - Remove conflict with kde3libs by installing include files into a different directory - Use PLIST_SUB - Don't build the examples - Bump PORTREVISION - Update Maintainers Emailaddress PR: 47022, 47049 Submitted by: Roland Jesse (maintainer) Revision Changes Path 1.2 +30 -16 ports/devel/qextmdi/Makefile 1.2 +0 -1 ports/devel/qextmdi/pkg-descr 1.2 +19 -19 ports/devel/qextmdi/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:55:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716C037B401; Wed, 15 Jan 2003 06:55:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EF943F3F; Wed, 15 Jan 2003 06:55:09 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEt8fh098826; Wed, 15 Jan 2003 06:55:08 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEt8GZ098825; Wed, 15 Jan 2003 06:55:08 -0800 (PST) Message-Id: <200301151455.h0FEt8GZ098825@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 06:55:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 06:55:08 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Use the proper entity for the freebsd-ports@ list Revision Changes Path 1.263 +1 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:56:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A69137B401; Wed, 15 Jan 2003 06:56:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E68F043EB2; Wed, 15 Jan 2003 06:56:25 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEuPfh098880; Wed, 15 Jan 2003 06:56:25 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEuPnF098879; Wed, 15 Jan 2003 06:56:25 -0800 (PST) Message-Id: <200301151456.h0FEuPnF098879@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 06:56:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xpdf Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 06:56:25 PST Modified files: japanese/xpdf Makefile distinfo Log: Update checksum. Difference with old one is updating EUC-Unicode mapping table. No response from: maintainer(mita) Revision Changes Path 1.3 +1 -0 ports/japanese/xpdf/Makefile 1.2 +1 -1 ports/japanese/xpdf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:58: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5699037B401; Wed, 15 Jan 2003 06:58:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E4843EB2; Wed, 15 Jan 2003 06:58:08 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEw7fh098939; Wed, 15 Jan 2003 06:58:07 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEw7dI098938; Wed, 15 Jan 2003 06:58:07 -0800 (PST) Message-Id: <200301151458.h0FEw7dI098938@repoman.freebsd.org> From: David Xu Date: Wed, 15 Jan 2003 06:58:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2003/01/15 06:58:07 PST Modified files: sys/kern subr_bus.c Log: Don't forget to disconnect object from class. Revision Changes Path 1.121 +3 -2 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 6:58:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB10B37B401; Wed, 15 Jan 2003 06:58:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903F543EB2; Wed, 15 Jan 2003 06:58:32 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FEwWfh098976; Wed, 15 Jan 2003 06:58:32 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FEwWAX098975; Wed, 15 Jan 2003 06:58:32 -0800 (PST) Message-Id: <200301151458.h0FEwWAX098975@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 06:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 06:58:32 PST Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Add a reference to &a.ports-bugs; for PR notifications. Revision Changes Path 1.184 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 7:10:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3806A37B401; Wed, 15 Jan 2003 07:10:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D363E43E4A; Wed, 15 Jan 2003 07:10:43 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FFAhfh004083; Wed, 15 Jan 2003 07:10:43 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FFAhqg004077; Wed, 15 Jan 2003 07:10:43 -0800 (PST) Message-Id: <200301151510.h0FFAhqg004077@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 07:10:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 07:10:43 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: Prepare to make the errata file on HEAD serve as the on-line (mutable) errata document for 5.0-RELEASE, since that is the development branch on which 5.0-RELEASE is based. This change consists primarily of whitespace diff reductions to RELENG_4 plus deleting some text that isn't really applicable. Revision Changes Path 1.13 +7 -28 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 7:15:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3300E37B401; Wed, 15 Jan 2003 07:15:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDAE43F18; Wed, 15 Jan 2003 07:15:09 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FFF9fh005418; Wed, 15 Jan 2003 07:15:09 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FFF9eK005417; Wed, 15 Jan 2003 07:15:09 -0800 (PST) Message-Id: <200301151515.h0FFF9eK005417@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 07:15:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 07:15:09 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: More prep work for the errata file. Simulate the effects of a version number bump for just the errata document. This change will be backed out in a few days, during the post release version number bump for the release documentation. Revision Changes Path 1.14 +5 -5 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 7:19:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB58C37B406; Wed, 15 Jan 2003 07:19:42 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0189043F5F; Wed, 15 Jan 2003 07:19:41 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0FFJfnN036232 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 15 Jan 2003 07:19:41 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <178a01c2bca9$86cd6da0$5a557f42@errno.com> From: "Sam Leffler" To: "David Xu" , , References: <200301151458.h0FEw7dI098938@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/kern subr_bus.c Date: Wed, 15 Jan 2003 07:19:40 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > davidxu 2003/01/15 06:58:07 PST > > Modified files: > sys/kern subr_bus.c > Log: > Don't forget to disconnect object from class. > > Revision Changes Path > 1.121 +3 -2 src/sys/kern/subr_bus.c > http://cvsweb.FreeBSD.org/src/sys/kern/subr_bus.c.diff?r1=1.120&r2=1.121 > Can you say more please; e.g. how did you find this and/or what this fixes? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 7:20:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3345237B401; Wed, 15 Jan 2003 07:20:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE36B43EB2; Wed, 15 Jan 2003 07:20:50 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FFKofh007412; Wed, 15 Jan 2003 07:20:50 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FFKo9J007411; Wed, 15 Jan 2003 07:20:50 -0800 (PST) Message-Id: <200301151520.h0FFKo9J007411@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 07:20:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 07:20:50 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: MFR50: Synchronize the content of the errata file with RELENG_5_0. article.sgml 1.9.2.4 At this point, the errata file on HEAD should contain the same content as for RELENG_5_0, but be compatible with the SGML entities and other infrastructure on HEAD. We can now add content here and it will appear as post-release errata. Revision Changes Path 1.15 +62 -4 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8: 0:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC0E37B401; Wed, 15 Jan 2003 08:00:52 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB9C43EB2; Wed, 15 Jan 2003 08:00:44 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id h0FG0gGY081032; Wed, 15 Jan 2003 18:00:42 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id h0FG0exZ081027; Wed, 15 Jan 2003 18:00:40 +0200 (EET) Date: Wed, 15 Jan 2003 18:00:39 +0200 From: Alexandr Kovalenko To: Scott Long Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20030115160039.GB78239@nevermind.kiev.ua> References: <200301150811.h0F8Ba2E071212@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200301150811.h0F8Ba2E071212@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Scott Long! On Wed, Jan 15, 2003 at 12:11:36AM -0800, you wrote: > scottl 2003/01/15 00:11:36 PST > > Modified files: > release/scripts print-cdrom-packages.sh > Log: > - Add mozilla to the package list since it would be nice to have a browser > that a) was from this century, b) is not Opera, and c) doesn't require > KDE. Could you please also add converters/enca -- it is automatic text detector and convertor. Would be very useful for pine users because of: * recognises following 8bit charsets: o Belarussian: CP1251, IBM866, ISO-8859-5, KOI8-UNI, maccyr, IBM855 o Czech: ISO-8859-2, KEYBCS2, IBM852, macce, KOI-8_CS_2, CP1250, Cork o Polish: ISO-8859-2, IBM852, macce, ISO-8859-13, ISO-8859-16, CP1250, baltic, Cork o Russian: KOI8-R, IBM866, CP1251, ISO-8859-5, maccyr o Slovak: CP1250, KEYBCS2, IBM852, macce, KOI-8_CS_2, ISO-8859-2, Cork o Ukrainian: CP1251, IBM855, ISO-8859-5, KOI8-U, maccyr, CP1125 * recognises several multibyte encodings: UCS-2, UCS-4, UTF-8, UTF-7 and TeX accents * recognises all common EOL types, byte orders and also Quoted-printables * detects files accidentaly converted twice to UTF-8 from some 8bit encoding -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:10:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D016637B401; Wed, 15 Jan 2003 08:10:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778C043EB2; Wed, 15 Jan 2003 08:10:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGATfh022447; Wed, 15 Jan 2003 08:10:29 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGATpf022446; Wed, 15 Jan 2003 08:10:29 -0800 (PST) Message-Id: <200301151610.h0FGATpf022446@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 08:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 08:10:29 PST Modified files: usr.sbin/sysinstall dist.c Log: Move the realloc outside the inner loop. This reduces the number of times we do the realloc. Revision Changes Path 1.217 +1 -1 src/usr.sbin/sysinstall/dist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:16:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A18837B401; Wed, 15 Jan 2003 08:16:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CE043F5B; Wed, 15 Jan 2003 08:16:34 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGGYfh024306; Wed, 15 Jan 2003 08:16:34 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGGYs6024305; Wed, 15 Jan 2003 08:16:34 -0800 (PST) Message-Id: <200301151616.h0FGGYs6024305@repoman.freebsd.org> From: Bill Fenner Date: Wed, 15 Jan 2003 08:16:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2003/01/15 08:16:34 PST Modified files: (Branch: RELENG_5_0) sys/net if_stf.c Log: MFC 1.28: fix alignment problems. Approved by: re (rwatson) Revision Changes Path 1.27.2.1 +17 -15 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:38: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41ABD37B401; Wed, 15 Jan 2003 08:38:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC41143E4A; Wed, 15 Jan 2003 08:38:04 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGc4fh030652; Wed, 15 Jan 2003 08:38:04 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGc45u030651; Wed, 15 Jan 2003 08:38:04 -0800 (PST) Message-Id: <200301151638.h0FGc45u030651@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 08:38:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/gnupod Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 08:38:04 PST Modified files: audio Makefile Added files: audio/gnupod Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add gnupod 0.25, a set of Perl scripts for using an Apple iPod. PR: 45875 Submitted by: David Le Brun Revision Changes Path 1.367 +1 -0 ports/audio/Makefile 1.1 +50 -0 ports/audio/gnupod/Makefile (new) 1.1 +1 -0 ports/audio/gnupod/distinfo (new) 1.1 +1 -0 ports/audio/gnupod/pkg-comment (new) 1.1 +7 -0 ports/audio/gnupod/pkg-descr (new) 1.1 +17 -0 ports/audio/gnupod/pkg-message (new) 1.1 +15 -0 ports/audio/gnupod/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:38:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97B637B401; Wed, 15 Jan 2003 08:38:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0F043EB2; Wed, 15 Jan 2003 08:38:34 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGcYfh030699; Wed, 15 Jan 2003 08:38:34 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGcY5m030698; Wed, 15 Jan 2003 08:38:34 -0800 (PST) Message-Id: <200301151638.h0FGcY5m030698@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2003 08:38:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/15 08:38:34 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Use the word "Machine Check Architecture" correctly. Revision Changes Path 1.478 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:41:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C046937B401; Wed, 15 Jan 2003 08:41:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8AA43F6B; Wed, 15 Jan 2003 08:41:38 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGfcfh033769; Wed, 15 Jan 2003 08:41:38 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGfcwf033768; Wed, 15 Jan 2003 08:41:38 -0800 (PST) Message-Id: <200301151641.h0FGfcwf033768@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 08:41:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 08:41:38 PST Modified files: . modules Log: gnupod --> audio/gnupod Revision Changes Path 1.6467 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:50:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4075937B401; Wed, 15 Jan 2003 08:50:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F9343F18; Wed, 15 Jan 2003 08:50:22 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGoMfh035153; Wed, 15 Jan 2003 08:50:22 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGoMoT035149; Wed, 15 Jan 2003 08:50:22 -0800 (PST) Message-Id: <200301151650.h0FGoMoT035149@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 08:50:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wmnd Makefile distinfo ports/net/wmnd/files patch-configure patch-src::wmnd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 08:50:22 PST Modified files: net/wmnd Makefile distinfo Removed files: net/wmnd/files patch-configure patch-src::wmnd.c Log: Upgrade to 0.4.4. PR: ports/46754 Submitted by: Cheng-Lung Sung Revision Changes Path 1.8 +1 -2 ports/net/wmnd/Makefile 1.6 +1 -1 ports/net/wmnd/distinfo 1.2 +0 -12 ports/net/wmnd/files/patch-configure (dead) 1.2 +0 -14 ports/net/wmnd/files/patch-src::wmnd.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:54:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3034737B401; Wed, 15 Jan 2003 08:54:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67A543F3F; Wed, 15 Jan 2003 08:54:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGsNfh037465; Wed, 15 Jan 2003 08:54:23 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGsNZr037464; Wed, 15 Jan 2003 08:54:23 -0800 (PST) Message-Id: <200301151654.h0FGsNZr037464@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 08:54:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mango Makefile distinfo pkg-descr ports/misc/mango/files patch-mango.pro X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 08:54:23 PST Modified files: misc/mango Makefile distinfo pkg-descr Added files: misc/mango/files patch-mango.pro Log: Update to 0.23 PR: 47012,47050 Submitted by: Roland Jesse (maintainer) Revision Changes Path 1.5 +43 -14 ports/misc/mango/Makefile 1.2 +1 -1 ports/misc/mango/distinfo 1.1 +10 -0 ports/misc/mango/files/patch-mango.pro (new) 1.2 +2 -3 ports/misc/mango/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 8:59: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E1FB37B401; Wed, 15 Jan 2003 08:59:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0FB43F80; Wed, 15 Jan 2003 08:59:02 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FGx2fh037619; Wed, 15 Jan 2003 08:59:02 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FGx2EB037618; Wed, 15 Jan 2003 08:59:02 -0800 (PST) Message-Id: <200301151659.h0FGx2EB037618@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 15 Jan 2003 08:59:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2003/01/15 08:59:02 PST Modified files: en/projects/busdma index.sgml Log: Correct the last modification date for the xl(4) task, it was marked as done the 17th of december. Revision Changes Path 1.35 +2 -2 www/en/projects/busdma/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:20:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BB037B401; Wed, 15 Jan 2003 09:20:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D87543F5F; Wed, 15 Jan 2003 09:20:54 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHKrfh046073; Wed, 15 Jan 2003 09:20:53 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHKr4k046069; Wed, 15 Jan 2003 09:20:53 -0800 (PST) Message-Id: <200301151720.h0FHKr4k046069@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 15 Jan 2003 09:20:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ac-archive Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/15 09:20:53 PST Modified files: devel/ac-archive Makefile distinfo pkg-plist Log: update to 0.5.38 Revision Changes Path 1.8 +3 -3 ports/devel/ac-archive/Makefile 1.3 +1 -1 ports/devel/ac-archive/distinfo 1.4 +41 -3 ports/devel/ac-archive/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:21:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA77B37B401; Wed, 15 Jan 2003 09:21:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5355E43F75; Wed, 15 Jan 2003 09:21:40 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHLdfh047213; Wed, 15 Jan 2003 09:21:39 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHLdtW047212; Wed, 15 Jan 2003 09:21:39 -0800 (PST) Message-Id: <200301151721.h0FHLdtW047212@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 15 Jan 2003 09:21:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ac-archive Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/15 09:21:39 PST Modified files: devel/ac-archive Makefile Log: correction: update to 0.5.39 Revision Changes Path 1.9 +0 -0 ports/devel/ac-archive/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:29:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5705937B401; Wed, 15 Jan 2003 09:29:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F076943F13; Wed, 15 Jan 2003 09:29:19 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHTJfh047398; Wed, 15 Jan 2003 09:29:19 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHTJIs047396; Wed, 15 Jan 2003 09:29:19 -0800 (PST) Message-Id: <200301151729.h0FHTJIs047396@repoman.freebsd.org> From: Thomas Moestl Date: Wed, 15 Jan 2003 09:29:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/15 09:29:19 PST Modified files: en/projects/busdma index.sgml Log: Remove if_ie; it does not use DMA, but merely checks memory-mapped IO addresses using kvtop(). Besides, it still uses OLDISA. Add if_de; it has some (NetBSD-flavoured) busdma code, but uses vtophys() wrapped in the TULIP_KVATOPHYS macro on FreeBSD. Revision Changes Path 1.36 +9 -9 www/en/projects/busdma/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:30:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF7C37B401; Wed, 15 Jan 2003 09:30:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210C843ED8; Wed, 15 Jan 2003 09:30:24 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHUNfh048515; Wed, 15 Jan 2003 09:30:23 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHUNTX048511; Wed, 15 Jan 2003 09:30:23 -0800 (PST) Message-Id: <200301151730.h0FHUNTX048511@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 15 Jan 2003 09:30:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2003/01/15 09:30:23 PST Modified files: en/projects/busdma index.sgml Log: Add a documentation task and assign it to Hiten Pandya since he's working on it right now. Revision Changes Path 1.37 +23 -1 www/en/projects/busdma/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:41:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F4837B401; Wed, 15 Jan 2003 09:41:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C84C43F3F; Wed, 15 Jan 2003 09:41:18 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHfHfh053974; Wed, 15 Jan 2003 09:41:17 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHfHDI053973; Wed, 15 Jan 2003 09:41:17 -0800 (PST) Message-Id: <200301151741.h0FHfHDI053973@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 09:41:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnustep-base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 09:41:17 PST Modified files: lang/gnustep-base Makefile Log: Add linebreak in LIB_DEPENDS Revision Changes Path 1.36 +1 -1 ports/lang/gnustep-base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:46:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A962B37B401; Wed, 15 Jan 2003 09:46:38 -0800 (PST) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3475643ED8; Wed, 15 Jan 2003 09:46:38 -0800 (PST) (envelope-from larse@ISI.EDU) Received: from isi.edu (nik.isi.edu [128.9.168.58]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id h0FHkSC07577; Wed, 15 Jan 2003 09:46:28 -0800 (PST) Message-ID: <3E2545E9.3080803@isi.edu> Date: Wed, 15 Jan 2003 03:28:41 -0800 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021202 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Dmitry Morozovsky Cc: Peter Wemm , cvs-all@FreeBSD.ORG, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c References: <20030114230057.81B422A89E@canning.wemm.org> <20030115144353.U70329@woozle.rinet.ru> In-Reply-To: <20030114230057.81B422A89E@canning.wemm.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010603050109080508050109" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms010603050109080508050109 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit On Tue, 14 Jan 2003, Peter Wemm wrote: > > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's > simply by turning machdep.cpu_idle_hlt on and off. I expect the > clock throttling would make similar differences. For 1U > rack-mount systems (especially in California) this is a Big Deal. Since the AC in my office has a hard time with four new Dell SMPs, would setting machdep.cpu_idle_hlt=1 translate to making them run cooler? They have a pretty bursty workload, so many times they're idle, and sometimes fully loaded - does the hlt setting affect performance? Thanks, Lars -- Lars Eggert USC Information Sciences Institute --------------ms010603050109080508050109 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAzMDExNTExMjg0MVowIwYJKoZIhvcNAQkEMRYEFJAWvuzl6ohQfYxNYiJC 8JVYtA5pMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCCVBMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMIJUEwDQYJKoZIhvcNAQEBBQAEggEAGfBdEYDN7YA/sawgH0u96wGNbfmpdMgqo6N8 Bvs/RPsgzWo3bcjKVsV17quuIvl4fQbpCcno3MCPu6C6Q6hBiZfynazCT9nOlDQsQKZbWU8C LEZ9CAVld0DK4iLzggy+ZnUM3lgOsQRjtiBAdBJqUUS5bHEoF16KeUBtYc31JTM8gKrtvl3B 64qRUUM6pvjwWvbS5fBdSrg7dDg/JRmy2Dnas080KSLAPCUyO8YY2V+301zGi3auWWVKQBhk uxVYEh9IFbM2Yp/TMXBGF8TIt6m15HsgKnlXNG9FOidDfycpRiCna3HnoKm8zdaqPNCcNVvV CDdqlxRWDrV0KjPZ9wAAAAAAAA== --------------ms010603050109080508050109-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:47:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF2637B401; Wed, 15 Jan 2003 09:47:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C961943ED8; Wed, 15 Jan 2003 09:47:42 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHlgfh054304; Wed, 15 Jan 2003 09:47:42 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHlgdt054303; Wed, 15 Jan 2003 09:47:42 -0800 (PST) Message-Id: <200301151747.h0FHlgdt054303@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 15 Jan 2003 09:47:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2003/01/15 09:47:42 PST Modified files: en/projects/busdma index.sgml Log: Assign the bktr(4) task to cognet. Thanks Olivier! Revision Changes Path 1.38 +4 -4 www/en/projects/busdma/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:48:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777C137B401; Wed, 15 Jan 2003 09:48:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9E743F13; Wed, 15 Jan 2003 09:48:23 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHmMfh054382; Wed, 15 Jan 2003 09:48:23 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHmMRi054381; Wed, 15 Jan 2003 09:48:22 -0800 (PST) Message-Id: <200301151748.h0FHmMRi054381@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 15 Jan 2003 09:48:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/GeoIP Makefile distinfo ports/net/GeoIP/files patch-apps::geoipexport.c patch-libGeoIP::GeoIPBitReader.c patch-libGeoIP::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/15 09:48:22 PST Modified files: net/GeoIP Makefile distinfo Added files: net/GeoIP/files patch-libGeoIP::Makefile Removed files: net/GeoIP/files patch-apps::geoipexport.c patch-libGeoIP::GeoIPBitReader.c Log: Update GeoIP to 1.1.4. Re-add GeoIPUpdate.h to headers list, author notified. Submitted by: kris/bento Revision Changes Path 1.13 +1 -1 ports/net/GeoIP/Makefile 1.9 +1 -1 ports/net/GeoIP/distinfo 1.2 +0 -33 ports/net/GeoIP/files/patch-apps::geoipexport.c (dead) 1.2 +0 -11 ports/net/GeoIP/files/patch-libGeoIP::GeoIPBitReader.c (dead) 1.1 +41 -0 ports/net/GeoIP/files/patch-libGeoIP::Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:48:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E560237B401; Wed, 15 Jan 2003 09:48:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EDD43F65; Wed, 15 Jan 2003 09:48:49 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHmnfh054412; Wed, 15 Jan 2003 09:48:49 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHmnpr054411; Wed, 15 Jan 2003 09:48:49 -0800 (PST) Message-Id: <200301151748.h0FHmnpr054411@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 09:48:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lplayer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 09:48:49 PST Modified files: audio/lplayer Makefile Log: Fix building problem in bento. Approved by: alane(maintainer) Revision Changes Path 1.2 +3 -1 ports/audio/lplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:49:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DEB37B401; Wed, 15 Jan 2003 09:49:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD4C43EB2; Wed, 15 Jan 2003 09:49:52 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHnqfh054479; Wed, 15 Jan 2003 09:49:52 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHnqtq054478; Wed, 15 Jan 2003 09:49:52 -0800 (PST) Message-Id: <200301151749.h0FHnqtq054478@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 09:49:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gcvs Makefile distinfo ports/devel/gcvs/files patch-TextBinary.cpp patch-cvsunix-contrib-Makefile.in patch-cvsunix-src-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 09:49:52 PST Modified files: devel/gcvs Makefile distinfo devel/gcvs/files patch-cvsunix-src-Makefile.in Removed files: devel/gcvs/files patch-TextBinary.cpp patch-cvsunix-contrib-Makefile.in Log: - Update to 1.0 - remove patches that are now part of distribution - bump PORTEPOCH, as 1.0 is newer than 1.0rc1 Revision Changes Path 1.12 +2 -1 ports/devel/gcvs/Makefile 1.6 +1 -1 ports/devel/gcvs/distinfo 1.2 +0 -12 ports/devel/gcvs/files/patch-TextBinary.cpp (dead) 1.4 +0 -23 ports/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in (dead) 1.4 +6 -14 ports/devel/gcvs/files/patch-cvsunix-src-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:53: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D5A37B401; Wed, 15 Jan 2003 09:53:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DF243F6D; Wed, 15 Jan 2003 09:53:01 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHr1fh057894; Wed, 15 Jan 2003 09:53:01 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHr11M057893; Wed, 15 Jan 2003 09:53:01 -0800 (PST) Message-Id: <200301151753.h0FHr11M057893@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 15 Jan 2003 09:53:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/15 09:53:01 PST Modified files: databases/postgresql-devel Makefile pkg-plist Log: Chase libpq version bump and update pkg-plist[1]. Removed old Makefile cruft. This port will start following 7.4 shortly, switch to postgresql7 if you're not interested in tracking the CVS snapshots of PostgreSQL. Submitted by: kris/bento [1] Revision Changes Path 1.109 +1 -3 ports/databases/postgresql-devel/Makefile 1.37 +1 -1 ports/databases/postgresql-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 9:57: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0148E37B401; Wed, 15 Jan 2003 09:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC2743F1E; Wed, 15 Jan 2003 09:57:04 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FHv4fh058018; Wed, 15 Jan 2003 09:57:04 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FHv4XL058017; Wed, 15 Jan 2003 09:57:04 -0800 (PST) Message-Id: <200301151757.h0FHv4XL058017@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 15 Jan 2003 09:57:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2003/01/15 09:57:04 PST Modified files: en/projects/busdma index.sgml Log: Assign the powerpc task to Hiten Pandya and mark it as done. Revision Changes Path 1.39 +5 -6 www/en/projects/busdma/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:16:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F329737B405 for ; Wed, 15 Jan 2003 10:16:57 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D800643F8A for ; Wed, 15 Jan 2003 10:16:52 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 43116 invoked by uid 1000); 15 Jan 2003 18:16:52 -0000 Date: Wed, 15 Jan 2003 10:16:52 -0800 (PST) From: Nate Lawson To: David Xu Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: <20030115145811.2A2CD37B4AD@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 Jan 2003, David Xu wrote: > Modified files: > sys/kern subr_bus.c > Log: > Don't forget to disconnect object from class. > > Revision Changes Path > 1.121 +3 -2 src/sys/kern/subr_bus.c Does this fix the memory leak when loading/unloading a module many times? I've seen indications that there was one but haven't tracked it down farther. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:18:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE6A37B401; Wed, 15 Jan 2003 10:18:53 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE65743E4A; Wed, 15 Jan 2003 10:18:42 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id EB1BF29FA4; Wed, 15 Jan 2003 10:14:01 -0800 (PST) Date: Wed, 15 Jan 2003 10:14:01 -0800 From: Will Andrews To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20030115181401.GM63291@procyon.firepipe.net> Mail-Followup-To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301151126.h0FBQsbe032597@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 12:28:54PM +0100, Dag-Erling Smorgrav wrote: > How, exactly, do I get addport to do this for me? I get > > [...] > Host key verification failed. > Checking out the modules database... > cvs [checkout aborted]: end of file from server (consult above messages if any) > Host key verification failed. > cvs [checkout aborted]: end of file from server (consult above messages if any) > failed. > ../Tools/scripts/addport: adding port to modules failed, aborting. Due to the design constraints, you must be able to authenticate to freefall and then to the repo server (ncvs.freebsd.org) from freefall. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:24: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB3E937B401; Wed, 15 Jan 2003 10:24:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72AE743F5F; Wed, 15 Jan 2003 10:24:08 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIO8fh068607; Wed, 15 Jan 2003 10:24:08 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIO8pS068606; Wed, 15 Jan 2003 10:24:08 -0800 (PST) Message-Id: <200301151824.h0FIO8pS068606@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 10:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libstrfunc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 10:24:08 PST Modified files: devel/libstrfunc Makefile distinfo Log: Update to 7.4.6 PR: 47104 Submitted by: Lev Walkin Revision Changes Path 1.6 +1 -1 ports/devel/libstrfunc/Makefile 1.6 +1 -1 ports/devel/libstrfunc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:25:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF8E37B401; Wed, 15 Jan 2003 10:25:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D099743F3F; Wed, 15 Jan 2003 10:25:48 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIPmfh068722; Wed, 15 Jan 2003 10:25:48 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIPmx2068721; Wed, 15 Jan 2003 10:25:48 -0800 (PST) Message-Id: <200301151825.h0FIPmx2068721@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 15 Jan 2003 10:25:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/wxgtk-devel Makefile distinfo pkg-plist ports/x11-toolkits/wxgtk-devel/files patch-aa patch-ac patch-configure patch-include::wx::wxchar.h patch-parser.y patch-wx-config.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/15 10:25:48 PST Modified files: x11-toolkits/wxgtk-devel Makefile distinfo pkg-plist x11-toolkits/wxgtk-devel/files patch-aa patch-ac patch-configure patch-include::wx::wxchar.h patch-wx-config.in Removed files: x11-toolkits/wxgtk-devel/files patch-parser.y Log: Update to 2.4.0. Revision Changes Path 1.35 +2 -2 ports/x11-toolkits/wxgtk-devel/Makefile 1.17 +1 -1 ports/x11-toolkits/wxgtk-devel/distinfo 1.10 +25 -19 ports/x11-toolkits/wxgtk-devel/files/patch-aa 1.6 +21 -13 ports/x11-toolkits/wxgtk-devel/files/patch-ac 1.7 +29 -41 ports/x11-toolkits/wxgtk-devel/files/patch-configure 1.4 +9 -10 ports/x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h 1.2 +0 -10 ports/x11-toolkits/wxgtk-devel/files/patch-parser.y (dead) 1.3 +9 -9 ports/x11-toolkits/wxgtk-devel/files/patch-wx-config.in 1.16 +22 -4 ports/x11-toolkits/wxgtk-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:28:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E21B37B401; Wed, 15 Jan 2003 10:28:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3108C43E4A; Wed, 15 Jan 2003 10:28:18 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FISIfh068854; Wed, 15 Jan 2003 10:28:18 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FISHug068853; Wed, 15 Jan 2003 10:28:17 -0800 (PST) Message-Id: <200301151828.h0FISHug068853@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 15 Jan 2003 10:28:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/py-opengl Makefile distinfo pkg-plist ports/graphics/py-opengl/files patch-ab patch-ac patch-ad patch-config::freebsd.cfg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/15 10:28:17 PST Modified files: graphics/py-opengl Makefile distinfo pkg-plist graphics/py-opengl/files patch-ac patch-ad Added files: graphics/py-opengl/files patch-config::freebsd.cfg Removed files: graphics/py-opengl/files patch-ab Log: Update to 2.0.0.44. Revision Changes Path 1.17 +9 -3 ports/graphics/py-opengl/Makefile 1.6 +1 -1 ports/graphics/py-opengl/distinfo 1.4 +0 -13 ports/graphics/py-opengl/files/patch-ab (dead) 1.4 +28 -22 ports/graphics/py-opengl/files/patch-ac 1.2 +6 -3 ports/graphics/py-opengl/files/patch-ad 1.1 +16 -0 ports/graphics/py-opengl/files/patch-config::freebsd.cfg (new) 1.6 +619 -85 ports/graphics/py-opengl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:32: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C860537B401; Wed, 15 Jan 2003 10:32:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169F143F6B; Wed, 15 Jan 2003 10:32:07 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIW6fh072296; Wed, 15 Jan 2003 10:32:06 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIW6AP072295; Wed, 15 Jan 2003 10:32:06 -0800 (PST) Message-Id: <200301151832.h0FIW6AP072295@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 10:32:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/elfdump Makefile elfdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 10:32:06 PST Added files: usr.bin/elfdump Makefile elfdump.c Log: Add a BSDL'ed util that displays information about ELF files. This is simular to readelf(1) and objdump(1). Submitted by: jake Revision Changes Path 1.1 +6 -0 src/usr.bin/elfdump/Makefile (new) 1.1 +1004 -0 src/usr.bin/elfdump/elfdump.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:33: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7DA37B401; Wed, 15 Jan 2003 10:33:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850DE43F3F; Wed, 15 Jan 2003 10:33:07 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIX7fh072348; Wed, 15 Jan 2003 10:33:07 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIX7Xb072347; Wed, 15 Jan 2003 10:33:07 -0800 (PST) Message-Id: <200301151833.h0FIX7Xb072347@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 10:33:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl-beta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 10:33:07 PST Modified files: security/openssl-beta Makefile Log: - use NOPRECIOUSMAKEVARS, to fix bento problem - remove BROKEN_MLINKS Revision Changes Path 1.76 +1 -2 ports/security/openssl-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:33:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BC137B401; Wed, 15 Jan 2003 10:33:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7A543F5B; Wed, 15 Jan 2003 10:33:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIXXfh072381; Wed, 15 Jan 2003 10:33:33 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIXWrO072380; Wed, 15 Jan 2003 10:33:32 -0800 (PST) Message-Id: <200301151833.h0FIXWrO072380@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 10:33:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 10:33:32 PST Modified files: usr.bin Makefile Log: Hookup elfdump. Revision Changes Path 1.228 +1 -0 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:37:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4586137B401; Wed, 15 Jan 2003 10:37:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C195343EB2; Wed, 15 Jan 2003 10:37:34 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIbYfh072552; Wed, 15 Jan 2003 10:37:34 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIbY6o072551; Wed, 15 Jan 2003 10:37:34 -0800 (PST) Message-Id: <200301151837.h0FIbY6o072551@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 10:37:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 10:37:34 PST Modified files: en/releases/5.0R todo.sgml Log: Remove the TrustedBSD documentation, sysinstall, and disklabel issues as they have been resolved and/or documented. Move the mly driver issue down to 'Desired' since I probably won't be able to fix it. Revision Changes Path 1.132 +13 -34 www/en/releases/5.0R/todo.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:38:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F206D37B405 for ; Wed, 15 Jan 2003 10:38:52 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B99343F18 for ; Wed, 15 Jan 2003 10:38:50 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 12395 invoked by uid 10); 15 Jan 2003 18:38:48 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id h0FIYkWi022348; Wed, 15 Jan 2003 19:34:46 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id h0FIYkBm022347; Wed, 15 Jan 2003 19:34:46 +0100 (CET) Date: Wed, 15 Jan 2003 19:34:45 +0100 From: Udo Erdelhoff To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml Message-ID: <20030115183445.GL66579@nathan.ruhr.de> Mail-Followup-To: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301151510.h0FFAhqg004077@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301151510.h0FFAhqg004077@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 07:10:43AM -0800, Bruce A. Mah wrote: > This change consists primarily of whitespace diff reductions to > RELENG_4 plus deleting some text that isn't really applicable. For all translation teams: GRRRRRR.... /s/Udo -- The social dynamics of the net are a direct consequence of the fact that nobody has yet developed a Remote Strangulation Protocol. -- Larry Wall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:42:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5009B37B401; Wed, 15 Jan 2003 10:42:28 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94DDC43EB2; Wed, 15 Jan 2003 10:42:27 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.7/8.12.1) with ESMTP id h0FIgKig051952; Wed, 15 Jan 2003 13:42:20 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h0FIgKpE051951; Wed, 15 Jan 2003 13:42:20 -0500 (EST) (envelope-from hiten) Date: Wed, 15 Jan 2003 13:42:20 -0500 From: Hiten Pandya To: Scott Long Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/releases/5.0R todo.sgml Message-ID: <20030115184220.GA51570@unixdaemons.com> References: <200301151837.h0FIbY6o072551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301151837.h0FIbY6o072551@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 10:37:34AM -0800, Scott Long wrote the words in effect of: > scottl 2003/01/15 10:37:34 PST > > Modified files: > en/releases/5.0R todo.sgml > Log: > Remove the TrustedBSD documentation, sysinstall, and disklabel issues as > they have been resolved and/or documented. Move the mly driver issue down > to 'Desired' since I probably won't be able to fix it. It would be good if the handbook had some information on PAM and it's usage. I know there is a lot of good documentation outthere because it's an open standard, but still, some base docco will be good. It could be in the 'Desired' section. Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:44:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3FB37B401; Wed, 15 Jan 2003 10:44:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E0243ED8; Wed, 15 Jan 2003 10:44:23 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIiNfh076081; Wed, 15 Jan 2003 10:44:23 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIiNmI076079; Wed, 15 Jan 2003 10:44:23 -0800 (PST) Message-Id: <200301151844.h0FIiNmI076079@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 15 Jan 2003 10:44:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-wxPython Makefile distinfo pkg-plist ports/x11-toolkits/py-wxPython/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/15 10:44:23 PST Modified files: x11-toolkits/py-wxPython Makefile distinfo pkg-plist x11-toolkits/py-wxPython/files patch-aa patch-ac Log: Update to 2.4.0.1. Revision Changes Path 1.28 +4 -1 ports/x11-toolkits/py-wxPython/Makefile 1.10 +1 -1 ports/x11-toolkits/py-wxPython/distinfo 1.2 +2 -2 ports/x11-toolkits/py-wxPython/files/patch-aa 1.4 +89 -9 ports/x11-toolkits/py-wxPython/files/patch-ac 1.13 +194 -10 ports/x11-toolkits/py-wxPython/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:45:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C6137B401; Wed, 15 Jan 2003 10:45:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DFA943F13; Wed, 15 Jan 2003 10:45:18 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FIjIfh076156; Wed, 15 Jan 2003 10:45:18 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FIjIBL076155; Wed, 15 Jan 2003 10:45:18 -0800 (PST) Message-Id: <200301151845.h0FIjIBL076155@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 10:45:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/popa3d/files POPAUTH X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 10:45:18 PST Modified files: mail/popa3d/files POPAUTH Log: - add some notes about testing Revision Changes Path 1.2 +5 -0 ports/mail/popa3d/files/POPAUTH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 10:49:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D7237B401; Wed, 15 Jan 2003 10:49:42 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8D943F13; Wed, 15 Jan 2003 10:49:41 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org (12-240-204-110.client.attbi.com[12.240.204.110]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003011518493400100hqtmie>; Wed, 15 Jan 2003 18:49:35 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id h0FInYA8038252; Wed, 15 Jan 2003 10:49:34 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id h0FInYA9038251; Wed, 15 Jan 2003 10:49:34 -0800 (PST) Message-Id: <200301151849.h0FInYA9038251@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20021120 with nmh-1.0.4 To: Udo Erdelhoff Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml In-Reply-To: <20030115183445.GL66579@nathan.ruhr.de> References: <200301151510.h0FFAhqg004077@repoman.freebsd.org> <20030115183445.GL66579@nathan.ruhr.de> Comments: In-reply-to Udo Erdelhoff message dated "Wed, 15 Jan 2003 19:34:45 +0100." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1674151878P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 15 Jan 2003 10:49:33 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1674151878P Content-Type: text/plain; charset=us-ascii If memory serves me right, Udo Erdelhoff wrote: > On Wed, Jan 15, 2003 at 07:10:43AM -0800, Bruce A. Mah wrote: > > This change consists primarily of whitespace diff reductions to > > RELENG_4 plus deleting some text that isn't really applicable. > > For all translation teams: GRRRRRR.... OK, what'd I do? Pull the diff up and tell me what's hard about this one. Maybe I should have mentioned "Yes, there's some whitespace changes in here but you really want to track them because they're necessary for some conditional compilation that'll get committed in a few days." (I actually thought that doing things the way I did would make it *easier* for the TTs, not harder.) Bruce. --==_Exmh_-1674151878P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE+Ja092MoxcVugUsMRAh+bAKCAl4JMMz23i8rj5yKPqMzUVFVa0QCfShlC oVB2fLe0uszQRNUBVq1YMdo= =0q3m -----END PGP SIGNATURE----- --==_Exmh_-1674151878P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:12:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 035AA37B401; Wed, 15 Jan 2003 11:12:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8D743F43; Wed, 15 Jan 2003 11:12:49 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJCnfh086734; Wed, 15 Jan 2003 11:12:49 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJCn9S086733; Wed, 15 Jan 2003 11:12:49 -0800 (PST) Message-Id: <200301151912.h0FJCn9S086733@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Jan 2003 11:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh drivers.conf X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/15 11:12:49 PST Modified files: (Branch: RELENG_5_0) release/i386 dokern.sh drivers.conf Log: Axe 'awi' from the boot floppies. The kernel module is broken since it doesn't include the rc4 crypto code. The 'awi' driver only works (for some value of "works") with OLDCARD anyways. Approved by: the re@ cabal Revision Changes Path 1.72.2.1 +1 -0 src/release/i386/dokern.sh 1.16.2.4 +1 -1 src/release/i386/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:18:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B57537B401; Wed, 15 Jan 2003 11:18:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4048D43F6D; Wed, 15 Jan 2003 11:18:50 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJIofh086904; Wed, 15 Jan 2003 11:18:50 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJIoBU086903; Wed, 15 Jan 2003 11:18:50 -0800 (PST) Message-Id: <200301151918.h0FJIoBU086903@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 Jan 2003 11:18:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/15 11:18:49 PST Modified files: sys/sys systm.h Log: Allow linters to override the CTASSERT macro, since they are unlikely to like the results. Revision Changes Path 1.185 +2 -0 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:19: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71DE337B406 for ; Wed, 15 Jan 2003 11:18:51 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9529943F6B for ; Wed, 15 Jan 2003 11:18:49 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 14650 invoked by uid 10); 15 Jan 2003 19:18:48 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id h0FJClWi022717; Wed, 15 Jan 2003 20:12:47 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id h0FJClpg022716; Wed, 15 Jan 2003 20:12:47 +0100 (CET) Date: Wed, 15 Jan 2003 20:12:46 +0100 From: Udo Erdelhoff To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml Message-ID: <20030115191246.GM66579@nathan.ruhr.de> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301151510.h0FFAhqg004077@repoman.freebsd.org> <20030115183445.GL66579@nathan.ruhr.de> <200301151849.h0FInYA9038251@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301151849.h0FInYA9038251@intruder.bmah.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 10:49:33AM -0800, Bruce A. Mah wrote: > If memory serves me right, Udo Erdelhoff wrote: > > On Wed, Jan 15, 2003 at 07:10:43AM -0800, Bruce A. Mah wrote: > > > This change consists primarily of whitespace diff reductions to > > > RELENG_4 plus deleting some text that isn't really applicable. > > > > For all translation teams: GRRRRRR.... > > OK, what'd I do? Pull the diff up and tell me what's hard about this > one. I do not object to diff-reduction changes (ok, it would be better if they were not neccessary in the first place, but that is another story). My problem with this change is quite simple: You mixed whitespace and content changes. I know it is a major pain, I am always tempted to do it the quick and dirty way when I am working on the en_US stuff myself, and I never stick to the rule when working on de_DE stuff (because we are the end of the line). But there are very good reasons why the FDP primer demands seperate changes for the original. /s/Udo -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:19:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CF237B405; Wed, 15 Jan 2003 11:19:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117D243F1E; Wed, 15 Jan 2003 11:19:29 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJJSfh086937; Wed, 15 Jan 2003 11:19:28 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJJSCO086936; Wed, 15 Jan 2003 11:19:28 -0800 (PST) Message-Id: <200301151919.h0FJJSCO086936@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 Jan 2003 11:19:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/vop_table vop_table.tcl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/15 11:19:28 PST Modified files: tools/tools/vop_table vop_table.tcl Log: Make sure we find all vnode method vectors in /sys. Revision Changes Path 1.5 +1 -1 src/tools/tools/vop_table/vop_table.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:19:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F4937B405; Wed, 15 Jan 2003 11:19:38 -0800 (PST) Received: from randomservers.com (randomservers.com [198.78.65.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07DE43ED8; Wed, 15 Jan 2003 11:19:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [198.78.65.158]) by randomservers.com (8.12.6/8.12.6) with ESMTP id h0FJGEM1072979 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 15 Jan 2003 11:16:14 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from localhost (joseph@localhost) by randomservers.com (8.12.6/8.12.6/Submit) with ESMTP id h0FJGEMW072976; Wed, 15 Jan 2003 11:16:14 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Wed, 15 Jan 2003 11:16:13 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers.com To: Dag-Erling Smorgrav Cc: cvs-all@FreeBSD.ORG, Miles Egan Subject: Re: cvs commit: ports/lang Makefile ports/lang/sbcl Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200301151125.h0FBP6Bd032542@repoman.freebsd.org> Message-ID: <20030115111529.F30376@randomservers.com> References: <200301151125.h0FBP6Bd032542@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-1.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, X_AUTH_WARNING version=2.43 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 Jan 2003, Dag-Erling Smorgrav wrote: > des 2003/01/15 03:25:06 PST > > Modified files: > lang Makefile > Added files: > lang/sbcl Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Steel Bank Common Lisp This appears to take care of PR ports/39174 (Need port of SBCL (Steel Bank Common Lisp)). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:37:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAAAE37B401; Wed, 15 Jan 2003 11:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB4B43EB2; Wed, 15 Jan 2003 11:37:43 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJbhfh094118; Wed, 15 Jan 2003 11:37:43 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJbgk7094117; Wed, 15 Jan 2003 11:37:42 -0800 (PST) Message-Id: <200301151937.h0FJbgk7094117@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 Jan 2003 11:37:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/flounder Makefile distinfo ports/science/flounder/files patch-Colourscale.cc patch-GlAreaUI.cc patch-Glarea.cc patch-Myslider.cc patch-PlotWin.cc patch-RenderEPS.cc patch-SubsampUI.cc patch-flguppy.cc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/15 11:37:42 PST Modified files: science/flounder Makefile distinfo science/flounder/files patch-Colourscale.cc patch-GlAreaUI.cc patch-isosurf.cc Removed files: science/flounder/files patch-Glarea.cc patch-Myslider.cc patch-PlotWin.cc patch-RenderEPS.cc patch-SubsampUI.cc patch-flguppy.cc patch-igbhead.cc Log: upgrade to 0.40 Revision Changes Path 1.5 +1 -2 ports/science/flounder/Makefile 1.2 +1 -1 ports/science/flounder/distinfo 1.2 +4 -6 ports/science/flounder/files/patch-Colourscale.cc 1.2 +7 -29 ports/science/flounder/files/patch-GlAreaUI.cc 1.2 +0 -29 ports/science/flounder/files/patch-Glarea.cc (dead) 1.2 +0 -11 ports/science/flounder/files/patch-Myslider.cc (dead) 1.2 +0 -11 ports/science/flounder/files/patch-PlotWin.cc (dead) 1.2 +0 -11 ports/science/flounder/files/patch-RenderEPS.cc (dead) 1.2 +0 -11 ports/science/flounder/files/patch-SubsampUI.cc (dead) 1.2 +0 -20 ports/science/flounder/files/patch-flguppy.cc (dead) 1.2 +0 -12 ports/science/flounder/files/patch-igbhead.cc (dead) 1.2 +5 -22 ports/science/flounder/files/patch-isosurf.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:46: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2622A37B401; Wed, 15 Jan 2003 11:46:01 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B8B43EB2; Wed, 15 Jan 2003 11:46:00 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org (12-240-204-110.client.attbi.com[12.240.204.110]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003011519455400100ho52he>; Wed, 15 Jan 2003 19:45:54 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id h0FJjrA8039004; Wed, 15 Jan 2003 11:45:53 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id h0FJjrmW039003; Wed, 15 Jan 2003 11:45:53 -0800 (PST) Message-Id: <200301151945.h0FJjrmW039003@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20021120 with nmh-1.0.4 To: Udo Erdelhoff Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml In-Reply-To: <20030115191246.GM66579@nathan.ruhr.de> References: <200301151510.h0FFAhqg004077@repoman.freebsd.org> <20030115183445.GL66579@nathan.ruhr.de> <200301151849.h0FInYA9038251@intruder.bmah.org> <20030115191246.GM66579@nathan.ruhr.de> Comments: In-reply-to Udo Erdelhoff message dated "Wed, 15 Jan 2003 20:12:46 +0100." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1412622558P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 15 Jan 2003 11:45:53 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1412622558P Content-Type: text/plain; charset=us-ascii If memory serves me right, Udo Erdelhoff wrote: > On Wed, Jan 15, 2003 at 10:49:33AM -0800, Bruce A. Mah wrote: > > If memory serves me right, Udo Erdelhoff wrote: > > > On Wed, Jan 15, 2003 at 07:10:43AM -0800, Bruce A. Mah wrote: > > > > This change consists primarily of whitespace diff reductions to > > > > RELENG_4 plus deleting some text that isn't really applicable. > > > > > > For all translation teams: GRRRRRR.... > > > > OK, what'd I do? Pull the diff up and tell me what's hard about this > > one. > > I do not object to diff-reduction changes (ok, it would be better > if they were not neccessary in the first place, but that is another > story). My problem with this change is quite simple: > > You mixed whitespace and content changes. I know it is a major > pain, I am always tempted to do it the quick and dirty way when I > am working on the en_US stuff myself, and I never stick to the rule > when working on de_DE stuff (because we are the end of the line). > But there are very good reasons why the FDP primer demands seperate > changes for the original. Sigh. I shouldn't have used the term "whitespace" in the commit message at all. I really want your translations to track even the "whitespace" changes from this commit. Example: &os; &release.current; Errata To: &os; &release.current; Errata It looks like a piddly change you can ignore, but it's required by some changes for conditional building that I'm going to commit in a few days (they come from RELENG_4). It's not like re-wrapping a paragraph, which you *can* ignore. Bruce. --==_Exmh_-1412622558P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE+Jbpx2MoxcVugUsMRAjpsAKDbxQB+Bj1MXZoJouMV5SgqSxBpKACgyPCZ 26qLJpotU7MuX7zLviEaAGg= =EPHF -----END PGP SIGNATURE----- --==_Exmh_-1412622558P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:55:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E2A37B401; Wed, 15 Jan 2003 11:55:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6613B43EB2; Wed, 15 Jan 2003 11:55:17 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJtHfh001371; Wed, 15 Jan 2003 11:55:17 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJtHam001370; Wed, 15 Jan 2003 11:55:17 -0800 (PST) Message-Id: <200301151955.h0FJtHam001370@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 11:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 11:55:17 PST Modified files: sys/crypto/rc4 rc4.c Added files: sys/modules/rc4 Makefile Log: make rc4 crypto support a module so other modules can depend on it Submitted by: imp Reviewed by: imp Revision Changes Path 1.4 +23 -1 src/sys/crypto/rc4/rc4.c 1.1 +8 -0 src/sys/modules/rc4/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 11:58: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A89D37B401; Wed, 15 Jan 2003 11:57:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A549A43EB2; Wed, 15 Jan 2003 11:57:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FJvwfh001472; Wed, 15 Jan 2003 11:57:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FJvwFb001471; Wed, 15 Jan 2003 11:57:58 -0800 (PST) Message-Id: <200301151957.h0FJvwFb001471@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 11:57:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/scribus Makefile distinfo pkg-plist ports/print/scribus/files patch-admin-ltmain.sh patch-scribus-libpdf-Makefile.in patch-scribus-libpostscript-Makefile.in patch-scribus-libprefs-Makefile.in patch-scribus-plugins-libchar-Makefile.in patch-scribus-scribusview.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 11:57:58 PST Modified files: print/scribus Makefile distinfo pkg-plist print/scribus/files patch-scribus-libpdf-Makefile.in patch-scribus-libpostscript-Makefile.in patch-scribus-libprefs-Makefile.in patch-scribus-plugins-libchar-Makefile.in Added files: print/scribus/files patch-admin-ltmain.sh patch-scribus-scribusview.cpp Log: Update to 0.9.6 PR: 47082 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +19 -40 ports/print/scribus/Makefile 1.5 +1 -1 ports/print/scribus/distinfo 1.1 +44 -0 ports/print/scribus/files/patch-admin-ltmain.sh (new) 1.2 +3 -3 ports/print/scribus/files/patch-scribus-libpdf-Makefile.in 1.2 +3 -3 ports/print/scribus/files/patch-scribus-libpostscript-Makefile.in 1.2 +3 -3 ports/print/scribus/files/patch-scribus-libprefs-Makefile.in 1.2 +3 -3 ports/print/scribus/files/patch-scribus-plugins-libchar-Makefile.in 1.1 +10 -0 ports/print/scribus/files/patch-scribus-scribusview.cpp (new) 1.5 +222 -220 ports/print/scribus/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 1:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F66A37B401; Wed, 15 Jan 2003 12:01:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4680C43E4A; Wed, 15 Jan 2003 12:01:51 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FK1pfh004949; Wed, 15 Jan 2003 12:01:51 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FK1pWH004948; Wed, 15 Jan 2003 12:01:51 -0800 (PST) Message-Id: <200301152001.h0FK1pWH004948@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ieee80211.h if_ieee80211subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:01:50 PST Modified files: sys/net if_ieee80211.h Added files: sys/net if_ieee80211subr.c Log: 802.11 link layer support. This code implements the basic 802.11 state machine to provide station and host ap functionality for drivers. More work will follow to split out the state machine and protocol support from the ioctl interfaces to ease portability/sharing with NetBSD and forthcoming ports to other systems. Reviewed by: imp Obtained from: NetBSD (originally) Revision Changes Path 1.8 +421 -80 src/sys/net/if_ieee80211.h 1.1 +3412 -0 src/sys/net/if_ieee80211subr.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 4:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CF337B401; Wed, 15 Jan 2003 12:04:29 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C1143EB2; Wed, 15 Jan 2003 12:04:28 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0FK4ReQ052629; Wed, 15 Jan 2003 20:04:27 GMT (envelope-from mark@grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0FK4QTX052626; Wed, 15 Jan 2003 20:04:27 GMT Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0FK3DaX014861; Wed, 15 Jan 2003 22:03:13 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301152003.h0FK3DaX014861@grimreaper.grondar.org> To: Sam Leffler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile In-Reply-To: Your message of "Wed, 15 Jan 2003 11:55:17 PST." <200301151955.h0FJtHam001370@repoman.freebsd.org> Date: Wed, 15 Jan 2003 20:03:13 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Just interested. Why RC4? Why not MD5/SHA1/DES/AES etc? M > sam 2003/01/15 11:55:17 PST > > Modified files: > sys/crypto/rc4 rc4.c > Added files: > sys/modules/rc4 Makefile > Log: > make rc4 crypto support a module so other modules can depend on it > > Submitted by: imp > Reviewed by: imp > > Revision Changes Path > 1.4 +23 -1 src/sys/crypto/rc4/rc4.c > 1.1 +8 -0 src/sys/modules/rc4/Makefile (new) -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 4:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 708D337B405; Wed, 15 Jan 2003 12:04:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15CE943E4A; Wed, 15 Jan 2003 12:04:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FK4vfh005078; Wed, 15 Jan 2003 12:04:57 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FK4vWK005077; Wed, 15 Jan 2003 12:04:57 -0800 (PST) Message-Id: <200301152004.h0FK4vWK005077@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 12:04:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pornview/files patch-src::support::widgets::gtkxine.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 12:04:57 PST Added files: graphics/pornview/files patch-src::support::widgets::gtkxine.h Log: Add a missing include. PR: 47072 Submitted by: KATO Tsuguru Revision Changes Path 1.1 +10 -0 ports/graphics/pornview/files/patch-src::support::widgets::gtkxine.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 5:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B253437B401; Wed, 15 Jan 2003 12:05:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B37C43E4A; Wed, 15 Jan 2003 12:05:53 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FK5rfh005207; Wed, 15 Jan 2003 12:05:53 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FK5rpN005206; Wed, 15 Jan 2003 12:05:53 -0800 (PST) Message-Id: <200301152005.h0FK5rpN005206@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wlan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:05:53 PST Added files: sys/modules/wlan Makefile Log: add module for 802.11 link layer code Reviewed by: imp Revision Changes Path 1.1 +12 -0 src/sys/modules/wlan/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 6:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD3DC37B401; Wed, 15 Jan 2003 12:06:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768F043E4A; Wed, 15 Jan 2003 12:06:38 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FK6cfh005257; Wed, 15 Jan 2003 12:06:38 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FK6c6v005256; Wed, 15 Jan 2003 12:06:38 -0800 (PST) Message-Id: <200301152006.h0FK6c6v005256@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:06:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:06:38 PST Modified files: sys/modules Makefile Log: hookup wlan and rcv4 modules to the build Reviewed by: imp Revision Changes Path 1.299 +2 -0 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 8:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F22E237B401 for ; Wed, 15 Jan 2003 12:08:47 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B7D7743F3F for ; Wed, 15 Jan 2003 12:08:46 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 43602 invoked by uid 1000); 15 Jan 2003 20:08:47 -0000 Date: Wed, 15 Jan 2003 12:08:47 -0800 (PST) From: Nate Lawson To: Mark Murray Cc: Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile In-Reply-To: <200301152003.h0FK3DaX014861@grimreaper.grondar.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Probably so you can take a GENERIC kernel and load an 802.11 driver that uses WEP without having to enable full crypto support. -Nate On Wed, 15 Jan 2003, Mark Murray wrote: > Just interested. Why RC4? Why not MD5/SHA1/DES/AES etc? > > > sam 2003/01/15 11:55:17 PST > > > > Modified files: > > sys/crypto/rc4 rc4.c > > Added files: > > sys/modules/rc4 Makefile > > Log: > > make rc4 crypto support a module so other modules can depend on it > > > > Submitted by: imp > > Reviewed by: imp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12: 9:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD96937B401; Wed, 15 Jan 2003 12:09:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863D043EB2; Wed, 15 Jan 2003 12:09:52 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FK9qfh005367; Wed, 15 Jan 2003 12:09:52 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FK9qOE005366; Wed, 15 Jan 2003 12:09:52 -0800 (PST) Message-Id: <200301152009.h0FK9qOE005366@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Wed, 15 Jan 2003 12:09:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2003/01/15 12:09:52 PST Modified files: sys/net if_stf.c Log: sync with KAME to simplify rev 1.28's patch (no functional changes) Obtained from: KAME Reviewd by: fenner Approved by: re (jhb) Revision Changes Path 1.29 +41 -24 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:11:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8A837B401; Wed, 15 Jan 2003 12:11:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D89C43F5F; Wed, 15 Jan 2003 12:11:32 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKBWfh008813; Wed, 15 Jan 2003 12:11:32 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKBWAm008812; Wed, 15 Jan 2003 12:11:32 -0800 (PST) Message-Id: <200301152011.h0FKBWAm008812@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:11:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:11:32 PST Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h Log: new wi driver that uses the 802.11 link layer code Reviewed by: imp Obtained from: NetBSD (originally) Revision Changes Path 1.17 +35 -7 src/sys/dev/wi/if_wavelan_ieee.h 1.121 +2074 -2418 src/sys/dev/wi/if_wi.c 1.15 +4 -4 src/sys/dev/wi/if_wi_pccard.c 1.12 +9 -7 src/sys/dev/wi/if_wi_pci.c 1.41 +139 -142 src/sys/dev/wi/if_wireg.h 1.15 +104 -119 src/sys/dev/wi/if_wivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:12:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FEA137B401; Wed, 15 Jan 2003 12:12:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EB543EB2; Wed, 15 Jan 2003 12:12:51 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKCofh008877; Wed, 15 Jan 2003 12:12:50 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKCoRk008876; Wed, 15 Jan 2003 12:12:50 -0800 (PST) Message-Id: <200301152012.h0FKCoRk008876@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:12:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi wi_hostap.c wi_hostap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:12:50 PST Removed files: sys/dev/wi wi_hostap.c wi_hostap.h Log: wi-specific host ap support no longer needed now that it uses the core 802.11 code Reviewed by: imp Revision Changes Path 1.20 +0 -1266 src/sys/dev/wi/wi_hostap.c (dead) 1.6 +0 -136 src/sys/dev/wi/wi_hostap.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:13:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398B137B401; Wed, 15 Jan 2003 12:13:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D816643E4A; Wed, 15 Jan 2003 12:13:30 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKDUfh008927; Wed, 15 Jan 2003 12:13:30 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKDUpM008926; Wed, 15 Jan 2003 12:13:30 -0800 (PST) Message-Id: <200301152013.h0FKDUpM008926@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:13:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:13:30 PST Modified files: sys/modules/wi Makefile Log: remove wi-specific host ap code; the wi driver now depends on the wlan module for 802.11 core support Revision Changes Path 1.16 +1 -1 src/sys/modules/wi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:15: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D307737B401; Wed, 15 Jan 2003 12:15:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3B743F3F; Wed, 15 Jan 2003 12:15:00 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKF0fh008988; Wed, 15 Jan 2003 12:15:00 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKF0n9008987; Wed, 15 Jan 2003 12:15:00 -0800 (PST) Message-Id: <200301152015.h0FKF0n9008987@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 12:15:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 12:15:00 PST Modified files: usr.sbin/wicontrol wicontrol.c Log: update for revised wi driver that uses the 802.11 link layer support Reviewed by: imp Revision Changes Path 1.30 +138 -103 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:15:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E95437B401; Wed, 15 Jan 2003 12:15:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4A743E4A; Wed, 15 Jan 2003 12:15:33 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKFXfh009113; Wed, 15 Jan 2003 12:15:33 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKFXH0009112; Wed, 15 Jan 2003 12:15:33 -0800 (PST) Message-Id: <200301152015.h0FKFXH0009112@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 Jan 2003 12:15:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 elan-mmcr.c src/sys/i386/conf NOTES src/sys/conf options.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/15 12:15:33 PST Modified files: sys/i386/i386 elan-mmcr.c sys/i386/conf NOTES sys/conf options.i386 Log: Add machdep.elan_freq sysctl which can be used to set the CPU clock frequency in Hz. The default is still 33.333 MHz. Please notice that the number is round to a multiple of four internally so it may not read back exactly the same as written. Add compile time ELAN_XTAL option to override the 33.333 MHz default. Add compile time ELAN_PPS option to enable code for high precision (250 nanoseconds) timestamping of external signals. Revision Changes Path 1.184 +4 -0 src/sys/conf/options.i386 1.1070 +4 -0 src/sys/i386/conf/NOTES 1.7 +88 -3 src/sys/i386/i386/elan-mmcr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:17:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534A337B401; Wed, 15 Jan 2003 12:17:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA5C43E4A; Wed, 15 Jan 2003 12:17:19 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKHJfh009194; Wed, 15 Jan 2003 12:17:19 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKHJXq009193; Wed, 15 Jan 2003 12:17:19 -0800 (PST) Message-Id: <200301152017.h0FKHJXq009193@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 12:17:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/frozenbubble Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 12:17:19 PST Modified files: games/frozenbubble Makefile Log: Pass Arguments from the wrapper to the perl script. Submitte by: Roddy Collins (via Maintainer) Revision Changes Path 1.4 +1 -1 ports/games/frozenbubble/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:21:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D2737B401; Wed, 15 Jan 2003 12:21:57 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDE043F18; Wed, 15 Jan 2003 12:21:57 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0FKLunN037810 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 15 Jan 2003 12:21:56 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <19ea01c2bcd3$c03f7220$5a557f42@errno.com> From: "Sam Leffler" To: "Nate Lawson" , "Mark Murray" Cc: "Sam Leffler" , , References: Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile Date: Wed, 15 Jan 2003 12:21:56 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Probably so you can take a GENERIC kernel and load an 802.11 driver that > uses WEP without having to enable full crypto support. Correct, the new wlan modules depends on the rc4 module for doing WEP. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:26: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5791F37B401; Wed, 15 Jan 2003 12:26:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783B543F1E; Wed, 15 Jan 2003 12:25:08 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKP8fh012731; Wed, 15 Jan 2003 12:25:08 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKP892012730; Wed, 15 Jan 2003 12:25:08 -0800 (PST) Message-Id: <200301152025.h0FKP892012730@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Wed, 15 Jan 2003 12:25:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2003/01/15 12:25:08 PST Modified files: (Branch: RELENG_5_0) sys/net if_stf.c Log: MFC 1.29: sync with KAME to simplify Rev 1.27.2.1 Reviewed by: fenner Approved by: re (jhb) Obtained from:KAME Revision Changes Path 1.27.2.2 +41 -24 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:36: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B345A37B401; Wed, 15 Jan 2003 12:36:08 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D73F043E4A; Wed, 15 Jan 2003 12:36:07 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003011520360705100pmhepe>; Wed, 15 Jan 2003 20:36:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA92212; Wed, 15 Jan 2003 12:36:06 -0800 (PST) Date: Wed, 15 Jan 2003 12:36:04 -0800 (PST) From: Julian Elischer To: Sam Leffler Cc: Nate Lawson , Mark Murray , Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile In-Reply-To: <19ea01c2bcd3$c03f7220$5a557f42@errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can the new driver still get the card to do it? (I'm presuming yes, and that this only is used when you are doing more involved work(e.g. host-AP etc.) On Wed, 15 Jan 2003, Sam Leffler wrote: > > Probably so you can take a GENERIC kernel and load an 802.11 driver that > > uses WEP without having to enable full crypto support. > > Correct, the new wlan modules depends on the rc4 module for doing WEP. > > Sam > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:39:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6DA237B401; Wed, 15 Jan 2003 12:39:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD3E43F18; Wed, 15 Jan 2003 12:39:31 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKdVfh016492; Wed, 15 Jan 2003 12:39:31 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKdU2T016491; Wed, 15 Jan 2003 12:39:30 -0800 (PST) Message-Id: <200301152039.h0FKdU2T016491@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 12:39:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl-beta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 12:39:30 PST Modified files: security/openssl-beta Makefile Log: - merge and sort manpages, reduce number of lines needed Revision Changes Path 1.77 +785 -797 ports/security/openssl-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:40:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6E237B401; Wed, 15 Jan 2003 12:40:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE34B43F3F; Wed, 15 Jan 2003 12:40:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKemfh018732; Wed, 15 Jan 2003 12:40:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKemI0018725; Wed, 15 Jan 2003 12:40:48 -0800 (PST) Message-Id: <200301152040.h0FKemI0018725@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 12:40:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/libshout2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/libshout2/files patch-aa patch-ab patch-src::Makefile.in ports/audio/icecast2 Makefile distinfo ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 12:40:48 PST Modified files: audio Makefile audio/libshout2 Makefile distinfo pkg-comment pkg-descr pkg-plist audio/icecast2 Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: audio/libshout2/files patch-src::Makefile.in Removed files: audio/libshout2/files patch-aa patch-ab audio/icecast2 pkg-message audio/icecast2/files patch-configure patch-src::connection.c patch-src::sock.c patch-src::threads.c Log: Complete Repocopy from audio/libshout -> audio/libshout2, audio/icecast -> audio/icecast2. Update to a development Snapshot of icecast2. The new icecast2 protocol supports ogg-vorbis streaming. PR: 45250, 45251 Submitted by: Michael Nottebrock Revision Changes Path 1.368 +2 -0 ports/audio/Makefile 1.25 +40 -29 ports/audio/icecast2/Makefile 1.10 +1 -1 ports/audio/icecast2/distinfo 1.2 +0 -20 ports/audio/icecast2/files/patch-configure (dead) 1.2 +0 -18 ports/audio/icecast2/files/patch-src::connection.c (dead) 1.2 +0 -18 ports/audio/icecast2/files/patch-src::sock.c (dead) 1.2 +0 -13 ports/audio/icecast2/files/patch-src::threads.c (dead) 1.4 +1 -1 ports/audio/icecast2/pkg-comment 1.8 +1 -1 ports/audio/icecast2/pkg-descr 1.4 +0 -15 ports/audio/icecast2/pkg-message (dead) 1.7 +3 -28 ports/audio/icecast2/pkg-plist 1.6 +32 -5 ports/audio/libshout2/Makefile 1.4 +1 -1 ports/audio/libshout2/distinfo 1.3 +0 -16 ports/audio/libshout2/files/patch-aa (dead) 1.3 +0 -11 ports/audio/libshout2/files/patch-ab (dead) 1.1 +11 -0 ports/audio/libshout2/files/patch-src::Makefile.in (new) 1.2 +1 -1 ports/audio/libshout2/pkg-comment 1.2 +2 -2 ports/audio/libshout2/pkg-descr 1.5 +2 -31 ports/audio/libshout2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:43:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D9237B401; Wed, 15 Jan 2003 12:43:54 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC11143F13; Wed, 15 Jan 2003 12:43:53 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0FKhpnN037955 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 15 Jan 2003 12:43:52 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <1a8001c2bcd6$d0417850$5a557f42@errno.com> From: "Sam Leffler" To: "Julian Elischer" Cc: "Nate Lawson" , "Mark Murray" , , References: Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile Date: Wed, 15 Jan 2003 12:43:51 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Can the new driver still get the card to do it? > > > (I'm presuming yes, and that this only is used when you are doing > more involved work(e.g. host-AP etc.) I think you're asking whether WEP is done in h/w if directly supported? If so, yes. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:45: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6EE37B401; Wed, 15 Jan 2003 12:45:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB61043E4A; Wed, 15 Jan 2003 12:45:04 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKj4fh020095; Wed, 15 Jan 2003 12:45:04 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKj4hS020094; Wed, 15 Jan 2003 12:45:04 -0800 (PST) Message-Id: <200301152045.h0FKj4hS020094@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 12:45:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 12:45:04 PST Modified files: . modules Log: libshout2 --> ports/audio/libshout2 Revision Changes Path 1.6468 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:47:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AA337B405; Wed, 15 Jan 2003 12:47:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9525543F13; Wed, 15 Jan 2003 12:47:31 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKlVfh020190; Wed, 15 Jan 2003 12:47:31 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKlVXS020189; Wed, 15 Jan 2003 12:47:31 -0800 (PST) Message-Id: <200301152047.h0FKlVXS020189@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Jan 2003 12:47:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/15 12:47:31 PST Modified files: . modules Log: icecast2 --> ports/audio/icecast2 Revision Changes Path 1.6469 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 12:48:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464DB37B401; Wed, 15 Jan 2003 12:48:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEDBE43ED8; Wed, 15 Jan 2003 12:48:56 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FKmufh020245; Wed, 15 Jan 2003 12:48:56 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FKmuNx020244; Wed, 15 Jan 2003 12:48:56 -0800 (PST) Message-Id: <200301152048.h0FKmuNx020244@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 12:48:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/elfdump elfdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 12:48:56 PST Modified files: usr.bin/elfdump elfdump.c Log: The defined sh_types's just aren't in consecutive order, so we have to move away from indexing into an array. Revision Changes Path 1.2 +32 -5 src/usr.bin/elfdump/elfdump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:15:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02C937B401; Wed, 15 Jan 2003 13:15:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4428743EB2; Wed, 15 Jan 2003 13:15:49 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLFnfh030803; Wed, 15 Jan 2003 13:15:49 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLFnmS030802; Wed, 15 Jan 2003 13:15:49 -0800 (PST) Message-Id: <200301152115.h0FLFnmS030802@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 15 Jan 2003 13:15:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/installation/common trouble.sgml X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/15 13:15:48 PST Modified files: (Branch: RELENG_5_0) release/doc/de_DE.ISO8859-1/installation/common trouble.sgml Log: Fix some typos in the acpi disabling sections Approved by: re@ (blanket) Revision Changes Path 1.5.2.3 +3 -3 src/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:22:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C84837B401; Wed, 15 Jan 2003 13:22:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DF543EB2; Wed, 15 Jan 2003 13:22:55 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLMtfh034300; Wed, 15 Jan 2003 13:22:55 -0800 (PST) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLMtdE034299; Wed, 15 Jan 2003 13:22:55 -0800 (PST) Message-Id: <200301152122.h0FLMtdE034299@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 15 Jan 2003 13:22:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2003/01/15 13:22:55 PST Modified files: lib/libc/stdlib realpath.3 realpath.c bin/realpath realpath.c Log: realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. This also reverts the PATH_MAX -> MAXPATHLEN part of rev 1.3 of src/bin/realpath/realpath.c Requested by: imp Reviewed by: imp, bde Revision Changes Path 1.5 +1 -1 src/bin/realpath/realpath.c 1.12 +2 -2 src/lib/libc/stdlib/realpath.3 1.12 +7 -7 src/lib/libc/stdlib/realpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:24: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA3037B401; Wed, 15 Jan 2003 13:24:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9200743ED8; Wed, 15 Jan 2003 13:24:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLO6fh034351; Wed, 15 Jan 2003 13:24:06 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLO6HX034350; Wed, 15 Jan 2003 13:24:06 -0800 (PST) Message-Id: <200301152124.h0FLO6HX034350@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 13:24:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/elfdump elfdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 13:24:06 PST Modified files: usr.bin/elfdump elfdump.c Log: Like sh_types, dt_tags just aren't in consecutive order, so we have to move away from indexing into an array. Also add Sun and GNU specific tags. Revision Changes Path 1.3 +78 -9 src/usr.bin/elfdump/elfdump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:27:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C2337B401; Wed, 15 Jan 2003 13:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDA243F13; Wed, 15 Jan 2003 13:27:34 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLRYfh034471; Wed, 15 Jan 2003 13:27:34 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLRYdK034470; Wed, 15 Jan 2003 13:27:34 -0800 (PST) Message-Id: <200301152127.h0FLRYdK034470@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 13:27:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 13:27:34 PST Modified files: audio/icecast2 Makefile Log: Textproc/libxslt is required in build. Revision Changes Path 1.26 +2 -1 ports/audio/icecast2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:42:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28DC37B410 for ; Wed, 15 Jan 2003 13:42:26 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id E3DC643FD3 for ; Wed, 15 Jan 2003 13:38:49 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 22617 invoked by uid 10); 15 Jan 2003 21:38:48 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id h0FLauWi026753; Wed, 15 Jan 2003 22:36:56 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id h0FLauTK026752; Wed, 15 Jan 2003 22:36:56 +0100 (CET) Date: Wed, 15 Jan 2003 22:36:56 +0100 From: Udo Erdelhoff To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml Message-ID: <20030115213656.GB26360@nathan.ruhr.de> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301151510.h0FFAhqg004077@repoman.freebsd.org> <20030115183445.GL66579@nathan.ruhr.de> <200301151849.h0FInYA9038251@intruder.bmah.org> <20030115191246.GM66579@nathan.ruhr.de> <200301151945.h0FJjrmW039003@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301151945.h0FJjrmW039003@intruder.bmah.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce, On Wed, Jan 15, 2003 at 11:45:53AM -0800, Bruce A. Mah wrote: > I shouldn't have used the term "whitespace" in the commit message at > all. I really want your translations to track even the "whitespace" > changes from this commit. Example: I have just tracked this change in the DE version and I did manage to shoot myself in the foot once and had to start over. > It looks like a piddly change you can ignore, but it's required by some > changes for conditional building that I'm going to commit in a few days > (they come from RELENG_4). It's not like re-wrapping a paragraph, which > you *can* ignore. No argument there, and the final version of the translation has all the entity-on-a-line-by-itself stuff of the original version. But as I said above, if you had done the deletions and the re-wrapping in two seperate commits, things would have been clearer. I do not have a problem with a whitespace-only commit that should be tracked by the translators. /s/Udo -- > Is there an explanation of the NG_ macros I see used in the netgraph > nodes' code? Yes, but it's not documented Rogier R. Mulhuijzen and Archie Cobbs, freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:47:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B585437B401; Wed, 15 Jan 2003 13:47:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588CB43F43; Wed, 15 Jan 2003 13:47:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLlbfh041645; Wed, 15 Jan 2003 13:47:37 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLlbM0041644; Wed, 15 Jan 2003 13:47:37 -0800 (PST) Message-Id: <200301152147.h0FLlbM0041644@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Jan 2003 13:47:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall main.c modules.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/15 13:47:37 PST Modified files: usr.sbin/sysinstall main.c modules.c sysinstall.h Log: Add a function driverFloppyCheck() that asks the user if they would like to load drivers from the driver floppy if the "driver_floppy" variable is set in the kernel environment and call this function after probing devices but before displaying the main menu. X-MFC after: as soon as I finish committing to current Approved by: re@ (blanket) Revision Changes Path 1.69 +6 -0 src/usr.sbin/sysinstall/main.c 1.6 +10 -0 src/usr.sbin/sysinstall/modules.c 1.239 +1 -0 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:49:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B02137B401; Wed, 15 Jan 2003 13:49:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212EB43E4A; Wed, 15 Jan 2003 13:49:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLnofh041723; Wed, 15 Jan 2003 13:49:50 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLnooZ041722; Wed, 15 Jan 2003 13:49:50 -0800 (PST) Message-Id: <200301152149.h0FLnooZ041722@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Jan 2003 13:49:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/15 13:49:50 PST Modified files: release Makefile Log: If there is a driver floppy for this arch, then add a line to the loader.rc on the boot floppies to set the 'driver_floppy' variable in the loader so that it ends up in the kernel environment and sysinstall will prompt for the diskette. Booting from CD-ROM does not use this loader.rc file, so folks booting from CD to do an install will not be prompted. X-MFC after: as soon as I finish committing to current Approved by: re (blanket) Revision Changes Path 1.745 +2 -0 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:50:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 164AA37B401; Wed, 15 Jan 2003 13:50:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2F943F65; Wed, 15 Jan 2003 13:50:34 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLoYfh043227; Wed, 15 Jan 2003 13:50:34 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLoYlZ043221; Wed, 15 Jan 2003 13:50:34 -0800 (PST) Message-Id: <200301152150.h0FLoYlZ043221@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 15 Jan 2003 13:50:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2003/01/15 13:50:34 PST Modified files: sys/conf files Log: remove wi_hostap.c from files as it's been removed. Revision Changes Path 1.746 +0 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 13:59:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEC837B401; Wed, 15 Jan 2003 13:59:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E57B43F8B; Wed, 15 Jan 2003 13:59:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FLxBfh045381; Wed, 15 Jan 2003 13:59:11 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLxBCS045380; Wed, 15 Jan 2003 13:59:11 -0800 (PST) Message-Id: <200301152159.h0FLxBCS045380@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Jan 2003 13:59:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/usr.sbin/sysinstall main.c modules.c sysinstall.h X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/15 13:59:11 PST Modified files: (Branch: RELENG_5_0) release Makefile usr.sbin/sysinstall main.c modules.c sysinstall.h Log: MFC: Prompt for the driver floppy when booted from floppy prior to the main menu in sysinstall. Approved by: re (blanket) Revision Changes Path 1.736.2.2 +2 -0 src/release/Makefile 1.68.2.1 +6 -0 src/usr.sbin/sysinstall/main.c 1.5.2.1 +10 -0 src/usr.sbin/sysinstall/modules.c 1.237.2.2 +1 -0 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14: 2:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4967E37B405 for ; Wed, 15 Jan 2003 14:02:16 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167C943F5B for ; Wed, 15 Jan 2003 14:02:14 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14974 invoked from network); 15 Jan 2003 22:02:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 Jan 2003 22:02:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0FM2BUT011766; Wed, 15 Jan 2003 17:02:12 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301152147.h0FLlbM0041644@repoman.freebsd.org> Date: Wed, 15 Jan 2003 17:02:11 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/usr.sbin/sysinstall main.c modules.c sysinst Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15-Jan-2003 John Baldwin wrote: > jhb 2003/01/15 13:47:37 PST > > Modified files: > usr.sbin/sysinstall main.c modules.c sysinstall.h > Log: > Add a function driverFloppyCheck() that asks the user if they would like to > load drivers from the driver floppy if the "driver_floppy" variable is set > in the kernel environment and call this function after probing devices but > before displaying the main menu. > > X-MFC after: as soon as I finish committing to current > Approved by: re@ (blanket) The only thing that I would like to look better is if the menu that kldBrowser() generated was a bit less lame. As in, if it used the description files for the long name of each menu item. Possibly trimming off the .ko for each menu item would also be nice as well. Maybe I will play with that later, but someone else can feel free to step up and do it first if they wish. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14: 7:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111AD37B401; Wed, 15 Jan 2003 14:07:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DF343ED8; Wed, 15 Jan 2003 14:07:11 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FM7Bfh048925; Wed, 15 Jan 2003 14:07:11 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FM7BxB048924; Wed, 15 Jan 2003 14:07:11 -0800 (PST) Message-Id: <200301152207.h0FM7BxB048924@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 14:07:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 14:07:11 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version for 5.0-RELEASE. Revision Changes Path 1.264 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14: 8:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4AC37B401; Wed, 15 Jan 2003 14:08:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F05543F13; Wed, 15 Jan 2003 14:08:55 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FM8tfh048975; Wed, 15 Jan 2003 14:08:55 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FM8tD7048974; Wed, 15 Jan 2003 14:08:55 -0800 (PST) Message-Id: <200301152208.h0FM8tD7048974@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Jan 2003 14:08:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2003/01/15 14:08:55 PST Modified files: audio/icecast2 Makefile Log: Add 'ipv6' on CATEGORIES. Icecast2 supports IPv6 streaming. Revision Changes Path 1.27 +1 -1 ports/audio/icecast2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14:22: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E690F37B401; Wed, 15 Jan 2003 14:22:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D09343F3F; Wed, 15 Jan 2003 14:22:00 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FMM0fh055930; Wed, 15 Jan 2003 14:22:00 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FMLxBS055929; Wed, 15 Jan 2003 14:21:59 -0800 (PST) Message-Id: <200301152221.h0FMLxBS055929@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 14:21:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 14:21:59 PST Modified files: share/sgml freebsd.ent Log: FreeBSD 5.0 is imminent. Update doc entities. Revision Changes Path 1.24 +2 -2 doc/share/sgml/freebsd.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14:36:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A764537B401; Wed, 15 Jan 2003 14:36:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6008843ED8; Wed, 15 Jan 2003 14:36:16 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FMaGfh060677; Wed, 15 Jan 2003 14:36:16 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FMaGVx060676; Wed, 15 Jan 2003 14:36:16 -0800 (PST) Message-Id: <200301152236.h0FMaGVx060676@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 15 Jan 2003 14:36:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/15 14:36:16 PST Modified files: usr.bin/make var.c Log: Change the handling of non-anchored global substitutions of the empty string from a silent implicit non-global substitution to a non-silent explicit fatal error. Archored substitutions are those containing '^' or '$'. The problem with changing the substitution to prevent an infinite number of matches is that it doesn't provide the necessary feedback to the user that there's a bug in the/a makefile. Reporting the bug without making the condition fatal makes the feedback mostly useless due to the way that make fails to prefix the error with program name, makefile file name and line number information. Note that global substitutions of the empty string anchored with '^' (start of string) or '$' (end of string) do not cause an infinite number of matches and are therefore not reported and hence are non- fatal. Suggested by: bde Tested with: buildworld Revision Changes Path 1.42 +9 -8 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14:42:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7FA37B401; Wed, 15 Jan 2003 14:42:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C1343ED8; Wed, 15 Jan 2003 14:42:32 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FMgVfh064147; Wed, 15 Jan 2003 14:42:31 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FMgVf9064146; Wed, 15 Jan 2003 14:42:31 -0800 (PST) Message-Id: <200301152242.h0FMgVf9064146@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 14:42:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 14:42:31 PST Modified files: en/releases/5.0R schedule.sgml Log: doc/ has been tagged. Revision Changes Path 1.25 +2 -2 www/en/releases/5.0R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 14:50:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A54737B401; Wed, 15 Jan 2003 14:50:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE97843F65; Wed, 15 Jan 2003 14:50:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FMoYfh065778; Wed, 15 Jan 2003 14:50:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FMoYHS065777; Wed, 15 Jan 2003 14:50:34 -0800 (PST) Message-Id: <200301152250.h0FMoYHS065777@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Jan 2003 14:50:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-catalog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/15 14:50:34 PST Modified files: textproc/libxml2 Makefile Added files: textproc/libxml2/files patch-catalog.c Log: Re-add a patch that was forgotten when libxml2 was upgraded to 2.4.27. This will get us closer to eliminating HTTP traffic when searching for DTDs. However, since we no longer offer the docbook 4.1.2 DTDs in ports, this still doesn't solve the problem. Work is now being done to offer a better overall solution. Revision Changes Path 1.84 +1 -1 ports/textproc/libxml2/Makefile 1.4 +15 -0 ports/textproc/libxml2/files/patch-catalog.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 15:24:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2006637B405; Wed, 15 Jan 2003 15:24:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FF243ED8; Wed, 15 Jan 2003 15:24:49 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FNOnfh078408; Wed, 15 Jan 2003 15:24:49 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FNOnuJ078407; Wed, 15 Jan 2003 15:24:49 -0800 (PST) Message-Id: <200301152324.h0FNOnuJ078407@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 15:24:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 15:24:49 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: Add some errata notes that document some 5.0-RELEASE bugs (smbfs shares, fstat(2) and kqueue(2) bugs, and a crash in sem_open(3)/sem_close(3)). Submitted by: tjr Revision Changes Path 1.16 +33 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 15:35:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69BA37B401; Wed, 15 Jan 2003 15:35:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD6643F1E; Wed, 15 Jan 2003 15:35:47 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FNZlfh082047; Wed, 15 Jan 2003 15:35:47 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FNZloc082046; Wed, 15 Jan 2003 15:35:47 -0800 (PST) Message-Id: <200301152335.h0FNZloc082046@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Jan 2003 15:35:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/15 15:35:46 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata item: /dev/tty permissions handling bug. Submitted by: phk Revision Changes Path 1.17 +9 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 15:50:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67D537B401; Wed, 15 Jan 2003 15:50:55 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895FF43ED8; Wed, 15 Jan 2003 15:50:52 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id E03AE9C10; Wed, 15 Jan 2003 18:39:43 -0500 (EST) Date: Wed, 15 Jan 2003 18:39:43 -0500 From: Mike Barcroft To: Johan Karlsson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c Message-ID: <20030115183943.D58850@espresso.q9media.com> References: <200301152122.h0FLMtdE034299@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301152122.h0FLMtdE034299@repoman.freebsd.org>; from johan@FreeBSD.org on Wed, Jan 15, 2003 at 01:22:55PM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Johan Karlsson writes: > johan 2003/01/15 13:22:55 PST > > Modified files: > lib/libc/stdlib realpath.3 realpath.c > bin/realpath realpath.c > Log: > realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. > > This also reverts the PATH_MAX -> MAXPATHLEN part of > rev 1.3 of src/bin/realpath/realpath.c > > Requested by: imp > Reviewed by: imp, bde > > Revision Changes Path > 1.5 +1 -1 src/bin/realpath/realpath.c > 1.12 +2 -2 src/lib/libc/stdlib/realpath.3 > 1.12 +7 -7 src/lib/libc/stdlib/realpath.c Hmm, I thought it was more complicated than this. IIRC, PATH_MAX isn't necessarily available at compile-time, so it needs more complications to conform to POSIX in the case where PATH_MAX isn't defined. Portablility might not be important, in which case it isn't clear why we would change from MAXPATHLEN to PATH_MAX or vice versa. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 15:54:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3515C37B401; Wed, 15 Jan 2003 15:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 906BF43F18; Wed, 15 Jan 2003 15:54:35 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FNsZfh089225; Wed, 15 Jan 2003 15:54:35 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FNsZPO089224; Wed, 15 Jan 2003 15:54:35 -0800 (PST) Message-Id: <200301152354.h0FNsZPO089224@repoman.freebsd.org> From: Matt Dillon Date: Wed, 15 Jan 2003 15:54:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/kern vfs_bio.c src/sys/powerpc/powerpc vm_machdep.c src/sys/sparc64/sparc64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/15 15:54:35 PST Modified files: sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/kern vfs_bio.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 vm_machdep.c Log: Merge all the various copies of vmapbuf() and vunmapbuf() into a single portable copy. Note that pmap_extract() must be used instead of pmap_kextract(). This is precursor work to a reorganization of vmapbuf() to close remaining user/kernel races (which can lead to a panic). Revision Changes Path 1.78 +0 -69 src/sys/alpha/alpha/vm_machdep.c 1.197 +0 -74 src/sys/i386/i386/vm_machdep.c 1.52 +0 -69 src/sys/ia64/ia64/vm_machdep.c 1.355 +76 -0 src/sys/kern/vfs_bio.c 1.81 +0 -74 src/sys/powerpc/powerpc/vm_machdep.c 1.33 +0 -73 src/sys/sparc64/sparc64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 15:59:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABDEB37B401; Wed, 15 Jan 2003 15:59:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CEF43F1E; Wed, 15 Jan 2003 15:59:21 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0FNxLfh089420; Wed, 15 Jan 2003 15:59:21 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FNxLtG089419; Wed, 15 Jan 2003 15:59:21 -0800 (PST) Message-Id: <200301152359.h0FNxLtG089419@repoman.freebsd.org> From: Nate Lawson Date: Wed, 15 Jan 2003 15:59:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_target.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/15 15:59:21 PST Modified files: (Branch: RELENG_5_0) share/examples/scsi_target scsi_target.c Log: MFC: 1.13 - check for AIO before starting up Approved by: re (scottl) Revision Changes Path 1.12.2.1 +27 -0 src/share/examples/scsi_target/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16: 1:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2B537B401; Wed, 15 Jan 2003 16:01:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59E343F5F; Wed, 15 Jan 2003 16:01:50 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G01ofh092822; Wed, 15 Jan 2003 16:01:50 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G01oOn092821; Wed, 15 Jan 2003 16:01:50 -0800 (PST) Message-Id: <200301160001.h0G01oOn092821@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 15 Jan 2003 16:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2003/01/15 16:01:50 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4243 Revision Changes Path 1.129 +1 -1 ports/security/uvscan-dat/Makefile 1.127 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16: 2:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206F537B401; Wed, 15 Jan 2003 16:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C160B43E4A; Wed, 15 Jan 2003 16:02:21 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G02Lfh092942; Wed, 15 Jan 2003 16:02:21 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G02Lis092941; Wed, 15 Jan 2003 16:02:21 -0800 (PST) Message-Id: <200301160002.h0G02Lis092941@repoman.freebsd.org> From: Matt Dillon Date: Wed, 15 Jan 2003 16:02:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c src/sys/sparc64/sparc64 vm_machdep.c src/sys/vm vm_fault.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/15 16:02:21 PST Modified files: sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 vm_machdep.c sys/vm vm_fault.c Log: Merge all the various copies of vm_fault_quick() into a single portable copy. Revision Changes Path 1.79 +0 -16 src/sys/alpha/alpha/vm_machdep.c 1.198 +0 -17 src/sys/i386/i386/vm_machdep.c 1.53 +0 -16 src/sys/ia64/ia64/vm_machdep.c 1.82 +0 -16 src/sys/powerpc/powerpc/vm_machdep.c 1.34 +0 -15 src/sys/sparc64/sparc64/vm_machdep.c 1.161 +18 -0 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:20:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4A437B401; Wed, 15 Jan 2003 16:20:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6124343EB2; Wed, 15 Jan 2003 16:20:11 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0KBfh097054; Wed, 15 Jan 2003 16:20:11 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G0KB2V097048; Wed, 15 Jan 2003 16:20:11 -0800 (PST) Message-Id: <200301160020.h0G0KB2V097048@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 16:20:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 16:20:11 PST Modified files: sys/conf NOTES files Log: config glue for new wi driver and wlan module Reviewed by: imp Forgotten by: sam Revision Changes Path 1.1120 +4 -0 src/sys/conf/NOTES 1.747 +2 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:21:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397B637B401; Wed, 15 Jan 2003 16:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4E8F43F13; Wed, 15 Jan 2003 16:21:52 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0Lqfh000287; Wed, 15 Jan 2003 16:21:52 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G0LqCp000286; Wed, 15 Jan 2003 16:21:52 -0800 (PST) Message-Id: <200301160021.h0G0LqCp000286@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Jan 2003 16:21:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/15 16:21:52 PST Modified files: sys/i386/conf GENERIC Log: wi now needs wlan Reviewed by: imp Revision Changes Path 1.372 +1 -0 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:24:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC47D37B401; Wed, 15 Jan 2003 16:24:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F91443F3F; Wed, 15 Jan 2003 16:24:29 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0OTfh000418; Wed, 15 Jan 2003 16:24:29 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G0OTEo000417; Wed, 15 Jan 2003 16:24:29 -0800 (PST) Message-Id: <200301160024.h0G0OTEo000417@repoman.freebsd.org> From: Nate Lawson Date: Wed, 15 Jan 2003 16:24:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c src/share/man/man4 targ.4 src/share/examples/scsi_target scsi_cmds.c scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2003/01/15 16:24:29 PST Modified files: sys/cam/scsi scsi_target.c share/man/man4 targ.4 share/examples/scsi_target scsi_cmds.c scsi_target.c Log: kernel: * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes) Revision Changes Path 1.2 +4 -2 src/share/examples/scsi_target/scsi_cmds.c 1.14 +5 -2 src/share/examples/scsi_target/scsi_target.c 1.3 +5 -6 src/share/man/man4/targ.4 1.47 +1 -1 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:29:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DA037B401; Wed, 15 Jan 2003 16:29:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C3B43F13; Wed, 15 Jan 2003 16:29:56 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0TuNS099626; Wed, 15 Jan 2003 16:29:56 -0800 (PST) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0G0To0o099625; Wed, 15 Jan 2003 16:29:50 -0800 (PST) Date: Wed, 15 Jan 2003 16:29:50 -0800 (PST) From: David Xu Message-Id: <200301160029.h0G0To0o099625@freefall.freebsd.org> To: Nate Lawson Subject: Re: cvs commit: src/sys/kern subr_bus.c Cc: "cvs-all@FreeBSD.org" , cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Nate Lawson" To: "David Xu" Cc: ; Sent: Thursday, January 16, 2003 2:16 AM Subject: Re: cvs commit: src/sys/kern subr_bus.c > On Wed, 15 Jan 2003, David Xu wrote: > > Modified files: > > sys/kern subr_bus.c > > Log: > > Don't forget to disconnect object from class. > > > > Revision Changes Path > > 1.121 +3 -2 src/sys/kern/subr_bus.c > > Does this fix the memory leak when loading/unloading a module many > times? I've seen indications that there was one but haven't tracked it > down farther. > > -Nate In device_delete_child, this fixed nullclass reference count. because the class is always in memory and already compiled, there is no memory leak. Only in device_set_driver, if system is out of memory, it would cause memory leak. but at that time, I don't think the system will continue running, it would panic in other places. So these are nits. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:41: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B9337B401; Wed, 15 Jan 2003 16:41:03 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5719843EB2; Wed, 15 Jan 2003 16:41:02 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id B66FC5194A; Thu, 16 Jan 2003 11:10:52 +1030 (CST) Date: Thu, 16 Jan 2003 11:10:52 +1030 From: Greg 'groggy' Lehey To: Sam Leffler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c Message-ID: <20030116004052.GB41850@wantadilla.lemis.com> References: <200301152015.h0FKF0n9008987@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301152015.h0FKF0n9008987@repoman.freebsd.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, 15 January 2003 at 12:15:00 -0800, Sam Leffler wrote: > sam 2003/01/15 12:15:00 PST > > Modified files: > usr.sbin/wicontrol wicontrol.c > Log: > update for revised wi driver that uses the 802.11 link layer > support Does this mean that I should now be able to run hostap with an Orinoco card? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:49:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4448737B401; Wed, 15 Jan 2003 16:49:28 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5D443EB2; Wed, 15 Jan 2003 16:49:27 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0G0nQnN038913 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 15 Jan 2003 16:49:27 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <1c1a01c2bcf9$1f24f6f0$5a557f42@errno.com> From: "Sam Leffler" To: "Greg 'groggy' Lehey" Cc: , References: <200301152015.h0FKF0n9008987@repoman.freebsd.org> <20030116004052.GB41850@wantadilla.lemis.com> Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c Date: Wed, 15 Jan 2003 16:49:26 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Wednesday, 15 January 2003 at 12:15:00 -0800, Sam Leffler wrote: > > sam 2003/01/15 12:15:00 PST > > > > Modified files: > > usr.sbin/wicontrol wicontrol.c > > Log: > > update for revised wi driver that uses the 802.11 link layer > > support > > Does this mean that I should now be able to run hostap with an Orinoco > card? I don't know. This round of changes is not intended to introduce any new functionality so if you couldn't do it before there's a good chance you still can't. As I only have PRISM-based cards I can't answer definitively. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:51:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D9337B401; Wed, 15 Jan 2003 16:51:58 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688BA43F65; Wed, 15 Jan 2003 16:51:57 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <20030116005155003005u7tme>; Thu, 16 Jan 2003 00:51:56 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA93967; Wed, 15 Jan 2003 16:51:54 -0800 (PST) Date: Wed, 15 Jan 2003 16:51:54 -0800 (PST) From: Julian Elischer To: Sam Leffler Cc: "Greg 'groggy' Lehey" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c In-Reply-To: <1c1a01c2bcf9$1f24f6f0$5a557f42@errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 Jan 2003, Sam Leffler wrote: > > On Wednesday, 15 January 2003 at 12:15:00 -0800, Sam Leffler wrote: > > > sam 2003/01/15 12:15:00 PST > > > > > > Modified files: > > > usr.sbin/wicontrol wicontrol.c > > > Log: > > > update for revised wi driver that uses the 802.11 link layer > > > support > > > > Does this mean that I should now be able to run hostap with an Orinoco > > card? Orinoco cards do not support HOST-AP mode. > > I don't know. This round of changes is not intended to introduce any new > functionality so if you couldn't do it before there's a good chance you > still can't. As I only have PRISM-based cards I can't answer definitively. > > Sam > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 16:54:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD44837B623; Wed, 15 Jan 2003 16:54:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD7243F1E; Wed, 15 Jan 2003 16:54:24 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0sOfh011119; Wed, 15 Jan 2003 16:54:24 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G0sOOW011118; Wed, 15 Jan 2003 16:54:24 -0800 (PST) Message-Id: <200301160054.h0G0sOOW011118@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 16:54:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 16:54:24 PST Modified files: (Branch: RELENG_5_0) release/scripts print-cdrom-packages.sh Log: MFC rev 1.40: add mozilla and be more intelligent about the compat packages. Approved by: re Revision Changes Path 1.38.2.1 +13 -4 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 17:30:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B64537B401; Wed, 15 Jan 2003 17:30:24 -0800 (PST) Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD1343F1E; Wed, 15 Jan 2003 17:30:13 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([210.252.211.77]) by t-mta4.odn.ne.jp with ESMTP id <20030116013011970.RUP.26728.t-mta4.odn.ne.jp@mta4.odn.ne.jp>; Thu, 16 Jan 2003 10:30:11 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id 1767F54B5; Thu, 16 Jan 2003 10:30:10 +0900 (JST) Date: Thu, 16 Jan 2003 10:30:10 +0900 Message-ID: <86r8bddgpp.wl@hadaly.dyndns.org> From: Kimura Fuyuki To: joseph@randomnetworks.com Cc: des@FreeBSD.ORG, cvs-all@FreeBSD.ORG, miles@caddr.com Subject: Re: cvs commit: ports/lang Makefile ports/lang/sbcl Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <20030115111529.F30376@randomservers.com> References: <200301151125.h0FBP6Bd032542@repoman.freebsd.org> <20030115111529.F30376@randomservers.com> User-Agent: Wanderlust/2.10.0 (Venus) Emacs/21.2 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 15 Jan 2003 11:16:13 -0800 (PST), Joseph Scott wrote: > > This appears to take care of PR ports/39174 (Need port of SBCL > (Steel Bank Common Lisp)). And bin/41777? (100.clean-disks removes *.core!) -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 17:59: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1D437B401; Wed, 15 Jan 2003 17:59:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404BA43F1E; Wed, 15 Jan 2003 17:59:01 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G1x1fh032596; Wed, 15 Jan 2003 17:59:01 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G1x09X032593; Wed, 15 Jan 2003 17:59:00 -0800 (PST) Message-Id: <200301160159.h0G1x09X032593@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Jan 2003 17:59:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-ttcalc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2003/01/15 17:59:00 PST Added files: x11/XFree86-4-libraries/files patch-ttcalc.c Log: Fix build for IA64. Should not affect architectures where this is already building. Requested by: kkenn, marcel Obtained from: XFree86 CVS r1.5 Revision Changes Path 1.1 +11 -0 ports/x11/XFree86-4-libraries/files/patch-ttcalc.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18: 2:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4C237B401; Wed, 15 Jan 2003 18:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6416743F3F; Wed, 15 Jan 2003 18:02:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G22Mfh036021; Wed, 15 Jan 2003 18:02:22 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G22M0r036020; Wed, 15 Jan 2003 18:02:22 -0800 (PST) Message-Id: <200301160202.h0G22M0r036020@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:02:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/apr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:02:22 PST Modified files: devel/apr pkg-plist Log: [MAINTAINER update] devel/apr: add missing files to pkg-plist Submitted by: Craig Rodrigues Revision Changes Path 1.7 +3 -0 ports/devel/apr/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18: 2:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E5D37B401; Wed, 15 Jan 2003 18:02:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6498743EB2; Wed, 15 Jan 2003 18:02:41 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G22ffh036046; Wed, 15 Jan 2003 18:02:41 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G22fZB036045; Wed, 15 Jan 2003 18:02:41 -0800 (PST) Message-Id: <200301160202.h0G22fZB036045@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 15 Jan 2003 18:02:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr-summary.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2003/01/15 18:02:41 PST Modified files: en/cgi query-pr-summary.cgi Log: Increase the column width for PR responsibles to 11 characters. "ports-bugs" now fits nicely, but there are still a few that are too long. Revision Changes Path 1.38 +3 -3 www/en/cgi/query-pr-summary.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18: 6:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A4837B401; Wed, 15 Jan 2003 18:06:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E8843F13; Wed, 15 Jan 2003 18:06:13 -0800 (PST) (envelope-from gsutter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G26Dfh036204; Wed, 15 Jan 2003 18:06:13 -0800 (PST) (envelope-from gsutter@repoman.freebsd.org) Received: (from gsutter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G26DXt036203; Wed, 15 Jan 2003 18:06:13 -0800 (PST) Message-Id: <200301160206.h0G26DXt036203@repoman.freebsd.org> From: Gregory Sutter Date: Wed, 15 Jan 2003 18:06:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/junkfilter Makefile distinfo pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gsutter 2003/01/15 18:06:13 PST Modified files: mail/junkfilter Makefile distinfo pkg-comment Log: Update to version 20030115. Revision Changes Path 1.8 +1 -1 ports/mail/junkfilter/Makefile 1.5 +1 -1 ports/mail/junkfilter/distinfo 1.2 +1 -1 ports/mail/junkfilter/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18: 6:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A5E37B401; Wed, 15 Jan 2003 18:06:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8610B43F13; Wed, 15 Jan 2003 18:06:30 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G26Ufh036230; Wed, 15 Jan 2003 18:06:30 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G26UG6036229; Wed, 15 Jan 2003 18:06:30 -0800 (PST) Message-Id: <200301160206.h0G26UG6036229@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:06:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/crossgo32 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:06:30 PST Modified files: devel/crossgo32 Makefile Log: [portsurvey] make devel/crossgo32 fetch again PR: ports/47115 Submitted by: Ulrich Spoerlein Revision Changes Path 1.16 +1 -1 ports/devel/crossgo32/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18: 8: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC2737B401; Wed, 15 Jan 2003 18:07:58 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D138F43F13; Wed, 15 Jan 2003 18:07:57 -0800 (PST) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b217.otenet.gr [212.205.244.225]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0G27sqW001653; Thu, 16 Jan 2003 04:07:55 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0G27sYK002905; Thu, 16 Jan 2003 04:07:54 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0G27slF002904; Thu, 16 Jan 2003 04:07:54 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 16 Jan 2003 04:07:54 +0200 From: Giorgos Keramidas To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/cgi query-pr-summary.cgi Message-ID: <20030116020754.GB2842@gothmog.gr> References: <200301160202.h0G22fZB036045@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <200301160202.h0G22fZB036045@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2003-01-15 18:02, keramida@FreeBSD.org (Giorgos Keramidas) wrote: > Log: > Increase the column width for PR responsibles to 11 characters. > "ports-bugs" now fits nicely, but there are still a few that are too long. Prompted by: edwin > Revision Changes Path > 1.38 +3 -3 www/en/cgi/query-pr-summary.cgi --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+JhP61g+UGjGGA7YRAk5cAJ44W62M+RWxwO6fT2t/8a2z/DPmmACghT4b NHMCqcrtMngEMxCZZwCODtI= =xuCL -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:14:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F172F37B401; Wed, 15 Jan 2003 18:14:56 -0800 (PST) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6420E43F13; Wed, 15 Jan 2003 18:14:54 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.6) with ESMTP id h0G2EniX025406; Thu, 16 Jan 2003 12:44:50 +1030 (CST) (envelope-from doconnor@gsoft.com.au) X-Authentication-Warning: cain.gsoft.com.au: Host localhost [127.0.0.1] claimed to be [127.0.0.1] Subject: RE: cvs commit: src/usr.sbin/sysinstall main.c modules.c sysinst From: "Daniel O'Connor" To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1042683289.19291.8.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 16 Jan 2003 12:44:49 +1030 Content-Transfer-Encoding: 7bit X-Spam-Score: -1 () CARRIAGE_RETURNS,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2003-01-16 at 08:32, John Baldwin wrote: > The only thing that I would like to look better is if the menu that > kldBrowser() generated was a bit less lame. As in, if it used the > description files for the long name of each menu item. Possibly > trimming off the .ko for each menu item would also be nice as well. > Maybe I will play with that later, but someone else can feel free to > step up and do it first if they wish. Hey! The original was at least 20 seconds of considered design! 8-) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:17:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED9E37B401; Wed, 15 Jan 2003 18:17:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CB743E4A; Wed, 15 Jan 2003 18:17:29 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2HTfh039835; Wed, 15 Jan 2003 18:17:29 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2HSjZ039834; Wed, 15 Jan 2003 18:17:28 -0800 (PST) Message-Id: <200301160217.h0G2HSjZ039834@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Jan 2003 18:17:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2003/01/15 18:17:28 PST Modified files: etc/mtree BSD.x11-4.dist Log: Add missing lib/X11/xedit/lisp directory. Revision Changes Path 1.22 +2 -0 src/etc/mtree/BSD.x11-4.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:17:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38DD37B401; Wed, 15 Jan 2003 18:17:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E24943E4A; Wed, 15 Jan 2003 18:17:53 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2Hrfh039897; Wed, 15 Jan 2003 18:17:53 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2Hrq1039896; Wed, 15 Jan 2003 18:17:53 -0800 (PST) Message-Id: <200301160217.h0G2Hrq1039896@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:17:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dvdrip Makefile distinfo pkg-plist ports/graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm patch-lib::Video::DVDRip::Project.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:17:53 PST Modified files: graphics/dvdrip Makefile distinfo pkg-plist Added files: graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm patch-lib::Video::DVDRip::Project.pm Log: Update dvdrip to the latest stable release. PR: ports/47117 Submitted by: Michael Nottebrock Revision Changes Path 1.5 +16 -6 ports/graphics/dvdrip/Makefile 1.4 +1 -1 ports/graphics/dvdrip/distinfo 1.1 +89 -0 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::Config.pm (new) 1.1 +11 -0 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm (new) 1.1 +38 -0 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::Project.pm (new) 1.4 +31 -4 ports/graphics/dvdrip/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:18:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1CB37B401; Wed, 15 Jan 2003 18:18:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FCC43F13; Wed, 15 Jan 2003 18:18:30 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2ITfh039938; Wed, 15 Jan 2003 18:18:30 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2ITjj039937; Wed, 15 Jan 2003 18:18:29 -0800 (PST) Message-Id: <200301160218.h0G2ITjj039937@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:18:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dvdrip pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:18:29 PST Added files: graphics/dvdrip pkg-message Log: Forgot pkg-message PR: ports/47117 Submitted by: Michael Nottebrock Revision Changes Path 1.1 +12 -0 ports/graphics/dvdrip/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:21:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF2437B401; Wed, 15 Jan 2003 18:21:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15E743F43; Wed, 15 Jan 2003 18:21:13 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2LDfh042755; Wed, 15 Jan 2003 18:21:13 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2LDG5042751; Wed, 15 Jan 2003 18:21:13 -0800 (PST) Message-Id: <200301160221.h0G2LDG5042751@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Jan 2003 18:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-NestServer pkg-plist ports/x11-servers/XFree86-4-VirtualFramebufferServer pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2003/01/15 18:21:13 PST Modified files: x11-servers/XFree86-4-NestServer pkg-plist x11-servers/XFree86-4-VirtualFramebufferServer pkg-plist Log: Add missing lib/X11/xserver/SecurityPolicy for other XFree86 server ports. Revision Changes Path 1.5 +1 -0 ports/x11-servers/XFree86-4-NestServer/pkg-plist 1.5 +1 -0 ports/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:27:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911837B401; Wed, 15 Jan 2003 18:27:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1115B43F13; Wed, 15 Jan 2003 18:27:53 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2Rqfh043540; Wed, 15 Jan 2003 18:27:52 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2RqgX043539; Wed, 15 Jan 2003 18:27:52 -0800 (PST) Message-Id: <200301160227.h0G2RqgX043539@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 15 Jan 2003 18:27:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d devd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/15 18:27:52 PST Modified files: etc/rc.d devd Log: Purely cosmetic change. The # PROVIDE line should precede the # REQUIRE line. Approved by: markm (mentor) Revision Changes Path 1.4 +1 -1 src/etc/rc.d/devd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:31:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9CCE37B401; Wed, 15 Jan 2003 18:31:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A4443E4A; Wed, 15 Jan 2003 18:31:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2Vgfh047002; Wed, 15 Jan 2003 18:31:42 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2Vg3T047001; Wed, 15 Jan 2003 18:31:42 -0800 (PST) Message-Id: <200301160231.h0G2Vg3T047001@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:31:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/john Makefile distinfo pkg-message pkg-plist ports/security/john/files patch-Makefile patch-aa patch-john.conf patch-params.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:31:42 PST Modified files: security/john Makefile distinfo pkg-plist Added files: security/john/files patch-Makefile patch-john.conf patch-params.h Removed files: security/john pkg-message security/john/files patch-aa Log: security/john 1.6 -> 1.6.32 PR: ports/47124 Submitted by: Dominic Marks Revision Changes Path 1.24 +24 -31 ports/security/john/Makefile 1.6 +1 -0 ports/security/john/distinfo 1.1 +27 -0 ports/security/john/files/patch-Makefile (new) 1.3 +0 -56 ports/security/john/files/patch-aa (dead) 1.1 +41 -0 ports/security/john/files/patch-john.conf (new) 1.1 +33 -0 ports/security/john/files/patch-params.h (new) 1.3 +0 -2 ports/security/john/pkg-message (dead) 1.7 +4 -12 ports/security/john/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:33:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0942337B401; Wed, 15 Jan 2003 18:33:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26FE43ED8; Wed, 15 Jan 2003 18:33:47 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2Xlfh047074; Wed, 15 Jan 2003 18:33:47 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2Xl59047073; Wed, 15 Jan 2003 18:33:47 -0800 (PST) Message-Id: <200301160233.h0G2Xl59047073@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 15 Jan 2003 18:33:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/GeoIP Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/15 18:33:47 PST Modified files: net/GeoIP Makefile pkg-plist Log: Correct pkg-plist. Pointy hat to: seanc Submitted by: Kimura Fuyuki Revision Changes Path 1.14 +1 -0 ports/net/GeoIP/Makefile 1.6 +11 -0 ports/net/GeoIP/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:49:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B480337B401; Wed, 15 Jan 2003 18:49:09 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0717643EB2; Wed, 15 Jan 2003 18:49:09 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id h0G2mwvA047165; Wed, 15 Jan 2003 21:48:58 -0500 (EST) (envelope-from winter@jurai.net) Date: Wed, 15 Jan 2003 21:48:58 -0500 (EST) From: "Matthew N. Dodd" To: Julian Elischer Cc: Sam Leffler , "Greg 'groggy' Lehey" , , Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c In-Reply-To: Message-ID: <20030115214644.O59276-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 Jan 2003, Julian Elischer wrote: > Orinoco cards do not support HOST-AP mode. I suspect they would if we could reliably put them in monitor mode. I've got patches that sorta work but it seems that the feature is somewhat picky about firmware revision. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:51:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D029E37B401; Wed, 15 Jan 2003 18:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830E143F18; Wed, 15 Jan 2003 18:51:48 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2pmfh054213; Wed, 15 Jan 2003 18:51:48 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2pmgO054212; Wed, 15 Jan 2003 18:51:48 -0800 (PST) Message-Id: <200301160251.h0G2pmgO054212@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:51:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pancho Makefile distinfo pkg-message pkg-plist ports/net/pancho/files patch-MANIFEST patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:51:48 PST Modified files: net/pancho Makefile distinfo pkg-message pkg-plist Added files: net/pancho/files patch-MANIFEST patch-Makefile.PL Log: Maintainer update net/pancho to 9.0.1 PR: ports/46997 Submitted by: Nicolas Jombart Revision Changes Path 1.13 +15 -15 ports/net/pancho/Makefile 1.12 +1 -1 ports/net/pancho/distinfo 1.1 +11 -0 ports/net/pancho/files/patch-MANIFEST (new) 1.1 +92 -0 ports/net/pancho/files/patch-Makefile.PL (new) 1.2 +2 -1 ports/net/pancho/pkg-message 1.8 +15 -0 ports/net/pancho/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:54: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E674337B401; Wed, 15 Jan 2003 18:54:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CAE143F3F; Wed, 15 Jan 2003 18:54:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2s8fh054287; Wed, 15 Jan 2003 18:54:08 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2s8lf054286; Wed, 15 Jan 2003 18:54:08 -0800 (PST) Message-Id: <200301160254.h0G2s8lf054286@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Jan 2003 18:54:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/15 18:54:08 PST Modified files: . access Log: jmallett has now joined the ranks of the ports committers. She will be working primarily on the mono/C# porting effort. I will be her mentor. Approved by: portmgr Revision Changes Path 1.358 +0 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:56: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62AB37B401; Wed, 15 Jan 2003 18:56:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B0543F18; Wed, 15 Jan 2003 18:56:05 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2u5fh054406; Wed, 15 Jan 2003 18:56:05 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2u58h054405; Wed, 15 Jan 2003 18:56:05 -0800 (PST) Message-Id: <200301160256.h0G2u58h054405@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:56:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/showimg Makefile distinfo pkg-plist ports/graphics/showimg/files patch-showimg:batchrenamer.h patch-showimg:qtiffio.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:56:05 PST Modified files: graphics/showimg Makefile distinfo pkg-plist Removed files: graphics/showimg/files patch-showimg:batchrenamer.h patch-showimg:qtiffio.cpp Log: Unbreak graphics/showimg Upgrade to 0.8-beta1 PR: ports/46996 Submitted by: avleeuwen@piwebs.com Revision Changes Path 1.6 +4 -5 ports/graphics/showimg/Makefile 1.2 +1 -1 ports/graphics/showimg/distinfo 1.2 +0 -12 ports/graphics/showimg/files/patch-showimg:batchrenamer.h (dead) 1.2 +0 -10 ports/graphics/showimg/files/patch-showimg:qtiffio.cpp (dead) 1.2 +59 -69 ports/graphics/showimg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 18:59:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFC037B401; Wed, 15 Jan 2003 18:59:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08AE43F3F; Wed, 15 Jan 2003 18:59:43 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G2xhfh054511; Wed, 15 Jan 2003 18:59:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G2xh85054510; Wed, 15 Jan 2003 18:59:43 -0800 (PST) Message-Id: <200301160259.h0G2xh85054510@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 18:59:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tk-GBARR Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 18:59:43 PST Modified files: x11-toolkits/p5-Tk-GBARR Makefile distinfo pkg-plist Log: Upgrade to version 2.06 PR: ports/47046 Submitted by: Erwin Lansing Revision Changes Path 1.3 +1 -1 ports/x11-toolkits/p5-Tk-GBARR/Makefile 1.3 +1 -1 ports/x11-toolkits/p5-Tk-GBARR/distinfo 1.2 +13 -6 ports/x11-toolkits/p5-Tk-GBARR/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19: 2:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1478F37B401; Wed, 15 Jan 2003 19:02:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FAF43F5F; Wed, 15 Jan 2003 19:02:25 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G32Pfh057920; Wed, 15 Jan 2003 19:02:25 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G32P6Z057919; Wed, 15 Jan 2003 19:02:25 -0800 (PST) Message-Id: <200301160302.h0G32P6Z057919@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 19:02:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-CalendarMonthSimple Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 19:02:25 PST Modified files: www/p5-HTML-CalendarMonthSimple Makefile distinfo pkg-plist Log: - update to 1.19 - add missing dirrm PR: ports/47043 Submitted by: Erwin Lansing Revision Changes Path 1.4 +1 -1 ports/www/p5-HTML-CalendarMonthSimple/Makefile 1.4 +1 -1 ports/www/p5-HTML-CalendarMonthSimple/distinfo 1.2 +1 -0 ports/www/p5-HTML-CalendarMonthSimple/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19: 7: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89E137B401; Wed, 15 Jan 2003 19:07:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57AB743ED8; Wed, 15 Jan 2003 19:07:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G370fh058093; Wed, 15 Jan 2003 19:07:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G370D3058092; Wed, 15 Jan 2003 19:07:00 -0800 (PST) Message-Id: <200301160307.h0G370D3058092@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Jan 2003 19:07:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile ports/net/gaim/files patch-src_protocols_yahoo_yahoo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/15 19:07:00 PST Modified files: net/gaim Makefile Added files: net/gaim/files patch-src_protocols_yahoo_yahoo.c Log: Add standard termination strings and correct the message conversion between official yahoo messenger and gaim. PR: 47125 Submitted by: leeym Noticed by: Dustin Liu Obtained from: Palatis Revision Changes Path 1.86 +1 -0 ports/net/gaim/Makefile 1.5 +12 -0 ports/net/gaim/files/patch-src_protocols_yahoo_yahoo.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:12:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5029637B401; Wed, 15 Jan 2003 19:12:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0219543F6D; Wed, 15 Jan 2003 19:12:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3CLfh061572; Wed, 15 Jan 2003 19:12:21 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3CLS7061571; Wed, 15 Jan 2003 19:12:21 -0800 (PST) Message-Id: <200301160312.h0G3CLS7061571@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 19:12:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-Apache-Gallery Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 19:12:21 PST Modified files: www Makefile Added files: www/p5-Apache-Gallery Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port: Apache::Gallery - mod_perl handler to create an image gallery PR: ports/44434 Submitted by: Erwin Lansing Revision Changes Path 1.584 +1 -0 ports/www/Makefile 1.1 +63 -0 ports/www/p5-Apache-Gallery/Makefile (new) 1.1 +1 -0 ports/www/p5-Apache-Gallery/distinfo (new) 1.1 +1 -0 ports/www/p5-Apache-Gallery/pkg-comment (new) 1.1 +8 -0 ports/www/p5-Apache-Gallery/pkg-descr (new) 1.1 +21 -0 ports/www/p5-Apache-Gallery/pkg-message (new) 1.1 +25 -0 ports/www/p5-Apache-Gallery/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:12:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1B6437B401; Wed, 15 Jan 2003 19:12:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799E543EB2; Wed, 15 Jan 2003 19:12:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3Clfh061613; Wed, 15 Jan 2003 19:12:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3ClQj061612; Wed, 15 Jan 2003 19:12:47 -0800 (PST) Message-Id: <200301160312.h0G3ClQj061612@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 19:12:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 19:12:47 PST Modified files: . modules Log: p5-Apache-Gallery --> ports/www/p5-Apache-Gallery Revision Changes Path 1.6470 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:17:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E34437B401; Wed, 15 Jan 2003 19:17:25 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A045A43F3F; Wed, 15 Jan 2003 19:17:24 -0800 (PST) (envelope-from mtm@identd.net) Received: from localhost ([151.200.11.105]) by out005.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030116031721.ROW16306.out005.verizon.net@localhost>; Wed, 15 Jan 2003 21:17:21 -0600 Date: Wed, 15 Jan 2003 22:17:03 -0500 From: Mike Makonnen To: Hiten Pandya Cc: scottl@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/releases/5.0R todo.sgml In-Reply-To: <20030115184220.GA51570@unixdaemons.com> References: <200301151837.h0FIbY6o072551@repoman.freebsd.org> <20030115184220.GA51570@unixdaemons.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.C?26nE3qzZm:3," X-Authentication-Info: Submitted using SMTP AUTH LOGIN at out005.verizon.net from [151.200.11.105] at Wed, 15 Jan 2003 21:17:14 -0600 Message-Id: <20030116031721.ROW16306.out005.verizon.net@localhost> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.C?26nE3qzZm:3, Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 15 Jan 2003 13:42:20 -0500 Hiten Pandya wrote: > It would be good if the handbook had some information on PAM and it's > usage. I know there is a lot of good documentation outthere because > it's an open standard, but still, some base docco will be good. > > It could be in the 'Desired' section. There's this articale: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pam/index.html maybe it should be plugged into the handbook? -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 --=.C?26nE3qzZm:3, Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+JiQ52uHir9vMaLkRAk3aAJ9vBn2LrOLVy9YoYB/TVtxZVYlKGQCeLBZJ Rm0Ty50i1x5fWhnW6NOh6fM= =bkxJ -----END PGP SIGNATURE----- --=.C?26nE3qzZm:3,-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:23:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDA337B401; Wed, 15 Jan 2003 19:23:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEBF43F3F; Wed, 15 Jan 2003 19:23:11 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3NAfh065202; Wed, 15 Jan 2003 19:23:10 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3NAC1065201; Wed, 15 Jan 2003 19:23:10 -0800 (PST) Message-Id: <200301160323.h0G3NAC1065201@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 19:23:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/netrexx Makefile ports/java/netrexx/files patch-read.me.first X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 19:23:10 PST Modified files: java/netrexx Makefile Removed files: java/netrexx/files patch-read.me.first Log: [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA PR: ports/41984 Submitted by: John Merryweather Cooper Revision Changes Path 1.12 +4 -4 ports/java/netrexx/Makefile 1.2 +0 -73 ports/java/netrexx/files/patch-read.me.first (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:30:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4CD37B401; Wed, 15 Jan 2003 19:30:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3D643F1E; Wed, 15 Jan 2003 19:30:49 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3Unfh067155; Wed, 15 Jan 2003 19:30:49 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3Um5D067146; Wed, 15 Jan 2003 19:30:48 -0800 (PST) Message-Id: <200301160330.h0G3Um5D067146@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 19:30:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vbsfilter Makefile distinfo ports/mail/vbsfilter/files patch-vbsfilter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 19:30:48 PST Modified files: mail/vbsfilter Makefile distinfo mail/vbsfilter/files patch-vbsfilter.c Log: - Update to 1.11 Revision Changes Path 1.14 +1 -1 ports/mail/vbsfilter/Makefile 1.5 +1 -1 ports/mail/vbsfilter/distinfo 1.5 +8 -6 ports/mail/vbsfilter/files/patch-vbsfilter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:35:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85DB37B401; Wed, 15 Jan 2003 19:35:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9D143F7B; Wed, 15 Jan 2003 19:35:24 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3ZNfh068920; Wed, 15 Jan 2003 19:35:23 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3ZNEw068919; Wed, 15 Jan 2003 19:35:23 -0800 (PST) Message-Id: <200301160335.h0G3ZNEw068919@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Jan 2003 19:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile ports/mail/sendmail/files patch-headers.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/15 19:35:23 PST Modified files: mail/sendmail Makefile Added files: mail/sendmail/files patch-headers.c Log: If MaxMimeHeaderLength is set and a malformed MIME header is fixed, log the fixup as "Fixed MIME header" instead of "Truncated MIME header". Problem noted by Ian J Hart. Submitted by: gshapiro Revision Changes Path 1.60 +1 -1 ports/mail/sendmail/Makefile 1.1 +112 -0 ports/mail/sendmail/files/patch-headers.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 19:41:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E4737B401; Wed, 15 Jan 2003 19:41:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE04E43ED8; Wed, 15 Jan 2003 19:41:57 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G3fvfh072394; Wed, 15 Jan 2003 19:41:57 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G3fvSE072393; Wed, 15 Jan 2003 19:41:57 -0800 (PST) Message-Id: <200301160341.h0G3fvSE072393@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Jan 2003 19:41:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2003/01/15 19:41:57 PST Modified files: usr.sbin/inetd inetd.c Log: Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly, rather than specifically setting the process priority and resource class; otherwise, we improperly set other aspects of the login class. We have a bit more to do here, but the proper fix will probably involve breaking out MAC labels from the login class at some point, as well as further clarifying the logic here. Pointed out by: kuriyama, max Revision Changes Path 1.116 +1 -1 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20: 3: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AAB37B405; Wed, 15 Jan 2003 20:03:00 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865EB43F5F; Wed, 15 Jan 2003 20:02:58 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h0G42d641635; Wed, 15 Jan 2003 23:02:39 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Wed, 15 Jan 2003 23:02:39 -0500 (EST) From: Jeff Roberson To: Bosko Milekic Cc: Julian Elischer , Jeff Roberson , , Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <20030113154600.C53755@unixdaemons.com> Message-ID: <20030115225940.X52297-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003, Bosko Milekic wrote: > > "The" new scheduler? > > Which new scheduler? I realize I may have missed a lot of > discussion... I'd like to catch up now, where did the discussion > happen? > I have been writing a new scheduler off and on for several months now. That was the motivation behind the sched_* api. I intend to finish it up and get it commited for 5.1. It supports the following buzz words: ;-) - O(1) operation - Per cpu run queues - CPU binding - CPU affinity In addition, I have a nice tool for testing various scheduler behavior. I have used this to prove that nice, for example, does the same thing with my scheduler as it did with the old one. I will probably commit this tool as well. It runs on linux and I have some interesting datapoints from the linux scheduler. I'll write this up at some point. Cheers, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20:15:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB47F37B401; Wed, 15 Jan 2003 20:15:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA0143E4A; Wed, 15 Jan 2003 20:15:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G4FGfh083164; Wed, 15 Jan 2003 20:15:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G4FGDo083163; Wed, 15 Jan 2003 20:15:16 -0800 (PST) Message-Id: <200301160415.h0G4FGDo083163@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 15 Jan 2003 20:15:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo ports/net/isc-dhcp3/files patch-omapi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/15 20:15:16 PST Modified files: net/isc-dhcp3 Makefile distinfo Removed files: net/isc-dhcp3/files patch-omapi.c Log: Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in the bundled resolver library. Revision Changes Path 1.84 +1 -1 ports/net/isc-dhcp3/Makefile 1.43 +1 -1 ports/net/isc-dhcp3/distinfo 1.2 +0 -11 ports/net/isc-dhcp3/files/patch-omapi.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20:26:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E49537B401; Wed, 15 Jan 2003 20:26:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73F943F18; Wed, 15 Jan 2003 20:26:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G4QOfh086850; Wed, 15 Jan 2003 20:26:24 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G4QOL3086849; Wed, 15 Jan 2003 20:26:24 -0800 (PST) Message-Id: <200301160426.h0G4QOL3086849@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 20:26:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/logjam2 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 20:26:24 PST Modified files: deskutils Makefile Added files: deskutils/logjam2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: new port, deskutils/logjam2 PR: ports/44774 Submitted by: michael johnson Revision Changes Path 1.74 +1 -0 ports/deskutils/Makefile 1.1 +24 -0 ports/deskutils/logjam2/Makefile (new) 1.1 +1 -0 ports/deskutils/logjam2/distinfo (new) 1.1 +1 -0 ports/deskutils/logjam2/pkg-comment (new) 1.1 +6 -0 ports/deskutils/logjam2/pkg-descr (new) 1.1 +1 -0 ports/deskutils/logjam2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20:26:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA58537B401; Wed, 15 Jan 2003 20:26:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FF843F18; Wed, 15 Jan 2003 20:26:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G4Qofh086887; Wed, 15 Jan 2003 20:26:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G4QoaL086886; Wed, 15 Jan 2003 20:26:50 -0800 (PST) Message-Id: <200301160426.h0G4QoaL086886@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 20:26:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 20:26:50 PST Modified files: . modules Log: logjam2 --> ports/deskutils/logjam2 Revision Changes Path 1.6471 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20:55:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F6237B401; Wed, 15 Jan 2003 20:55:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9291543F18; Wed, 15 Jan 2003 20:55:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G4tOfh097587; Wed, 15 Jan 2003 20:55:24 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G4tO64097586; Wed, 15 Jan 2003 20:55:24 -0800 (PST) Message-Id: <200301160455.h0G4tO64097586@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 20:55:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/hotwayd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/hotwayd/files patch-Makefile.in patch-inet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 20:55:24 PST Modified files: mail Makefile Added files: mail/hotwayd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist mail/hotwayd/files patch-Makefile.in patch-inet.c Log: New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail PR: ports/44593 Submitted by: John Nielsen Revision Changes Path 1.347 +1 -0 ports/mail/Makefile 1.1 +28 -0 ports/mail/hotwayd/Makefile (new) 1.1 +1 -0 ports/mail/hotwayd/distinfo (new) 1.1 +11 -0 ports/mail/hotwayd/files/patch-Makefile.in (new) 1.1 +10 -0 ports/mail/hotwayd/files/patch-inet.c (new) 1.1 +1 -0 ports/mail/hotwayd/pkg-comment (new) 1.1 +6 -0 ports/mail/hotwayd/pkg-descr (new) 1.1 +20 -0 ports/mail/hotwayd/pkg-message (new) 1.1 +5 -0 ports/mail/hotwayd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 20:56:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2141F37B401; Wed, 15 Jan 2003 20:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F0C143E4A; Wed, 15 Jan 2003 20:56:07 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G4u7fh097644; Wed, 15 Jan 2003 20:56:07 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G4u73n097643; Wed, 15 Jan 2003 20:56:07 -0800 (PST) Message-Id: <200301160456.h0G4u73n097643@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 20:56:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 20:56:07 PST Modified files: . modules Log: hotwayd --> ports/mail/hotwayd Revision Changes Path 1.6472 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21: 0:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D171137B401; Wed, 15 Jan 2003 21:00:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8164043F13; Wed, 15 Jan 2003 21:00:10 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G50Afh097816; Wed, 15 Jan 2003 21:00:10 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G50AMc097815; Wed, 15 Jan 2003 21:00:10 -0800 (PST) Message-Id: <200301160500.h0G50AMc097815@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cmdwatch Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/cmdwatch/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:00:10 PST Modified files: sysutils Makefile Added files: sysutils/cmdwatch Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/cmdwatch/files patch-Makefile Log: New port: sysutils/cmdwatch - watches output of a specific command PR: ports/42169 Submitted by: Brad Johnson Revision Changes Path 1.327 +1 -0 ports/sysutils/Makefile 1.1 +18 -0 ports/sysutils/cmdwatch/Makefile (new) 1.1 +1 -0 ports/sysutils/cmdwatch/distinfo (new) 1.1 +15 -0 ports/sysutils/cmdwatch/files/patch-Makefile (new) 1.1 +1 -0 ports/sysutils/cmdwatch/pkg-comment (new) 1.1 +5 -0 ports/sysutils/cmdwatch/pkg-descr (new) 1.1 +1 -0 ports/sysutils/cmdwatch/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21: 0:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6035537B406; Wed, 15 Jan 2003 21:00:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074C243ED8; Wed, 15 Jan 2003 21:00:37 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G50afh098245; Wed, 15 Jan 2003 21:00:36 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G50aXk098243; Wed, 15 Jan 2003 21:00:36 -0800 (PST) Message-Id: <200301160500.h0G50aXk098243@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:00:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:00:36 PST Modified files: . modules Log: cmdwatch --> ports/sysutils/cmdwatch Revision Changes Path 1.6473 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21: 7: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F2D37B401; Wed, 15 Jan 2003 21:07:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E8143F13; Wed, 15 Jan 2003 21:07:07 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G577fh001595; Wed, 15 Jan 2003 21:07:07 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G577tP001594; Wed, 15 Jan 2003 21:07:07 -0800 (PST) Message-Id: <200301160507.h0G577tP001594@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:07:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/drweb-postfix Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/security/drweb-postfix/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:07:07 PST Modified files: security Makefile Added files: security/drweb-postfix Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist security/drweb-postfix/files patch-aa patch-ab Log: New port: drweb-postfix antivirus checking backend PR: ports/46496 Submitted by: zhuravlev alexander Revision Changes Path 1.359 +1 -0 ports/security/Makefile 1.1 +89 -0 ports/security/drweb-postfix/Makefile (new) 1.1 +1 -0 ports/security/drweb-postfix/distinfo (new) 1.1 +11 -0 ports/security/drweb-postfix/files/patch-aa (new) 1.1 +93 -0 ports/security/drweb-postfix/files/patch-ab (new) 1.1 +1 -0 ports/security/drweb-postfix/pkg-comment (new) 1.1 +8 -0 ports/security/drweb-postfix/pkg-descr (new) 1.1 +21 -0 ports/security/drweb-postfix/pkg-message (new) 1.1 +72 -0 ports/security/drweb-postfix/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21: 7:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E45B37B401; Wed, 15 Jan 2003 21:07:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A897143F65; Wed, 15 Jan 2003 21:07:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G57Zfh001640; Wed, 15 Jan 2003 21:07:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G57ZpY001639; Wed, 15 Jan 2003 21:07:35 -0800 (PST) Message-Id: <200301160507.h0G57ZpY001639@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:07:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:07:35 PST Modified files: . modules Log: drweb-postfix --> ports/security/drweb-postfix Revision Changes Path 1.6474 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21: 8:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB7B37B401; Wed, 15 Jan 2003 21:08:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C4543F43; Wed, 15 Jan 2003 21:08:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G58wfh001688; Wed, 15 Jan 2003 21:08:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G58wVP001687; Wed, 15 Jan 2003 21:08:58 -0800 (PST) Message-Id: <200301160508.h0G58wVP001687@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 15 Jan 2003 21:08:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX-5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/15 21:08:58 PST Modified files: . INDEX-5 Log: Last-minute update to include new isc-dhcp3 in RELEASE_5_0_0 index. Revision Changes Path 1.4 +2 -2 ports/INDEX-5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:10:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A4837B401; Wed, 15 Jan 2003 21:10:48 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1926443F5F; Wed, 15 Jan 2003 21:10:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1DC1B66B3A; Wed, 15 Jan 2003 21:10:39 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id D597FFD7; Wed, 15 Jan 2003 21:10:38 -0800 (PST) Date: Wed, 15 Jan 2003 21:10:38 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/hotwayd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/hotwayd/files patch-Makefile.in patch-inet.c Message-ID: <20030116051038.GA28943@rot13.obsecurity.org> References: <200301160455.h0G4tO64097586@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <200301160455.h0G4tO64097586@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 15, 2003 at 08:55:24PM -0800, Edwin Groothuis wrote: > edwin 2003/01/15 20:55:24 PST >=20 > Modified files: > mail Makefile=20 > Added files: > mail/hotwayd Makefile distinfo pkg-comment pkg-descr=20 > pkg-message pkg-plist=20 > mail/hotwayd/files patch-Makefile.in patch-inet.c=20 > Log: > New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail hotway or hotwayd? Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Jj7OWry0BWjoQKURAvpEAKDjxJ42d3x3HBpMa4tBNk2jV77DegCg6flX zAZWcE43BDFFaTphP4TLVg8= =C27Y -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:15:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6479F37B401; Wed, 15 Jan 2003 21:15:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DAA43F18; Wed, 15 Jan 2003 21:15:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G5FYfh005486; Wed, 15 Jan 2003 21:15:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G5FYtO005485; Wed, 15 Jan 2003 21:15:34 -0800 (PST) Message-Id: <200301160515.h0G5FYtO005485@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:15:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-regexp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:15:34 PST Modified files: java/jakarta-regexp Makefile Log: jakarta-regexp distribution seems to have moved to a new website PR: ports/47030 Submitted by: Dave Glowacki Revision Changes Path 1.5 +1 -1 ports/java/jakarta-regexp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:18:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38FC137B401; Wed, 15 Jan 2003 21:18:43 -0800 (PST) Received: from cleitus.hosting.swbell.net (cleitus.hosting.swbell.net [216.100.99.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330A243F13; Wed, 15 Jan 2003 21:18:42 -0800 (PST) (envelope-from alc@imimic.com) Received: from imimic.com (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) by cleitus.hosting.swbell.net id AAA22318; Thu, 16 Jan 2003 00:18:35 -0500 (EST) [ConcentricHost SMTP Relay 1.14] Message-ID: <3E2640AA.4DE2D96F@imimic.com> Date: Wed, 15 Jan 2003 23:18:34 -0600 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/kern vfs_bio.csrc/sys/powerpc/powerpc vm_machdep.c src/sys/sparc64/sparc64vm_machdep.c References: <200301152354.h0FNsZPO089224@repoman.freebsd.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > > dillon 2003/01/15 15:54:35 PST > > Modified files: > sys/alpha/alpha vm_machdep.c > sys/i386/i386 vm_machdep.c > sys/ia64/ia64 vm_machdep.c > sys/kern vfs_bio.c > sys/powerpc/powerpc vm_machdep.c > sys/sparc64/sparc64 vm_machdep.c > Log: > Merge all the various copies of vmapbuf() and vunmapbuf() into a single > portable copy. Note that pmap_extract() must be used instead of > pmap_kextract(). > > This is precursor work to a reorganization of vmapbuf() to close remaining > user/kernel races (which can lead to a panic). > Thanks for doing this. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:18:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD81337B401; Wed, 15 Jan 2003 21:18:55 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2083043F3F; Wed, 15 Jan 2003 21:18:55 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id D5D0B2B79E; Thu, 16 Jan 2003 06:18:52 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 478626A712B; Thu, 16 Jan 2003 16:18:49 +1100 (EST) Date: Thu, 16 Jan 2003 16:18:49 +1100 From: Edwin Groothuis To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/hotwayd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/hotwayd/files patch-Makefile.in patch-inet.c Message-ID: <20030116051849.GK75727@k7.mavetju> References: <200301160455.h0G4tO64097586@repoman.freebsd.org> <20030116051038.GA28943@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030116051038.GA28943@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 09:10:38PM -0800, Kris Kennaway wrote: > On Wed, Jan 15, 2003 at 08:55:24PM -0800, Edwin Groothuis wrote: > > edwin 2003/01/15 20:55:24 PST > > > > Modified files: > > mail Makefile > > Added files: > > mail/hotwayd Makefile distinfo pkg-comment pkg-descr > > pkg-message pkg-plist > > mail/hotwayd/files patch-Makefile.in patch-inet.c > > Log: > > New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail > > hotway or hotwayd? Portname is hotwayd, shar gave mail/hotwayd, Makefile first-line gave hotwayd. I think that the mail/hotway was a typo of his side. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:22:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24ED37B401; Wed, 15 Jan 2003 21:22:19 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E40743F18; Wed, 15 Jan 2003 21:22:19 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9051266B3A; Wed, 15 Jan 2003 21:22:18 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 8A261FD3; Wed, 15 Jan 2003 21:22:18 -0800 (PST) Date: Wed, 15 Jan 2003 21:22:18 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/hotwayd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/hotwayd/files patch-Makefile.in patch-inet.c Message-ID: <20030116052218.GA29027@rot13.obsecurity.org> References: <200301160455.h0G4tO64097586@repoman.freebsd.org> <20030116051038.GA28943@rot13.obsecurity.org> <20030116051849.GK75727@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <20030116051849.GK75727@k7.mavetju> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 16, 2003 at 04:18:49PM +1100, Edwin Groothuis wrote: > On Wed, Jan 15, 2003 at 09:10:38PM -0800, Kris Kennaway wrote: > > On Wed, Jan 15, 2003 at 08:55:24PM -0800, Edwin Groothuis wrote: > > > edwin 2003/01/15 20:55:24 PST > > >=20 > > > Modified files: > > > mail Makefile=20 > > > Added files: > > > mail/hotwayd Makefile distinfo pkg-comment pkg-descr=20 > > > pkg-message pkg-plist=20 > > > mail/hotwayd/files patch-Makefile.in patch-inet.c=20 > > > Log: > > > New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail > >=20 > > hotway or hotwayd? >=20 > Portname is hotwayd, shar gave mail/hotwayd, Makefile first-line > gave hotwayd. I think that the mail/hotway was a typo of his side. Ah, I see the first shar in the PR had hotway, the second hotwayd. Thanks! Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+JkGJWry0BWjoQKURAhm1AJ9TXD+Q6VeFGhgl7ERHkCPhKDbjZgCg5lA3 fhv3CRHEc4husJ2OwSuH9WA= =V7Uj -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:39:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C3A37B401; Wed, 15 Jan 2003 21:39:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23CA43EB2; Wed, 15 Jan 2003 21:39:55 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G5dtfh012658; Wed, 15 Jan 2003 21:39:55 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G5dtLM012657; Wed, 15 Jan 2003 21:39:55 -0800 (PST) Message-Id: <200301160539.h0G5dtLM012657@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 15 Jan 2003 21:39:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby Makefile ports/lang/ruby-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/15 21:39:55 PST Modified files: lang/ruby Makefile lang/ruby-devel Makefile Log: Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by disabling parallel build on sparc64. The INSTALLS_DEPENDS thing probably comes from bsd.port.mk, but I wonder why it is regarded as a target when it is only used as a boolean variable. I think make(1) has some problem with parallel build (-jN) on that platform. I could not really reproduce the error on panther, but a submitter [1] says the build went fine if he commented the -jN option out as I suggested. Submitted by: Anders Andersson , Joao Pedras [1], kris Revision Changes Path 1.49 +4 -1 ports/lang/ruby-devel/Makefile 1.98 +4 -1 ports/lang/ruby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:54:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36F637B401; Wed, 15 Jan 2003 21:54:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A26243F43; Wed, 15 Jan 2003 21:54:39 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G5sdfh019636; Wed, 15 Jan 2003 21:54:39 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G5sdx6019635; Wed, 15 Jan 2003 21:54:39 -0800 (PST) Message-Id: <200301160554.h0G5sdx6019635@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 21:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 21:54:39 PST Modified files: (Branch: RELENG_5_0) . UPDATING Log: Note 5.0-RELEASE Approved by: re (blanket) Revision Changes Path 1.229.2.3 +3 -13 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:56:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3389737B401; Wed, 15 Jan 2003 21:56:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D737D43F3F; Wed, 15 Jan 2003 21:56:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G5uofh019757; Wed, 15 Jan 2003 21:56:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G5uouD019756; Wed, 15 Jan 2003 21:56:50 -0800 (PST) Message-Id: <200301160556.h0G5uouD019756@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Jan 2003 21:56:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xbone Makefile distinfo pkg-comment pkg-deinstall pkg-deinstall.rd pkg-plist pkg-plist.rd ports/net/xbone/files patch-XB_Defs.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/15 21:56:50 PST Modified files: net/xbone Makefile distinfo pkg-comment pkg-deinstall pkg-plist pkg-plist.rd Added files: net/xbone/files patch-XB_Defs.pm Removed files: net/xbone pkg-deinstall.rd Log: upgrade net/xbone port from 1.3.1 to 2.0 PR: ports/46849 Submitted by: Yu-Shun Wang Revision Changes Path 1.2 +7 -17 ports/net/xbone/Makefile 1.2 +1 -1 ports/net/xbone/distinfo 1.1 +11 -0 ports/net/xbone/files/patch-XB_Defs.pm (new) 1.3 +1 -1 ports/net/xbone/pkg-comment 1.2 +6 -16 ports/net/xbone/pkg-deinstall 1.2 +0 -21 ports/net/xbone/pkg-deinstall.rd (dead) 1.2 +124 -100 ports/net/xbone/pkg-plist 1.2 +64 -30 ports/net/xbone/pkg-plist.rd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 21:59:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B295937B401; Wed, 15 Jan 2003 21:59:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586FC43F3F; Wed, 15 Jan 2003 21:59:15 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G5xFfh019841; Wed, 15 Jan 2003 21:59:15 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G5xFIN019840; Wed, 15 Jan 2003 21:59:15 -0800 (PST) Message-Id: <200301160559.h0G5xFIN019840@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 21:59:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup standard-supfile X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 21:59:15 PST Modified files: (Branch: RELENG_5_0) share/examples/cvsup standard-supfile Log: Use the RELENG_5_0 branch for cvsup APproved by: re (blanket) Revision Changes Path 1.21.2.1 +1 -1 src/share/examples/cvsup/standard-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22: 0:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31D037B401; Wed, 15 Jan 2003 22:00:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B77A43F5B; Wed, 15 Jan 2003 22:00:26 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G60Qfh020134; Wed, 15 Jan 2003 22:00:26 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G60Q9o020130; Wed, 15 Jan 2003 22:00:26 -0800 (PST) Message-Id: <200301160600.h0G60Q9o020130@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 22:00:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 22:00:26 PST Modified files: (Branch: RELENG_5_0) share/misc bsd-family-tree Log: Add FreeBSD 5.0 to the family tree. Btw, it looks like the BSD/OS side of the chart is getting stale. Approved by: re (blanket) Revision Changes Path 1.68.2.1 +5 -0 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22: 1:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5F337B401; Wed, 15 Jan 2003 22:01:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813B843F1E; Wed, 15 Jan 2003 22:01:10 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G61Afh021943; Wed, 15 Jan 2003 22:01:10 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G61AwR021936; Wed, 15 Jan 2003 22:01:10 -0800 (PST) Message-Id: <200301160601.h0G61AwR021936@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 22:01:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 22:01:10 PST Modified files: (Branch: RELENG_5_0) sys/conf newvers.sh Log: Note 5.0-RELEASE Approved by: re (blanket) Revision Changes Path 1.48.2.1 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22: 3:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB05F37B401; Wed, 15 Jan 2003 22:03:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F13143E4A; Wed, 15 Jan 2003 22:03:40 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G63efh023371; Wed, 15 Jan 2003 22:03:40 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G63eH6023370; Wed, 15 Jan 2003 22:03:40 -0800 (PST) Message-Id: <200301160603.h0G63eH6023370@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 22:03:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 22:03:40 PST Modified files: (Branch: RELENG_5_0) usr.sbin/pkg_install/add main.c Log: Note the home of the 5.0-release packages. Approved by: re (blanket) Revision Changes Path 1.54.2.1 +1 -0 src/usr.sbin/pkg_install/add/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22:32: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EB837B401; Wed, 15 Jan 2003 22:32:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CA143F18; Wed, 15 Jan 2003 22:32:08 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G6W8fh033995; Wed, 15 Jan 2003 22:32:08 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G6W8w9033994; Wed, 15 Jan 2003 22:32:08 -0800 (PST) Message-Id: <200301160632.h0G6W8w9033994@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 15 Jan 2003 22:32:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xstow Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/15 22:32:08 PST Modified files: sysutils/xstow Makefile Log: add missing manpage to file list, bump portrevision Revision Changes Path 1.2 +3 -1 ports/sysutils/xstow/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22:33:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046CE37B401; Wed, 15 Jan 2003 22:33:44 -0800 (PST) Received: from gpo.schools.net.au (ns.schools.net.au [203.2.135.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B253743EB2; Wed, 15 Jan 2003 22:33:42 -0800 (PST) (envelope-from joshua@shallow.net) Received: from yello.shallow.net (yello.shallow.net [203.18.243.120]) by gpo.schools.net.au (Postfix) with ESMTP id CA345AF727; Thu, 16 Jan 2003 17:33:04 +1100 (EST) Received: by yello.shallow.net (Postfix, from userid 1001) id 1FE642ABA; Thu, 16 Jan 2003 17:34:13 +1100 (EST) Date: Thu, 16 Jan 2003 17:34:13 +1100 From: Joshua Goodall To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/misc bsd-family-tree Message-ID: <20030116063413.GB14288@roughtrade.net> References: <200301160600.h0G60Q9o020130@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301160600.h0G60Q9o020130@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 10:00:26PM -0800, Scott Long wrote: [snip] > | =================================================================== > | RCS file: /home/ncvs/src/share/misc/bsd-family-tree,v > | retrieving revision 1.68 > | retrieving revision 1.68.2.1 > | diff -u -p -r1.68 -r1.68.2.1 > | --- src/share/misc/bsd-family-tree 2002/11/04 09:19:24 1.68 > | +++ src/share/misc/bsd-family-tree 2003/01/16 06:00:25 1.68.2.1 > | @@ -162,6 +162,8 @@ FreeBSD 4.0 | | | | | NetBSD 1. > | | | | | > | FreeBSD 5.0-current | NetBSD -current OpenBSD -current > | | | | | > | + *---FreeBSD 5.0 | | | > | + | | | | > | v v v v > | > | Time > | @@ -366,6 +368,9 @@ Mac OS X 10.2 2002-08-23 [APL] > | NetBSD 1.6 2002-09-14 [NBD] > | FreeBSD 4.7 2002-10-08 [FBD] > | OpenBSD 3.2 2002-11-01 [OBD] > | +FreeBSD 5.0 2002-01-17 [FBD] > | + FreeBSD 5.0 is a sepatate branch off of ^^^^^ separate ? Regards, Joshua. -- Joshua Goodall joshua@roughtrade.net "Your byte hit ratio is weak, old man" "If you cache me now, I will dump more core than you can possibly imagine" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22:36:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC8E37B401; Wed, 15 Jan 2003 22:36:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537AB43EB2; Wed, 15 Jan 2003 22:36:29 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G6aTfh034149; Wed, 15 Jan 2003 22:36:29 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G6aThC034148; Wed, 15 Jan 2003 22:36:29 -0800 (PST) Message-Id: <200301160636.h0G6aThC034148@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Jan 2003 22:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/15 22:36:29 PST Modified files: (Branch: RELENG_5_0) share/misc bsd-family-tree Log: Fix a spelling mistake Submitted by: joshua@roughtrade.net Approved by re (blanket) Revision Changes Path 1.68.2.2 +1 -1 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 22:37: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5029F37B401; Wed, 15 Jan 2003 22:37:03 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E137043F5B; Wed, 15 Jan 2003 22:37:01 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0G6awj18355; Wed, 15 Jan 2003 22:36:58 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA04483; Wed, 15 Jan 2003 22:36:53 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id XAA18159; Wed, 15 Jan 2003 23:36:49 -0700 (MST) Message-ID: <3E2652E7.3090606@btc.adaptec.com> Date: Wed, 15 Jan 2003 23:36:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021125 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Goodall Cc: Scott Long , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/misc bsd-family-tree References: <200301160600.h0G60Q9o020130@repoman.freebsd.org> <20030116063413.GB14288@roughtrade.net> In-Reply-To: <200301160600.h0G60Q9o020130@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joshua Goodall wrote: > On Wed, Jan 15, 2003 at 10:00:26PM -0800, Scott Long wrote: > [snip] > > >| =================================================================== > >| RCS file: /home/ncvs/src/share/misc/bsd-family-tree,v > >| retrieving revision 1.68 > >| retrieving revision 1.68.2.1 > >| diff -u -p -r1.68 -r1.68.2.1 > >| --- src/share/misc/bsd-family-tree 2002/11/04 09:19:24 1.68 > >| +++ src/share/misc/bsd-family-tree 2003/01/16 06:00:25 1.68.2.1 > >| @@ -162,6 +162,8 @@ FreeBSD 4.0 | | | | | NetBSD 1. > >| | | | | > >| FreeBSD 5.0-current | NetBSD -current OpenBSD -current > >| | | | | > >| + *---FreeBSD 5.0 | | | > >| + | | | | > >| v v v v > >| > >| Time > >| @@ -366,6 +368,9 @@ Mac OS X 10.2 2002-08-23 [APL] > >| NetBSD 1.6 2002-09-14 [NBD] > >| FreeBSD 4.7 2002-10-08 [FBD] > >| OpenBSD 3.2 2002-11-01 [OBD] > >| +FreeBSD 5.0 2002-01-17 [FBD] > >| + FreeBSD 5.0 is a sepatate branch off of > > ^^^^^ separate ? > > > Regards, > Joshua. > Fixed. Thanks for noticing that. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23: 1:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6135E37B401; Wed, 15 Jan 2003 23:01:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067EA43F13; Wed, 15 Jan 2003 23:01:55 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G71sfh044620; Wed, 15 Jan 2003 23:01:54 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G71sAb044619; Wed, 15 Jan 2003 23:01:54 -0800 (PST) Message-Id: <200301160701.h0G71sAb044619@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 15 Jan 2003 23:01:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/15 23:01:54 PST Modified files: sys/dev/firewire fwohci.c Log: Use cycleMatch for precise IT DMA start timing. Revision Changes Path 1.19 +40 -12 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23: 5: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEDE137B401; Wed, 15 Jan 2003 23:04:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8025343ED8; Wed, 15 Jan 2003 23:04:59 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G74xfh044689; Wed, 15 Jan 2003 23:04:59 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G74xbH044688; Wed, 15 Jan 2003 23:04:59 -0800 (PST) Message-Id: <200301160704.h0G74xbH044688@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:04:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:04:59 PST src/contrib/isc-dhcp - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp In directory repoman.freebsd.org:/tmp/cvs-serv44662 Log Message: Import isc-dhcpd-3.0.1rc11. This fixes a security vulnerability in the bundled resolver library. Requested by: scottl(re) Status: Vendor Tag: ISC Release Tags: isc_dhcp_3_0_1_rc11 U src/contrib/isc-dhcp/ANONCVS U src/contrib/isc-dhcp/CHANGES U src/contrib/isc-dhcp/COPYRIGHT U src/contrib/isc-dhcp/Makefile U src/contrib/isc-dhcp/Makefile.conf U src/contrib/isc-dhcp/Makefile.dist U src/contrib/isc-dhcp/README U src/contrib/isc-dhcp/RELNOTES U src/contrib/isc-dhcp/configure U src/contrib/isc-dhcp/site.conf U src/contrib/isc-dhcp/client/Makefile.dist C src/contrib/isc-dhcp/client/clparse.c C src/contrib/isc-dhcp/client/dhclient-script.8 C src/contrib/isc-dhcp/client/dhclient.8 U src/contrib/isc-dhcp/client/dhclient.c U src/contrib/isc-dhcp/client/dhclient.conf C src/contrib/isc-dhcp/client/dhclient.conf.5 C src/contrib/isc-dhcp/client/dhclient.leases.5 U src/contrib/isc-dhcp/client/scripts/freebsd U src/contrib/isc-dhcp/common/Makefile.dist U src/contrib/isc-dhcp/common/alloc.c U src/contrib/isc-dhcp/common/bpf.c U src/contrib/isc-dhcp/common/comapi.c U src/contrib/isc-dhcp/common/conflex.c U src/contrib/isc-dhcp/common/ctrace.c U src/contrib/isc-dhcp/common/dhcp-eval.5 C src/contrib/isc-dhcp/common/dhcp-options.5 U src/contrib/isc-dhcp/common/discover.c U src/contrib/isc-dhcp/common/dispatch.c U src/contrib/isc-dhcp/common/dlpi.c U src/contrib/isc-dhcp/common/dns.c U src/contrib/isc-dhcp/common/ethernet.c U src/contrib/isc-dhcp/common/execute.c U src/contrib/isc-dhcp/common/fddi.c U src/contrib/isc-dhcp/common/icmp.c U src/contrib/isc-dhcp/common/inet.c U src/contrib/isc-dhcp/common/lpf.c U src/contrib/isc-dhcp/common/memory.c U src/contrib/isc-dhcp/common/nit.c U src/contrib/isc-dhcp/common/options.c U src/contrib/isc-dhcp/common/packet.c U src/contrib/isc-dhcp/common/parse.c U src/contrib/isc-dhcp/common/print.c U src/contrib/isc-dhcp/common/raw.c U src/contrib/isc-dhcp/common/tr.c U src/contrib/isc-dhcp/common/resolv.c U src/contrib/isc-dhcp/common/socket.c C src/contrib/isc-dhcp/common/tables.c U src/contrib/isc-dhcp/common/tree.c U src/contrib/isc-dhcp/common/upf.c U src/contrib/isc-dhcp/contrib/3.0b1-lease-convert U src/contrib/isc-dhcp/contrib/sethostname.sh U src/contrib/isc-dhcp/dst/Makefile.dist U src/contrib/isc-dhcp/dst/base64.c U src/contrib/isc-dhcp/dst/dst_api.c U src/contrib/isc-dhcp/dst/dst_internal.h U src/contrib/isc-dhcp/dst/dst_support.c U src/contrib/isc-dhcp/dst/hmac_link.c U src/contrib/isc-dhcp/dst/md5.h U src/contrib/isc-dhcp/dst/md5_dgst.c U src/contrib/isc-dhcp/dst/md5_locl.h U src/contrib/isc-dhcp/dst/prandom.c U src/contrib/isc-dhcp/includes/cdefs.h U src/contrib/isc-dhcp/includes/ctrace.h U src/contrib/isc-dhcp/includes/dhcp.h U src/contrib/isc-dhcp/includes/dhcpd.h U src/contrib/isc-dhcp/includes/dhctoken.h U src/contrib/isc-dhcp/includes/failover.h U src/contrib/isc-dhcp/includes/inet.h U src/contrib/isc-dhcp/includes/osdep.h U src/contrib/isc-dhcp/includes/site.h U src/contrib/isc-dhcp/includes/statement.h U src/contrib/isc-dhcp/includes/tree.h U src/contrib/isc-dhcp/includes/version.h U src/contrib/isc-dhcp/includes/cf/freebsd.h U src/contrib/isc-dhcp/includes/arpa/nameser.h U src/contrib/isc-dhcp/includes/arpa/nameser_compat.h U src/contrib/isc-dhcp/includes/isc-dhcp/boolean.h U src/contrib/isc-dhcp/includes/isc-dhcp/dst.h U src/contrib/isc-dhcp/includes/isc-dhcp/int.h U src/contrib/isc-dhcp/includes/isc-dhcp/lang.h U src/contrib/isc-dhcp/includes/isc-dhcp/list.h U src/contrib/isc-dhcp/includes/isc-dhcp/result.h U src/contrib/isc-dhcp/includes/isc-dhcp/types.h U src/contrib/isc-dhcp/includes/minires/minires.h U src/contrib/isc-dhcp/includes/minires/res_update.h U src/contrib/isc-dhcp/includes/minires/resolv.h U src/contrib/isc-dhcp/includes/netinet/if_ether.h U src/contrib/isc-dhcp/includes/netinet/ip.h U src/contrib/isc-dhcp/includes/netinet/ip_icmp.h U src/contrib/isc-dhcp/includes/netinet/udp.h U src/contrib/isc-dhcp/includes/omapip/alloc.h U src/contrib/isc-dhcp/includes/omapip/buffer.h U src/contrib/isc-dhcp/includes/omapip/convert.h U src/contrib/isc-dhcp/includes/omapip/hash.h U src/contrib/isc-dhcp/includes/omapip/omapip.h U src/contrib/isc-dhcp/includes/omapip/omapip_p.h U src/contrib/isc-dhcp/includes/omapip/trace.h U src/contrib/isc-dhcp/minires/Makefile.dist U src/contrib/isc-dhcp/minires/ns_date.c U src/contrib/isc-dhcp/minires/ns_name.c U src/contrib/isc-dhcp/minires/ns_parse.c U src/contrib/isc-dhcp/minires/ns_samedomain.c U src/contrib/isc-dhcp/minires/ns_sign.c U src/contrib/isc-dhcp/minires/ns_verify.c U src/contrib/isc-dhcp/minires/res_comp.c U src/contrib/isc-dhcp/minires/res_findzonecut.c U src/contrib/isc-dhcp/minires/res_init.c U src/contrib/isc-dhcp/minires/res_mkquery.c U src/contrib/isc-dhcp/minires/res_mkupdate.c U src/contrib/isc-dhcp/minires/res_query.c U src/contrib/isc-dhcp/minires/res_send.c U src/contrib/isc-dhcp/minires/res_sendsigned.c U src/contrib/isc-dhcp/minires/res_update.c U src/contrib/isc-dhcp/omapip/Makefile.dist U src/contrib/isc-dhcp/omapip/alloc.c U src/contrib/isc-dhcp/omapip/array.c U src/contrib/isc-dhcp/omapip/auth.c U src/contrib/isc-dhcp/omapip/buffer.c U src/contrib/isc-dhcp/omapip/connection.c U src/contrib/isc-dhcp/omapip/convert.c U src/contrib/isc-dhcp/omapip/dispatch.c U src/contrib/isc-dhcp/omapip/errwarn.c U src/contrib/isc-dhcp/omapip/generic.c U src/contrib/isc-dhcp/omapip/handle.c U src/contrib/isc-dhcp/omapip/hash.c U src/contrib/isc-dhcp/omapip/inet_addr.c U src/contrib/isc-dhcp/omapip/listener.c U src/contrib/isc-dhcp/omapip/message.c U src/contrib/isc-dhcp/omapip/mrtrace.c U src/contrib/isc-dhcp/omapip/omapi.3 U src/contrib/isc-dhcp/omapip/protocol.c U src/contrib/isc-dhcp/omapip/result.c U src/contrib/isc-dhcp/omapip/support.c U src/contrib/isc-dhcp/omapip/test.c U src/contrib/isc-dhcp/omapip/toisc.c U src/contrib/isc-dhcp/omapip/trace.c U src/contrib/isc-dhcp/tests/failover/dhcp-1.cf U src/contrib/isc-dhcp/tests/failover/dhcp-2.cf U src/contrib/isc-dhcp/tests/failover/new-failover 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/isc-dhcp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:13:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C97D37B401; Wed, 15 Jan 2003 23:13:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259CE43F3F; Wed, 15 Jan 2003 23:13:52 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7Dpfh048475; Wed, 15 Jan 2003 23:13:51 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7Dpk5048474; Wed, 15 Jan 2003 23:13:51 -0800 (PST) Message-Id: <200301160713.h0G7Dpk5048474@repoman.freebsd.org> From: Martin Blapp Date: Wed, 15 Jan 2003 23:13:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc rpc_com.h svc.h src/lib/libc/rpc rpc_com.h svc.c svc_run.c svc_vc.c src/lib/libc/xdr xdr_rec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/15 23:13:51 PST Modified files: include/rpc rpc_com.h svc.h lib/libc/rpc rpc_com.h svc.c svc_run.c svc_vc.c lib/libc/xdr xdr_rec.c Log: Implement non-blocking tcp-connections. Reviewed by: rwatson Obtained from: NetBSD MFC after: 1 day Revision Changes Path 1.6 +1 -1 src/include/rpc/rpc_com.h 1.23 +7 -0 src/include/rpc/svc.h 1.6 +3 -0 src/lib/libc/rpc/rpc_com.h 1.22 +51 -16 src/lib/libc/rpc/svc.c 1.16 +8 -2 src/lib/libc/rpc/svc_run.c 1.16 +197 -31 src/lib/libc/rpc/svc_vc.c 1.17 +178 -13 src/lib/libc/xdr/xdr_rec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:19:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC6B37B401; Wed, 15 Jan 2003 23:19:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5339A43F5B; Wed, 15 Jan 2003 23:19:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7Jifh048742; Wed, 15 Jan 2003 23:19:44 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7Ji76048740; Wed, 15 Jan 2003 23:19:44 -0800 (PST) Message-Id: <200301160719.h0G7Ji76048740@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:19:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/common dhcp-options.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:19:44 PST Modified files: contrib/isc-dhcp/common dhcp-options.5 Log: Merge our spelling changes into isc_dhcp_3_0_1_rc11. Revision Changes Path 1.5 +4 -3 src/contrib/isc-dhcp/common/dhcp-options.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:22:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90CA137B401; Wed, 15 Jan 2003 23:22:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3380543F43; Wed, 15 Jan 2003 23:22:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7MXfh052156; Wed, 15 Jan 2003 23:22:33 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7MWHv052155; Wed, 15 Jan 2003 23:22:32 -0800 (PST) Message-Id: <200301160722.h0G7MWHv052155@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:22:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client clparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:22:32 PST Modified files: contrib/isc-dhcp/client clparse.c Log: Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy) into isc_dhcp_3_0_1_rc11. Revision Changes Path 1.9 +1 -1 src/contrib/isc-dhcp/client/clparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:22:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A5E37B401; Wed, 15 Jan 2003 23:22:57 -0800 (PST) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4038F43F43; Wed, 15 Jan 2003 23:22:57 -0800 (PST) (envelope-from murray@builder.freebsdmall.com) Received: by builder.freebsdmall.com (Postfix, from userid 2074) id 0122CDCF; Wed, 15 Jan 2003 23:22:56 -0800 (PST) Date: Wed, 15 Jan 2003 23:22:56 -0800 From: Murray Stokely To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, scottl@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources Message-ID: <20030116072256.GP21736@freebsdmall.com> References: <200301160704.h0G74xbH044688@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301160704.h0G74xbH044688@repoman.freebsd.org> User-Agent: Mutt/1.4i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 11:04:59PM -0800, David E. O'Brien wrote: > obrien 2003/01/15 23:04:59 PST > > src/contrib/isc-dhcp - Imported sources > Update of /home/ncvs/src/contrib/isc-dhcp > In directory repoman.freebsd.org:/tmp/cvs-serv44662 Dude! I was just about to hit enter in another terminal to do this import like I said I would tonight. I just spent (wasted) several hours on this now for no reason. Please do a better job at coordinating in the future. Was that you who called 30 minutes ago? You didn't leave a message, nor did you email me. You left out the dhcpctl bits which I promised multiple people to import with this release. ;( - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:23:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F5C37B401; Wed, 15 Jan 2003 23:23:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5E143F13; Wed, 15 Jan 2003 23:23:57 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7Nvfh052201; Wed, 15 Jan 2003 23:23:57 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7Nvpl052200; Wed, 15 Jan 2003 23:23:57 -0800 (PST) Message-Id: <200301160723.h0G7Nvpl052200@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:23:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient-script.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:23:57 PST Modified files: contrib/isc-dhcp/client dhclient-script.8 Log: Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD. Revision Changes Path 1.10 +2 -2 src/contrib/isc-dhcp/client/dhclient-script.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:27:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21DE37B401; Wed, 15 Jan 2003 23:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A3A43ED8; Wed, 15 Jan 2003 23:27:31 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7RVfh052494; Wed, 15 Jan 2003 23:27:31 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7RV8f052493; Wed, 15 Jan 2003 23:27:31 -0800 (PST) Message-Id: <200301160727.h0G7RV8f052493@repoman.freebsd.org> From: Martin Blapp Date: Wed, 15 Jan 2003 23:27:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c src/usr.bin/rpcgen rpc_main.c rpc_svcout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/15 23:27:31 PST Modified files: usr.sbin/mountd mountd.c usr.sbin/rpc.lockd lockd.c usr.sbin/rpc.statd statd.c usr.sbin/rpc.yppasswdd yppasswdd_main.c usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c usr.bin/rpcgen rpc_main.c rpc_svcout.c Log: Implement nonblocking tpc-connections. rpcgen -m does still produce backcompatible code. Reviewed by: rwatson Obtained from: NetBSD MFC after: 1 day Revision Changes Path 1.20 +2 -0 src/usr.bin/rpcgen/rpc_main.c 1.15 +31 -5 src/usr.bin/rpcgen/rpc_svcout.c 1.71 +7 -2 src/usr.sbin/mountd/mountd.c 1.14 +6 -1 src/usr.sbin/rpc.lockd/lockd.c 1.11 +4 -0 src/usr.sbin/rpc.statd/statd.c 1.23 +4 -0 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.10 +6 -2 src/usr.sbin/rpcbind/rpcb_svc_com.c 1.11 +8 -3 src/usr.sbin/rpcbind/rpcbind.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:28:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A7E37B401; Wed, 15 Jan 2003 23:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7A443F6B; Wed, 15 Jan 2003 23:28:12 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7SCfh052547; Wed, 15 Jan 2003 23:28:12 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7SCGD052544; Wed, 15 Jan 2003 23:28:12 -0800 (PST) Message-Id: <200301160728.h0G7SCGD052544@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:28:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:28:12 PST Modified files: contrib/isc-dhcp/client dhclient.8 Log: Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) into isc_dhcp_3_0_1_rc11. Revision Changes Path 1.12 +3 -1 src/contrib/isc-dhcp/client/dhclient.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:29:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898C337B401; Wed, 15 Jan 2003 23:29:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422F743F13; Wed, 15 Jan 2003 23:29:38 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7Tcfh052589; Wed, 15 Jan 2003 23:29:38 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7TcO8052588; Wed, 15 Jan 2003 23:29:38 -0800 (PST) Message-Id: <200301160729.h0G7TcO8052588@repoman.freebsd.org> From: Murray Stokely Date: Wed, 15 Jan 2003 23:29:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/dhcpctl - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/15 23:29:37 PST src/contrib/isc-dhcp/dhcpctl - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp/dhcpctl In directory repoman.freebsd.org:/tmp/cvs-serv52574 Log Message: Import ISC DHCP 3.0.1 RC11 omshell interface. Status: Vendor Tag: ISC Release Tags: isc_dhcp_3_0_1_rc11 N src/contrib/isc-dhcp/dhcpctl/Makefile.dist N src/contrib/isc-dhcp/dhcpctl/callback.c N src/contrib/isc-dhcp/dhcpctl/cltest.c N src/contrib/isc-dhcp/dhcpctl/dhcpctl.3 N src/contrib/isc-dhcp/dhcpctl/dhcpctl.c N src/contrib/isc-dhcp/dhcpctl/dhcpctl.h N src/contrib/isc-dhcp/dhcpctl/omshell.1 N src/contrib/isc-dhcp/dhcpctl/omshell.c N src/contrib/isc-dhcp/dhcpctl/remote.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:31:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B0D37B401; Wed, 15 Jan 2003 23:31:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A336043F18; Wed, 15 Jan 2003 23:31:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7Vnfh056003; Wed, 15 Jan 2003 23:31:49 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7Vnf7056002; Wed, 15 Jan 2003 23:31:49 -0800 (PST) Message-Id: <200301160731.h0G7Vnf7056002@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:31:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:31:49 PST Modified files: contrib/isc-dhcp/client dhclient.conf.5 Log: Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD. Revision Changes Path 1.12 +2 -2 src/contrib/isc-dhcp/client/dhclient.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:33: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A484437B401; Wed, 15 Jan 2003 23:33:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53BBE43EB2; Wed, 15 Jan 2003 23:33:01 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7X1fh056107; Wed, 15 Jan 2003 23:33:01 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7X1Jh056106; Wed, 15 Jan 2003 23:33:01 -0800 (PST) Message-Id: <200301160733.h0G7X1Jh056106@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 15 Jan 2003 23:33:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/pgaccess Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/pgaccess/files run-tcl-file X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2003/01/15 23:33:01 PST Modified files: databases Makefile Added files: databases/pgaccess Makefile distinfo pkg-comment pkg-descr pkg-plist databases/pgaccess/files run-tcl-file Log: Add pgaccess. A powerful GUI PostgreSQL database administration tool and toolkit PR: ports/46705 Submitted by: Palle Girgensohn Revision Changes Path 1.220 +1 -0 ports/databases/Makefile 1.33 +48 -0 ports/databases/pgaccess/Makefile (new) 1.23 +1 -0 ports/databases/pgaccess/distinfo (new) 1.1 +13 -0 ports/databases/pgaccess/files/run-tcl-file (new) 1.4 +1 -0 ports/databases/pgaccess/pkg-comment (new) 1.6 +13 -0 ports/databases/pgaccess/pkg-descr (new) 1.7 +314 -0 ports/databases/pgaccess/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:34:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C69E37B401; Wed, 15 Jan 2003 23:34:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3302243EB2; Wed, 15 Jan 2003 23:34:13 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7YDfh056161; Wed, 15 Jan 2003 23:34:13 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7YC06056160; Wed, 15 Jan 2003 23:34:12 -0800 (PST) Message-Id: <200301160734.h0G7YC06056160@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 15 Jan 2003 23:34:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2003/01/15 23:34:12 PST Modified files: . modules Log: Add pgaccess. Revision Changes Path 1.6475 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:36:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A25637B401; Wed, 15 Jan 2003 23:36:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A123243F43; Wed, 15 Jan 2003 23:36:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7ajfh056455; Wed, 15 Jan 2003 23:36:45 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7ajh8056454; Wed, 15 Jan 2003 23:36:45 -0800 (PST) Message-Id: <200301160736.h0G7ajh8056454@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:36:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.leases.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:36:45 PST Modified files: contrib/isc-dhcp/client dhclient.leases.5 Log: Make the "SEE ALSO" suitable for FreeBSD. Revision Changes Path 1.5 +2 -2 src/contrib/isc-dhcp/client/dhclient.leases.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:41:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61E737B401; Wed, 15 Jan 2003 23:41:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9C243F5B; Wed, 15 Jan 2003 23:41:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7fKfh059917; Wed, 15 Jan 2003 23:41:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7fJEd059916; Wed, 15 Jan 2003 23:41:19 -0800 (PST) Message-Id: <200301160741.h0G7fJEd059916@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:41:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT exclude X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:41:19 PST Modified files: . exclude Log: Need to "restore" a file to the vendor version. Revision Changes Path 1.61 +1 -0 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:41:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7964D37B401; Wed, 15 Jan 2003 23:41:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA8843ED8; Wed, 15 Jan 2003 23:41:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7fhfh060089; Wed, 15 Jan 2003 23:41:43 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7fhYR060088; Wed, 15 Jan 2003 23:41:43 -0800 (PST) Message-Id: <200301160741.h0G7fhYR060088@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:41:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/common tables.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:41:43 PST Modified files: contrib/isc-dhcp/common tables.c Log: Use the stock version of this file -- all our needs have been taken care of. Revision Changes Path 1.9 +2 -3 src/contrib/isc-dhcp/common/tables.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:42: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5694B37B401; Wed, 15 Jan 2003 23:41:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9343843ED8; Wed, 15 Jan 2003 23:41:59 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7fxfh060126; Wed, 15 Jan 2003 23:41:59 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7fxcJ060125; Wed, 15 Jan 2003 23:41:59 -0800 (PST) Message-Id: <200301160741.h0G7fxcJ060125@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:41:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT exclude X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:41:59 PST Modified files: . exclude Log: Done with isc-dhcp. Revision Changes Path 1.62 +0 -1 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:51: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3715037B401; Wed, 15 Jan 2003 23:51:09 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2654643ED8; Wed, 15 Jan 2003 23:51:08 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0G7p51e036847; Thu, 16 Jan 2003 00:51:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 00:50:56 -0700 (MST) Message-Id: <20030116.005056.22017681.imp@bsdimp.com> To: mark@grondar.org Cc: sam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile From: "M. Warner Losh" In-Reply-To: <200301152003.h0FK3DaX014861@grimreaper.grondar.org> References: <200301151955.h0FJtHam001370@repoman.freebsd.org> <200301152003.h0FK3DaX014861@grimreaper.grondar.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200301152003.h0FK3DaX014861@grimreaper.grondar.org> Mark Murray writes: : Just interested. Why RC4? Why not MD5/SHA1/DES/AES etc? Because that's all I needed at the time. If other things need other crypto stuff, I'm cool with expanding the module. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:53:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20BA37B401; Wed, 15 Jan 2003 23:53:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F2343F3F; Wed, 15 Jan 2003 23:53:32 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7rWfh063708; Wed, 15 Jan 2003 23:53:32 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7rW2T063707; Wed, 15 Jan 2003 23:53:32 -0800 (PST) Message-Id: <200301160753.h0G7rW2T063707@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:53:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:53:32 PST Modified files: contrib/isc-dhcp FREEBSD-upgrade Log: Update for the isc_dhcp_3_0_1_rc11 import. Revision Changes Path 1.13 +6 -6 src/contrib/isc-dhcp/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:55: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF6237B418 for ; Wed, 15 Jan 2003 23:55:01 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909B443F5B for ; Wed, 15 Jan 2003 23:54:59 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0G7sj1e036882; Thu, 16 Jan 2003 00:54:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 00:54:40 -0700 (MST) Message-Id: <20030116.005440.128614739.imp@bsdimp.com> To: julian@elischer.org Cc: sam@errno.com, nate@root.org, mark@grondar.org, sam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rc4 rc4.c src/sys/modules/rc4 Makefile From: "M. Warner Losh" In-Reply-To: References: <19ea01c2bcd3$c03f7220$5a557f42@errno.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: Julian Elischer writes: : Can the new driver still get the card to do it? Yes. Most of the time. : (I'm presuming yes, and that this only is used when you are doing : more involved work(e.g. host-AP etc.) Yes. There are times that you want the host to do the encryption/decryption, and other times you want the card to do it. Doing it on the host mostly works around broken firmware, but there is some firmware I think that moves this function to the host to have a smaller firmware part. This last bit is conjecture from one person and I've not been able to confirm it with intersil. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:56: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4237B401; Wed, 15 Jan 2003 23:56:07 -0800 (PST) Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD0143F7E; Wed, 15 Jan 2003 23:56:04 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 6E45920297; Thu, 16 Jan 2003 08:56:59 +0100 (CET) Date: Thu, 16 Jan 2003 08:56:59 +0100 From: Anders Nordby To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall dist.c Message-ID: <20030116075659.GB58940@totem.fix.no> References: <200301151610.h0FGATpf022446@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301151610.h0FGATpf022446@repoman.freebsd.org> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Jan 15, 2003 at 08:10:29AM -0800, David E. O'Brien wrote: > obrien 2003/01/15 08:10:29 PST > > Modified files: > usr.sbin/sysinstall dist.c > Log: > Move the realloc outside the inner loop. This reduces the number of times > we do the realloc. > > Revision Changes Path > 1.217 +1 -1 src/usr.sbin/sysinstall/dist.c Thanks much. I shall test this soonish - hope it fixes the FTP installation transfer speed problem. Regards, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:57:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778AE37B401; Wed, 15 Jan 2003 23:57:15 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8807A43E4A; Wed, 15 Jan 2003 23:57:14 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0G7vD1e036904; Thu, 16 Jan 2003 00:57:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 00:57:08 -0700 (MST) Message-Id: <20030116.005708.96919189.imp@bsdimp.com> To: mike@FreeBSD.org Cc: johan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c From: "M. Warner Losh" In-Reply-To: <20030115183943.D58850@espresso.q9media.com> References: <200301152122.h0FLMtdE034299@repoman.freebsd.org> <20030115183943.D58850@espresso.q9media.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030115183943.D58850@espresso.q9media.com> Mike Barcroft writes: : Johan Karlsson writes: : > johan 2003/01/15 13:22:55 PST : > : > Modified files: : > lib/libc/stdlib realpath.3 realpath.c : > bin/realpath realpath.c : > Log: : > realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. : > : > This also reverts the PATH_MAX -> MAXPATHLEN part of : > rev 1.3 of src/bin/realpath/realpath.c : > : > Requested by: imp : > Reviewed by: imp, bde : > : > Revision Changes Path : > 1.5 +1 -1 src/bin/realpath/realpath.c : > 1.12 +2 -2 src/lib/libc/stdlib/realpath.3 : > 1.12 +7 -7 src/lib/libc/stdlib/realpath.c : : Hmm, I thought it was more complicated than this. IIRC, PATH_MAX : isn't necessarily available at compile-time, so it needs more : complications to conform to POSIX in the case where PATH_MAX isn't : defined. Portablility might not be important, in which case it : isn't clear why we would change from MAXPATHLEN to PATH_MAX or vice : versa. I made this change because PATH_MAX is more posixly correct than MAXPATHLEN and has a better definition. It only handles the case where PATH_MAX is a compile time constant, or when you are using gcc extensions that allow one to allocate memory on the fly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:59: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5D037B406; Wed, 15 Jan 2003 23:59:03 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3628243F5B; Wed, 15 Jan 2003 23:59:01 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0G7x01e036937; Thu, 16 Jan 2003 00:59:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 00:58:54 -0700 (MST) Message-Id: <20030116.005854.51301340.imp@bsdimp.com> To: grog@FreeBSD.org Cc: sam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c From: "M. Warner Losh" In-Reply-To: <20030116004052.GB41850@wantadilla.lemis.com> References: <200301152015.h0FKF0n9008987@repoman.freebsd.org> <20030116004052.GB41850@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030116004052.GB41850@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Wednesday, 15 January 2003 at 12:15:00 -0800, Sam Leffler wrote: : > sam 2003/01/15 12:15:00 PST : > : > Modified files: : > usr.sbin/wicontrol wicontrol.c : > Log: : > update for revised wi driver that uses the 802.11 link layer : > support : : Does this mean that I should now be able to run hostap with an Orinoco : card? No. That requires firmware assist that ORinoco firmware doesn't do. You can buy orinoco firmware that has this feature, or one similar to it, but if_wi doesn't support it at this time. if_wiap does, but since that was never released... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 15 23:59:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEF537B401; Wed, 15 Jan 2003 23:59:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5863443ED8; Wed, 15 Jan 2003 23:59:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G7xYfh064096; Wed, 15 Jan 2003 23:59:34 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G7xYn3064095; Wed, 15 Jan 2003 23:59:34 -0800 (PST) Message-Id: <200301160759.h0G7xYn3064095@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 Jan 2003 23:59:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp COPYRIGHT FREEBSD-upgrade Makefile Makefile.conf Makefile.dist README RELNOTES src/contrib/isc-dhcp/client Makefile.dist clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf.5 ... X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/15 23:59:34 PST Modified files: (Branch: RELENG_5_0) contrib/isc-dhcp COPYRIGHT FREEBSD-upgrade Makefile Makefile.conf Makefile.dist README RELNOTES contrib/isc-dhcp/client Makefile.dist clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf.5 dhclient.leases.5 contrib/isc-dhcp/client/scripts freebsd contrib/isc-dhcp/common alloc.c bpf.c comapi.c conflex.c ctrace.c dhcp-eval.5 dhcp-options.5 discover.c dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c lpf.c memory.c nit.c options.c packet.c parse.c print.c raw.c resolv.c socket.c tables.c tr.c tree.c upf.c contrib/isc-dhcp/dst Makefile.dist dst_api.c dst_support.c hmac_link.c prandom.c contrib/isc-dhcp/includes dhcpd.h osdep.h version.h contrib/isc-dhcp/minires ns_name.c ns_samedomain.c ns_sign.c res_findzonecut.c res_send.c contrib/isc-dhcp/omapip alloc.c message.c Log: MFC: isc_dhcp_3_0_1_rc11 Approved by: scottl(re) Revision Changes Path 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/COPYRIGHT 1.12.2.1 +7 -7 src/contrib/isc-dhcp/FREEBSD-upgrade 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/Makefile 1.1.1.4.2.1 +1 -1 src/contrib/isc-dhcp/Makefile.conf 1.1.1.2.2.1 +1 -1 src/contrib/isc-dhcp/Makefile.dist 1.1.1.13.2.1 +3 -13 src/contrib/isc-dhcp/README 1.1.1.13.2.1 +68 -2 src/contrib/isc-dhcp/RELNOTES 1.1.1.3.2.1 +1 -1 src/contrib/isc-dhcp/client/Makefile.dist 1.8.2.1 +2 -2 src/contrib/isc-dhcp/client/clparse.c 1.8.2.1 +3 -2 src/contrib/isc-dhcp/client/dhclient-script.8 1.10.2.1 +5 -3 src/contrib/isc-dhcp/client/dhclient.8 1.22.2.1 +16 -16 src/contrib/isc-dhcp/client/dhclient.c 1.10.2.1 +8 -7 src/contrib/isc-dhcp/client/dhclient.conf.5 1.3.2.1 +3 -2 src/contrib/isc-dhcp/client/dhclient.leases.5 1.20.2.1 +10 -4 src/contrib/isc-dhcp/client/scripts/freebsd 1.1.1.4.2.1 +2 -2 src/contrib/isc-dhcp/common/alloc.c 1.1.1.7.2.1 +6 -2 src/contrib/isc-dhcp/common/bpf.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/common/comapi.c 1.1.1.5.2.1 +1 -1 src/contrib/isc-dhcp/common/conflex.c 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/common/ctrace.c 1.1.1.2.2.1 +1 -1 src/contrib/isc-dhcp/common/dhcp-eval.5 1.4.2.1 +5 -4 src/contrib/isc-dhcp/common/dhcp-options.5 1.1.1.2.2.1 +7 -3 src/contrib/isc-dhcp/common/discover.c 1.1.1.6.2.1 +2 -2 src/contrib/isc-dhcp/common/dispatch.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/common/dlpi.c 1.1.1.2.4.1 +2 -2 src/contrib/isc-dhcp/common/dns.c 1.1.1.3.2.1 +2 -2 src/contrib/isc-dhcp/common/ethernet.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/common/execute.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/common/fddi.c 1.1.1.3.2.1 +3 -2 src/contrib/isc-dhcp/common/icmp.c 1.1.1.3.2.1 +2 -2 src/contrib/isc-dhcp/common/inet.c 1.1.1.6.2.1 +2 -2 src/contrib/isc-dhcp/common/lpf.c 1.1.1.4.2.1 +2 -2 src/contrib/isc-dhcp/common/memory.c 1.1.1.5.2.1 +2 -2 src/contrib/isc-dhcp/common/nit.c 1.1.1.7.2.1 +1 -1 src/contrib/isc-dhcp/common/options.c 1.1.1.4.2.1 +2 -2 src/contrib/isc-dhcp/common/packet.c 1.1.1.5.2.1 +60 -35 src/contrib/isc-dhcp/common/parse.c 1.1.1.6.2.1 +2 -2 src/contrib/isc-dhcp/common/print.c 1.1.1.5.2.1 +2 -2 src/contrib/isc-dhcp/common/raw.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/common/resolv.c 1.1.1.6.2.1 +3 -3 src/contrib/isc-dhcp/common/socket.c 1.8.2.1 +2 -3 src/contrib/isc-dhcp/common/tables.c 1.1.1.2.2.1 +2 -2 src/contrib/isc-dhcp/common/tr.c 1.1.1.2.2.1 +2 -2 src/contrib/isc-dhcp/common/tree.c 1.1.1.5.2.1 +2 -2 src/contrib/isc-dhcp/common/upf.c 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/dst/Makefile.dist 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/dst/dst_api.c 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/dst/dst_support.c 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/dst/hmac_link.c 1.1.1.1.4.1 +1 -1 src/contrib/isc-dhcp/dst/prandom.c 1.1.1.9.2.1 +4 -2 src/contrib/isc-dhcp/includes/dhcpd.h 1.1.1.6.2.1 +4 -0 src/contrib/isc-dhcp/includes/osdep.h 1.1.1.9.2.1 +1 -1 src/contrib/isc-dhcp/includes/version.h 1.1.1.1.4.1 +6 -2 src/contrib/isc-dhcp/minires/ns_name.c 1.1.1.1.4.1 +3 -3 src/contrib/isc-dhcp/minires/ns_samedomain.c 1.1.1.1.4.1 +5 -5 src/contrib/isc-dhcp/minires/ns_sign.c 1.1.1.1.4.1 +3 -3 src/contrib/isc-dhcp/minires/res_findzonecut.c 1.1.1.1.4.1 +2 -2 src/contrib/isc-dhcp/minires/res_send.c 1.1.1.1.4.1 +3 -1 src/contrib/isc-dhcp/omapip/alloc.c 1.1.1.1.4.1 +11 -2 src/contrib/isc-dhcp/omapip/message.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0: 2:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28ED537B401; Thu, 16 Jan 2003 00:02:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6116343F3F; Thu, 16 Jan 2003 00:02:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0G82K1e036973; Thu, 16 Jan 2003 01:02:21 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 01:02:14 -0700 (MST) Message-Id: <20030116.010214.128867003.imp@bsdimp.com> To: winter@jurai.net Cc: julian@elischer.org, sam@errno.com, grog@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.c From: "M. Warner Losh" In-Reply-To: <20030115214644.O59276-100000@sasami.jurai.net> References: <20030115214644.O59276-100000@sasami.jurai.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030115214644.O59276-100000@sasami.jurai.net> "Matthew N. Dodd" writes: : On Wed, 15 Jan 2003, Julian Elischer wrote: : > Orinoco cards do not support HOST-AP mode. : : I suspect they would if we could reliably put them in monitor mode. I'm not sure that would work even then. PRISM-2 cards don't quite work right when you have them in monitor mode to be an AP. I never tracked down why... What the 802.11 stuff does allow is for other cards to also do hostap mode if their firmware allows it or they are basic packet engines. The awi driver, when I update it, will allow one to create a hostap from it. I suspect that the an driver could also be updated if people can riddle out the hostap interface rumored to be in cisco cards. Future drivers for some wireless cards will also use this feature. Having it split out means that you don't have to have new hostap code for every new card. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:14:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036EE37B401; Thu, 16 Jan 2003 00:14:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEB843F13; Thu, 16 Jan 2003 00:14:56 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G8Eufh071101; Thu, 16 Jan 2003 00:14:56 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G8EuM8071100; Thu, 16 Jan 2003 00:14:56 -0800 (PST) Message-Id: <200301160814.h0G8EuM8071100@repoman.freebsd.org> From: Alan Cox Date: Thu, 16 Jan 2003 00:14:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2003/01/16 00:14:56 PST Modified files: sys/kern vfs_bio.c Log: Fix two long-standing, but likely harmless, errors in the use of vm_pageout_deficit: 1. Update vm_pageout_deficit before VM_WAIT. There is no sense in delaying the update; the sooner the pageout daemon receives this information the better. Reviewed by: tegge 2. Update vm_pageout_deficit according to the number of pages still needed to complete the allocation, not the original size of the allocation. Submitted by: tegge (These errors have existed since the introduction of vm_pageout_deficit in revision 1.144.) Revision Changes Path 1.356 +2 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:35:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DF437B401; Thu, 16 Jan 2003 00:35:59 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D57543E4A; Thu, 16 Jan 2003 00:35:58 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0G8Zq2G057748; Thu, 16 Jan 2003 00:35:52 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0G8Zp2E068879; Thu, 16 Jan 2003 00:35:52 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0G8ZpNQ068868; Thu, 16 Jan 2003 00:35:51 -0800 (PST) (envelope-from marcel) Date: Thu, 16 Jan 2003 00:35:50 -0800 From: Marcel Moolenaar To: Joshua Goodall Cc: Scott Long , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/misc bsd-family-tree Message-ID: <20030116083550.GA55865@dhcp01.pn.xcllnt.net> References: <200301160600.h0G60Q9o020130@repoman.freebsd.org> <20030116063413.GB14288@roughtrade.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030116063413.GB14288@roughtrade.net> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 05:34:13PM +1100, Joshua Goodall wrote: > > | FreeBSD 4.7 2002-10-08 [FBD] > > | OpenBSD 3.2 2002-11-01 [OBD] > > | +FreeBSD 5.0 2002-01-17 [FBD] ^^^^ 2003 ? :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:49:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BD037B401; Thu, 16 Jan 2003 00:49:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5EB43EB2; Thu, 16 Jan 2003 00:49:29 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G8nTfh081958; Thu, 16 Jan 2003 00:49:29 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G8nTsk081957; Thu, 16 Jan 2003 00:49:29 -0800 (PST) Message-Id: <200301160849.h0G8nTsk081957@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Jan 2003 00:49:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/16 00:49:29 PST Modified files: (Branch: RELENG_5_0) share/misc bsd-family-tree Log: Fix yet another typo here. bah. Submitted by: marcel Revision Changes Path 1.68.2.3 +1 -1 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:53: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3583537B401; Thu, 16 Jan 2003 00:53:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF0843E4A; Thu, 16 Jan 2003 00:53:03 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G8r3fh085380; Thu, 16 Jan 2003 00:53:03 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G8r34n085379; Thu, 16 Jan 2003 00:53:03 -0800 (PST) Message-Id: <200301160853.h0G8r34n085379@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 16 Jan 2003 00:53:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 db_disasm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/16 00:53:03 PST Modified files: sys/sparc64/sparc64 db_disasm.c Log: The abs() function isn't defined locally; include a header file that defines it. Revision Changes Path 1.7 +1 -0 src/sys/sparc64/sparc64/db_disasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:54: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114FE37B401; Thu, 16 Jan 2003 00:54:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E5243F13; Thu, 16 Jan 2003 00:53:59 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G8rxfh085460; Thu, 16 Jan 2003 00:53:59 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G8rxfZ085459; Thu, 16 Jan 2003 00:53:59 -0800 (PST) Message-Id: <200301160853.h0G8rxfZ085459@repoman.freebsd.org> From: Martin Blapp Date: Thu, 16 Jan 2003 00:53:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc rpc_com.h svc.h src/lib/libc/rpc rpc_com.h svc.c svc_run.c svc_vc.c src/lib/libc/xdr xdr_rec.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/16 00:53:59 PST Modified files: (Branch: RELENG_5_0) include/rpc rpc_com.h svc.h lib/libc/rpc rpc_com.h svc.c svc_run.c svc_vc.c lib/libc/xdr xdr_rec.c Log: MFC: Implement non-blocking tcp-connections Reviewed by: rwatson Approved by: re (rwatson) Obtained from: NetBSD Revision Changes Path 1.5.2.1 +1 -1 src/include/rpc/rpc_com.h 1.22.2.1 +7 -0 src/include/rpc/svc.h 1.5.2.1 +3 -0 src/lib/libc/rpc/rpc_com.h 1.21.2.1 +51 -16 src/lib/libc/rpc/svc.c 1.15.2.1 +8 -2 src/lib/libc/rpc/svc_run.c 1.15.2.1 +197 -31 src/lib/libc/rpc/svc_vc.c 1.16.2.1 +178 -13 src/lib/libc/xdr/xdr_rec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 0:58:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3919137B401; Thu, 16 Jan 2003 00:58:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D640F43F3F; Thu, 16 Jan 2003 00:58:54 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G8wsfh085752; Thu, 16 Jan 2003 00:58:54 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G8wsT0085751; Thu, 16 Jan 2003 00:58:54 -0800 (PST) Message-Id: <200301160858.h0G8wsT0085751@repoman.freebsd.org> From: Martin Blapp Date: Thu, 16 Jan 2003 00:58:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_main.c rpc_svcout.c src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/16 00:58:54 PST Modified files: (Branch: RELENG_5_0) usr.bin/rpcgen rpc_main.c rpc_svcout.c usr.sbin/mountd mountd.c usr.sbin/rpc.lockd lockd.c usr.sbin/rpc.statd statd.c usr.sbin/rpc.yppasswdd yppasswdd_main.c usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c Log: MCF: Implement nonblocking tpc-connections. rpcgen -m does still produce backcompatible code. Reviewed by: rwatson Approved by: re (rwatson) Obtained from: NetBSD Revision Changes Path 1.19.2.1 +2 -0 src/usr.bin/rpcgen/rpc_main.c 1.14.2.1 +31 -5 src/usr.bin/rpcgen/rpc_svcout.c 1.70.2.1 +7 -2 src/usr.sbin/mountd/mountd.c 1.13.2.1 +6 -1 src/usr.sbin/rpc.lockd/lockd.c 1.10.2.1 +4 -0 src/usr.sbin/rpc.statd/statd.c 1.22.2.1 +4 -0 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.7.2.1 +6 -2 src/usr.sbin/rpcbind/rpcb_svc_com.c 1.8.2.2 +8 -3 src/usr.sbin/rpcbind/rpcbind.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 1: 4: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A81937B401; Thu, 16 Jan 2003 01:04:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC71843F13; Thu, 16 Jan 2003 01:04:03 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G943fh089245; Thu, 16 Jan 2003 01:04:03 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G943dG089244; Thu, 16 Jan 2003 01:04:03 -0800 (PST) Message-Id: <200301160904.h0G943dG089244@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 16 Jan 2003 01:04:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-cabinet patch-dlls-winmm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2003/01/16 01:04:03 PST Modified files: emulators/wine Makefile distinfo pkg-plist Removed files: emulators/wine/files patch-dlls-cabinet patch-dlls-winmm Log: Update to the 2003-01-15 snapshot of Wine (which now includes two of my portability patches). Approved by: obrien (mentor) Revision Changes Path 1.132 +1 -1 ports/emulators/wine/Makefile 1.78 +1 -1 ports/emulators/wine/distinfo 1.2 +0 -11 ports/emulators/wine/files/patch-dlls-cabinet (dead) 1.2 +0 -11 ports/emulators/wine/files/patch-dlls-winmm (dead) 1.42 +9 -4 ports/emulators/wine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 1:21:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC03037B401; Thu, 16 Jan 2003 01:21:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6B343EB2; Thu, 16 Jan 2003 01:21:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G9Ljfh096323; Thu, 16 Jan 2003 01:21:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G9Lirg096322; Thu, 16 Jan 2003 01:21:44 -0800 (PST) Message-Id: <200301160921.h0G9Lirg096322@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 01:21:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/qterm Makefile distinfo ports/chinese/qterm/files patch-configure patch-qterm::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 01:21:44 PST Modified files: chinese/qterm Makefile distinfo Added files: chinese/qterm/files patch-configure Removed files: chinese/qterm/files patch-qterm::Makefile.in Log: Update to 0.1.7 USE_QT_VER=3 PR: 47123 Submitted by: Statue Revision Changes Path 1.6 +2 -2 ports/chinese/qterm/Makefile 1.5 +1 -1 ports/chinese/qterm/distinfo 1.3 +11 -0 ports/chinese/qterm/files/patch-configure (new) 1.2 +0 -11 ports/chinese/qterm/files/patch-qterm::Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 1:43:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B866F37B401; Thu, 16 Jan 2003 01:43:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1A343EB2; Thu, 16 Jan 2003 01:43:16 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G9hGfh013070; Thu, 16 Jan 2003 01:43:16 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G9hG0f013069; Thu, 16 Jan 2003 01:43:16 -0800 (PST) Message-Id: <200301160943.h0G9hG0f013069@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 16 Jan 2003 01:43:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2003/01/16 01:43:15 PST Modified files: emulators/wine Makefile pkg-plist Log: Properly handle a new man page and some other files current versions of Wine install. Approved by: obrien (mentor) Reported by: kris Revision Changes Path 1.133 +1 -1 ports/emulators/wine/Makefile 1.43 +6 -0 ports/emulators/wine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 2:11:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D87737B401; Thu, 16 Jan 2003 02:11:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AB043F6B; Thu, 16 Jan 2003 02:11:27 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GABRfh023645; Thu, 16 Jan 2003 02:11:27 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GABRxN023644; Thu, 16 Jan 2003 02:11:27 -0800 (PST) Message-Id: <200301161011.h0GABRxN023644@repoman.freebsd.org> From: Max Khon Date: Thu, 16 Jan 2003 02:11:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/husky-htick pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/16 02:11:27 PST Modified files: news/husky-htick pkg-comment pkg-descr Log: fix comment/descr Revision Changes Path 1.2 +1 -1 ports/news/husky-htick/pkg-comment 1.2 +1 -1 ports/news/husky-htick/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 2:12:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B3537B401; Thu, 16 Jan 2003 02:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5801543F5B; Thu, 16 Jan 2003 02:12:31 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GACVfh023687; Thu, 16 Jan 2003 02:12:31 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GACVZ8023686; Thu, 16 Jan 2003 02:12:31 -0800 (PST) Message-Id: <200301161012.h0GACVZ8023686@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 02:12:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kgamma Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 02:12:31 PST Modified files: x11/kgamma Makefile Log: Add missing dependency on gettext. Submitted by: bento Revision Changes Path 1.6 +2 -0 ports/x11/kgamma/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 2:30:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E3337B401; Thu, 16 Jan 2003 02:30:35 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5985343F1E; Thu, 16 Jan 2003 02:30:35 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 56AE49C10; Thu, 16 Jan 2003 05:19:16 -0500 (EST) Date: Thu, 16 Jan 2003 05:19:16 -0500 From: Mike Barcroft To: "M. Warner Losh" Cc: johan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c Message-ID: <20030116051916.E58850@espresso.q9media.com> References: <200301152122.h0FLMtdE034299@repoman.freebsd.org> <20030115183943.D58850@espresso.q9media.com> <20030116.005708.96919189.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030116.005708.96919189.imp@bsdimp.com>; from imp@bsdimp.com on Thu, Jan 16, 2003 at 12:57:08AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG M. Warner Losh writes: > In message: <20030115183943.D58850@espresso.q9media.com> > Mike Barcroft writes: > : Hmm, I thought it was more complicated than this. IIRC, PATH_MAX > : isn't necessarily available at compile-time, so it needs more > : complications to conform to POSIX in the case where PATH_MAX isn't > : defined. Portablility might not be important, in which case it > : isn't clear why we would change from MAXPATHLEN to PATH_MAX or vice > : versa. > > I made this change because PATH_MAX is more posixly correct than > MAXPATHLEN and has a better definition. It only handles the case > where PATH_MAX is a compile time constant, or when you are using gcc > extensions that allow one to allocate memory on the fly. Fair enough. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 2:38:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FD537B401; Thu, 16 Jan 2003 02:38:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501D43EB2; Thu, 16 Jan 2003 02:38:17 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GAcHfh030981; Thu, 16 Jan 2003 02:38:17 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GAcHUt030980; Thu, 16 Jan 2003 02:38:17 -0800 (PST) Message-Id: <200301161038.h0GAcHUt030980@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 02:38:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gtklp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 02:38:17 PST Modified files: print/gtklp Makefile Log: Add dependency on automake. Submitted by: bento Approved by: maintainer Revision Changes Path 1.5 +1 -0 ports/print/gtklp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 2:39:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F33237B401; Thu, 16 Jan 2003 02:39:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A0943F13; Thu, 16 Jan 2003 02:39:19 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GAdIfh031026; Thu, 16 Jan 2003 02:39:18 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GAdIdJ031025; Thu, 16 Jan 2003 02:39:18 -0800 (PST) Message-Id: <200301161039.h0GAdIdJ031025@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 02:39:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/glabels Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 02:39:18 PST Modified files: deskutils/glabels Makefile Log: Add dependency on gnomeprintui. Submitted by: bento Approved by: maintainer Revision Changes Path 1.5 +1 -0 ports/deskutils/glabels/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 3: 9:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA5737B401; Thu, 16 Jan 2003 03:09:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F05843F13; Thu, 16 Jan 2003 03:09:30 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GB9Ufh041907; Thu, 16 Jan 2003 03:09:30 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GB9Uvr041906; Thu, 16 Jan 2003 03:09:30 -0800 (PST) Message-Id: <200301161109.h0GB9Uvr041906@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 16 Jan 2003 03:09:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/16 03:09:30 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Changes Alex D. Chen email upon his request. PR: docs/47132 Submitted by: Alex D. Chen Revision Changes Path 1.316 +1 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 3:52: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB00837B401; Thu, 16 Jan 2003 03:52:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E85943F3F; Thu, 16 Jan 2003 03:52:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GBq1fh059456; Thu, 16 Jan 2003 03:52:01 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GBq1Yr059455; Thu, 16 Jan 2003 03:52:01 -0800 (PST) Message-Id: <200301161152.h0GBq1Yr059455@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 03:52:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile distinfo pkg-plist ports/databases/firebird/files RELNOTES patch-ad patch-ae patch-builds::original::boot.sfx.interbase patch-builds::original::prefix.freebsd patch-jrd::gds.c patch-jrd::isc_file.c patch-jrd::isc_sync.c patch-jrd::jrd.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 03:52:00 PST Modified files: databases/firebird Makefile distinfo pkg-plist databases/firebird/files RELNOTES patch-ae patch-builds::original::boot.sfx.interbase patch-builds::original::prefix.freebsd Removed files: databases/firebird/files patch-ad patch-jrd::gds.c patch-jrd::isc_file.c patch-jrd::isc_sync.c patch-jrd::jrd.h patch-jrd::thd.c patch-jrd::thd.h patch-lock::lock.h patch-porting::qli::help.c patch-remote::remote.h Log: [MAINTAINER UPDATE]: databases/firebird - Update to 1.0.2 Disabled package building for -current because of NFS locking problems. ^^ hopefully did it okay. PR: ports/46926 Submitted by: Chris Knight Revision Changes Path 1.13 +29 -33 ports/databases/firebird/Makefile 1.3 +2 -3 ports/databases/firebird/distinfo 1.5 +2 -2 ports/databases/firebird/files/RELNOTES 1.3 +0 -12 ports/databases/firebird/files/patch-ad (dead) 1.3 +10 -17 ports/databases/firebird/files/patch-ae 1.2 +6 -15 ports/databases/firebird/files/patch-builds::original::boot.sfx.interbase 1.2 +5 -96 ports/databases/firebird/files/patch-builds::original::prefix.freebsd 1.2 +0 -24 ports/databases/firebird/files/patch-jrd::gds.c (dead) 1.2 +0 -15 ports/databases/firebird/files/patch-jrd::isc_file.c (dead) 1.2 +0 -38 ports/databases/firebird/files/patch-jrd::isc_sync.c (dead) 1.2 +0 -12 ports/databases/firebird/files/patch-jrd::jrd.h (dead) 1.2 +0 -20 ports/databases/firebird/files/patch-jrd::thd.c (dead) 1.2 +0 -14 ports/databases/firebird/files/patch-jrd::thd.h (dead) 1.2 +0 -13 ports/databases/firebird/files/patch-lock::lock.h (dead) 1.2 +0 -11 ports/databases/firebird/files/patch-porting::qli::help.c (dead) 1.2 +0 -10 ports/databases/firebird/files/patch-remote::remote.h (dead) 1.4 +0 -3 ports/databases/firebird/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 3:54:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F7337B401; Thu, 16 Jan 2003 03:54:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F045C43E4A; Thu, 16 Jan 2003 03:54:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GBsVfh059523; Thu, 16 Jan 2003 03:54:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GBsVZE059522; Thu, 16 Jan 2003 03:54:31 -0800 (PST) Message-Id: <200301161154.h0GBsVZE059522@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 03:54:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/mencal Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 03:54:31 PST Modified files: deskutils/mencal Makefile distinfo Log: [MAINTAINER UPDATE] deskutils/mencal 2.0 -> 2.1 PR: ports/46927 Submitted by: Christian Brueffer Revision Changes Path 1.2 +2 -2 ports/deskutils/mencal/Makefile 1.2 +1 -1 ports/deskutils/mencal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:13: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4A437B401; Thu, 16 Jan 2003 04:13:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8412343E4A; Thu, 16 Jan 2003 04:13:07 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GCD7fh066664; Thu, 16 Jan 2003 04:13:07 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GCD7N4066663; Thu, 16 Jan 2003 04:13:07 -0800 (PST) Message-Id: <200301161213.h0GCD7N4066663@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 04:13:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmedcon/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 04:13:07 PST Added files: graphics/xmedcon/scripts configure Log: [Port fix]: XMedcon have a missing file This port upgrade was committed with a missing file. PR: ports/47014 Submitted by: Paul Everlund Revision Changes Path 1.1 +92 -0 ports/graphics/xmedcon/scripts/configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:20:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4634437B401; Thu, 16 Jan 2003 04:20:47 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7B943F43; Thu, 16 Jan 2003 04:20:40 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id AD04F66B3A; Thu, 16 Jan 2003 04:20:39 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 8BAE3FDB; Thu, 16 Jan 2003 04:20:39 -0800 (PST) Date: Thu, 16 Jan 2003 04:20:39 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/firebird Makefile distinfo pkg-plist ports/databases/firebird/files RELNOTES patch-ad patch-ae patch-builds::original::boot.sfx.interbase patch-builds::original::prefix.freebsd patch-jrd::gds.c patch-jrd::isc_file.c patch-jrd::isc_sync.c patch-jrd::jrd.h ... Message-ID: <20030116122039.GA31398@rot13.obsecurity.org> References: <200301161152.h0GBq1Yr059455@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <200301161152.h0GBq1Yr059455@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 16, 2003 at 03:52:00AM -0800, Edwin Groothuis wrote: > Disabled package building for -current because of NFS locking problems. > ^^ hopefully did it okay. Could someone please explain these problems to me? Kris --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+JqOXWry0BWjoQKURArwZAJ9WEZpegkqyPUNARZIGFCzEubCYjQCg2/g8 BJ3TtMT28YcJR8/jXVIUX3E= =tEdY -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:23:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BA437B401; Thu, 16 Jan 2003 04:23:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D6343F1E; Thu, 16 Jan 2003 04:23:16 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GCNGfh070221; Thu, 16 Jan 2003 04:23:16 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GCNG15070220; Thu, 16 Jan 2003 04:23:16 -0800 (PST) Message-Id: <200301161223.h0GCNG15070220@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 04:23:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/chora Makefile distinfo pkg-deinstall pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 04:23:16 PST Modified files: devel/chora Makefile distinfo pkg-plist Added files: devel/chora pkg-deinstall Log: devel/chora: upgrade to 1.2. PR: ports/46769 Submitted by: Thierry Thomas Revision Changes Path 1.7 +7 -4 ports/devel/chora/Makefile 1.4 +1 -1 ports/devel/chora/distinfo 1.1 +27 -0 ports/devel/chora/pkg-deinstall (new) 1.7 +13 -0 ports/devel/chora/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:35:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DEB37B401; Thu, 16 Jan 2003 04:35:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B35943F1E; Thu, 16 Jan 2003 04:35:13 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GCZDfh073821; Thu, 16 Jan 2003 04:35:13 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GCZD1R073820; Thu, 16 Jan 2003 04:35:13 -0800 (PST) Message-Id: <200301161235.h0GCZD1R073820@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 16 Jan 2003 04:35:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/wxgtk-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/16 04:35:13 PST Modified files: x11-toolkits/wxgtk-devel Makefile Log: Use buindled libz, since version 1.1.4 is required, while 4.7 only has 1.1.3. Submitted by: Thierry Thomas Revision Changes Path 1.36 +1 -1 ports/x11-toolkits/wxgtk-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:36:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D8437B401; Thu, 16 Jan 2003 04:36:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C8043F13; Thu, 16 Jan 2003 04:36:40 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GCaefh073911; Thu, 16 Jan 2003 04:36:40 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GCaetZ073910; Thu, 16 Jan 2003 04:36:40 -0800 (PST) Message-Id: <200301161236.h0GCaetZ073910@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 16 Jan 2003 04:36:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-wxPython/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/16 04:36:40 PST Removed files: x11-toolkits/py-wxPython/files patch-aa Log: Remove patch, which I forgot to remove when updating to 2.4.0.1. PR: 47127 Submitted by: alane Revision Changes Path 1.3 +0 -10 ports/x11-toolkits/py-wxPython/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 4:57:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF10737B401; Thu, 16 Jan 2003 04:57:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B0F43F1E; Thu, 16 Jan 2003 04:57:54 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GCvsfh080998; Thu, 16 Jan 2003 04:57:54 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GCvskA080997; Thu, 16 Jan 2003 04:57:54 -0800 (PST) Message-Id: <200301161257.h0GCvskA080997@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 16 Jan 2003 04:57:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/16 04:57:54 PST Modified files: sbin/disklabel disklabel.c Log: Clear part_set, part_size_type and part_offset_type before parsing the ascii label; otherwise checklabel() might report spurious errors because of leftovers from a previous pass. Reviewed by: bde MFC after: 1 week Revision Changes Path 1.66 +3 -0 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5: 9:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AE337B401; Thu, 16 Jan 2003 05:09:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF2A43F13; Thu, 16 Jan 2003 05:09:33 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GD9Xfh084740; Thu, 16 Jan 2003 05:09:33 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GD9X82084739; Thu, 16 Jan 2003 05:09:33 -0800 (PST) Message-Id: <200301161309.h0GD9X82084739@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 16 Jan 2003 05:09:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/16 05:09:33 PST Modified files: sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Log: Improve memory allocation. - Don't use contigmalloc() and allocate page by page to avoid allocation failure. - allocate buffer by PAGE_SIZE. Revision Changes Path 1.23 +4 -4 src/sys/dev/firewire/firewire.c 1.7 +2 -2 src/sys/dev/firewire/fwdev.c 1.20 +34 -23 src/sys/dev/firewire/fwohci.c 1.6 +3 -0 src/sys/dev/firewire/fwohcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:21:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7E537B401; Thu, 16 Jan 2003 05:21:34 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC9843F3F; Thu, 16 Jan 2003 05:21:33 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 1E8B42B79E; Thu, 16 Jan 2003 14:21:31 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 7E0B26A712B; Fri, 17 Jan 2003 00:21:26 +1100 (EST) Date: Fri, 17 Jan 2003 00:21:26 +1100 From: Edwin Groothuis To: Kris Kennaway Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/firebird Makefile distinfo pkg-plist ports/databases/firebird/files RELNOTES patch-ad patch-ae patch-builds::original::boot.sfx.interbase patch-builds::original::prefix.freebsd patch-jrd::gds.c patch-jrd::isc_file.c patch-jrd::isc_sync.c patch-jrd::jrd.h ... Message-ID: <20030116132126.GA77705@k7.mavetju> References: <200301161152.h0GBq1Yr059455@repoman.freebsd.org> <20030116122039.GA31398@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030116122039.GA31398@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 04:20:39AM -0800, Kris Kennaway wrote: > On Thu, Jan 16, 2003 at 03:52:00AM -0800, Edwin Groothuis wrote: > > > Disabled package building for -current because of NFS locking problems. > > ^^ hopefully did it okay. > > Could someone please explain these problems to me? If I understood them, sure :-/ This is what I wrote the maintainer wrote in the original PR: > mv -f burp source/interbase/bin/gbak > touch burp > chmod 666 burp > source/interbase/bin/gbak -c misc/metadata.gbak > source/refDatabases/jrd/metadata.gdb > can't format message 12:256 -- message system code > -4operating system directive flock failed > can't format message 12:256 -- message system code -4 > Operation not supported > can't format message 12:256 -- message system code -4can't > format message 12:33 -- message system code -4 > can't format message 12:169 -- message system code -4can't > format message 12:83 -- message system code -4 > *** Error code 1 > > Could be because I'm compiling it on an NFS disk. > Onder 4.7 is went without a problem. Suggesstions? > On which he replied with: Don't compile it on an NFS volume. You'll need client and server NFS locking working for it to succeed. I haven't done this myself though. The historical behaviour of Interbase was to convert the local file request into a network request - ie ask the Interbase server running on the NFS server for access to the database file. This codepath isn't working on FreeBSD though. I have no intention of getting it working either. I'll submit a PR later on with a pre-build message highlighting this deficiency. So yeah, I have no idea on what it means or how it can be overcome it, except by marking it as "bad" for Bento. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:25:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF4037B401; Thu, 16 Jan 2003 05:25:42 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EBF43F18; Thu, 16 Jan 2003 05:25:41 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C7A5F2B79E; Thu, 16 Jan 2003 14:25:39 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 74C786A712B; Fri, 17 Jan 2003 00:25:36 +1100 (EST) Date: Fri, 17 Jan 2003 00:25:36 +1100 From: Edwin Groothuis To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20030116132536.GB77705@k7.mavetju> References: <200301151126.h0FBQsbe032597@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 12:28:54PM +0100, Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav writes: > > Log: > > sbcl -> ports/lang/sbcl > > How, exactly, do I get addport to do this for me? I get > > [...] > Host key verification failed. > Checking out the modules database... > cvs [checkout aborted]: end of file from server (consult above messages if any) > Host key verification failed. > cvs [checkout aborted]: end of file from server (consult above messages if any) > failed. > ../Tools/scripts/addport: adding port to modules failed, aborting. I had the same, solved it by modifying a local copy of addport to just print this line: CVSROOT=edwin@ncvs.FreeBSD.org:/home/ncvs perl /usr/local/bin/modulesupdate drweb-postfix ports/security/drweb-postfix and to copy+paste it into a freefall-terminal. Not the best solution but it will do the trick for me. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:27:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 472C437B401; Thu, 16 Jan 2003 05:27:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E241443F3F; Thu, 16 Jan 2003 05:27:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GDRafh091828; Thu, 16 Jan 2003 05:27:36 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GDRagk091827; Thu, 16 Jan 2003 05:27:36 -0800 (PST) Message-Id: <200301161327.h0GDRagk091827@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 05:27:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine4 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 05:27:36 PST Modified files: chinese/pine4 Makefile distinfo Log: Upgrade port chinese/pine4 from 4.50 to 4.53 PR: ports/47141 Submitted by: Tai-hwa Liang Revision Changes Path 1.26 +1 -1 ports/chinese/pine4/Makefile 1.18 +2 -2 ports/chinese/pine4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:27:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F314437B401; Thu, 16 Jan 2003 05:27:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A65A43EB2; Thu, 16 Jan 2003 05:27:58 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GDRwfh091862; Thu, 16 Jan 2003 05:27:58 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GDRwTe091861; Thu, 16 Jan 2003 05:27:58 -0800 (PST) Message-Id: <200301161327.h0GDRwTe091861@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 16 Jan 2003 05:27:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2003/01/16 05:27:58 PST Modified files: libexec/ftpd ftpcmd.y Log: Replace the instances of literal "/bin/ls" with the _PATH_LS macro to be consistent with the rest of the ftpd(8) source. Revision Changes Path 1.44 +3 -2 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:33:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC37237B401; Thu, 16 Jan 2003 05:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919F643F3F; Thu, 16 Jan 2003 05:33:37 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GDXbfh095333; Thu, 16 Jan 2003 05:33:37 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GDXbhB095332; Thu, 16 Jan 2003 05:33:37 -0800 (PST) Message-Id: <200301161333.h0GDXbhB095332@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 05:33:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 05:33:37 PST Modified files: net/p5-Net-DNS Makefile Log: Add missing man page. PR: ports/47142 Submitted by: Erwin Lansing Revision Changes Path 1.37 +3 -1 ports/net/p5-Net-DNS/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:36:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E2737B401; Thu, 16 Jan 2003 05:36:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2833F43F1E; Thu, 16 Jan 2003 05:36:36 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GDaZfh095460; Thu, 16 Jan 2003 05:36:35 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GDaZTj095459; Thu, 16 Jan 2003 05:36:35 -0800 (PST) Message-Id: <200301161336.h0GDaZTj095459@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 16 Jan 2003 05:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mxv Makefile distinfo pkg-descr ports/audio/mxv/files patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2003/01/16 05:36:35 PST Modified files: audio/mxv Makefile distinfo pkg-descr audio/mxv/files patch-ai Log: Update to version 1.25 (still broken, though less badly). PR: 33082 Submitted by: Ulrich Spoerlein Approved by: obrien (mentor) Revision Changes Path 1.16 +3 -2 ports/audio/mxv/Makefile 1.3 +1 -1 ports/audio/mxv/distinfo 1.3 +14 -40 ports/audio/mxv/files/patch-ai 1.4 +0 -2 ports/audio/mxv/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 5:38:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 135DC37B401; Thu, 16 Jan 2003 05:38:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF56243F3F; Thu, 16 Jan 2003 05:38:58 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GDcwfh095575; Thu, 16 Jan 2003 05:38:58 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GDcwsw095574; Thu, 16 Jan 2003 05:38:58 -0800 (PST) Message-Id: <200301161338.h0GDcwsw095574@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 16 Jan 2003 05:38:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/16 05:38:58 PST Modified files: sys/pc98/conf GENERIC Log: MFi386: revision 1.372 Revision Changes Path 1.224 +1 -0 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6: 3:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2406737B401; Thu, 16 Jan 2003 06:03:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71D443F18; Thu, 16 Jan 2003 06:03:11 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GE3Bfh006325; Thu, 16 Jan 2003 06:03:11 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GE3BEg006324; Thu, 16 Jan 2003 06:03:11 -0800 (PST) Message-Id: <200301161403.h0GE3BEg006324@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:03:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/xdf Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/xdf/files patch-Makefile patch-xdf.H patch-xdf.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:03:11 PST Modified files: misc Makefile Added files: misc/xdf Makefile distinfo pkg-comment pkg-descr pkg-plist misc/xdf/files patch-Makefile patch-xdf.H patch-xdf.cc Log: New port: xdf, show the free space of mounted partitions in X PR: ports/45556 Submitted by: David Vidal Rodríguez Revision Changes Path 1.525 +1 -0 ports/misc/Makefile 1.1 +24 -0 ports/misc/xdf/Makefile (new) 1.1 +1 -0 ports/misc/xdf/distinfo (new) 1.1 +22 -0 ports/misc/xdf/files/patch-Makefile (new) 1.1 +21 -0 ports/misc/xdf/files/patch-xdf.H (new) 1.1 +85 -0 ports/misc/xdf/files/patch-xdf.cc (new) 1.1 +1 -0 ports/misc/xdf/pkg-comment (new) 1.1 +8 -0 ports/misc/xdf/pkg-descr (new) 1.1 +1 -0 ports/misc/xdf/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6: 4: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3F737B401; Thu, 16 Jan 2003 06:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA4943ED8; Thu, 16 Jan 2003 06:03:57 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GE3vfh006366; Thu, 16 Jan 2003 06:03:57 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GE3vsA006365; Thu, 16 Jan 2003 06:03:57 -0800 (PST) Message-Id: <200301161403.h0GE3vsA006365@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:03:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:03:57 PST Modified files: . modules Log: xdf --> ports/misc/xdf Revision Changes Path 1.6476 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:14:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E24A337B401; Thu, 16 Jan 2003 06:14:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED8F43F3F; Thu, 16 Jan 2003 06:14:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEElfh010026; Thu, 16 Jan 2003 06:14:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEElHp010025; Thu, 16 Jan 2003 06:14:47 -0800 (PST) Message-Id: <200301161414.h0GEElHp010025@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:14:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/whups Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/whups/files httpd.conf.whups patch-config_conf.php.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:14:47 PST Modified files: devel Makefile Added files: devel/whups Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/whups/files httpd.conf.whups patch-config_conf.php.dist Log: New port devel/whups: a web-based bug tracking system PR: ports/35520 Submitted by: Thierry Thomas Revision Changes Path 1.1011 +1 -0 ports/devel/Makefile 1.1 +66 -0 ports/devel/whups/Makefile (new) 1.1 +1 -0 ports/devel/whups/distinfo (new) 1.1 +31 -0 ports/devel/whups/files/httpd.conf.whups (new) 1.1 +12 -0 ports/devel/whups/files/patch-config_conf.php.dist (new) 1.1 +1 -0 ports/devel/whups/pkg-comment (new) 1.1 +8 -0 ports/devel/whups/pkg-descr (new) 1.1 +29 -0 ports/devel/whups/pkg-message (new) 1.1 +66 -0 ports/devel/whups/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:15:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4137B401; Thu, 16 Jan 2003 06:15:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4695E43F18; Thu, 16 Jan 2003 06:15:34 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEFYfh010110; Thu, 16 Jan 2003 06:15:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEFXl8010109; Thu, 16 Jan 2003 06:15:33 -0800 (PST) Message-Id: <200301161415.h0GEFXl8010109@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:15:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:15:33 PST Modified files: . modules Log: whups --> ports/devel/whups Revision Changes Path 1.6477 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:23: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E1C37B401; Thu, 16 Jan 2003 06:22:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F89F43F3F; Thu, 16 Jan 2003 06:22:59 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEMxfh013626; Thu, 16 Jan 2003 06:22:59 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEMxrV013625; Thu, 16 Jan 2003 06:22:59 -0800 (PST) Message-Id: <200301161422.h0GEMxrV013625@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:22:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/act Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:22:59 PST Modified files: biology Makefile Added files: biology/act Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New Port: biology/act PR: ports/35753 Submitted by: Camson Huynh Revision Changes Path 1.58 +1 -0 ports/biology/Makefile 1.1 +33 -0 ports/biology/act/Makefile (new) 1.1 +1 -0 ports/biology/act/distinfo (new) 1.1 +1 -0 ports/biology/act/pkg-comment (new) 1.1 +12 -0 ports/biology/act/pkg-descr (new) 1.1 +983 -0 ports/biology/act/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:23:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBDDF37B401; Thu, 16 Jan 2003 06:23:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B9543F18; Thu, 16 Jan 2003 06:23:34 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GENYfh013680; Thu, 16 Jan 2003 06:23:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GENX5E013679; Thu, 16 Jan 2003 06:23:33 -0800 (PST) Message-Id: <200301161423.h0GENX5E013679@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:23:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:23:33 PST Modified files: . modules Log: act --> ports/biology/act Revision Changes Path 1.6478 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:25:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA9B37B401; Thu, 16 Jan 2003 06:25:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710343F18; Thu, 16 Jan 2003 06:25:32 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEPWfh013777; Thu, 16 Jan 2003 06:25:32 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEPWg0013776; Thu, 16 Jan 2003 06:25:32 -0800 (PST) Message-Id: <200301161425.h0GEPWg0013776@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 16 Jan 2003 06:25:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2003/01/16 06:25:32 PST Modified files: libexec/ftpd ftpd.c Log: Prepend a space character if a line begins with a digit in the output to the "STAT file" request. This closes one discrepancy with RFC 959 (page 36.) See also http://www.kb.cert.org/vuls/id/328867 Obtained from: OpenBSD Revision Changes Path 1.132 +11 -0 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:35:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0763937B405; Thu, 16 Jan 2003 06:35:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C06D43F18; Thu, 16 Jan 2003 06:35:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEZMfh017399; Thu, 16 Jan 2003 06:35:22 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEZM2H017398; Thu, 16 Jan 2003 06:35:22 -0800 (PST) Message-Id: <200301161435.h0GEZM2H017398@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:35:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/settitle Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:35:22 PST Modified files: x11 Makefile Added files: x11/settitle Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: tool for setting the title of xterms PR: ports/37290 Submitted by: Andrew Revision Changes Path 1.391 +1 -0 ports/x11/Makefile 1.1 +22 -0 ports/x11/settitle/Makefile (new) 1.1 +1 -0 ports/x11/settitle/distinfo (new) 1.1 +1 -0 ports/x11/settitle/pkg-comment (new) 1.1 +7 -0 ports/x11/settitle/pkg-descr (new) 1.1 +1 -0 ports/x11/settitle/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:35:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A564937B401; Thu, 16 Jan 2003 06:35:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B48643F1E; Thu, 16 Jan 2003 06:35:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEZafh017437; Thu, 16 Jan 2003 06:35:36 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEZaqe017436; Thu, 16 Jan 2003 06:35:36 -0800 (PST) Message-Id: <200301161435.h0GEZaqe017436@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:35:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:35:35 PST Modified files: . modules Log: settitle --> ports/x11/settitle Revision Changes Path 1.6479 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:39:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FBC37B401; Thu, 16 Jan 2003 06:39:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E3643ED8; Thu, 16 Jan 2003 06:39:23 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEdNfh017618; Thu, 16 Jan 2003 06:39:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEdNWH017617; Thu, 16 Jan 2003 06:39:23 -0800 (PST) Message-Id: <200301161439.h0GEdNWH017617@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:39:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/pocketreader Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:39:23 PST Modified files: textproc Makefile Added files: textproc/pocketreader Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: textproc/pocketreader PR: ports/37062 Submitted by: Simon Dick Revision Changes Path 1.477 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/pocketreader/Makefile (new) 1.1 +1 -0 ports/textproc/pocketreader/distinfo (new) 1.1 +1 -0 ports/textproc/pocketreader/pkg-comment (new) 1.1 +4 -0 ports/textproc/pocketreader/pkg-descr (new) 1.1 +1 -0 ports/textproc/pocketreader/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 6:40:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0650037B401; Thu, 16 Jan 2003 06:40:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A132943F18; Thu, 16 Jan 2003 06:40:09 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GEe9fh017901; Thu, 16 Jan 2003 06:40:09 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GEe9cV017897; Thu, 16 Jan 2003 06:40:09 -0800 (PST) Message-Id: <200301161440.h0GEe9cV017897@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 06:40:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 06:40:09 PST Modified files: . modules Log: pocketreader --> ports/textproc/pocketreader Revision Changes Path 1.6480 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 7: 5:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628B637B401; Thu, 16 Jan 2003 07:05:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0303743F13; Thu, 16 Jan 2003 07:05:29 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GF5Sfh028204; Thu, 16 Jan 2003 07:05:28 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GF5SUr028203; Thu, 16 Jan 2003 07:05:28 -0800 (PST) Message-Id: <200301161505.h0GF5SUr028203@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 16 Jan 2003 07:05:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gotmail Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/16 07:05:28 PST Modified files: mail/gotmail Makefile distinfo pkg-comment pkg-descr Log: Update to 7.7, change maintainer to another sucker ... I mean volunteer. PR: 47122 Submitted by: Bjorn Nelson + Erwin Lansing, our new contestant Revision Changes Path 1.10 +3 -3 ports/mail/gotmail/Makefile 1.5 +1 -1 ports/mail/gotmail/distinfo 1.2 +1 -1 ports/mail/gotmail/pkg-comment 1.2 +2 -2 ports/mail/gotmail/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 7: 7:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB03737B401; Thu, 16 Jan 2003 07:07:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4BA43EB2; Thu, 16 Jan 2003 07:07:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GF7Efh028317; Thu, 16 Jan 2003 07:07:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GF7EoZ028316; Thu, 16 Jan 2003 07:07:14 -0800 (PST) Message-Id: <200301161507.h0GF7EoZ028316@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 07:07:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/susv2 Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 07:07:14 PST Modified files: misc Makefile Added files: misc/susv2 Makefile distinfo pkg-comment pkg-descr Log: new port: misc/susv2 (Single UNIX Specification Version 2) PR: ports/37003 Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.526 +1 -0 ports/misc/Makefile 1.1 +43 -0 ports/misc/susv2/Makefile (new) 1.1 +1 -0 ports/misc/susv2/distinfo (new) 1.1 +1 -0 ports/misc/susv2/pkg-comment (new) 1.1 +6 -0 ports/misc/susv2/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 7: 7:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEF137B401; Thu, 16 Jan 2003 07:07:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C714F43EB2; Thu, 16 Jan 2003 07:07:30 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GF7Ufh028362; Thu, 16 Jan 2003 07:07:30 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GF7UZt028361; Thu, 16 Jan 2003 07:07:30 -0800 (PST) Message-Id: <200301161507.h0GF7UZt028361@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 07:07:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 07:07:30 PST Modified files: . modules Log: susv2 --> ports/misc/susv2 Revision Changes Path 1.6481 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 7:22:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2987037B408 for ; Thu, 16 Jan 2003 07:22:29 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D701143F7C for ; Thu, 16 Jan 2003 07:22:27 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 5577 invoked from network); 16 Jan 2003 15:22:29 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Jan 2003 15:22:29 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0GFMPUT014503; Thu, 16 Jan 2003 10:22:25 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301160729.h0G7TcO8052588@repoman.freebsd.org> Date: Thu, 16 Jan 2003 10:22:26 -0500 (EST) From: John Baldwin To: Murray Stokely Subject: RE: cvs commit: src/contrib/isc-dhcp/dhcpctl - Imported sources Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16-Jan-2003 Murray Stokely wrote: > murray 2003/01/15 23:29:37 PST > > src/contrib/isc-dhcp/dhcpctl - Imported sources > Update of /home/ncvs/src/contrib/isc-dhcp/dhcpctl > In directory repoman.freebsd.org:/tmp/cvs-serv52574 > > Log Message: > Import ISC DHCP 3.0.1 RC11 omshell interface. Thank you! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 7:40:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B828E37B401; Thu, 16 Jan 2003 07:40:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD1943F75; Thu, 16 Jan 2003 07:40:50 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GFeofh041187; Thu, 16 Jan 2003 07:40:50 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GFeoR3041186; Thu, 16 Jan 2003 07:40:50 -0800 (PST) Message-Id: <200301161540.h0GFeoR3041186@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 07:40:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 07:40:50 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Updated release note: ISC DHCP 3.0.1RC11. Revision Changes Path 1.479 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:37:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C1F37B401; Thu, 16 Jan 2003 08:37:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DE743F43; Thu, 16 Jan 2003 08:37:56 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGbufh060293; Thu, 16 Jan 2003 08:37:56 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGbup5060292; Thu, 16 Jan 2003 08:37:56 -0800 (PST) Message-Id: <200301161637.h0GGbup5060292@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jan 2003 08:37:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/solid-state article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/16 08:37:56 PST Modified files: en_US.ISO8859-1/articles/solid-state article.sgml Log: - Fix a typo - Add a pair of missing tags - Reword two sentences for clarification PR: 40951 Approved by: ceri (mentor) Revision Changes Path 1.9 +4 -7 doc/en_US.ISO8859-1/articles/solid-state/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:39:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20BA437B401; Thu, 16 Jan 2003 08:39:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E5943F6D; Thu, 16 Jan 2003 08:39:28 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGdRfh060340; Thu, 16 Jan 2003 08:39:27 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGdRF3060339; Thu, 16 Jan 2003 08:39:27 -0800 (PST) Message-Id: <200301161639.h0GGdRF3060339@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Jan 2003 08:39:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/solid-state article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/16 08:39:27 PST Modified files: en_US.ISO8859-1/articles/solid-state article.sgml Log: Whitespace cleanup for previous commit PR: 40951 Approved by: ceri (mentor) Revision Changes Path 1.10 +5 -3 doc/en_US.ISO8859-1/articles/solid-state/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:40:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDF137B401; Thu, 16 Jan 2003 08:40:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD32143F3F; Thu, 16 Jan 2003 08:40:30 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGeUfh061679; Thu, 16 Jan 2003 08:40:30 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGeUxl061674; Thu, 16 Jan 2003 08:40:30 -0800 (PST) Message-Id: <200301161640.h0GGeUxl061674@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Jan 2003 08:40:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind9-dlz Makefile ports/net/bind9-dlz/files configure.bind9-dlz X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/16 08:40:30 PST Modified files: net/bind9-dlz Makefile net/bind9-dlz/files configure.bind9-dlz Log: - set BINDDLZ_OPTIONS in Makefile - clean up configure script - Filesystem-Driver default ON - new option: WITHOUT_POSTGRESQL_DRIVER - new option: WITHOUT_FILESYSTEM_DRIVER - new option: WITHOUT_OPENSSL - target describe for INDEX now with matching dependencies. Revision Changes Path 1.6 +22 -0 ports/net/bind9-dlz/Makefile 1.2 +4 -9 ports/net/bind9-dlz/files/configure.bind9-dlz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:43:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3FE837B401; Thu, 16 Jan 2003 08:43:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7DA43F3F; Thu, 16 Jan 2003 08:43:58 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGhwfh063835; Thu, 16 Jan 2003 08:43:58 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGhw3Q063834; Thu, 16 Jan 2003 08:43:58 -0800 (PST) Message-Id: <200301161643.h0GGhw3Q063834@repoman.freebsd.org> From: Martin Blapp Date: Thu, 16 Jan 2003 08:43:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/16 08:43:58 PST Modified files: lib/libc/rpc rpc_generic.c Log: Fix memleak. Reviewed by: rwatson MFC after: 2 weeks Revision Changes Path 1.10 +8 -2 src/lib/libc/rpc/rpc_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:44:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E5B37B405; Thu, 16 Jan 2003 08:44:44 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DD543F5F; Thu, 16 Jan 2003 08:44:42 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA04927; Fri, 17 Jan 2003 03:44:32 +1100 Date: Fri, 17 Jan 2003 03:45:41 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Barcroft Cc: "M. Warner Losh" , , , Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c In-Reply-To: <20030116051916.E58850@espresso.q9media.com> Message-ID: <20030117033631.F3152-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Mike Barcroft wrote: > M. Warner Losh writes: > > In message: <20030115183943.D58850@espresso.q9media.com> > > Mike Barcroft writes: > > : Hmm, I thought it was more complicated than this. IIRC, PATH_MAX > > : isn't necessarily available at compile-time, so it needs more > > : complications to conform to POSIX in the case where PATH_MAX isn't > > : defined. Portablility might not be important, in which case it > > : isn't clear why we would change from MAXPATHLEN to PATH_MAX or vice > > : versa. > > > > I made this change because PATH_MAX is more posixly correct than > > MAXPATHLEN and has a better definition. It only handles the case > > where PATH_MAX is a compile time constant, or when you are using gcc > > extensions that allow one to allocate memory on the fly. > > Fair enough. Only {PATH_MAX} has a better definition, but we use PATH_MAX. gcc extensions don't handle the case where PATH_MAX is not a compile time constant. "char wbuf[PATH_MAX];" doesn't compile if PATH_MAX is not defined. "char wbuf[sysconf(_SC_PATH_MAX)];" would fail to handle the cases where sysconf() returns an error. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:46: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2083537B401; Thu, 16 Jan 2003 08:46:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D1143F43; Thu, 16 Jan 2003 08:46:02 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGk2fh063925; Thu, 16 Jan 2003 08:46:02 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGk235063924; Thu, 16 Jan 2003 08:46:02 -0800 (PST) Message-Id: <200301161646.h0GGk235063924@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Jan 2003 08:46:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/16 08:46:02 PST Modified files: (Branch: RELENG_5_0) release Makefile Log: Fix 'make release' from erroring out if this is an arch without driver floppies. Submitted by: nyan Reviewed bby: jhb Revision Changes Path 1.736.2.3 +3 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:51:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FEB37B401; Thu, 16 Jan 2003 08:51:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D99343F5F; Thu, 16 Jan 2003 08:51:53 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGpqfh067367; Thu, 16 Jan 2003 08:51:52 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGpqrw067366; Thu, 16 Jan 2003 08:51:52 -0800 (PST) Message-Id: <200301161651.h0GGpqrw067366@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Jan 2003 08:51:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/16 08:51:52 PST Modified files: release Makefile Log: Fix 'make release' from erroring out if this is an arch without driver floppies. Submitted by: nyan Reviewed by: jhb Revision Changes Path 1.746 +3 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:56:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E47437B401; Thu, 16 Jan 2003 08:56:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C755043F18; Thu, 16 Jan 2003 08:56:22 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGuMfh067510; Thu, 16 Jan 2003 08:56:22 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGuMNB067509; Thu, 16 Jan 2003 08:56:22 -0800 (PST) Message-Id: <200301161656.h0GGuMNB067509@repoman.freebsd.org> From: Martin Blapp Date: Thu, 16 Jan 2003 08:56:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_generic.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/16 08:56:22 PST Modified files: (Branch: RELENG_5_0) lib/libc/rpc rpc_generic.c Log: MFC: Fix memleak. Reviewed by: rwatson Approved by: re (scottl) Revision Changes Path 1.8.2.2 +8 -2 src/lib/libc/rpc/rpc_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 8:57: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7D437B401; Thu, 16 Jan 2003 08:56:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37D243F6D; Thu, 16 Jan 2003 08:56:58 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GGuwfh067539; Thu, 16 Jan 2003 08:56:58 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GGuwac067538; Thu, 16 Jan 2003 08:56:58 -0800 (PST) Message-Id: <200301161656.h0GGuwac067538@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Jan 2003 08:56:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/16 08:56:58 PST Modified files: . UPDATING Log: wi now needs wlan. Revision Changes Path 1.234 +5 -0 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 9:43:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA7D37B401; Thu, 16 Jan 2003 09:43:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F543E4A; Thu, 16 Jan 2003 09:43:22 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GHhMfh085265; Thu, 16 Jan 2003 09:43:22 -0800 (PST) (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GHhMd7085264; Thu, 16 Jan 2003 09:43:22 -0800 (PST) Message-Id: <200301161743.h0GHhMd7085264@repoman.freebsd.org> From: Mike Heffner Date: Thu, 16 Jan 2003 09:43:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xfmail/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2003/01/16 09:43:22 PST Added files: mail/xfmail/files patch-ac Log: snprintf->vsnprintf, fixes build on alpha Revision Changes Path 1.5 +11 -0 ports/mail/xfmail/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 9:53:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCE437B401 for ; Thu, 16 Jan 2003 09:53:48 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AB38E43F18 for ; Thu, 16 Jan 2003 09:53:46 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 46906 invoked by uid 1000); 16 Jan 2003 17:53:47 -0000 Date: Thu, 16 Jan 2003 09:53:47 -0800 (PST) From: Nate Lawson To: Martin Blapp Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c src/usr.bin/rpcgen rpc_main.c rpc_svcout.c In-Reply-To: <20030116072738.00CC737B423@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 Jan 2003, Martin Blapp wrote: > Modified files: > usr.sbin/mountd mountd.c > usr.sbin/rpc.lockd lockd.c > usr.sbin/rpc.statd statd.c > usr.sbin/rpc.yppasswdd yppasswdd_main.c > usr.sbin/rpcbind rpcb_svc_com.c rpcbind.c > usr.bin/rpcgen rpc_main.c rpc_svcout.c > Log: > Implement nonblocking tpc-connections. rpcgen -m does still > produce backcompatible code. > > Reviewed by: rwatson > Obtained from: NetBSD > MFC after: 1 day This looks interesting. Please use a longer MFC period than 1 day for something which touches a major library component and many user programs. In particular, changes like this could use testing: > - switch (poll_ret = poll(pollfds, nfds, INFTIM)) { > + switch (poll_ret = poll(pollfds, nfds, 30 * 1000)) { I'm sure it works fine on NetBSD but there are always subtle interactions. IMO, a 1 day MFC should only be used for man pages or whitespace changes or things which should only have a compile-time effect. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10: 0:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BD837B401; Thu, 16 Jan 2003 10:00:47 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA1843EB2; Thu, 16 Jan 2003 10:00:46 -0800 (PST) (envelope-from mb@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h0GI0jNO022483; Thu, 16 Jan 2003 19:00:45 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 16 Jan 2003 19:00:50 +0100 (CET) From: Martin Blapp To: Nate Lawson Cc: Martin Blapp , "" , "" Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com In-Reply-To: Message-ID: <20030116185752.L98919@levais.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Nate, > Please use a longer MFC period than 1 day for something which touches > a major library component and many user programs. In particular, changes > like this could use testing: Of course you are right and it would be better to have this in the tree for 2-3 weeks before MCF. This is a security fix, and has been in question since two weeks. I'm mailed re about it and unfortunatly it took so long. We (Re and I) did extensivly test this change. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:10:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6529E37B405 for ; Thu, 16 Jan 2003 10:10:30 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0DBFE43F6D for ; Thu, 16 Jan 2003 10:10:29 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 46984 invoked by uid 1000); 16 Jan 2003 18:10:29 -0000 Date: Thu, 16 Jan 2003 10:10:29 -0800 (PST) From: Nate Lawson To: Hidetoshi Shimokawa Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: <20030116130939.3C65A37B4CD@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Hidetoshi Shimokawa wrote: > Modified files: > sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > Log: > Improve memory allocation. > - Don't use contigmalloc() and allocate page by page to avoid > allocation failure. > - allocate buffer by PAGE_SIZE. Some comments. > - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > - OHCI_SIDSIZE, M_DEVBUF); > + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); Unnecessary casts (there are others). > malloc(sizeof(struct fwohcidb_tr) * dbch->ndb, > M_DEVBUF, M_DONTWAIT | M_ZERO); The correct flag is M_NOWAIT. You should do a global sed on this in your code. Oh and for the man page references, it should be malloc(9) not malloc(1). -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:11:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA1037B401; Thu, 16 Jan 2003 10:11:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52EC43EB2; Thu, 16 Jan 2003 10:11:38 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GIBcfh095885; Thu, 16 Jan 2003 10:11:38 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GIBc0t095884; Thu, 16 Jan 2003 10:11:38 -0800 (PST) Message-Id: <200301161811.h0GIBc0t095884@repoman.freebsd.org> From: Oliver Braun Date: Thu, 16 Jan 2003 10:11:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/16 10:11:38 PST Modified files: x11-clocks/bbdate Makefile distinfo Log: Upgrade to 0.2.4. PR: ports/47079 Submitted by: KATO Tsuguru Revision Changes Path 1.15 +1 -1 ports/x11-clocks/bbdate/Makefile 1.4 +1 -1 ports/x11-clocks/bbdate/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:13: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BBF37B401 for ; Thu, 16 Jan 2003 10:13:01 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F8EF43ED8 for ; Thu, 16 Jan 2003 10:13:00 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 47003 invoked by uid 1000); 16 Jan 2003 18:13:00 -0000 Date: Thu, 16 Jan 2003 10:13:00 -0800 (PST) From: Nate Lawson To: Martin Blapp Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: [src] cvs commit: src/lib/libc/rpc rpc_generic.c In-Reply-To: <20030116164402.E0C5537B4AB@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Martin Blapp wrote: > Modified files: > lib/libc/rpc rpc_generic.c > Log: > Fix memleak. > > Reviewed by: rwatson > MFC after: 2 weeks > > Revision Changes Path > 1.10 +8 -2 src/lib/libc/rpc/rpc_generic.c 2 weeks???! After the entire new feature was merged after one day? Can we get some reality into the MFC process? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:16: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0737237B401; Thu, 16 Jan 2003 10:16:04 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEB043EB2; Thu, 16 Jan 2003 10:16:02 -0800 (PST) (envelope-from mb@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h0GIG2NO024323; Thu, 16 Jan 2003 19:16:02 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 16 Jan 2003 19:16:07 +0100 (CET) From: Martin Blapp To: Nate Lawson Cc: Martin Blapp , "" , "" Subject: Re: [src] cvs commit: src/lib/libc/rpc rpc_generic.c In-Reply-To: Message-ID: <20030116191449.V98919@levais.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > 2 weeks???! After the entire new feature was merged after one day? Can > we get some reality into the MFC process? I'm sorry. Just after I had comitted this fix, scottl (RE) told me to MFC it instantly, which I did. Else I would have fixed the MFC-message to 1 day. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:23:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FDA37B405 for ; Thu, 16 Jan 2003 10:23:39 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DDB6743F1E for ; Thu, 16 Jan 2003 10:23:38 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 47054 invoked by uid 1000); 16 Jan 2003 18:23:39 -0000 Date: Thu, 16 Jan 2003 10:23:39 -0800 (PST) From: Nate Lawson To: Martin Blapp Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com In-Reply-To: <20030116185752.L98919@levais.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Martin Blapp wrote: > Nate Lawson wrote: > > Please use a longer MFC period than 1 day for something which touches > > a major library component and many user programs. In particular, changes > > like this could use testing: > > Of course you are right and it would be better to have this in the tree for > 2-3 weeks before MCF. > > This is a security fix, and has been in question since two weeks. I'm mailed re > about it and unfortunatly it took so long. We (Re and I) did extensivly > test this change. I don't think I understand. Please give more information on the commits: * "Implement non-blocking tcp-connections. MFC: 1 day" * MFC of the above, 2 hours later * "Fix memleak. MFC: 2 weeks" * MFC of the above, 13 minutes later I have a hard time believing that adding non-blocking tcp connections is a security fix. At the very least, you should use a much more verbose commit message for such a large change. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:23:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 110BF37B407; Thu, 16 Jan 2003 10:23:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D86843ED8; Thu, 16 Jan 2003 10:23:52 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GINqfh099533; Thu, 16 Jan 2003 10:23:52 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GINqx9099532; Thu, 16 Jan 2003 10:23:52 -0800 (PST) Message-Id: <200301161823.h0GINqx9099532@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 10:23:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html installation-alpha.html installation-i386.html installation-ia64.html ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 10:23:52 PST Added files: en/releases/5.0R docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html installation-alpha.html installation-i386.html installation-ia64.html installation-pc98.html installation-sparc64.html readme.html relnotes-alpha.html relnotes-i386.html relnotes-ia64.html relnotes-pc98.html relnotes-sparc64.html Log: Commit 5.0-RELEASE documentation to the Web site (not hooked up to the build). Revision Changes Path 1.1 +161 -0 www/en/releases/5.0R/docbook.css (new) 1.1 +507 -0 www/en/releases/5.0R/early-adopter.html (new) 1.1 +233 -0 www/en/releases/5.0R/errata.html (new) 1.1 +5564 -0 www/en/releases/5.0R/hardware-alpha.html (new) 1.1 +4589 -0 www/en/releases/5.0R/hardware-i386.html (new) 1.1 +608 -0 www/en/releases/5.0R/hardware-ia64.html (new) 1.1 +3132 -0 www/en/releases/5.0R/hardware-pc98.html (new) 1.1 +786 -0 www/en/releases/5.0R/hardware-sparc64.html (new) 1.1 +1540 -0 www/en/releases/5.0R/installation-alpha.html (new) 1.1 +2088 -0 www/en/releases/5.0R/installation-i386.html (new) 1.1 +1184 -0 www/en/releases/5.0R/installation-ia64.html (new) 1.1 +1342 -0 www/en/releases/5.0R/installation-pc98.html (new) 1.1 +1244 -0 www/en/releases/5.0R/installation-sparc64.html (new) 1.1 +534 -0 www/en/releases/5.0R/readme.html (new) 1.1 +3571 -0 www/en/releases/5.0R/relnotes-alpha.html (new) 1.1 +3717 -0 www/en/releases/5.0R/relnotes-i386.html (new) 1.1 +3524 -0 www/en/releases/5.0R/relnotes-ia64.html (new) 1.1 +3639 -0 www/en/releases/5.0R/relnotes-pc98.html (new) 1.1 +3551 -0 www/en/releases/5.0R/relnotes-sparc64.html (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:27:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E78137B401; Thu, 16 Jan 2003 10:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3017C43F43; Thu, 16 Jan 2003 10:27:28 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GIRSfh099666; Thu, 16 Jan 2003 10:27:28 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GIRRK4099665; Thu, 16 Jan 2003 10:27:27 -0800 (PST) Message-Id: <200301161827.h0GIRRK4099665@repoman.freebsd.org> From: Oliver Braun Date: Thu, 16 Jan 2003 10:27:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/wmwork Makefile distinfo ports/misc/wmwork/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/16 10:27:27 PST Modified files: misc/wmwork Makefile distinfo misc/wmwork/files patch-Makefile.in Log: Upgrade to 0.2.2. PR: ports/47083 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +1 -1 ports/misc/wmwork/Makefile 1.4 +1 -1 ports/misc/wmwork/distinfo 1.2 +5 -5 ports/misc/wmwork/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:29:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96FD037B401; Thu, 16 Jan 2003 10:29:54 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F1943F3F; Thu, 16 Jan 2003 10:29:53 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org (12-240-204-110.client.attbi.com[12.240.204.110]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <20030116182952003005up8ne>; Thu, 16 Jan 2003 18:29:52 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id h0GITpA8066925; Thu, 16 Jan 2003 10:29:51 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id h0GITpeS066924; Thu, 16 Jan 2003 10:29:51 -0800 (PST) Message-Id: <200301161829.h0GITpeS066924@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20021120 with nmh-1.0.4 To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/releases/5.0R docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html installation-alpha.html installation-i386.html installation-ia64.html ... In-Reply-To: <200301161823.h0GINqx9099532@repoman.freebsd.org> References: <200301161823.h0GINqx9099532@repoman.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Thu, 16 Jan 2003 10:23:52 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-311838306P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 16 Jan 2003 10:29:51 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-311838306P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2003/01/16 10:23:52 PST > > Added files: > en/releases/5.0R docbook.css early-adopter.html > errata.html hardware-alpha.html > hardware-i386.html hardware-ia64.html > hardware-pc98.html hardware-sparc64.html > installation-alpha.html > installation-i386.html > installation-ia64.html > installation-pc98.html > installation-sparc64.html readme.html > relnotes-alpha.html relnotes-i386.html > relnotes-ia64.html relnotes-pc98.html > relnotes-sparc64.html > Log: > Commit 5.0-RELEASE documentation to the Web site (not hooked up to > the build). I probably don't need to say this, but this commit does not in any way constitute a release announcement, and these files are subject to change. Thanks, Bruce. --==_Exmh_-311838306P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE+Jvof2MoxcVugUsMRAlXTAJ40KmUvOBs45T3hsuXWGgCQcqTidQCdHxWK HuK/wPy3RLClwzw+FiA9q10= =9wZX -----END PGP SIGNATURE----- --==_Exmh_-311838306P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:32:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E11437B401; Thu, 16 Jan 2003 10:32:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749E443F43; Thu, 16 Jan 2003 10:32:08 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GIW8fh003335; Thu, 16 Jan 2003 10:32:08 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GIW8Qu003334; Thu, 16 Jan 2003 10:32:08 -0800 (PST) Message-Id: <200301161832.h0GIW8Qu003334@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 10:32:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/libdv Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 10:32:08 PST Modified files: multimedia/libdv Makefile distinfo pkg-plist Log: Update to 0.9.9 Revision Changes Path 1.14 +2 -1 ports/multimedia/libdv/Makefile 1.4 +1 -1 ports/multimedia/libdv/distinfo 1.6 +2 -1 ports/multimedia/libdv/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:35:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F9937B401; Thu, 16 Jan 2003 10:35:21 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2710543F3F; Thu, 16 Jan 2003 10:35:20 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id FAA11709; Fri, 17 Jan 2003 05:35:15 +1100 Date: Fri, 17 Jan 2003 05:36:24 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson Cc: Hidetoshi Shimokawa , , Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: Message-ID: <20030117052637.I3675-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Nate Lawson wrote: > On Thu, 16 Jan 2003, Hidetoshi Shimokawa wrote: > > Modified files: > > sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > >... > > Some comments. > > > - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > - OHCI_SIDSIZE, M_DEVBUF); > > + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > Unnecessary casts (there are others). Er, these casts seem to be necessary to break warnings from -Wcast-qual. sid_buf has type "volatile u_int32_t *". Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:38: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F87537B406 for ; Thu, 16 Jan 2003 10:38:08 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B40B43F6D for ; Thu, 16 Jan 2003 10:38:06 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 47150 invoked by uid 1000); 16 Jan 2003 18:38:07 -0000 Date: Thu, 16 Jan 2003 10:38:07 -0800 (PST) From: Nate Lawson To: Bruce Evans Cc: Hidetoshi Shimokawa , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: <20030117052637.I3675-100000@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Bruce Evans wrote: > On Thu, 16 Jan 2003, Nate Lawson wrote: > > > > - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > > - OHCI_SIDSIZE, M_DEVBUF); > > > + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > > > Unnecessary casts (there are others). > > Er, these casts seem to be necessary to break warnings from -Wcast-qual. > sid_buf has type "volatile u_int32_t *". Yes, I've had to discard volatile also (when dealing with freeing an aio_buf). I'm interested why it can't be cast directly to (void *). Why the indirection through unitptr_t? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:41:50 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 04E9437B409; Thu, 16 Jan 2003 10:41:49 -0800 (PST) Date: Thu, 16 Jan 2003 10:41:48 -0800 From: Juli Mallett To: Nate Lawson Cc: Bruce Evans , Hidetoshi Shimokawa , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Message-ID: <20030116104148.A94200@FreeBSD.org> References: <20030117052637.I3675-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from nate@root.org on Thu, Jan 16, 2003 at 10:38:07AM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Nate Lawson [ Data: 2003-01-16 ] [ Subjecte: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h ] > On Fri, 17 Jan 2003, Bruce Evans wrote: > > On Thu, 16 Jan 2003, Nate Lawson wrote: > > > > > > - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > > > - OHCI_SIDSIZE, M_DEVBUF); > > > > + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > > > > > Unnecessary casts (there are others). > > > > Er, these casts seem to be necessary to break warnings from -Wcast-qual. > > sid_buf has type "volatile u_int32_t *". > > Yes, I've had to discard volatile also (when dealing with freeing an > aio_buf). I'm interested why it can't be cast directly to (void *). Why > the indirection through unitptr_t? To discard a qualifier without the compiler telling you it's dangerous. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:44:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0763F37B401; Thu, 16 Jan 2003 10:44:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A846443ED8; Thu, 16 Jan 2003 10:44:34 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GIiYfh007272; Thu, 16 Jan 2003 10:44:34 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GIiYTw007271; Thu, 16 Jan 2003 10:44:34 -0800 (PST) Message-Id: <200301161844.h0GIiYTw007271@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 10:44:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile ports/graphics/libquicktime Makefile ports/multimedia/mjpegtools Makefile ports/multimedia/mplayer Makefile ports/graphics/transcode Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 10:44:34 PST Modified files: multimedia/gstreamer-plugins Makefile graphics/libquicktime Makefile multimedia/mjpegtools Makefile multimedia/mplayer Makefile graphics/transcode Makefile Log: Chase libdv library version bump in version 0.9.9 Revision Changes Path 1.8 +1 -1 ports/graphics/libquicktime/Makefile 1.14 +1 -1 ports/graphics/transcode/Makefile 1.10 +1 -1 ports/multimedia/gstreamer-plugins/Makefile 1.15 +2 -2 ports/multimedia/mjpegtools/Makefile 1.42 +2 -2 ports/multimedia/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 10:51:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6618837B401; Thu, 16 Jan 2003 10:51:19 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C41643ED8; Thu, 16 Jan 2003 10:51:19 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id ABCF9AE027; Thu, 16 Jan 2003 10:51:15 -0800 (PST) Date: Thu, 16 Jan 2003 10:51:15 -0800 From: Alfred Perlstein To: Nate Lawson Cc: Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030116185115.GQ33821@elvis.mu.org> References: <20030116185752.L98919@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the light of the security issues here and request for silence about the issue, perhaps we can post a followup to -developers after such a commit and at a later date follow up with a forced commit when things are "safe" to completely explain the issue. -Alfred * Nate Lawson [030116 10:23] wrote: > On Thu, 16 Jan 2003, Martin Blapp wrote: > > Nate Lawson wrote: > > > Please use a longer MFC period than 1 day for something which touches > > > a major library component and many user programs. In particular, changes > > > like this could use testing: > > > > Of course you are right and it would be better to have this in the tree for > > 2-3 weeks before MCF. > > > > This is a security fix, and has been in question since two weeks. I'm mailed re > > about it and unfortunatly it took so long. We (Re and I) did extensivly > > test this change. > > I don't think I understand. Please give more information on the > commits: > > * "Implement non-blocking tcp-connections. MFC: 1 day" > * MFC of the above, 2 hours later > * "Fix memleak. MFC: 2 weeks" > * MFC of the above, 13 minutes later > > I have a hard time believing that adding non-blocking tcp connections is a > security fix. At the very least, you should use a much more verbose > commit message for such a large change. > > -Nate -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11: 2: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C8637B401; Thu, 16 Jan 2003 11:02:05 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5E143E4A; Thu, 16 Jan 2003 11:02:04 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0GJ211e040721; Thu, 16 Jan 2003 12:02:02 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jan 2003 10:58:50 -0700 (MST) Message-Id: <20030116.105850.128048106.imp@bsdimp.com> To: bde@zeta.org.au Cc: mike@FreeBSD.org, johan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c From: "M. Warner Losh" In-Reply-To: <20030117033631.F3152-100000@gamplex.bde.org> References: <20030116051916.E58850@espresso.q9media.com> <20030117033631.F3152-100000@gamplex.bde.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030117033631.F3152-100000@gamplex.bde.org> Bruce Evans writes: : Only {PATH_MAX} has a better definition, but we use PATH_MAX. gcc : extensions don't handle the case where PATH_MAX is not a compile time : constant. "char wbuf[PATH_MAX];" doesn't compile if PATH_MAX is not : defined. "char wbuf[sysconf(_SC_PATH_MAX)];" would fail to handle the : cases where sysconf() returns an error. Even in the MAXPATHLEN case, there are potential problems. It wouldn't work if, say, the stack was exhausted when the function was called. You have to draw the line at some classes of errors and say they won't happen enough to be worth the effort it is to code them up. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11: 5:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D2137B401; Thu, 16 Jan 2003 11:05:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC39743ED8; Thu, 16 Jan 2003 11:05:56 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJ5ufh015109; Thu, 16 Jan 2003 11:05:56 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJ5uIf015108; Thu, 16 Jan 2003 11:05:56 -0800 (PST) Message-Id: <200301161905.h0GJ5uIf015108@repoman.freebsd.org> From: Murray Stokely Date: Thu, 16 Jan 2003 11:05:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/16 11:05:56 PST Modified files: contrib/isc-dhcp FREEBSD-upgrade Log: We now include the dhcpctl subdirectory. Revision Changes Path 1.14 +0 -1 src/contrib/isc-dhcp/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:11:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2299337B401; Thu, 16 Jan 2003 11:11:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EC643F13; Thu, 16 Jan 2003 11:11:26 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJBQfh018596; Thu, 16 Jan 2003 11:11:26 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJBQVe018595; Thu, 16 Jan 2003 11:11:26 -0800 (PST) Message-Id: <200301161911.h0GJBQVe018595@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 11:11:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R Makefile hardware.sgml installation.sgml relnotes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 11:11:26 PST Modified files: en/releases/5.0R Makefile Added files: en/releases/5.0R hardware.sgml installation.sgml relnotes.sgml Log: Add multiplatform "glue" pages and connect to the Web build. Revision Changes Path 1.5 +21 -1 www/en/releases/5.0R/Makefile 1.1 +29 -0 www/en/releases/5.0R/hardware.sgml (new) 1.1 +29 -0 www/en/releases/5.0R/installation.sgml (new) 1.1 +29 -0 www/en/releases/5.0R/relnotes.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:12:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE0037B401; Thu, 16 Jan 2003 11:12:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348C743F43; Thu, 16 Jan 2003 11:12:26 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJCQfh018642; Thu, 16 Jan 2003 11:12:26 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJCPWa018641; Thu, 16 Jan 2003 11:12:25 -0800 (PST) Message-Id: <200301161912.h0GJCPWa018641@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 11:12:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/tosvcd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 11:12:25 PST Modified files: multimedia/tosvcd Makefile Log: Fix typo: RUN_DEPNDS -> RUN_DEPENDS Revision Changes Path 1.7 +1 -1 ports/multimedia/tosvcd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:19: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7AD37B401; Thu, 16 Jan 2003 11:19:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C793543F18; Thu, 16 Jan 2003 11:19:07 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJJ7fh018837; Thu, 16 Jan 2003 11:19:07 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJJ7Yk018836; Thu, 16 Jan 2003 11:19:07 -0800 (PST) Message-Id: <200301161919.h0GJJ7Yk018836@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 11:19:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en developers.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 11:19:07 PST Modified files: en developers.sgml Log: Add an entity for nyan. Revision Changes Path 1.34 +2 -1 www/en/developers.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:21:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D789037B401; Thu, 16 Jan 2003 11:21:33 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F3743F13; Thu, 16 Jan 2003 11:21:33 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.7/8.12.1) with ESMTP id h0GJLPa6025426; Thu, 16 Jan 2003 14:21:25 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h0GJLPuk025425; Thu, 16 Jan 2003 14:21:25 -0500 (EST) (envelope-from hiten) Date: Thu, 16 Jan 2003 14:21:25 -0500 From: Hiten Pandya To: Nate Lawson Cc: Hidetoshi Shimokawa , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Message-ID: <20030116192125.GA24866@unixdaemons.com> References: <20030116130939.3C65A37B4CD@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 10:10:29AM -0800, Nate Lawson wrote the words in effect of: > On Thu, 16 Jan 2003, Hidetoshi Shimokawa wrote: > > Modified files: > > sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > > Log: > > Improve memory allocation. > > - Don't use contigmalloc() and allocate page by page to avoid > > allocation failure. > > - allocate buffer by PAGE_SIZE. > > Some comments. > > > - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > - OHCI_SIDSIZE, M_DEVBUF); > > + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > Unnecessary casts (there are others). > > > malloc(sizeof(struct fwohcidb_tr) * dbch->ndb, > > M_DEVBUF, M_DONTWAIT | M_ZERO); > > The correct flag is M_NOWAIT. You should do a global sed on this in your > code. Hmm, I think it's about time we add this NOTE to the malloc(9) manual page. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:21:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1740D37B401; Thu, 16 Jan 2003 11:21:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12B643F13; Thu, 16 Jan 2003 11:21:53 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJLrfh022239; Thu, 16 Jan 2003 11:21:53 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJLrnt022238; Thu, 16 Jan 2003 11:21:53 -0800 (PST) Message-Id: <200301161921.h0GJLrnt022238@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 11:21:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 11:21:53 PST Modified files: en/releng index.sgml Log: Update the list of platform builders, according to the aliases file on hub. Revision Changes Path 1.32 +13 -4 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:22:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675C837B401; Thu, 16 Jan 2003 11:22:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C950243F3F; Thu, 16 Jan 2003 11:22:13 -0800 (PST) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJMDfh022281; Thu, 16 Jan 2003 11:22:13 -0800 (PST) (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJMDpC022280; Thu, 16 Jan 2003 11:22:13 -0800 (PST) Message-Id: <200301161922.h0GJMDpC022280@repoman.freebsd.org> From: John Hay Date: Thu, 16 Jan 2003 11:22:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_tc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2003/01/16 11:22:13 PST Modified files: sys/kern kern_tc.c Log: hardpps() wants the raw hardware counter value converted to nanoseconds. Revision Changes Path 1.144 +7 -7 src/sys/kern/kern_tc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:24:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1862B37B401; Thu, 16 Jan 2003 11:24:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1932543F13; Thu, 16 Jan 2003 11:24:56 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJOtfh022347; Thu, 16 Jan 2003 11:24:55 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJOtFK022346; Thu, 16 Jan 2003 11:24:55 -0800 (PST) Message-Id: <200301161924.h0GJOtFK022346@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 11:24:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mjpegtools Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 11:24:55 PST Modified files: multimedia/mjpegtools Makefile distinfo pkg-plist Log: Update to 1.6.1 Revision Changes Path 1.16 +1 -2 ports/multimedia/mjpegtools/Makefile 1.2 +1 -1 ports/multimedia/mjpegtools/distinfo 1.4 +7 -3 ports/multimedia/mjpegtools/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:26: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925D637B401; Thu, 16 Jan 2003 11:26:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3898843ED8; Thu, 16 Jan 2003 11:26:05 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJQ5fh022457; Thu, 16 Jan 2003 11:26:05 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJQ4Su022456; Thu, 16 Jan 2003 11:26:04 -0800 (PST) Message-Id: <200301161926.h0GJQ4Su022456@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 11:26:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/transcode Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 11:26:04 PST Modified files: graphics/transcode Makefile Log: Chase mjpegtools lib version bump Revision Changes Path 1.15 +1 -1 ports/graphics/transcode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 11:54: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9663D37B401; Thu, 16 Jan 2003 11:54:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8CD43F6B; Thu, 16 Jan 2003 11:54:02 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GJs2fh033157; Thu, 16 Jan 2003 11:54:02 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GJs1lb033156; Thu, 16 Jan 2003 11:54:01 -0800 (PST) Message-Id: <200301161954.h0GJs1lb033156@repoman.freebsd.org> From: Oliver Braun Date: Thu, 16 Jan 2003 11:54:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/yabasic Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/16 11:54:01 PST Modified files: lang/yabasic Makefile distinfo Log: Upgrade to 2.721. PR: ports/47081 Submitted by: KATO Tsuguru Revision Changes Path 1.19 +1 -1 ports/lang/yabasic/Makefile 1.15 +1 -1 ports/lang/yabasic/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12: 5:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9175E37B401; Thu, 16 Jan 2003 12:05:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3505F43ED8; Thu, 16 Jan 2003 12:05:53 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GK5rfh036797; Thu, 16 Jan 2003 12:05:53 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GK5q6O036796; Thu, 16 Jan 2003 12:05:52 -0800 (PST) Message-Id: <200301162005.h0GK5q6O036796@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 12:05:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/ogmtools Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 12:05:52 PST Modified files: multimedia/ogmtools Makefile distinfo Log: Update to 0.9.73 Revision Changes Path 1.8 +1 -1 ports/multimedia/ogmtools/Makefile 1.7 +1 -1 ports/multimedia/ogmtools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12: 6:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5644637B401; Thu, 16 Jan 2003 12:06:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7DA43E4A; Thu, 16 Jan 2003 12:06:45 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GK6jfh036842; Thu, 16 Jan 2003 12:06:45 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GK6jWN036841; Thu, 16 Jan 2003 12:06:45 -0800 (PST) Message-Id: <200301162006.h0GK6jWN036841@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 16 Jan 2003 12:06:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_tc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/16 12:06:45 PST Modified files: sys/kern kern_tc.c Log: Move a local variable to avoid the compiler warning about it being unused. Revision Changes Path 1.145 +2 -1 src/sys/kern/kern_tc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12: 8:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABE037B405; Thu, 16 Jan 2003 12:08:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB6F43E4A; Thu, 16 Jan 2003 12:08:36 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GK8afh036903; Thu, 16 Jan 2003 12:08:36 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GK8aRM036902; Thu, 16 Jan 2003 12:08:36 -0800 (PST) Message-Id: <200301162008.h0GK8aRM036902@repoman.freebsd.org> From: Oliver Braun Date: Thu, 16 Jan 2003 12:08:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/onyx Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/16 12:08:36 PST Modified files: lang/onyx Makefile distinfo pkg-plist Log: Upgrade to 4.2.1. PR: ports/47078 Submitted by: KATO Tsuguru Revision Changes Path 1.18 +1 -1 ports/lang/onyx/Makefile 1.14 +1 -1 ports/lang/onyx/distinfo 1.12 +1 -1 ports/lang/onyx/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12:12:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8333537B401; Thu, 16 Jan 2003 12:12:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 271F043F5B; Thu, 16 Jan 2003 12:12:29 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GKCSfh040357; Thu, 16 Jan 2003 12:12:28 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GKCSmF040356; Thu, 16 Jan 2003 12:12:28 -0800 (PST) Message-Id: <200301162012.h0GKCSmF040356@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 16 Jan 2003 12:12:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xnap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/16 12:12:28 PST Modified files: audio/xnap Makefile distinfo Log: Update to 2.4 pre4 Revision Changes Path 1.15 +1 -1 ports/audio/xnap/Makefile 1.13 +1 -1 ports/audio/xnap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12:19:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7262637B401; Thu, 16 Jan 2003 12:19:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175BD43E4A; Thu, 16 Jan 2003 12:19:10 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GKJ9fh040528; Thu, 16 Jan 2003 12:19:09 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GKJ9tS040527; Thu, 16 Jan 2003 12:19:09 -0800 (PST) Message-Id: <200301162019.h0GKJ9tS040527@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 16 Jan 2003 12:19:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/rispell Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/16 12:19:09 PST Modified files: russian/rispell Makefile pkg-descr Log: Master site changed Revision Changes Path 1.18 +1 -1 ports/russian/rispell/Makefile 1.3 +1 -1 ports/russian/rispell/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12:26:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE6E37B401; Thu, 16 Jan 2003 12:26:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EB043E4A; Thu, 16 Jan 2003 12:26:17 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GKQHfh044085; Thu, 16 Jan 2003 12:26:17 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GKQGN4044084; Thu, 16 Jan 2003 12:26:16 -0800 (PST) Message-Id: <200301162026.h0GKQGN4044084@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 12:26:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dvdrip Makefile ports/multimedia/tosvcd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 12:26:16 PST Modified files: graphics/dvdrip Makefile multimedia/tosvcd Makefile Log: Adjust location of vcdimager after repocopy pointy hat to: arved Revision Changes Path 1.6 +1 -1 ports/graphics/dvdrip/Makefile 1.8 +1 -1 ports/multimedia/tosvcd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12:34:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B23337B401; Thu, 16 Jan 2003 12:34:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27ACB43E4A; Thu, 16 Jan 2003 12:34:52 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GKYpfh047621; Thu, 16 Jan 2003 12:34:51 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GKYp7V047620; Thu, 16 Jan 2003 12:34:51 -0800 (PST) Message-Id: <200301162034.h0GKYp7V047620@repoman.freebsd.org> From: Lars Koeller Date: Thu, 16 Jan 2003 12:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/tkhylafax Makefile distinfo pkg-plist ports/comms/tkhylafax/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lkoeller 2003/01/16 12:34:51 PST Modified files: comms/tkhylafax Makefile distinfo pkg-plist comms/tkhylafax/files patch-aa patch-ab Log: o Update to version 3.2beta o Correction of MASTER_SITES o Includes patch for sendfax option handling modification, which prevents sending out a fax via tkhylafax Revision Changes Path 1.17 +4 -3 ports/comms/tkhylafax/Makefile 1.2 +1 -1 ports/comms/tkhylafax/distinfo 1.4 +87 -60 ports/comms/tkhylafax/files/patch-aa 1.3 +35 -19 ports/comms/tkhylafax/files/patch-ab 1.4 +20 -17 ports/comms/tkhylafax/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 12:36:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC0737B401; Thu, 16 Jan 2003 12:36:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DCB43F43; Thu, 16 Jan 2003 12:36:18 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GKaIfh047739; Thu, 16 Jan 2003 12:36:18 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GKaIWe047738; Thu, 16 Jan 2003 12:36:18 -0800 (PST) Message-Id: <200301162036.h0GKaIWe047738@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 16 Jan 2003 12:36:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/X.language Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/16 12:36:18 PST Modified files: russian/X.language Makefile Log: Mark sites/distfiles with tags to minimize false hits Revision Changes Path 1.34 +6 -6 ports/russian/X.language/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 13:29:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCE737B401; Thu, 16 Jan 2003 13:29:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D764643F18; Thu, 16 Jan 2003 13:29:53 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GLTrfh065700; Thu, 16 Jan 2003 13:29:53 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GLTrQr065699; Thu, 16 Jan 2003 13:29:53 -0800 (PST) Message-Id: <200301162129.h0GLTrQr065699@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 16 Jan 2003 13:29:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/16 13:29:53 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fixed a typo Revision Changes Path 1.480 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14: 1:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D4237B401; Thu, 16 Jan 2003 14:01:14 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DA243E4A; Thu, 16 Jan 2003 14:01:14 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0GM0dj03996; Thu, 16 Jan 2003 14:00:39 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA01091; Thu, 16 Jan 2003 14:00:38 -0800 (PST) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA18603; Thu, 16 Jan 2003 15:00:35 -0700 (MST) Date: Thu, 16 Jan 2003 15:00:36 -0700 From: "Justin T. Gibbs" Reply-To: "Justin T. Gibbs" To: Nate Lawson , Hidetoshi Shimokawa Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Message-ID: <621240000.1042754436@aslan.btc.adaptec.com> In-Reply-To: References: X-Mailer: Mulberry/3.0.0b10 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> Modified files: >> sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h >> Log: >> Improve memory allocation. >> - Don't use contigmalloc() and allocate page by page to avoid >> allocation failure. >> - allocate buffer by PAGE_SIZE. > > Some comments. > >> - contigfree((void *)(uintptr_t)sc->fc.sid_buf, >> - OHCI_SIDSIZE, M_DEVBUF); >> + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); malloced buffers are not guaranteed to be accessable by a device. Use bus dma instead. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:14:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212D237B401; Thu, 16 Jan 2003 14:14:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B925743F13; Thu, 16 Jan 2003 14:14:41 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMEffh083479; Thu, 16 Jan 2003 14:14:41 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMEfol083478; Thu, 16 Jan 2003 14:14:41 -0800 (PST) Message-Id: <200301162214.h0GMEfol083478@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 16 Jan 2003 14:14:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2003/01/16 14:14:41 PST Modified files: en index.xsl Log: Use method="get" rather than "GET" to pass validator. Submitted by: Hanno Boeck Revision Changes Path 1.45 +3 -3 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:20:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B52637B401; Thu, 16 Jan 2003 14:20:25 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995C343EB2; Thu, 16 Jan 2003 14:20:24 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0GMKNnN044191 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 16 Jan 2003 14:20:24 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <20e801c2bdad$770d56f0$5a557f42@errno.com> From: "Sam Leffler" To: "Justin T. Gibbs" , "Nate Lawson" , "Hidetoshi Shimokawa" Cc: , References: <621240000.1042754436@aslan.btc.adaptec.com> Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Date: Thu, 16 Jan 2003 14:20:23 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >> Modified files: > >> sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > >> Log: > >> Improve memory allocation. > >> - Don't use contigmalloc() and allocate page by page to avoid > >> allocation failure. > >> - allocate buffer by PAGE_SIZE. > > > > Some comments. > > > >> - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > >> - OHCI_SIDSIZE, M_DEVBUF); > >> + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > malloced buffers are not guaranteed to be accessable by a device. > Use bus dma instead. > New drivers should use bus_dma. I recently hit an issue like this with jumbo mbufs not being handled by the bge driver because it doesn't use bus dma. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:23:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDD737B401; Thu, 16 Jan 2003 14:23:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5B843F5F; Thu, 16 Jan 2003 14:23:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMNNfh086995; Thu, 16 Jan 2003 14:23:23 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMNMYA086994; Thu, 16 Jan 2003 14:23:22 -0800 (PST) Message-Id: <200301162223.h0GMNMYA086994@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 14:23:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/tuxcards Makefile pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 14:23:22 PST Modified files: deskutils/tuxcards Makefile pkg-comment Log: pkg-message -> PKGMESSAGE Fix pkg-comment format PR: 47066 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +1 -1 ports/deskutils/tuxcards/Makefile 1.2 +1 -1 ports/deskutils/tuxcards/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:41:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0BC37B401; Thu, 16 Jan 2003 14:41:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CFA43F5F; Thu, 16 Jan 2003 14:41:38 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMfcfh094087; Thu, 16 Jan 2003 14:41:38 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMfcXP094086; Thu, 16 Jan 2003 14:41:38 -0800 (PST) Message-Id: <200301162241.h0GMfcXP094086@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 14:41:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtetrinet Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 14:41:38 PST Modified files: games/gtetrinet Makefile distinfo Log: Update to 0.5.2 PR: 47069 Submitted by: KATO Tsuguru Revision Changes Path 1.11 +4 -3 ports/games/gtetrinet/Makefile 1.5 +1 -1 ports/games/gtetrinet/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:41:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378EF37B401; Thu, 16 Jan 2003 14:41:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5E743E4A; Thu, 16 Jan 2003 14:41:47 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMflfh094185; Thu, 16 Jan 2003 14:41:47 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMfl58094184; Thu, 16 Jan 2003 14:41:47 -0800 (PST) Message-Id: <200301162241.h0GMfl58094184@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 16 Jan 2003 14:41:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml src/release/doc/de_DE.ISO8859-1/installation/common trouble.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/16 14:41:47 PST Modified files: release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/common dev.sgml release/doc/de_DE.ISO8859-1/installation/common trouble.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: translation update early-adopter/article.sgml: 1.11 -> 1.12 errata/article.sgml: 1.12 -> 1.17 hardware/common/dev.sgml: 1.126 -> 1.128 installation/common/trouble.sgml: 1.11 -> 1.12 relnotes/common/new.sgml: 1.475 -> 1.480 Revision Changes Path 1.9 +9 -7 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.7 +135 -36 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.18 +5 -5 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.8 +9 -8 src/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml 1.28 +33 -5 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:43:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE63337B401; Thu, 16 Jan 2003 14:43:12 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2140B43E4A; Thu, 16 Jan 2003 14:43:12 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id h0GMh1P4012979; Thu, 16 Jan 2003 17:43:01 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Thu, 16 Jan 2003 17:43:00 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Sam Leffler Cc: "Justin T. Gibbs" , Nate Lawson , Hidetoshi Shimokawa , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: <20e801c2bdad$770d56f0$5a557f42@errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Sam Leffler wrote: > > >> - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > >> - OHCI_SIDSIZE, M_DEVBUF); > > >> + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > > > malloced buffers are not guaranteed to be accessable by a device. > > Use bus dma instead. > > New drivers should use bus_dma. I recently hit an issue like this with > jumbo mbufs not being handled by the bge driver because it doesn't use > bus dma. Yeah, agreed. mux, tmm, and others have been doing a nice job of pushing over drivers to busdma, but we basically need to disallow any non-busdma drivers from being added from now on. A reasonable strategy is that existing drivers must be converted by current maintainers, if any, by 5.1. If there's no maintainer, we pick them up more gradually. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:50:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9A537B401; Thu, 16 Jan 2003 14:50:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DAB43ED8; Thu, 16 Jan 2003 14:50:50 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMoofh096233; Thu, 16 Jan 2003 14:50:50 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMoohs096231; Thu, 16 Jan 2003 14:50:50 -0800 (PST) Message-Id: <200301162250.h0GMoohs096231@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 14:50:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 14:50:50 PST Modified files: . modules Log: ports_libedit --> ports/devel/libedit Revision Changes Path 1.6482 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:57:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E79E37B401; Thu, 16 Jan 2003 14:57:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8AC43F5B; Thu, 16 Jan 2003 14:57:11 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMvBfh097899; Thu, 16 Jan 2003 14:57:11 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMvBEB097898; Thu, 16 Jan 2003 14:57:11 -0800 (PST) Message-Id: <200301162257.h0GMvBEB097898@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 14:57:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xdf/files patch-xdf.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 14:57:11 PST Modified files: misc/xdf/files patch-xdf.cc Log: Fix files/patch-xdf, which seemed to be broken. Thanks to Jimmy Olgeni for reporting. Submitted by: Jimmy Olgeni Revision Changes Path 1.2 +3 -3 ports/misc/xdf/files/patch-xdf.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 14:58:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4505437B401; Thu, 16 Jan 2003 14:58:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D929C43ED8; Thu, 16 Jan 2003 14:58:52 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GMwqfh097983; Thu, 16 Jan 2003 14:58:52 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GMwqs1097982; Thu, 16 Jan 2003 14:58:52 -0800 (PST) Message-Id: <200301162258.h0GMwqs1097982@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 14:58:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libedit Makefile ports/devel/libedit/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 14:58:52 PST Modified files: devel/libedit Makefile devel/libedit/files patch-aa Log: Support CFLAGS properly PR: 47067 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +1 -0 ports/devel/libedit/Makefile 1.2 +11 -3 ports/devel/libedit/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15: 2:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0081437B401; Thu, 16 Jan 2003 15:02:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9819E43E4A; Thu, 16 Jan 2003 15:02:53 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GN2rfh001583; Thu, 16 Jan 2003 15:02:53 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GN2r3Y001582; Thu, 16 Jan 2003 15:02:53 -0800 (PST) Message-Id: <200301162302.h0GN2r3Y001582@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 15:02:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mpgtx Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 15:02:53 PST Modified files: graphics/mpgtx Makefile distinfo Log: Upate to 1.3 PR: 47071 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +1 -4 ports/graphics/mpgtx/Makefile 1.6 +1 -1 ports/graphics/mpgtx/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:15:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84DA37B401; Thu, 16 Jan 2003 15:15:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DE343E4A; Thu, 16 Jan 2003 15:15:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNFmfh005239; Thu, 16 Jan 2003 15:15:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNFm9w005238; Thu, 16 Jan 2003 15:15:48 -0800 (PST) Message-Id: <200301162315.h0GNFm9w005238@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 15:15:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libwmf Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 15:15:48 PST Modified files: graphics/libwmf Makefile distinfo pkg-plist Log: Update to 0.2.8 PR: 47073 Submitted by: KATO Tsuguru Revision Changes Path 1.34 +1 -1 ports/graphics/libwmf/Makefile 1.13 +1 -1 ports/graphics/libwmf/distinfo 1.17 +4 -2 ports/graphics/libwmf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:37:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC837B401; Thu, 16 Jan 2003 15:37:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB3B43F18; Thu, 16 Jan 2003 15:37:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNbQfh012453; Thu, 16 Jan 2003 15:37:26 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNbQki012452; Thu, 16 Jan 2003 15:37:26 -0800 (PST) Message-Id: <200301162337.h0GNbQki012452@repoman.freebsd.org> From: Greg Lehey Date: Thu, 16 Jan 2003 15:37:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2003/01/16 15:37:26 PST Modified files: sys/dev/dpt dpt_scsi.c Log: Correct typo. Submitted by: Alan Day MFC after: 2 weeks Revision Changes Path 1.35 +1 -1 src/sys/dev/dpt/dpt_scsi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:38:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6EA37B405; Thu, 16 Jan 2003 15:38:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802EE43E4A; Thu, 16 Jan 2003 15:38:08 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNc8fh012497; Thu, 16 Jan 2003 15:38:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNc8Xx012496; Thu, 16 Jan 2003 15:38:08 -0800 (PST) Message-Id: <200301162338.h0GNc8Xx012496@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Jan 2003 15:38:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/16 15:38:08 PST Modified files: sys/dev/wi if_wi.c Log: Restore a comment that was lost in the shuffle. Revision Changes Path 1.122 +5 -0 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:38:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C830A37B405; Thu, 16 Jan 2003 15:38:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4306943F3F; Thu, 16 Jan 2003 15:38:14 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNcDfh012544; Thu, 16 Jan 2003 15:38:13 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNcDHg012543; Thu, 16 Jan 2003 15:38:13 -0800 (PST) Message-Id: <200301162338.h0GNcDHg012543@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 15:38:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/epix Makefile distinfo pkg-plist ports/graphics/epix/files patch-newbash.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 15:38:13 PST Modified files: graphics/epix Makefile distinfo pkg-plist graphics/epix/files patch-newbash.sh Log: Update to 0.8.8a PR: 47076 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +12 -1 ports/graphics/epix/Makefile 1.3 +1 -1 ports/graphics/epix/distinfo 1.2 +8 -4 ports/graphics/epix/files/patch-newbash.sh 1.3 +22 -26 ports/graphics/epix/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:40:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A18BD37B401; Thu, 16 Jan 2003 15:40:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4241F43F13; Thu, 16 Jan 2003 15:40:27 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNeQfh013838; Thu, 16 Jan 2003 15:40:26 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNeQ6S013810; Thu, 16 Jan 2003 15:40:26 -0800 (PST) Message-Id: <200301162340.h0GNeQ6S013810@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 15:40:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdal Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 15:40:26 PST Modified files: graphics/gdal Makefile distinfo pkg-plist Log: Upate to 1.1.8 PR: 47075 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +6 -7 ports/graphics/gdal/Makefile 1.4 +1 -1 ports/graphics/gdal/distinfo 1.4 +27 -21 ports/graphics/gdal/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:42:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE3037B401; Thu, 16 Jan 2003 15:42:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71CA43EB2; Thu, 16 Jan 2003 15:42:12 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNgCfh016040; Thu, 16 Jan 2003 15:42:12 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNgCCZ016039; Thu, 16 Jan 2003 15:42:12 -0800 (PST) Message-Id: <200301162342.h0GNgCCZ016039@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 16 Jan 2003 15:42:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/grip Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/16 15:42:12 PST Modified files: audio/grip Makefile distinfo pkg-plist Log: update to version 3.0.5 Revision Changes Path 1.23 +1 -1 ports/audio/grip/Makefile 1.12 +1 -1 ports/audio/grip/distinfo 1.11 +28 -51 ports/audio/grip/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:43: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8060337B401; Thu, 16 Jan 2003 15:43:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880ED43F85; Thu, 16 Jan 2003 15:42:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNgwfh016083; Thu, 16 Jan 2003 15:42:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNgwEs016082; Thu, 16 Jan 2003 15:42:58 -0800 (PST) Message-Id: <200301162342.h0GNgwEs016082@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 16 Jan 2003 15:42:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xnee Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/16 15:42:58 PST Modified files: x11/xnee Makefile distinfo Log: Update to 1.0.2 PR: 47080 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +4 -1 ports/x11/xnee/Makefile 1.6 +1 -1 ports/x11/xnee/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:47: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F00737B407; Thu, 16 Jan 2003 15:47:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48B843F5F; Thu, 16 Jan 2003 15:47:04 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNl4fh016219; Thu, 16 Jan 2003 15:47:04 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNl4Fd016218; Thu, 16 Jan 2003 15:47:04 -0800 (PST) Message-Id: <200301162347.h0GNl4Fd016218@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 16 Jan 2003 15:47:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/16 15:47:04 PST Modified files: sys/dev/vinum vinumconfig.c Log: Make vinum disk-related devices readable by group "operator" to match the configuration of any other disk-like devices. (This is the DEVFS-only part, so no need to MFC.) PR: bin/28294, bin/32588 Revision Changes Path 1.53 +6 -6 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:47:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4229437B40D for ; Thu, 16 Jan 2003 15:47:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B86A443F18 for ; Thu, 16 Jan 2003 15:47:23 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 48121 invoked by uid 1000); 16 Jan 2003 23:47:24 -0000 Date: Thu, 16 Jan 2003 15:47:24 -0800 (PST) From: Nate Lawson To: Sam Leffler Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: <20e801c2bdad$770d56f0$5a557f42@errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Sam Leffler wrote: > > >> Modified files: > > >> sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > > >> Log: > > >> Improve memory allocation. > > >> - Don't use contigmalloc() and allocate page by page to avoid > > >> allocation failure. > > >> - allocate buffer by PAGE_SIZE. > > > > > > Some comments. > > > > > >> - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > >> - OHCI_SIDSIZE, M_DEVBUF); > > >> + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); > > > > malloced buffers are not guaranteed to be accessable by a device. > > Use bus dma instead. > > New drivers should use bus_dma. I recently hit an issue like this with > jumbo mbufs not being handled by the bge driver because it doesn't use bus > dma. Valid points. I just wanted to clarify that many of his mallocs are not for buffers addressed by dma but also for control/header structures. Those do not need to be changed. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:48:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4BA37B405; Thu, 16 Jan 2003 15:48:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C3543F18; Thu, 16 Jan 2003 15:48:35 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNmZfh016278; Thu, 16 Jan 2003 15:48:35 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNmZla016277; Thu, 16 Jan 2003 15:48:35 -0800 (PST) Message-Id: <200301162348.h0GNmZla016277@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 16 Jan 2003 15:48:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum v.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/16 15:48:34 PST Modified files: sbin/vinum v.c Log: Make vinum disk-related devices readable by group "operator" to match the configuration of any other disk-like devices. This is the non-DEVFS part which is normally not used in 5.x, but due for MFC into 4.x. PR: bin/28294, bin/32588 MFC after: 1 week Revision Changes Path 1.37 +15 -0 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:49:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4CEB37B401; Thu, 16 Jan 2003 15:49:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E97243F18; Thu, 16 Jan 2003 15:49:34 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNnYfh016335; Thu, 16 Jan 2003 15:49:34 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNnYqJ016334; Thu, 16 Jan 2003 15:49:34 -0800 (PST) Message-Id: <200301162349.h0GNnYqJ016334@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 16 Jan 2003 15:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/16 15:49:34 PST Modified files: sbin/vinum commands.c Log: While being here, remove a couple of unused "default:" labels in switch statements, now that gcc loudly complains about them. MFC after: 1 week Revision Changes Path 1.44 +0 -4 src/sbin/vinum/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:58:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85C137B401; Thu, 16 Jan 2003 15:58:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F1D43F18; Thu, 16 Jan 2003 15:58:29 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0GNwTfh019905; Thu, 16 Jan 2003 15:58:29 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0GNwTMu019904; Thu, 16 Jan 2003 15:58:29 -0800 (PST) Message-Id: <200301162358.h0GNwTMu019904@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Jan 2003 15:58:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/16 15:58:29 PST Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata entry: growfs(8) stopped working on vinum(4) volumes or geom(4) entities. Submitted by: joerg Revision Changes Path 1.18 +5 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 15:58:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E97737B428; Thu, 16 Jan 2003 15:58:32 -0800 (PST) Received: from ns2.gnf.org (ns2.gnf.org [63.196.132.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB83043EB2; Thu, 16 Jan 2003 15:58:31 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch01.lj.gnf.org [172.25.10.19]) by ns2.gnf.org (8.12.3/8.12.3) with ESMTP id h0GNwRtk086188; Thu, 16 Jan 2003 15:58:27 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.5329); Thu, 16 Jan 2003 15:58:30 -0800 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.6/8.12.6) with ESMTP id h0GNwU6t084948; Thu, 16 Jan 2003 15:58:30 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.6/8.12.6/Submit) id h0GNwOUs084947; Thu, 16 Jan 2003 15:58:24 -0800 (PST) (envelope-from gtetlow) Date: Thu, 16 Jan 2003 15:58:24 -0800 From: Gordon Tetlow To: Jeff Roberson Cc: Bosko Milekic , Julian Elischer , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c Message-ID: <20030116235824.GW53114@roark.gnf.org> References: <20030113154600.C53755@unixdaemons.com> <20030115225940.X52297-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DMefDzZywwCHZelG" Content-Disposition: inline In-Reply-To: <20030115225940.X52297-100000@mail.chesapeake.net> User-Agent: Mutt/1.4i X-OriginalArrivalTime: 16 Jan 2003 23:58:30.0481 (UTC) FILETIME=[2B6BBC10:01C2BDBB] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --DMefDzZywwCHZelG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 15, 2003 at 11:02:39PM -0500, Jeff Roberson wrote: > On Mon, 13 Jan 2003, Bosko Milekic wrote: >=20 > I have been writing a new scheduler off and on for several months now. > That was the motivation behind the sched_* api. I intend to finish it up > and get it commited for 5.1. It supports the following buzz words: ;-) >=20 > - O(1) operation > - Per cpu run queues > - CPU binding > - CPU affinity Do the last 3 know the distinction between virtual and physical cpu's (for HT support)? If nothing else, you might want to think of a way to keep the door open for such improvements to the the scheduler. -gordon --DMefDzZywwCHZelG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE+J0cgRu2t9DV9ZfsRAmsBAJ4r3CwlCGY+Ki7QRWCvXASn/tjbRQCeKSGL ef/buQJETMnuKhVQPtFdirg= =GVqM -----END PGP SIGNATURE----- --DMefDzZywwCHZelG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16: 3:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AC437B407; Thu, 16 Jan 2003 16:03:50 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501DA43E4A; Thu, 16 Jan 2003 16:03:49 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h0H03VU94509; Thu, 16 Jan 2003 19:03:31 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Thu, 16 Jan 2003 19:03:31 -0500 (EST) From: Jeff Roberson To: Gordon Tetlow Cc: Bosko Milekic , Julian Elischer , Jeff Roberson , , Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <20030116235824.GW53114@roark.gnf.org> Message-ID: <20030116190259.F52297-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I have been writing a new scheduler off and on for several months now. > > That was the motivation behind the sched_* api. I intend to finish it up > > and get it commited for 5.1. It supports the following buzz words: ;-) > > > > - O(1) operation > > - Per cpu run queues > > - CPU binding > > - CPU affinity > > Do the last 3 know the distinction between virtual and physical cpu's (for > HT support)? If nothing else, you might want to think of a way to keep the > door open for such improvements to the the scheduler. > I have considered it some. I will consider it a great deal more if I ever get a HT capable machine. :-) Cheers, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:30:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E0E37B401; Thu, 16 Jan 2003 16:30:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E16A43F6B; Thu, 16 Jan 2003 16:30:40 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0Udfh031995; Thu, 16 Jan 2003 16:30:39 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0Ud6S031992; Thu, 16 Jan 2003 16:30:39 -0800 (PST) Message-Id: <200301170030.h0H0Ud6S031992@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 16:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/xbms Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/xbms/files patch-Makefile patch-server X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 16:30:39 PST Modified files: net Makefile Added files: net/xbms Makefile distinfo pkg-comment pkg-descr pkg-plist net/xbms/files patch-Makefile patch-server Log: New Port: net/xbms: Xbms, the unix streaming server for xbox mediaplayer. With xbms, it is possible to 'share' movies, pictures and audio on your unix box, so they are accessible from your xbox. PR: ports/46384 Submitted by: Jose Rey Revision Changes Path 1.893 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/xbms/Makefile (new) 1.1 +1 -0 ports/net/xbms/distinfo (new) 1.1 +9 -0 ports/net/xbms/files/patch-Makefile (new) 1.1 +11 -0 ports/net/xbms/files/patch-server (new) 1.1 +1 -0 ports/net/xbms/pkg-comment (new) 1.1 +5 -0 ports/net/xbms/pkg-descr (new) 1.1 +2 -0 ports/net/xbms/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:30:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BA337B401; Thu, 16 Jan 2003 16:30:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBD443F65; Thu, 16 Jan 2003 16:30:55 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0Usfh032495; Thu, 16 Jan 2003 16:30:54 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0UsEN032494; Thu, 16 Jan 2003 16:30:54 -0800 (PST) Message-Id: <200301170030.h0H0UsEN032494@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 16:30:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 16:30:54 PST Modified files: . modules Log: xbms --> ports/net/xbms Revision Changes Path 1.6483 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:34: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E53637B401; Thu, 16 Jan 2003 16:34:01 -0800 (PST) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [133.11.205.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E274243F1E; Thu, 16 Jan 2003 16:33:58 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is1.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id 59D6A21816B; Fri, 17 Jan 2003 09:33:51 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) by is1.mh.itc.u-tokyo.ac.jp (8.11.3/8.11.3) with ESMTP id h0H0XoJ25631; Fri, 17 Jan 2003 09:33:50 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.135.3]) by mailhosting.itc.u-tokyo.ac.jp (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AHR23400; Fri, 17 Jan 2003 09:33:50 +0900 (JST) Date: Fri, 17 Jan 2003 09:33:50 +0900 Message-ID: From: Hidetoshi Shimokawa To: Nate Lawson Cc: Sam Leffler , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h In-Reply-To: References: <20e801c2bdad$770d56f0$5a557f42@errno.com> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Thu, 16 Jan 2003 15:47:24 -0800 (PST), Nate Lawson wrote: > > On Thu, 16 Jan 2003, Sam Leffler wrote: > > > >> Modified files: > > > >> sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h > > > >> Log: > > > >> Improve memory allocation. > > > >> - Don't use contigmalloc() and allocate page by page to avoid > > > >> allocation failure. > > > >> - allocate buffer by PAGE_SIZE. > > > > > > > > Some comments. > > > > > > > >> - contigfree((void *)(uintptr_t)sc->fc.sid_buf, > > > >> - OHCI_SIDSIZE, M_DEVBUF); > > > >> + free((void *)(uintptr_t)sc->fc.sid_buf, M_DEVBUF); This is to stop compiler warning. > > > malloced buffers are not guaranteed to be accessable by a device. > > > Use bus dma instead. Moreover, sid_buf must be 2KB aligned and continuous in physical memory. Can I assumed 2KB malloced buffer is 2KB aligned on all plathomes? (or still need to use contigmalloc?) > > New drivers should use bus_dma. I recently hit an issue like this with > > jumbo mbufs not being handled by the bge driver because it doesn't use bus > > dma. > > Valid points. I just wanted to clarify that many of his mallocs are not > for buffers addressed by dma but also for control/header structures. > Those do not need to be changed. 1394 OHCI needs large context program area. For example, to transmit DV stream, current code requests (16*3) bytes * 2400 blocks and each block must be continuous. Is there any code to help such allocation with bus dma? I agree with original code(you know the code is not written by me) has many flaws and I'm fixing it one by one. Of course, converting to bus dma is in TODO list but not the first one now. See http://developer.intel.com/technology/1394/download/ohci_11.htm for detail. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:36:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EC037B401; Thu, 16 Jan 2003 16:36:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E6F43F3F; Thu, 16 Jan 2003 16:36:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0aofh034267; Thu, 16 Jan 2003 16:36:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0anK0034266; Thu, 16 Jan 2003 16:36:49 -0800 (PST) Message-Id: <200301170036.h0H0anK0034266@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 16:36:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/tkgate Makefile distinfo pkg-plist ports/cad/tkgate/files patch-src::common::vgrammar.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 16:36:49 PST Modified files: cad/tkgate Makefile distinfo pkg-plist Added files: cad/tkgate/files patch-src::common::vgrammar.y Log: Update cad/tkgate to 1.6i PR: ports/46498 Submitted by: Miguel Mendez Approved by: Jeffery P Hansen (maintainer) Revision Changes Path 1.10 +7 -6 ports/cad/tkgate/Makefile 1.4 +1 -1 ports/cad/tkgate/distinfo 1.1 +20 -0 ports/cad/tkgate/files/patch-src::common::vgrammar.y (new) 1.5 +325 -307 ports/cad/tkgate/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:40:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C432537B401; Thu, 16 Jan 2003 16:40:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6837743F18; Thu, 16 Jan 2003 16:40:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0egfh036396; Thu, 16 Jan 2003 16:40:42 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0egnr036394; Thu, 16 Jan 2003 16:40:42 -0800 (PST) Message-Id: <200301170040.h0H0egnr036394@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 16:40:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/tkgate Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 16:40:42 PST Modified files: cad/tkgate Makefile Log: *gulp* forgot to remove two comments. Revision Changes Path 1.11 +2 -2 ports/cad/tkgate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 16:56:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404D237B401; Thu, 16 Jan 2003 16:56:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D782543F13; Thu, 16 Jan 2003 16:56:34 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0uYfh041608; Thu, 16 Jan 2003 16:56:34 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0uYs5041607; Thu, 16 Jan 2003 16:56:34 -0800 (PST) Message-Id: <200301170056.h0H0uYs5041607@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 16 Jan 2003 16:56:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc locale.alias X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/16 16:56:34 PST Modified files: etc locale.alias Log: Add missing ca_ES, lt_LT, sr_YU aliases Revision Changes Path 1.11 +5 -1 src/etc/locale.alias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 17:34:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BB737B401; Thu, 16 Jan 2003 17:34:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF99843F13; Thu, 16 Jan 2003 17:34:40 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H1Yefh055697; Thu, 16 Jan 2003 17:34:40 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H1YeUQ055696; Thu, 16 Jan 2003 17:34:40 -0800 (PST) Message-Id: <200301170134.h0H1YeUQ055696@repoman.freebsd.org> From: Prafulla Deuskar Date: Thu, 16 Jan 2003 17:34:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em LICENSE X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pdeuskar 2003/01/16 17:34:40 PST Added files: (Branch: RELENG_4) sys/dev/em LICENSE Log: MFC: The README refers to a LICENSE file, so add that file too. BTW the license is also embedded in the source files. Revision Changes Path 1.1.2.1 +29 -0 src/sys/dev/em/LICENSE (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 18:24:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E9137B401; Thu, 16 Jan 2003 18:24:14 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F62C43F18; Thu, 16 Jan 2003 18:24:13 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 18ZMAh-00070i-00 (Debian); Fri, 17 Jan 2003 02:23:51 +0000 Date: Fri, 17 Jan 2003 02:23:51 +0000 From: Tony Finch To: Nate Lawson Cc: Bruce Evans , Hidetoshi Shimokawa , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Message-ID: <20030117022351.B20888@chiark.greenend.org.uk> References: <20030117052637.I3675-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nate@root.org on Thu, Jan 16, 2003 at 10:38:07AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 10:38:07AM -0800, Nate Lawson wrote: > > Yes, I've had to discard volatile also (when dealing with freeing an > aio_buf). I'm interested why it can't be cast directly to (void *). Why > the indirection through unitptr_t? Once you lose the pointerness of a value the qualifications of what it points to have been lost as well. There isn't a warning for casting from any kind of pointer to uintptr_t or vice versa (regardless of qualification) whereas direct casting fails to hide the difference. C would benefit from parametic polymorphism for qualifiers which would solve this problem. Tony. -- f.a.n.finch http://dotat.at/ IRISH SEA: SOUTHWEST 7 TO SEVERE GALE 9, OCCASIONALLY STORM FORCE 10 AT FIRST, VEERING WEST 6. RAIN THEN SHOWERS. MODERATE BECOMING GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 18:25:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8509937B401; Thu, 16 Jan 2003 18:25:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3885743F1E; Thu, 16 Jan 2003 18:25:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H2Prfh073465; Thu, 16 Jan 2003 18:25:53 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H2Pq9W073464; Thu, 16 Jan 2003 18:25:52 -0800 (PST) Message-Id: <200301170225.h0H2Pq9W073464@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 16 Jan 2003 18:25:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tome Makefile distinfo pkg-descr pkg-plist ports/games/tome/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/16 18:25:52 PST Modified files: games/tome Makefile distinfo pkg-descr pkg-plist games/tome/files patch-aa Added files: games/tome/files patch-ab Log: Update to TOME 2.1.1 and fix a bug with the setgid game binary being unable to access files it creates. PR: ports/46764 (based on) Submitted by: Jan Hornyak Revision Changes Path 1.3 +17 -4 ports/games/tome/Makefile 1.2 +1 -1 ports/games/tome/distinfo 1.2 +24 -24 ports/games/tome/files/patch-aa 1.1 +173 -0 ports/games/tome/files/patch-ab (new) 1.2 +1 -1 ports/games/tome/pkg-descr 1.2 +64 -17 ports/games/tome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 18:47: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3307137B401; Thu, 16 Jan 2003 18:47:03 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C170443F5B; Thu, 16 Jan 2003 18:47:01 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 18ZMWq-0007zV-00 (Debian); Fri, 17 Jan 2003 02:46:44 +0000 Date: Fri, 17 Jan 2003 02:46:44 +0000 From: Tony Finch To: Jeff Roberson Cc: Gordon Tetlow , Bosko Milekic , Julian Elischer , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c Message-ID: <20030117024644.D20888@chiark.greenend.org.uk> References: <20030116235824.GW53114@roark.gnf.org> <20030116190259.F52297-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030116190259.F52297-100000@mail.chesapeake.net>; from jroberson@chesapeake.net on Thu, Jan 16, 2003 at 07:03:31PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 07:03:31PM -0500, Jeff Roberson wrote: > > > > > - Per cpu run queues > > > - CPU binding > > > - CPU affinity > > > > Do the last 3 know the distinction between virtual and physical cpu's (for > > HT support)? > > I have considered it some. I will consider it a great deal more if I ever > get a HT capable machine. :-) Put it on the donations wanted list. Tony. -- f.a.n.finch http://dotat.at/ SOLE LUNDY FASTNET: SOUTHWEST 6 TO GALE 8, OCCASIONALLY SEVERE GALE 9 AT FIRST, VEERING WEST 5 FOR A TIME. OCCASIONAL RAIN. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 19:47:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034EE37B401; Thu, 16 Jan 2003 19:47:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E18743F43; Thu, 16 Jan 2003 19:47:38 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H3lcfh001920; Thu, 16 Jan 2003 19:47:38 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H3lcIf001919; Thu, 16 Jan 2003 19:47:38 -0800 (PST) Message-Id: <200301170347.h0H3lcIf001919@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 Jan 2003 19:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/amavisd-new Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/16 19:47:38 PST Modified files: security/amavisd-new Makefile distinfo pkg-plist Log: upgrade to 20021227 p2 allow build without sendmail milter Submitted by: maintainer Revision Changes Path 1.3 +15 -1 ports/security/amavisd-new/Makefile 1.3 +1 -1 ports/security/amavisd-new/distinfo 1.3 +2 -2 ports/security/amavisd-new/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 19:50:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A2C37B401; Thu, 16 Jan 2003 19:50:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A9143F1E; Thu, 16 Jan 2003 19:50:27 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H3oQfh003150; Thu, 16 Jan 2003 19:50:26 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H3oQ30003146; Thu, 16 Jan 2003 19:50:26 -0800 (PST) Message-Id: <200301170350.h0H3oQ30003146@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 19:50:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ophoto Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/ophoto/files patch.aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 19:50:26 PST Modified files: graphics Makefile Added files: graphics/ophoto Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/ophoto/files patch.aa Log: New port: graphics/ophoto Ophoto: USB support for Kodak DC240 and DC280 cameras PR: ports/35995 Submitted by: Robert Withrow Revision Changes Path 1.542 +1 -0 ports/graphics/Makefile 1.1 +21 -0 ports/graphics/ophoto/Makefile (new) 1.1 +1 -0 ports/graphics/ophoto/distinfo (new) 1.1 +12 -0 ports/graphics/ophoto/files/patch.aa (new) 1.1 +1 -0 ports/graphics/ophoto/pkg-comment (new) 1.1 +7 -0 ports/graphics/ophoto/pkg-descr (new) 1.1 +1 -0 ports/graphics/ophoto/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 19:50:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DE137B401; Thu, 16 Jan 2003 19:50:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDE143EB2; Thu, 16 Jan 2003 19:50:48 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H3omfh004070; Thu, 16 Jan 2003 19:50:48 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H3omWr004062; Thu, 16 Jan 2003 19:50:48 -0800 (PST) Message-Id: <200301170350.h0H3omWr004062@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 19:50:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 19:50:48 PST Modified files: . modules Log: ophoto --> ports/graphics/ophoto Revision Changes Path 1.6484 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 19:52:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D2737B401; Thu, 16 Jan 2003 19:52:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A6943F18; Thu, 16 Jan 2003 19:52:48 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H3qmfh005496; Thu, 16 Jan 2003 19:52:48 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H3qmHE005495; Thu, 16 Jan 2003 19:52:48 -0800 (PST) Message-Id: <200301170352.h0H3qmHE005495@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 16 Jan 2003 19:52:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwdev.c fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/16 19:52:48 PST Modified files: sys/dev/firewire fwdev.c fwohci.c Log: Detect underrun of IT queue for debugging. Add some comments. Revision Changes Path 1.8 +4 -0 src/sys/dev/firewire/fwdev.c 1.21 +52 -38 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20: 6:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5207F37B401; Thu, 16 Jan 2003 20:06:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA3443ED8; Thu, 16 Jan 2003 20:06:57 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H46vfh009458; Thu, 16 Jan 2003 20:06:57 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H46v0F009457; Thu, 16 Jan 2003 20:06:57 -0800 (PST) Message-Id: <200301170406.h0H46v0F009457@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 Jan 2003 20:06:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mincore.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/16 20:06:57 PST Modified files: lib/libc/sys mincore.2 Log: Do a better job of documenting mincore(2), esp. the MINCORE_* flags. Revision Changes Path 1.22 +46 -14 src/lib/libc/sys/mincore.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20: 9: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E41B37B401; Thu, 16 Jan 2003 20:09:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB2743F79; Thu, 16 Jan 2003 20:09:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H491fh009589; Thu, 16 Jan 2003 20:09:01 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H491fO009588; Thu, 16 Jan 2003 20:09:01 -0800 (PST) Message-Id: <200301170409.h0H491fO009588@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 20:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/jonah Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/jonah/files httpd.conf.jonah patch-cli-backend.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 20:09:01 PST Modified files: www Makefile Added files: www/jonah Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/jonah/files httpd.conf.jonah patch-cli-backend.php Log: New port: www/jonah - a portal and content collection system Jonah is the Horde content and display manager. It has been designed to manage a portal-like site using RDF, RSS and Syndicated XML backend content. PR: ports/33312 Submitted by: Thierry Thomas Revision Changes Path 1.585 +1 -0 ports/www/Makefile 1.1 +111 -0 ports/www/jonah/Makefile (new) 1.1 +1 -0 ports/www/jonah/distinfo (new) 1.1 +23 -0 ports/www/jonah/files/httpd.conf.jonah (new) 1.1 +11 -0 ports/www/jonah/files/patch-cli-backend.php (new) 1.1 +1 -0 ports/www/jonah/pkg-comment (new) 1.1 +6 -0 ports/www/jonah/pkg-descr (new) 1.1 +23 -0 ports/www/jonah/pkg-message (new) 1.1 +71 -0 ports/www/jonah/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20: 9:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E46FF37B406; Thu, 16 Jan 2003 20:09:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B72243E4A; Thu, 16 Jan 2003 20:09:32 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H49Wfh009638; Thu, 16 Jan 2003 20:09:32 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H49Wkx009637; Thu, 16 Jan 2003 20:09:32 -0800 (PST) Message-Id: <200301170409.h0H49Wkx009637@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 20:09:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 20:09:32 PST Modified files: . modules Log: jonah --> ports/www/jonah Revision Changes Path 1.6485 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20:11: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF4337B405; Thu, 16 Jan 2003 20:11:05 -0800 (PST) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BDE43F3F; Thu, 16 Jan 2003 20:11:03 -0800 (PST) (envelope-from mheffner@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@zidane-lb.cc.vt.edu [10.1.1.13]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id h0H4B3L481913; Thu, 16 Jan 2003 23:11:03 -0500 (EST) Received: from enterprise.muriel.penguinpowered.com ([199.3.139.172]) by zidane.cc.vt.edu (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AYB64119 (AUTH mheffner); Thu, 16 Jan 2003 23:11:02 -0500 (EST) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.4.FreeBSD:20030116231048:307=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <200301071731.h07HVOn6054660@repoman.freebsd.org> Date: Thu, 16 Jan 2003 23:10:48 -0500 (EST) From: Mike Heffner To: "David E. O'Brien" Subject: Re: cvs commit: src/contrib/lukemftpd/src ftpd.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format --_=XFMail.1.5.4.FreeBSD:20030116231048:307=_ Content-Type: text/plain; charset=us-ascii This also needs the pamize.h from your patch. ;-) On 07-Jan-2003 David E. O'Brien wrote: | obrien 2003/01/07 09:31:24 PST | | Modified files: | contrib/lukemftpd/src ftpd.c | Log: | Add support for OPIE and PAM. | | Submitted by: mikeh (reworked by me) | | Revision Changes Path | 1.2 +652 -288 src/contrib/lukemftpd/src/ftpd.c | | Mike -- Mike Heffner --_=XFMail.1.5.4.FreeBSD:20030116231048:307=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE+J4JHFokZQs3sv5kRAqdxAJ4n4S9twYoo+Ph4/4nSO9gzbzTvkQCfdW3W EzVLDgxhhsn8ygmhudfEQAU= =KaHT -----END PGP SIGNATURE----- --_=XFMail.1.5.4.FreeBSD:20030116231048:307=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20:43:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF32E37B401; Thu, 16 Jan 2003 20:43:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1711F43F1E; Thu, 16 Jan 2003 20:43:18 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H4hHfh023683; Thu, 16 Jan 2003 20:43:17 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H4hH5w023682; Thu, 16 Jan 2003 20:43:17 -0800 (PST) Message-Id: <200301170443.h0H4hH5w023682@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 20:43:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 20:43:17 PST Modified files: databases/firebird Makefile Log: Note that databases/firebird doesn't compile properly on NFS mounts. Removed "does not work on -current" notice. Submitted by: Chris Knight Revision Changes Path 1.14 +8 -3 ports/databases/firebird/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 20:49:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254A537B401; Thu, 16 Jan 2003 20:49:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF7F43F1E; Thu, 16 Jan 2003 20:49:20 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H4nKfh023845; Thu, 16 Jan 2003 20:49:20 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H4nKFW023844; Thu, 16 Jan 2003 20:49:20 -0800 (PST) Message-Id: <200301170449.h0H4nKFW023844@repoman.freebsd.org> From: Murray Stokely Date: Thu, 16 Jan 2003 20:49:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2003/01/16 20:49:20 PST Modified files: . access Log: Paul Traina is resigning his commit privs. "I may be back someday, but for now I'm retired from hacking and am learning to fly jets and hopefully take some decent photographs." Thanks for all of the hard work over the years! Revision Changes Path 1.359 +0 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21: 7:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E14937B401; Thu, 16 Jan 2003 21:07:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFE843FA3; Thu, 16 Jan 2003 21:07:29 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H57Tfh030969; Thu, 16 Jan 2003 21:07:29 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H57TJ1030968; Thu, 16 Jan 2003 21:07:29 -0800 (PST) Message-Id: <200301170507.h0H57TJ1030968@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 21:07:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/geeklog Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 21:07:29 PST Modified files: www Makefile Added files: www/geeklog Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New Port: GeekLog GeekLog is a web content management system suitable for running full-featured community sites. It supports article posting, threaded comments, event scheduling, and link management and is built around a design philosophy that emphasizes ease of use. PR: ports/37364 Submitted by: Bob Bomar Revision Changes Path 1.586 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/geeklog/Makefile (new) 1.1 +1 -0 ports/www/geeklog/distinfo (new) 1.1 +1 -0 ports/www/geeklog/pkg-comment (new) 1.1 +9 -0 ports/www/geeklog/pkg-descr (new) 1.1 +643 -0 ports/www/geeklog/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21: 7:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C17937B401; Thu, 16 Jan 2003 21:07:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1273E43F43; Thu, 16 Jan 2003 21:07:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H57kfh031011; Thu, 16 Jan 2003 21:07:46 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H57kwT031010; Thu, 16 Jan 2003 21:07:46 -0800 (PST) Message-Id: <200301170507.h0H57kwT031010@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 21:07:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 21:07:46 PST Modified files: . modules Log: geeklog --> ports/www/geeklog Revision Changes Path 1.6486 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21:21:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6815537B401; Thu, 16 Jan 2003 21:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C53443F5B; Thu, 16 Jan 2003 21:21:53 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H5Lqfh037993; Thu, 16 Jan 2003 21:21:52 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H5LqAh037992; Thu, 16 Jan 2003 21:21:52 -0800 (PST) Message-Id: <200301170521.h0H5LqAh037992@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 21:21:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/doomlegacy Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 21:21:52 PST Modified files: games Makefile Added files: games/doomlegacy Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port: games/doomlegacy Doomlegacy is popular clone of Doom game. PR: ports/37536 Submitted by: Alexander G. Chetirbock Revision Changes Path 1.514 +1 -0 ports/games/Makefile 1.1 +62 -0 ports/games/doomlegacy/Makefile (new) 1.1 +2 -0 ports/games/doomlegacy/distinfo (new) 1.1 +1 -0 ports/games/doomlegacy/pkg-comment (new) 1.1 +12 -0 ports/games/doomlegacy/pkg-descr (new) 1.1 +12 -0 ports/games/doomlegacy/pkg-message (new) 1.1 +21 -0 ports/games/doomlegacy/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21:22:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D7237B401; Thu, 16 Jan 2003 21:22:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB8A43F18; Thu, 16 Jan 2003 21:22:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H5MEfh038034; Thu, 16 Jan 2003 21:22:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H5MEXV038033; Thu, 16 Jan 2003 21:22:14 -0800 (PST) Message-Id: <200301170522.h0H5MEXV038033@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 21:22:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 21:22:14 PST Modified files: . modules Log: doomlegacy --> ports/games/doomlegacy Revision Changes Path 1.6487 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21:42:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD3A37B401; Thu, 16 Jan 2003 21:42:38 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A48A43E4A; Thu, 16 Jan 2003 21:42:38 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 34E00AE23A; Thu, 16 Jan 2003 21:42:33 -0800 (PST) Date: Thu, 16 Jan 2003 21:42:33 -0800 From: Alfred Perlstein To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys mincore.2 Message-ID: <20030117054233.GR33821@elvis.mu.org> References: <200301170406.h0H46v0F009457@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301170406.h0H46v0F009457@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Tim J. Robbins [030116 20:07] wrote: > tjr 2003/01/16 20:06:57 PST > > Modified files: > lib/libc/sys mincore.2 > Log: > Do a better job of documenting mincore(2), esp. the MINCORE_* flags. Thanks! -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 21:53:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0C37B401; Thu, 16 Jan 2003 21:53:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E0C43F18; Thu, 16 Jan 2003 21:53:20 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H5rJfh048673; Thu, 16 Jan 2003 21:53:19 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H5rJ71048672; Thu, 16 Jan 2003 21:53:19 -0800 (PST) Message-Id: <200301170553.h0H5rJ71048672@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 16 Jan 2003 21:53:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/16 21:53:19 PST Modified files: japanese/vje30 Makefile Log: - Stop using MOUNT_PT in favor of the standard variable CD_MOUNTPTS. - Do not refer to _DISTDIR, but DISTDIR and DIST_SUBDIR instead. - Use REINPLACE_CMD instead of PERL for substitution. - Use TAR. Revision Changes Path 1.22 +10 -12 ports/japanese/vje30/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 22: 0: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B3B37B401; Thu, 16 Jan 2003 22:00:02 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7E43F13; Thu, 16 Jan 2003 22:00:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2BE6B66B60; Thu, 16 Jan 2003 21:59:56 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id B5D4A695; Thu, 16 Jan 2003 21:59:55 -0800 (PST) Date: Thu, 16 Jan 2003 21:59:55 -0800 From: Kris Kennaway To: Murray Stokely Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, pst@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20030117055955.GA16129@rot13.obsecurity.org> References: <200301170449.h0H4nKFW023844@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <200301170449.h0H4nKFW023844@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 16, 2003 at 08:49:20PM -0800, Murray Stokely wrote: > murray 2003/01/16 20:49:20 PST >=20 > Modified files: > . access=20 > Log: > Paul Traina is resigning his commit privs. > =20 > "I may be back someday, but for now I'm retired from hacking and am > learning to fly jets and hopefully take some decent photographs." > =20 > Thanks for all of the hard work over the years! Yes, thankyou very much, Paul, and all the best in your next life! :-) Kris --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+J5vbWry0BWjoQKURAhZdAKDlrBlCRbrErvo2yPYGCkxOc7odPQCgnJKx 3Y/vkriUYANrfy/I7U71iAg= =diBa -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 22:12:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FD437B401; Thu, 16 Jan 2003 22:12:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D304F43EB2; Thu, 16 Jan 2003 22:12:16 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H6CGfh055769; Thu, 16 Jan 2003 22:12:16 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H6CG7T055768; Thu, 16 Jan 2003 22:12:16 -0800 (PST) Message-Id: <200301170612.h0H6CG7T055768@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 16 Jan 2003 22:12:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gob2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/16 22:12:16 PST Modified files: devel/gob2 Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.28 +1 -1 ports/devel/gob2/Makefile 1.22 +1 -1 ports/devel/gob2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 22:18:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BD237B401; Thu, 16 Jan 2003 22:18:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C41C43F43; Thu, 16 Jan 2003 22:18:25 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H6IPfh055938; Thu, 16 Jan 2003 22:18:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H6IPGi055937; Thu, 16 Jan 2003 22:18:25 -0800 (PST) Message-Id: <200301170618.h0H6IPGi055937@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Jan 2003 22:18:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/16 22:18:25 PST Modified files: sys/sys param.h Log: Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD from RELENG_5_0 and allow RELENG_5_) to grow. Revision Changes Path 1.140 +1 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 22:21:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935CE37B401; Thu, 16 Jan 2003 22:21:31 -0800 (PST) Received: from gateway.posi.net (adsl-63-201-91-32.dsl.snfc21.pacbell.net [63.201.91.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F2F43EB2; Thu, 16 Jan 2003 22:21:24 -0800 (PST) (envelope-from kbyanc@posi.net) Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (8.12.6/8.12.6) with ESMTP id h0H6L5Al036707; Thu, 16 Jan 2003 22:21:06 -0800 (PST) (envelope-from kbyanc@posi.net) Date: Thu, 16 Jan 2003 22:21:05 -0800 (PST) From: Kelly Yancey To: Paul Richards Cc: Kelly Yancey , , Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c ipfw2.c In-Reply-To: <20030113140921.GH35226@survey.codeburst.net> Message-ID: <20030116221911.A36702-100000@gateway.posi.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 Jan 2003, Paul Richards wrote: > On Mon, Dec 23, 2002 at 12:08:21PM -0800, Kelly Yancey wrote: > > kbyanc 2002/12/23 12:08:21 PST > > > > Modified files: > > sbin/ipfw ipfw.8 ipfw.c ipfw2.c > > Log: > > Make preprocessor support more generic by passing all command-line options > > after -p except for the last (the ruleset file to process) to the > > preprocessor for interpretation. This allows command-line options besides > > -U and -D to be passed to cpp(1) and m4(1) as well as making it easier to > > use other preprocessors. > > I'm not sure this is a good idea. > > If you want to ensure that options are passed to the preprocessor then > they can be put in quotes rather than changing normal command line > semantics to make a certain option "magic" in that it swallows all > remaining options except the last one. This will confuse anyone who > doesn't read the documentation carefully and realises -p does this. > > Paul. > That may be, but it is certainly better than the previous behavior of the -D and -U options be extra-special. Changing it any more than I did would have broken backward compatibility for anyone using -D or -U as was documented in ipfw(8). Kelly -- Kelly Yancey -- kbyanc@{posi.net,FreeBSD.org} FreeBSD, The Power To Serve: http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 22:31: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978D237B401; Thu, 16 Jan 2003 22:31:06 -0800 (PST) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0D543F65; Thu, 16 Jan 2003 22:31:00 -0800 (PST) (envelope-from chris@unixpages.org) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by milan.hitnet.rwth-aachen.de (Postfix) with ESMTP id 67CB7A91E; Fri, 17 Jan 2003 07:30:59 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 295E84518; Fri, 17 Jan 2003 07:31:12 +0100 (CET) Date: Fri, 17 Jan 2003 07:31:12 +0100 From: Christian Brueffer To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20030117063112.GG2568@unixpages.org> References: <200301170449.h0H4nKFW023844@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KscVNZbUup0vZz0f" Content-Disposition: inline In-Reply-To: <200301170449.h0H4nKFW023844@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key: http://www.unixpages.org/cbrueffer.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KscVNZbUup0vZz0f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 16, 2003 at 08:49:20PM -0800, Murray Stokely wrote: > murray 2003/01/16 20:49:20 PST >=20 > Modified files: > . access=20 > Log: > Paul Traina is resigning his commit privs. > =20 > "I may be back someday, but for now I'm retired from hacking and am > learning to fly jets and hopefully take some decent photographs." > =20 > Thanks for all of the hard work over the years! > =20 > Revision Changes Path > 1.359 +0 -1 CVSROOT/access >=20 >=20 Can someone tell me when he started contributing to the project? ??? doesn't look good in the alumni :-) - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --KscVNZbUup0vZz0f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+J6MwbHYXjKDtmC0RAgE6AJ0dj1oKlQm/NU+14u40yf9OzwV7SgCdHcNJ KBS8GhbKZa+AovYf8xVhNxs= =LgWX -----END PGP SIGNATURE----- --KscVNZbUup0vZz0f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:19:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0376937B401; Thu, 16 Jan 2003 23:19:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BB743F43; Thu, 16 Jan 2003 23:19:34 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7JYfh077351; Thu, 16 Jan 2003 23:19:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7JYZO077350; Thu, 16 Jan 2003 23:19:34 -0800 (PST) Message-Id: <200301170719.h0H7JYZO077350@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_v2h Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/mod_v2h/files add-module files-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:19:34 PST Modified files: www Makefile Added files: www/mod_v2h Makefile distinfo pkg-comment pkg-descr pkg-plist www/mod_v2h/files add-module files-Makefile Log: New port: mod_v2h mass vhosting module for Apache mod_v2h is a mass virtual hosting module for Apache, it uses mySQL for holding its data. I needed to install on a system, so I figured I might as well write a port for it while I was at it :) PR: ports/37803 Submitted by: hikari-chan Revision Changes Path 1.587 +1 -0 ports/www/Makefile 1.1 +44 -0 ports/www/mod_v2h/Makefile (new) 1.1 +1 -0 ports/www/mod_v2h/distinfo (new) 1.1 +61 -0 ports/www/mod_v2h/files/add-module (new) 1.1 +26 -0 ports/www/mod_v2h/files/files-Makefile (new) 1.1 +1 -0 ports/www/mod_v2h/pkg-comment (new) 1.1 +9 -0 ports/www/mod_v2h/pkg-descr (new) 1.1 +4 -0 ports/www/mod_v2h/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:20:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BD637B401; Thu, 16 Jan 2003 23:20:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34D343F18; Thu, 16 Jan 2003 23:20:15 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7KFfh077866; Thu, 16 Jan 2003 23:20:15 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7KFJv077857; Thu, 16 Jan 2003 23:20:15 -0800 (PST) Message-Id: <200301170720.h0H7KFJv077857@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:20:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:20:15 PST Modified files: . modules Log: mod_v2h --> ports/www/mod_v2h Revision Changes Path 1.6488 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:36:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDF637B401; Thu, 16 Jan 2003 23:36:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30EE43F1E; Thu, 16 Jan 2003 23:36:30 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7aUfh084513; Thu, 16 Jan 2003 23:36:30 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7aUa1084512; Thu, 16 Jan 2003 23:36:30 -0800 (PST) Message-Id: <200301170736.h0H7aUa1084512@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:36:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/fireprofile Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/fireprofile/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:36:30 PST Modified files: databases Makefile Added files: databases/fireprofile Makefile distinfo pkg-comment pkg-descr pkg-plist databases/fireprofile/files patch-Makefile Log: New Port: databases/fireprofile Library to help profiling where programs are using MySQL PR: ports/38023 Submitted by: Dean Hollister Revision Changes Path 1.221 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/fireprofile/Makefile (new) 1.1 +1 -0 ports/databases/fireprofile/distinfo (new) 1.1 +14 -0 ports/databases/fireprofile/files/patch-Makefile (new) 1.1 +1 -0 ports/databases/fireprofile/pkg-comment (new) 1.1 +12 -0 ports/databases/fireprofile/pkg-descr (new) 1.1 +1 -0 ports/databases/fireprofile/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:36:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4278637B401; Thu, 16 Jan 2003 23:36:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EAF43F18; Thu, 16 Jan 2003 23:36:56 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7aufh084554; Thu, 16 Jan 2003 23:36:56 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7aueb084553; Thu, 16 Jan 2003 23:36:56 -0800 (PST) Message-Id: <200301170736.h0H7aueb084553@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:36:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:36:56 PST Modified files: . modules Log: fireprofile --> ports/databases/fireprofile Revision Changes Path 1.6489 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:44: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F41337B405; Thu, 16 Jan 2003 23:44:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0D943F13; Thu, 16 Jan 2003 23:44:01 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7i1fh088172; Thu, 16 Jan 2003 23:44:01 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7i1gC088171; Thu, 16 Jan 2003 23:44:01 -0800 (PST) Message-Id: <200301170744.h0H7i1gC088171@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 Jan 2003 23:44:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh expand.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/16 23:44:01 PST Modified files: (Branch: RELENG_4) bin/sh expand.c Log: MFC revs. 1.39 and 1.41: Do not strip CTL* escapes from redirection filenames in argstr(), exptilde(), expari(), expbackq() and evalvar(). Fixes a memory corruption bug and the inability to access files with certain characters in their names via shell redirection. Revision Changes Path 1.31.2.5 +5 -5 src/bin/sh/expand.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:52:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B738537B401; Thu, 16 Jan 2003 23:52:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F18043ED8; Thu, 16 Jan 2003 23:52:32 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7qWfh091808; Thu, 16 Jan 2003 23:52:32 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7qWek091807; Thu, 16 Jan 2003 23:52:32 -0800 (PST) Message-Id: <200301170752.h0H7qWek091807@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:52:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/mod_roaming2/files httpd.conf.mod_roaming X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:52:32 PST Modified files: www Makefile Added files: www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/mod_roaming2/files httpd.conf.mod_roaming Log: new port: mod_roaming2 mod_roaming has been updated for Apache2. This is a new port to add this new version of mod_roaming depending on Apache2. The existing mod_roaming is still necessary for Apache 1.3.x. PR: ports/38155 Submitted by: Vivek Khera Revision Changes Path 1.588 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/mod_roaming2/Makefile (new) 1.1 +1 -0 ports/www/mod_roaming2/distinfo (new) 1.1 +20 -0 ports/www/mod_roaming2/files/httpd.conf.mod_roaming (new) 1.1 +1 -0 ports/www/mod_roaming2/pkg-comment (new) 1.1 +9 -0 ports/www/mod_roaming2/pkg-descr (new) 1.1 +18 -0 ports/www/mod_roaming2/pkg-message (new) 1.1 +7 -0 ports/www/mod_roaming2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:52:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0033137B401; Thu, 16 Jan 2003 23:52:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C26F43ED8; Thu, 16 Jan 2003 23:52:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7qofh091845; Thu, 16 Jan 2003 23:52:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7qog9091844; Thu, 16 Jan 2003 23:52:50 -0800 (PST) Message-Id: <200301170752.h0H7qog9091844@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Jan 2003 23:52:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/16 23:52:50 PST Modified files: . modules Log: mod_roaming2 --> ports/www/mod_roaming2 Revision Changes Path 1.6490 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:54:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1713237B401; Thu, 16 Jan 2003 23:54:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F8643EB2; Thu, 16 Jan 2003 23:54:27 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7sRfh091904; Thu, 16 Jan 2003 23:54:27 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7sRdb091903; Thu, 16 Jan 2003 23:54:27 -0800 (PST) Message-Id: <200301170754.h0H7sRdb091903@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Jan 2003 23:54:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/16 23:54:27 PST Modified files: . UPDATING Log: More wi info: adhoc means have reverted. Revision Changes Path 1.235 +5 -0 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:56:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 771ED37B401; Thu, 16 Jan 2003 23:56:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8DD43F3F; Thu, 16 Jan 2003 23:56:44 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7uhfh092067; Thu, 16 Jan 2003 23:56:43 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7uhwl092066; Thu, 16 Jan 2003 23:56:43 -0800 (PST) Message-Id: <200301170756.h0H7uhwl092066@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Jan 2003 23:56:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_connect.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/16 23:56:43 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_accept.c uthread_connect.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c Log: MFC: Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), and sendto() cancelation points, as required by POSIX.1-2001. Revision Changes Path 1.13.2.5 +11 -1 src/lib/libc_r/uthread/uthread_accept.c 1.10.2.5 +11 -1 src/lib/libc_r/uthread/uthread_connect.c 1.9.2.5 +12 -1 src/lib/libc_r/uthread/uthread_recvfrom.c 1.7.2.5 +11 -1 src/lib/libc_r/uthread/uthread_recvmsg.c 1.7.2.5 +11 -1 src/lib/libc_r/uthread/uthread_sendmsg.c 1.9.2.5 +12 -1 src/lib/libc_r/uthread/uthread_sendto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 16 23:59:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB1C137B401; Thu, 16 Jan 2003 23:59:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9537B43E4A; Thu, 16 Jan 2003 23:59:35 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7xZfh092155; Thu, 16 Jan 2003 23:59:35 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7xZ5O092154; Thu, 16 Jan 2003 23:59:35 -0800 (PST) Message-Id: <200301170759.h0H7xZ5O092154@repoman.freebsd.org> From: Jeffrey Hsu Date: Thu, 16 Jan 2003 23:59:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2003/01/16 23:59:35 PST Modified files: sys/netinet if_ether.c Log: SMP locking for ARP. Revision Changes Path 1.98 +21 -6 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0: 1:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2BBD37B401; Fri, 17 Jan 2003 00:01:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D10D43ED8; Fri, 17 Jan 2003 00:01:35 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H81Zfh095223; Fri, 17 Jan 2003 00:01:35 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H81ZbB095222; Fri, 17 Jan 2003 00:01:35 -0800 (PST) Message-Id: <200301170801.h0H81ZbB095222@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 17 Jan 2003 00:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/17 00:01:35 PST Modified files: sys/conf majors Log: - Add a major for SMAPI. - Claim a few majors I have responsibility for. Revision Changes Path 1.153 +4 -3 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0: 4: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C526037B401; Fri, 17 Jan 2003 00:04:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E83F43ED8; Fri, 17 Jan 2003 00:04:00 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H840fh095664; Fri, 17 Jan 2003 00:04:00 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H840FI095663; Fri, 17 Jan 2003 00:04:00 -0800 (PST) Message-Id: <200301170804.h0H840FI095663@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Jan 2003 00:04:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/17 00:04:00 PST Modified files: (Branch: RELENG_4) sys/net route.c Log: MFC: revision 1.73. Disallow recursive walks in rt_fixchange() and rt_fixdelete(). Do not call rt_fixchange() in the rtrequest(RTM_RESOLVE) case. PR: kern/37606 Revision Changes Path 1.59.2.10 +7 -4 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:10:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26E537B401; Fri, 17 Jan 2003 00:10:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B1A43F5B; Fri, 17 Jan 2003 00:10:19 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8AJfh096638; Fri, 17 Jan 2003 00:10:19 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8AJWM096623; Fri, 17 Jan 2003 00:10:19 -0800 (PST) Message-Id: <200301170810.h0H8AJWM096623@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 17 Jan 2003 00:10:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/include smapi.h src/sys/i386/smapi smapi.c smapi_bios.S smapi_isa.c smapi_var.h src/sys/modules Makefile src/sys/modules/smapi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/17 00:10:18 PST Modified files: sys/conf files.i386 sys/modules Makefile Added files: sys/i386/include smapi.h sys/i386/smapi smapi.c smapi_bios.S smapi_isa.c smapi_var.h sys/modules/smapi Makefile Log: A driver for the System Management Application Program Interface (SMAPI) BIOS, which is present on some IBM Thinkpad models (560, 600, 770 to name a few.) The SMAPI BIOS provides access to System Information, System Configuration, and Power Management. Revision Changes Path 1.430 +3 -0 src/sys/conf/files.i386 1.1 +91 -0 src/sys/i386/include/smapi.h (new) 1.1 +167 -0 src/sys/i386/smapi/smapi.c (new) 1.1 +54 -0 src/sys/i386/smapi/smapi_bios.S (new) 1.1 +274 -0 src/sys/i386/smapi/smapi_isa.c (new) 1.1 +51 -0 src/sys/i386/smapi/smapi_var.h (new) 1.300 +1 -0 src/sys/modules/Makefile 1.1 +9 -0 src/sys/modules/smapi/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:10:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B8C37B401; Fri, 17 Jan 2003 00:10:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D700D43F6B; Fri, 17 Jan 2003 00:10:43 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8Ahfh097769; Fri, 17 Jan 2003 00:10:43 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8Ah9d097764; Fri, 17 Jan 2003 00:10:43 -0800 (PST) Message-Id: <200301170810.h0H8Ah9d097764@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Jan 2003 00:10:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/17 00:10:43 PST Modified files: usr.sbin/arp arp.c Log: Don't hide global `s'. Revision Changes Path 1.43 +6 -6 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:12:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5595537B401; Fri, 17 Jan 2003 00:12:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC9343F43; Fri, 17 Jan 2003 00:12:53 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8Crfh099450; Fri, 17 Jan 2003 00:12:53 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8Crak099449; Fri, 17 Jan 2003 00:12:53 -0800 (PST) Message-Id: <200301170812.h0H8Crak099449@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Jan 2003 00:12:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.8 arp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/17 00:12:53 PST Modified files: (Branch: RELENG_4) usr.sbin/arp arp.8 arp.c Log: MFC: Make `#' mark a comment in the file specified with the -f option. Revision Changes Path 1.8.2.10 +4 -0 src/usr.sbin/arp/arp.8 1.22.2.11 +8 -2 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:20:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984F237B401; Fri, 17 Jan 2003 00:20:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD0B43F1E; Fri, 17 Jan 2003 00:20:27 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8KRfh001094; Fri, 17 Jan 2003 00:20:27 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8KRb2001086; Fri, 17 Jan 2003 00:20:27 -0800 (PST) Message-Id: <200301170820.h0H8KRb2001086@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 Jan 2003 00:20:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs.h smbfs_io.c smbfs_node.c smbfs_node.h smbfs_smb.c smbfs_subr.c smbfs_vfsops.c smbfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/17 00:20:26 PST Modified files: (Branch: RELENG_4) sys/fs/smbfs smbfs.h smbfs_io.c smbfs_node.c smbfs_node.h smbfs_smb.c smbfs_subr.c smbfs_vfsops.c smbfs_vnops.c Log: MFC: Store a reference to the parent directory's vnode instead of its smbnode to avoid a use-after-free bug causing a panic when a smbfs mount is forcefully unmounted. Keep trying to flush the vnode list for the mount while some are still busy and we are making progress towards making them not busy. This stops attempts to unmount idle smbfs mounts failing with EBUSY. Revision Changes Path 1.2.2.2 +1 -0 src/sys/fs/smbfs/smbfs.h 1.3.2.3 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.2.2.3 +10 -5 src/sys/fs/smbfs/smbfs_node.c 1.1.2.2 +1 -1 src/sys/fs/smbfs/smbfs_node.h 1.1.2.2 +2 -1 src/sys/fs/smbfs/smbfs_smb.c 1.1.2.2 +1 -1 src/sys/fs/smbfs/smbfs_subr.c 1.2.2.5 +13 -2 src/sys/fs/smbfs/smbfs_vfsops.c 1.2.2.6 +3 -2 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:42:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D7537B405; Fri, 17 Jan 2003 00:42:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405A43F6B; Fri, 17 Jan 2003 00:42:12 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8gBfh010384; Fri, 17 Jan 2003 00:42:11 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8gBI4010383; Fri, 17 Jan 2003 00:42:11 -0800 (PST) Message-Id: <200301170842.h0H8gBI4010383@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 17 Jan 2003 00:42:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2003/01/17 00:42:11 PST Modified files: textproc/xmlenc Makefile distinfo pkg-plist Log: Update to version 0.26. Revision Changes Path 1.11 +1 -1 ports/textproc/xmlenc/Makefile 1.10 +1 -1 ports/textproc/xmlenc/distinfo 1.6 +2 -2 ports/textproc/xmlenc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:50:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37B037B401; Fri, 17 Jan 2003 00:50:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6841243F43; Fri, 17 Jan 2003 00:50:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8oNfh011632; Fri, 17 Jan 2003 00:50:23 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8oNjH011628; Fri, 17 Jan 2003 00:50:23 -0800 (PST) Message-Id: <200301170850.h0H8oNjH011628@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Jan 2003 00:50:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/tads Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/tads/files patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/17 00:50:23 PST Modified files: games Makefile Added files: games/tads Makefile distinfo pkg-comment pkg-descr pkg-plist games/tads/files patch-makefile Log: Add tads 2.5.7, a compiler, debugger and runtime interpreter of adventure games/interactive fiction. See http://www.igs.net/~tril/if/best/ for sample game files. Revision Changes Path 1.515 +1 -0 ports/games/Makefile 1.1 +19 -0 ports/games/tads/Makefile (new) 1.1 +1 -0 ports/games/tads/distinfo (new) 1.1 +29 -0 ports/games/tads/files/patch-makefile (new) 1.1 +1 -0 ports/games/tads/pkg-comment (new) 1.1 +17 -0 ports/games/tads/pkg-descr (new) 1.1 +3 -0 ports/games/tads/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:51:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AF237B401; Fri, 17 Jan 2003 00:51:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E96C43F13; Fri, 17 Jan 2003 00:51:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8pMfh013692; Fri, 17 Jan 2003 00:51:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8pMBX013683; Fri, 17 Jan 2003 00:51:22 -0800 (PST) Message-Id: <200301170851.h0H8pMBX013683@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Jan 2003 00:51:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/17 00:51:22 PST Modified files: . modules Log: Add tads Revision Changes Path 1.6491 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:51:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A9437B401; Fri, 17 Jan 2003 00:51:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4E843F5B; Fri, 17 Jan 2003 00:51:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H8pbfh014083; Fri, 17 Jan 2003 00:51:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H8pb4Y014082; Fri, 17 Jan 2003 00:51:37 -0800 (PST) Message-Id: <200301170851.h0H8pb4Y014082@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Jan 2003 00:51:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tads Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/01/17 00:51:36 PST Modified files: games/tads Makefile Log: Add lang subcategory Revision Changes Path 1.2 +1 -1 ports/games/tads/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 0:54:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A4D37B401; Fri, 17 Jan 2003 00:54:13 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E0643F43; Fri, 17 Jan 2003 00:54:06 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 7278B66B60; Fri, 17 Jan 2003 00:54:05 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 5589F160E; Fri, 17 Jan 2003 00:54:05 -0800 (PST) Date: Fri, 17 Jan 2003 00:54:05 -0800 From: Kris Kennaway To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/tads Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/tads/files patch-makefile Message-ID: <20030117085405.GA19384@rot13.obsecurity.org> References: <200301170850.h0H8oNjH011628@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <200301170850.h0H8oNjH011628@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 17, 2003 at 12:50:23AM -0800, Kris Kennaway wrote: > kris 2003/01/17 00:50:23 PST >=20 > Modified files: > games Makefile=20 > Added files: > games/tads Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 > games/tads/files patch-makefile=20 > Log: > Add tads 2.5.7, a compiler, debugger and runtime interpreter of > adventure games/interactive fiction. See > =20 > http://www.igs.net/~tril/if/best/ > =20 > for sample game files. I've just finished playing this one, and heartily recommend it: http://www.ifarchive.org/if-archive/games/tads/Babel31.gam Kris --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+J8SsWry0BWjoQKURAnWMAJ0Z/CiivF+oyeyb3JunlYoeBCHaRACfQseJ jTMuHdbhKajWv+Z/etz44K8= =oBeb -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 1:25:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A5137B401; Fri, 17 Jan 2003 01:25:47 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB21143F1E; Fri, 17 Jan 2003 01:25:46 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0H9PEK1006737; Fri, 17 Jan 2003 10:25:20 +0100 (CET) (envelope-from phk@freebsd.org) To: Christian Brueffer Cc: Murray Stokely , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access From: phk@freebsd.org In-Reply-To: Your message of "Fri, 17 Jan 2003 07:31:12 +0100." <20030117063112.GG2568@unixpages.org> Date: Fri, 17 Jan 2003 10:25:14 +0100 Message-ID: <6736.1042795514@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030117063112.GG2568@unixpages.org>, Christian Brueffer writes: (re pst resigning) >Can someone tell me when he started contributing to the project? >??? doesn't look good in the alumni :-) His first commit was on 19940903. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 1:33:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BB837B401; Fri, 17 Jan 2003 01:33:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2295443F18; Fri, 17 Jan 2003 01:33:21 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H9XKfh024956; Fri, 17 Jan 2003 01:33:20 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H9XKKP024955; Fri, 17 Jan 2003 01:33:20 -0800 (PST) Message-Id: <200301170933.h0H9XKKP024955@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 17 Jan 2003 01:33:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-rbtree Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/17 01:33:20 PST Modified files: devel/ruby-rbtree Makefile distinfo Log: Update to 0.0.5. Revision Changes Path 1.5 +1 -1 ports/devel/ruby-rbtree/Makefile 1.4 +1 -1 ports/devel/ruby-rbtree/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 1:50:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8752F37B401; Fri, 17 Jan 2003 01:50:56 -0800 (PST) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1E043F13; Fri, 17 Jan 2003 01:50:50 -0800 (PST) (envelope-from chris@unixpages.org) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by milan.hitnet.rwth-aachen.de (Postfix) with ESMTP id 88AE7A91E; Fri, 17 Jan 2003 10:50:49 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 583204518; Fri, 17 Jan 2003 10:51:03 +0100 (CET) Date: Fri, 17 Jan 2003 10:51:03 +0100 From: Christian Brueffer To: phk@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20030117095103.GK2568@unixpages.org> References: <20030117063112.GG2568@unixpages.org> <6736.1042795514@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yAzUYvkKIfeS0jQX" Content-Disposition: inline In-Reply-To: <6736.1042795514@critter.freebsd.dk> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key: http://www.unixpages.org/cbrueffer.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yAzUYvkKIfeS0jQX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 17, 2003 at 10:25:14AM +0100, phk@freebsd.org wrote: > In message <20030117063112.GG2568@unixpages.org>, Christian Brueffer writ= es: >=20 > (re pst resigning) >=20 > >Can someone tell me when he started contributing to the project? > >??? doesn't look good in the alumni :-) >=20 > His first commit was on 19940903. >=20 Thanks. What is the best way to look something like this up in cvs? - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --yAzUYvkKIfeS0jQX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+J9IGbHYXjKDtmC0RAo48AJ0RSVmKQ5CiQRx1LKW/D0UAlanRfACfQjnw 8E1mskYIkxvEN8+a/1jKOlc= =QW20 -----END PGP SIGNATURE----- --yAzUYvkKIfeS0jQX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 1:58:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C783E37B401; Fri, 17 Jan 2003 01:58:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E9F43F18; Fri, 17 Jan 2003 01:58:53 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H9wrfh035432; Fri, 17 Jan 2003 01:58:53 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H9wrPg035431; Fri, 17 Jan 2003 01:58:53 -0800 (PST) Message-Id: <200301170958.h0H9wrPg035431@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 17 Jan 2003 01:58:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/font2svg Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/font2svg/files patch-font2svg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/17 01:58:53 PST Modified files: print Makefile Added files: print/font2svg Makefile distinfo pkg-comment pkg-descr pkg-plist print/font2svg/files patch-font2svg Log: add font2svg All font to svg-font converter Revision Changes Path 1.228 +1 -0 ports/print/Makefile 1.1 +33 -0 ports/print/font2svg/Makefile (new) 1.1 +1 -0 ports/print/font2svg/distinfo (new) 1.1 +11 -0 ports/print/font2svg/files/patch-font2svg (new) 1.1 +1 -0 ports/print/font2svg/pkg-comment (new) 1.1 +6 -0 ports/print/font2svg/pkg-descr (new) 1.1 +4 -0 ports/print/font2svg/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 1:59: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A6637B405; Fri, 17 Jan 2003 01:59:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 310B643F6D; Fri, 17 Jan 2003 01:59:01 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H9x1fh035473; Fri, 17 Jan 2003 01:59:01 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H9x0UW035472; Fri, 17 Jan 2003 01:59:00 -0800 (PST) Message-Id: <200301170959.h0H9x0UW035472@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 17 Jan 2003 01:59:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2003/01/17 01:59:00 PST Modified files: . modules Log: font2svg --> ports/print/font2svg Revision Changes Path 1.6492 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2: 4:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A7037B401; Fri, 17 Jan 2003 02:04:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F75D43F65; Fri, 17 Jan 2003 02:04:13 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HA4Dfh038922; Fri, 17 Jan 2003 02:04:13 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HA4Dlg038921; Fri, 17 Jan 2003 02:04:13 -0800 (PST) Message-Id: <200301171004.h0HA4Dlg038921@repoman.freebsd.org> From: Gary Jennejohn Date: Fri, 17 Jan 2003 02:04:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2003/01/17 02:04:13 PST Modified files: editors/xemacs-devel Makefile pkg-plist Log: Update to version 2.4.12. Note that this port is now mis-named - 21.4 is the stable branch and 21.5 is the development branch. 21.1 (in xemacs21) is now "historical". Revision Changes Path 1.70 +1 -1 ports/editors/xemacs-devel/Makefile 1.29 +4 -1 ports/editors/xemacs-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2:17: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2106037B401; Fri, 17 Jan 2003 02:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3BB43F6B; Fri, 17 Jan 2003 02:17:03 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HAH3fh042604; Fri, 17 Jan 2003 02:17:03 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HAH3hd042603; Fri, 17 Jan 2003 02:17:03 -0800 (PST) Message-Id: <200301171017.h0HAH3hd042603@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 17 Jan 2003 02:17:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2 pkg-deinstall X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2003/01/17 02:17:03 PST Modified files: mail/cyrus-imapd2 pkg-deinstall Log: Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.conf during deinstall. Reported by: bento via kris Revision Changes Path 1.4 +6 -6 ports/mail/cyrus-imapd2/pkg-deinstall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2:33:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4FB37B401; Fri, 17 Jan 2003 02:33:18 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEBE43F18; Fri, 17 Jan 2003 02:33:16 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18ZToE-0008S1-00; Fri, 17 Jan 2003 16:33:10 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18ZToD-0008RL-00; Fri, 17 Jan 2003 16:33:09 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id h0HAaEH7065656; Fri, 17 Jan 2003 16:36:14 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id h0HAaDW5065603; Fri, 17 Jan 2003 16:36:13 +0600 (NOVT) Date: Fri, 17 Jan 2003 16:36:13 +0600 From: Alexey Dokuchaev To: Christian Brueffer Cc: phk@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20030117103613.GA59345@regency.nsu.ru> References: <20030117063112.GG2568@unixpages.org> <6736.1042795514@critter.freebsd.dk> <20030117095103.GK2568@unixpages.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030117095103.GK2568@unixpages.org> User-Agent: Mutt/1.4i X-Envelope-To: chris@unixpages.org, phk@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 17, 2003 at 10:51:03AM +0100, Christian Brueffer wrote: > On Fri, Jan 17, 2003 at 10:25:14AM +0100, phk@freebsd.org wrote: > > In message <20030117063112.GG2568@unixpages.org>, Christian Brueffer writes: > > > > (re pst resigning) > > > > >Can someone tell me when he started contributing to the project? > > >??? doesn't look good in the alumni :-) > > > > His first commit was on 19940903. > > > > Thanks. > > What is the best way to look something like this up in cvs? grep(1) ? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2:38: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC2ED37B401; Fri, 17 Jan 2003 02:37:58 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228E443EB2; Fri, 17 Jan 2003 02:37:58 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0HAbWK1007227; Fri, 17 Jan 2003 11:37:33 +0100 (CET) (envelope-from phk@freebsd.org) To: Alexey Dokuchaev Cc: Christian Brueffer , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access From: phk@freebsd.org In-Reply-To: Your message of "Fri, 17 Jan 2003 16:36:13 +0600." <20030117103613.GA59345@regency.nsu.ru> Date: Fri, 17 Jan 2003 11:37:32 +0100 Message-ID: <7226.1042799852@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030117103613.GA59345@regency.nsu.ru>, Alexey Dokuchaev writes: >On Fri, Jan 17, 2003 at 10:51:03AM +0100, Christian Brueffer wrote: >> On Fri, Jan 17, 2003 at 10:25:14AM +0100, phk@freebsd.org wrote: >> > In message <20030117063112.GG2568@unixpages.org>, Christian Brueffer writes: >> > >> > (re pst resigning) >> > >> > >Can someone tell me when he started contributing to the project? >> > >??? doesn't look good in the alumni :-) >> > >> > His first commit was on 19940903. >> > >> >> Thanks. >> >> What is the best way to look something like this up in cvs? > >grep(1) ? cd $CVSROOT/CVSROOT/commitlogs zgrep '^pst' * -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2:48: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358D837B401; Fri, 17 Jan 2003 02:48:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA4743F1E; Fri, 17 Jan 2003 02:48:02 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HAm2fh053250; Fri, 17 Jan 2003 02:48:02 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HAm21p053249; Fri, 17 Jan 2003 02:48:02 -0800 (PST) Message-Id: <200301171048.h0HAm21p053249@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 17 Jan 2003 02:48:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/modlogan Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2003/01/17 02:48:02 PST Modified files: textproc/modlogan Makefile distinfo pkg-plist Log: Update to 0.8.4. Changes: - gzip and bzip2 support for the log files - reduced memory usage (a lot, more than 20%, depending on the log files) - faster - support for setting config options on the command-line - some fixes for seg-faults - relaxed max line-length in the log files from 1k to 4k Revision Changes Path 1.17 +1 -1 ports/textproc/modlogan/Makefile 1.11 +1 -1 ports/textproc/modlogan/distinfo 1.9 +1 -0 ports/textproc/modlogan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 2:57:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C4D37B401; Fri, 17 Jan 2003 02:57:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22D443EB2; Fri, 17 Jan 2003 02:57:31 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HAvVfh056781; Fri, 17 Jan 2003 02:57:31 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HAvVpK056780; Fri, 17 Jan 2003 02:57:31 -0800 (PST) Message-Id: <200301171057.h0HAvVpK056780@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 17 Jan 2003 02:57:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/liveMedia Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2003/01/17 02:57:31 PST Modified files: net/liveMedia Makefile distinfo pkg-plist Log: Update to 2003.01.17. Revision Changes Path 1.12 +2 -1 ports/net/liveMedia/Makefile 1.11 +1 -1 ports/net/liveMedia/distinfo 1.5 +1 -0 ports/net/liveMedia/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 3:16:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E284B37B401; Fri, 17 Jan 2003 03:16:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9564A43F13; Fri, 17 Jan 2003 03:16:53 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HBGrfh064195; Fri, 17 Jan 2003 03:16:53 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HBGrHE064194; Fri, 17 Jan 2003 03:16:53 -0800 (PST) Message-Id: <200301171116.h0HBGrHE064194@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 03:16:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/bforce-kst Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 03:16:53 PST Modified files: comms Makefile Added files: comms/bforce-kst Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: new port: comms/bforce-kst BinkleyForce is a simple ifcico like FTN mailer. It can works via TCP/IP as well as on modem links. Look sample configs for more information. PR: ports/38635 Submitted by: Andrew Dolgov Revision Changes Path 1.76 +1 -0 ports/comms/Makefile 1.1 +35 -0 ports/comms/bforce-kst/Makefile (new) 1.1 +1 -0 ports/comms/bforce-kst/distinfo (new) 1.1 +1 -0 ports/comms/bforce-kst/pkg-comment (new) 1.1 +3 -0 ports/comms/bforce-kst/pkg-descr (new) 1.1 +3 -0 ports/comms/bforce-kst/pkg-message (new) 1.1 +10 -0 ports/comms/bforce-kst/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 3:17:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E0C37B401; Fri, 17 Jan 2003 03:17:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8035C43EB2; Fri, 17 Jan 2003 03:17:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HBHDfh064236; Fri, 17 Jan 2003 03:17:13 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HBHDXM064235; Fri, 17 Jan 2003 03:17:13 -0800 (PST) Message-Id: <200301171117.h0HBHDXM064235@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 03:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 03:17:13 PST Modified files: . modules Log: bforce-kst --> ports/comms/bforce-kst Revision Changes Path 1.6493 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 3:49: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9382737B401; Fri, 17 Jan 2003 03:49:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3280F43F18; Fri, 17 Jan 2003 03:49:05 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HBn5fh074951; Fri, 17 Jan 2003 03:49:05 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HBn46P074950; Fri, 17 Jan 2003 03:49:04 -0800 (PST) Message-Id: <200301171149.h0HBn46P074950@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 17 Jan 2003 03:49:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 Makefile pkg-plist ports/security/cyrus-sasl2/scripts configure.sasl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2003/01/17 03:49:04 PST Modified files: security/cyrus-sasl2 Makefile pkg-plist security/cyrus-sasl2/scripts configure.sasl Log: Add WITH_MYSQL option. Requested by: Przemyslaw Ciesielski Revision Changes Path 1.60 +4 -7 ports/security/cyrus-sasl2/Makefile 1.24 +3 -0 ports/security/cyrus-sasl2/pkg-plist 1.16 +34 -1 ports/security/cyrus-sasl2/scripts/configure.sasl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 3:56:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE3B37B401; Fri, 17 Jan 2003 03:56:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BB943E4A; Fri, 17 Jan 2003 03:56:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HBuffh078528; Fri, 17 Jan 2003 03:56:41 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HBufE0078527; Fri, 17 Jan 2003 03:56:41 -0800 (PST) Message-Id: <200301171156.h0HBufE0078527@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 03:56:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dvdrip Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm patch-lib::Video::DVDRip::Project.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 03:56:41 PST Removed files: graphics/dvdrip Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm patch-lib::Video::DVDRip::Project.pm Log: Move of graphics/dvdrip to multimedia/dvdrip PR: ports/47117 Submitted by: Michael Nottebrock Revision Changes Path 1.7 +0 -75 ports/graphics/dvdrip/Makefile (dead) 1.5 +0 -1 ports/graphics/dvdrip/distinfo (dead) 1.2 +0 -89 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::Config.pm (dead) 1.2 +0 -11 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm (dead) 1.2 +0 -38 ports/graphics/dvdrip/files/patch-lib::Video::DVDRip::Project.pm (dead) 1.2 +0 -1 ports/graphics/dvdrip/pkg-comment (dead) 1.2 +0 -8 ports/graphics/dvdrip/pkg-descr (dead) 1.2 +0 -12 ports/graphics/dvdrip/pkg-message (dead) 1.5 +0 -90 ports/graphics/dvdrip/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 3:58:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25EA37B401; Fri, 17 Jan 2003 03:58:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E0443EB2; Fri, 17 Jan 2003 03:58:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HBwEfh078591; Fri, 17 Jan 2003 03:58:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HBwE6n078590; Fri, 17 Jan 2003 03:58:14 -0800 (PST) Message-Id: <200301171158.h0HBwE6n078590@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 03:58:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports MOVED X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 03:58:14 PST Modified files: . MOVED Log: Move of graphics/dvdrip -> multimedia/dvdrip PR: ports/47117 Submitted by: Michael Nottebrock Revision Changes Path 1.43 +2 -1 ports/MOVED To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4: 1:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694FE37B401; Fri, 17 Jan 2003 04:01:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E51343E4A; Fri, 17 Jan 2003 04:01:15 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HC1Efh080718; Fri, 17 Jan 2003 04:01:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HC1EYS080712; Fri, 17 Jan 2003 04:01:14 -0800 (PST) Message-Id: <200301171201.h0HC1EYS080712@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:01:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:01:14 PST Modified files: . modules Log: graphics/dvdrip -> multimedia/dvdrip PR: ports/47117 Submitted by: Michael Nottebrock Revision Changes Path 1.6494 +1 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:14: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7700937B401; Fri, 17 Jan 2003 04:14:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9F543F3F; Fri, 17 Jan 2003 04:14:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCE0fh085628; Fri, 17 Jan 2003 04:14:00 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCE0d0085627; Fri, 17 Jan 2003 04:14:00 -0800 (PST) Message-Id: <200301171214.h0HCE0d0085627@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:14:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/id3lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:14:00 PST Modified files: audio/id3lib Makefile Log: Unbreak audio/id3lib for -current Submitted by: "Simon 'corecode' Schubert" Approved by: Roman Shterenzon (maintainer) Revision Changes Path 1.7 +16 -4 ports/audio/id3lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:23:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF6837B401; Fri, 17 Jan 2003 04:23:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72B943F3F; Fri, 17 Jan 2003 04:23:44 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCNifh089251; Fri, 17 Jan 2003 04:23:44 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCNiXJ089250; Fri, 17 Jan 2003 04:23:44 -0800 (PST) Message-Id: <200301171223.h0HCNiXJ089250@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 04:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/ccd/layout Makefile a.c b.c ccd.sh ccd0.sh ref.128k_128k_128k_128k_0_0 ref.128k_128k_128k_128k_0_4 ref.128k_128k_128k_128k_4_0 ref.128k_128k_128k_128k_4_2 ref.128k_128k_128k_128k_4_4 ref.256k_128k_128k_128k_0_0 ref.256k_128k_128k_128k_0_4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 04:23:44 PST Added files: tools/regression/ccd/layout Makefile a.c b.c ccd.sh ccd0.sh ref.128k_128k_128k_128k_0_0 ref.128k_128k_128k_128k_0_4 ref.128k_128k_128k_128k_4_0 ref.128k_128k_128k_128k_4_2 ref.128k_128k_128k_128k_4_4 ref.256k_128k_128k_128k_0_0 ref.256k_128k_128k_128k_0_4 ref.256k_128k_128k_128k_4_0 ref.256k_128k_128k_128k_4_2 ref.256k_128k_128k_128k_4_4 ref.256k_128k_384k_128k_0_0 ref.256k_128k_384k_128k_0_4 ref.256k_128k_384k_128k_16_0 ref.256k_128k_384k_128k_16_2 ref.256k_128k_384k_128k_16_4 ref.256k_128k_384k_128k_4_0 ref.256k_128k_384k_128k_4_2 ref.256k_128k_384k_128k_4_4 Log: Add a regression test for ccds layout policy. Revision Changes Path 1.1 +11 -0 src/tools/regression/ccd/layout/Makefile (new) 1.1 +16 -0 src/tools/regression/ccd/layout/a.c (new) 1.1 +19 -0 src/tools/regression/ccd/layout/b.c (new) 1.1 +61 -0 src/tools/regression/ccd/layout/ccd.sh (new) 1.1 +39 -0 src/tools/regression/ccd/layout/ccd0.sh (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0 (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4 (new) 1.1 +246 -0 src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0 (new) 1.1 +246 -0 src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2 (new) 1.1 +966 -0 src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4 (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0 (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4 (new) 1.1 +247 -0 src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0 (new) 1.1 +246 -0 src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2 (new) 1.1 +966 -0 src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4 (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0 (new) 1.1 +10 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4 (new) 1.1 +98 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0 (new) 1.1 +68 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2 (new) 1.1 +966 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4 (new) 1.1 +374 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0 (new) 1.1 +248 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2 (new) 1.1 +966 -0 src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:27:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F225A37B401; Fri, 17 Jan 2003 04:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F8843F18; Fri, 17 Jan 2003 04:27:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCRVfh089417; Fri, 17 Jan 2003 04:27:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCRVLv089416; Fri, 17 Jan 2003 04:27:31 -0800 (PST) Message-Id: <200301171227.h0HCRVLv089416@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:27:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french Makefile ports/french/abispell-fr-FR Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:27:31 PST Modified files: french Makefile Added files: french/abispell-fr-FR Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: AbiWord french dictionary It's the new port for the AbiWord French dictionary PR: ports/44781 Submitted by: El Fabio Approved by: El Fabio (for commitors changes) Revision Changes Path 1.24 +1 -0 ports/french/Makefile 1.1 +26 -0 ports/french/abispell-fr-FR/Makefile (new) 1.1 +1 -0 ports/french/abispell-fr-FR/distinfo (new) 1.1 +1 -0 ports/french/abispell-fr-FR/pkg-comment (new) 1.1 +3 -0 ports/french/abispell-fr-FR/pkg-descr (new) 1.1 +2 -0 ports/french/abispell-fr-FR/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:27:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6694F37B401; Fri, 17 Jan 2003 04:27:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CDC43E4A; Fri, 17 Jan 2003 04:27:48 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCRlfh089455; Fri, 17 Jan 2003 04:27:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCRlRK089454; Fri, 17 Jan 2003 04:27:47 -0800 (PST) Message-Id: <200301171227.h0HCRlRK089454@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:27:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:27:47 PST Modified files: . modules Log: fr-abispell-fr-FR --> ports/french/abispell-fr-FR Revision Changes Path 1.6495 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:32: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E5837B401; Fri, 17 Jan 2003 04:32:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2619743F3F; Fri, 17 Jan 2003 04:32:05 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCW4fh092904; Fri, 17 Jan 2003 04:32:04 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCW4Ba092903; Fri, 17 Jan 2003 04:32:04 -0800 (PST) Message-Id: <200301171232.h0HCW4Ba092903@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:32:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/clex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:32:04 PST Modified files: misc/clex Makefile distinfo Log: [Maintainer Update]: misc/clex to version 3.1.7 PR: ports/47099 Submitted by: Michael L. Hostbaek Revision Changes Path 1.2 +1 -1 ports/misc/clex/Makefile 1.2 +1 -1 ports/misc/clex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:44: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D77C337B401; Fri, 17 Jan 2003 04:44:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7972343F1E; Fri, 17 Jan 2003 04:44:07 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCi7fh096590; Fri, 17 Jan 2003 04:44:07 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCi7qY096589; Fri, 17 Jan 2003 04:44:07 -0800 (PST) Message-Id: <200301171244.h0HCi7qY096589@repoman.freebsd.org> From: Trevor Johnson Date: Fri, 17 Jan 2003 04:44:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mmosaic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2003/01/17 04:44:07 PST Modified files: www/mmosaic Makefile Log: Avoid use of FreeBSD's unique booby-trapped malloc.h. Sposored by: David O'Brien and Sofia Pappatheodorou Revision Changes Path 1.7 +7 -0 ports/www/mmosaic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:46:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB0437B405; Fri, 17 Jan 2003 04:46:32 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDB143F13; Fri, 17 Jan 2003 04:46:22 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 9D0D329FE2; Fri, 17 Jan 2003 04:41:37 -0800 (PST) Date: Fri, 17 Jan 2003 04:41:37 -0800 From: Will Andrews To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/mod_roaming2/files httpd.conf.mod_roaming Message-ID: <20030117124137.GL30015@procyon.firepipe.net> Mail-Followup-To: Edwin Groothuis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301170752.h0H7qWek091807@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301170752.h0H7qWek091807@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 16, 2003 at 11:52:32PM -0800, Edwin Groothuis wrote: > Modified files: > www Makefile > Added files: > www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > www/mod_roaming2/files httpd.conf.mod_roaming > Log: > new port: mod_roaming2 > > mod_roaming has been updated for Apache2. This is a new > port to add this new version of mod_roaming depending on > Apache2. The existing mod_roaming is still necessary for > Apache 1.3.x. Uh.. shouldn't this have been repocopied from mod_roaming then? Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:48:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A9137B401; Fri, 17 Jan 2003 04:48:20 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F13B43E4A; Fri, 17 Jan 2003 04:48:20 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id DA91329FE2; Fri, 17 Jan 2003 04:43:40 -0800 (PST) Date: Fri, 17 Jan 2003 04:43:40 -0800 From: Will Andrews To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/dvdrip Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm patch-lib::Video::DVDRip::Project.pm Message-ID: <20030117124340.GM30015@procyon.firepipe.net> Mail-Followup-To: Edwin Groothuis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301171156.h0HBufE0078527@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301171156.h0HBufE0078527@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 17, 2003 at 03:56:41AM -0800, Edwin Groothuis wrote: > Removed files: > graphics/dvdrip Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > graphics/dvdrip/files patch-lib::Video::DVDRip::Config.pm > patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm > patch-lib::Video::DVDRip::Project.pm > Log: > Move of graphics/dvdrip to multimedia/dvdrip Note, it may be a good idea to force-commit the moved-to files (after they are repocopied) to have this information there as well. It is not a policy (or even a suggestion) in the documentation but I believe it is a good idea. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:50: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E5737B401; Fri, 17 Jan 2003 04:50:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF4943F18; Fri, 17 Jan 2003 04:50:00 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCo0fh096751; Fri, 17 Jan 2003 04:50:00 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCo0B8096750; Fri, 17 Jan 2003 04:50:00 -0800 (PST) Message-Id: <200301171250.h0HCo0B8096750@repoman.freebsd.org> From: Trevor Johnson Date: Fri, 17 Jan 2003 04:50:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/xdiskusage Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2003/01/17 04:50:00 PST Modified files: x11-fm/xdiskusage Makefile Log: This was broken by the recent update to the fltk port. David Thiel's report led me to notice the problem. Revision Changes Path 1.4 +3 -1 ports/x11-fm/xdiskusage/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:53:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC1937B401; Fri, 17 Jan 2003 04:53:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D8E43EB2; Fri, 17 Jan 2003 04:53:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCrlfh000368; Fri, 17 Jan 2003 04:53:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCrlFL000367; Fri, 17 Jan 2003 04:53:47 -0800 (PST) Message-Id: <200301171253.h0HCrlFL000367@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:53:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/hackbot Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:53:47 PST Modified files: security Makefile Added files: security/hackbot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: security/hackbot Hackbot is a host exploration tool and bannergrabber. It scans numerous services and vulnerabilities. PR: ports/47021 Submitted by: Michael L. Hostbaek Revision Changes Path 1.360 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/hackbot/Makefile (new) 1.1 +1 -0 ports/security/hackbot/distinfo (new) 1.1 +1 -0 ports/security/hackbot/pkg-comment (new) 1.1 +8 -0 ports/security/hackbot/pkg-descr (new) 1.1 +5 -0 ports/security/hackbot/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:54: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1275437B401; Fri, 17 Jan 2003 04:54:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3A043F1E; Fri, 17 Jan 2003 04:54:03 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCs3fh000410; Fri, 17 Jan 2003 04:54:03 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCs3C0000409; Fri, 17 Jan 2003 04:54:03 -0800 (PST) Message-Id: <200301171254.h0HCs3C0000409@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:54:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:54:03 PST Modified files: . modules Log: hackbot --> ports/security/hackbot Revision Changes Path 1.6496 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:58: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F391E37B401; Fri, 17 Jan 2003 04:58:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962FF43F18; Fri, 17 Jan 2003 04:58:07 -0800 (PST) (envelope-from wjv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCw7fh000605; Fri, 17 Jan 2003 04:58:07 -0800 (PST) (envelope-from wjv@repoman.freebsd.org) Received: (from wjv@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCw7xp000604; Fri, 17 Jan 2003 04:58:07 -0800 (PST) Message-Id: <200301171258.h0HCw7xp000604@repoman.freebsd.org> From: Johann Visagie Date: Fri, 17 Jan 2003 04:58:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist pkg-req ports/mail/mailman/files patch-Mailman::Defaults.py.in patch-Mailman::htmlformat.py patch-O2 patch-aa patch-misc::mailman.in pkg-opts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2003/01/17 04:58:07 PST Modified files: mail/mailman Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist mail/mailman/files patch-Mailman::htmlformat.py pkg-opts Added files: mail/mailman pkg-req mail/mailman/files patch-misc::mailman.in Removed files: mail/mailman/files patch-Mailman::Defaults.py.in patch-O2 patch-aa Log: - Update to the long-anticipated version 2.1 Revision Changes Path 1.32 +15 -9 ports/mail/mailman/Makefile 1.17 +1 -1 ports/mail/mailman/distinfo 1.2 +0 -26 ports/mail/mailman/files/patch-Mailman::Defaults.py.in (dead) 1.3 +18 -23 ports/mail/mailman/files/patch-Mailman::htmlformat.py 1.2 +0 -20 ports/mail/mailman/files/patch-O2 (dead) 1.3 +0 -16 ports/mail/mailman/files/patch-aa (dead) 1.1 +24 -0 ports/mail/mailman/files/patch-misc::mailman.in (new) 1.6 +8 -4 ports/mail/mailman/files/pkg-opts 1.7 +4 -2 ports/mail/mailman/pkg-deinstall 1.4 +2 -0 ports/mail/mailman/pkg-descr 1.4 +2 -0 ports/mail/mailman/pkg-install 1.15 +1219 -72 ports/mail/mailman/pkg-plist 1.1 +17 -0 ports/mail/mailman/pkg-req (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:58:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7307737B4BF; Fri, 17 Jan 2003 04:58:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086FF43E4A; Fri, 17 Jan 2003 04:58:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCwCfh000660; Fri, 17 Jan 2003 04:58:12 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCwCZ6000659; Fri, 17 Jan 2003 04:58:12 -0800 (PST) Message-Id: <200301171258.h0HCwCZ6000659@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:58:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:58:12 PST Modified files: misc Makefile Added files: misc/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: misc/pipebench Pipebench shows current throughput/amount of data through a pipe. PR: ports/47047 Submitted by: Michael L. Hostbaek Revision Changes Path 1.527 +1 -0 ports/misc/Makefile 1.1 +27 -0 ports/misc/pipebench/Makefile (new) 1.1 +1 -0 ports/misc/pipebench/distinfo (new) 1.1 +1 -0 ports/misc/pipebench/pkg-comment (new) 1.1 +8 -0 ports/misc/pipebench/pkg-descr (new) 1.1 +1 -0 ports/misc/pipebench/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 4:58:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE89F37B401; Fri, 17 Jan 2003 04:58:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940B843F18; Fri, 17 Jan 2003 04:58:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HCwZfh000713; Fri, 17 Jan 2003 04:58:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HCwZIY000712; Fri, 17 Jan 2003 04:58:35 -0800 (PST) Message-Id: <200301171258.h0HCwZIY000712@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 04:58:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 04:58:35 PST Modified files: . modules Log: pipebench --> ports/misc/pipebench Revision Changes Path 1.6497 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:11:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C624037B401; Fri, 17 Jan 2003 05:11:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A5143ED8; Fri, 17 Jan 2003 05:11:28 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDBSfh007160; Fri, 17 Jan 2003 05:11:28 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDBSBn007154; Fri, 17 Jan 2003 05:11:28 -0800 (PST) Message-Id: <200301171311.h0HDBSBn007154@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:11:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/braincurses Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:11:28 PST Modified files: games Makefile Added files: games/braincurses Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: games/braincurses BrainCurses is a clone of the Mastermind game implemented in ncurses. PR: ports/47097 Submitted by: Michael L. Hostbaek Revision Changes Path 1.516 +1 -0 ports/games/Makefile 1.1 +33 -0 ports/games/braincurses/Makefile (new) 1.1 +1 -0 ports/games/braincurses/distinfo (new) 1.1 +1 -0 ports/games/braincurses/pkg-comment (new) 1.1 +7 -0 ports/games/braincurses/pkg-descr (new) 1.1 +3 -0 ports/games/braincurses/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:11:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C54A37B401; Fri, 17 Jan 2003 05:11:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37A243F1E; Fri, 17 Jan 2003 05:11:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDBgfh007581; Fri, 17 Jan 2003 05:11:42 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDBgJO007580; Fri, 17 Jan 2003 05:11:42 -0800 (PST) Message-Id: <200301171311.h0HDBgJO007580@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:11:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:11:42 PST Modified files: . modules Log: braincurses --> ports/games/braincurses Revision Changes Path 1.6498 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:15:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DAD37B401; Fri, 17 Jan 2003 05:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BAE43F18; Fri, 17 Jan 2003 05:15:41 -0800 (PST) (envelope-from wjv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDFffh007935; Fri, 17 Jan 2003 05:15:41 -0800 (PST) (envelope-from wjv@repoman.freebsd.org) Received: (from wjv@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDFfUr007934; Fri, 17 Jan 2003 05:15:41 -0800 (PST) Message-Id: <200301171315.h0HDFfUr007934@repoman.freebsd.org> From: Johann Visagie Date: Fri, 17 Jan 2003 05:15:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman-devel Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist pkg-req ports/mail/mailman-devel/files patch-Mailman::htmlformat.py patch-misc::mailman.in pkg-opts powerlogo.gif.uue X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2003/01/17 05:15:41 PST Modified files: mail/mailman-devel Makefile Removed files: mail/mailman-devel distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist pkg-req mail/mailman-devel/files patch-Mailman::htmlformat.py patch-misc::mailman.in pkg-opts powerlogo.gif.uue Log: - Temporarily retire this port until a new development branch of Mailman opens for business. Revision Changes Path 1.2 +4 -106 ports/mail/mailman-devel/Makefile 1.2 +0 -1 ports/mail/mailman-devel/distinfo (dead) 1.2 +0 -40 ports/mail/mailman-devel/files/patch-Mailman::htmlformat.py (dead) 1.2 +0 -24 ports/mail/mailman-devel/files/patch-misc::mailman.in (dead) 1.2 +0 -52 ports/mail/mailman-devel/files/pkg-opts (dead) 1.2 +0 -121 ports/mail/mailman-devel/files/powerlogo.gif.uue (dead) 1.2 +0 -1 ports/mail/mailman-devel/pkg-comment (dead) 1.2 +0 -49 ports/mail/mailman-devel/pkg-deinstall (dead) 1.2 +0 -24 ports/mail/mailman-devel/pkg-descr (dead) 1.2 +0 -79 ports/mail/mailman-devel/pkg-install (dead) 1.2 +0 -26 ports/mail/mailman-devel/pkg-message (dead) 1.2 +0 -1342 ports/mail/mailman-devel/pkg-plist (dead) 1.2 +0 -17 ports/mail/mailman-devel/pkg-req (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:17:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4A837B401; Fri, 17 Jan 2003 05:17:20 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3474E43E4A; Fri, 17 Jan 2003 05:17:20 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 39F442B842; Fri, 17 Jan 2003 14:17:18 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id D67476A713F; Sat, 18 Jan 2003 00:17:15 +1100 (EST) Date: Sat, 18 Jan 2003 00:17:15 +1100 From: Edwin Groothuis To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/mod_roaming2/files httpd.conf.mod_roaming Message-ID: <20030117131715.GC75727@k7.mavetju> References: <200301170752.h0H7qWek091807@repoman.freebsd.org> <20030117124137.GL30015@procyon.firepipe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030117124137.GL30015@procyon.firepipe.net> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 17, 2003 at 04:41:37AM -0800, Will Andrews wrote: > On Thu, Jan 16, 2003 at 11:52:32PM -0800, Edwin Groothuis wrote: > > Modified files: > > www Makefile > > Added files: > > www/mod_roaming2 Makefile distinfo pkg-comment pkg-descr > > pkg-message pkg-plist > > www/mod_roaming2/files httpd.conf.mod_roaming > > Log: > > new port: mod_roaming2 > > > > mod_roaming has been updated for Apache2. This is a new > > port to add this new version of mod_roaming depending on > > Apache2. The existing mod_roaming is still necessary for > > Apache 1.3.x. > > Uh.. shouldn't this have been repocopied from mod_roaming then? My apologies, I don't have the feeling for for repocopies yet. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:23:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494BD37B405; Fri, 17 Jan 2003 05:23:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED5543F1E; Fri, 17 Jan 2003 05:23:41 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDNffh011413; Fri, 17 Jan 2003 05:23:41 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDNfgW011412; Fri, 17 Jan 2003 05:23:41 -0800 (PST) Message-Id: <200301171323.h0HDNfgW011412@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 05:23:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ccdconfig Makefile ccdconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 05:23:41 PST Modified files: sbin/ccdconfig Makefile ccdconfig.c Log: Fix various details so we get to WARNS=3. Center operation on unit number rather than path name. Revision Changes Path 1.8 +1 -1 src/sbin/ccdconfig/Makefile 1.25 +32 -82 src/sbin/ccdconfig/ccdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:35:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7926D37B401; Fri, 17 Jan 2003 05:35:34 -0800 (PST) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A56C43F18; Fri, 17 Jan 2003 05:35:23 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd11.sul.t-online.de by mailout11.sul.t-online.com with smtp id 18ZWe9-0006c9-00; Fri, 17 Jan 2003 14:34:57 +0100 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.217.180]) by fmrl11.sul.t-online.com with esmtp id 18ZWdr-1nT8BkC; Fri, 17 Jan 2003 14:34:39 +0100 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.12.6/8.12.6) with ESMTP id h0HDYbbL002761; Fri, 17 Jan 2003 14:34:37 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.6/8.12.6) with SMTP id h0HDYa9j030385; Fri, 17 Jan 2003 14:34:36 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 17 Jan 2003 14:34:36 +0100 From: Alexander Leidinger To: Tony Finch Cc: jroberson@chesapeake.net, gordont@gnf.org, bmilekic@unixdaemons.com, julian@elischer.org, jeff@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, David Rhodus Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c Message-Id: <20030117143436.780e4286.Alexander@Leidinger.net> In-Reply-To: <20030117024644.D20888@chiark.greenend.org.uk> References: <20030116235824.GW53114@roark.gnf.org> <20030116190259.F52297-100000@mail.chesapeake.net> <20030117024644.D20888@chiark.greenend.org.uk> X-Mailer: Sylpheed version 0.8.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003 02:46:44 +0000 Tony Finch wrote: > On Thu, Jan 16, 2003 at 07:03:31PM -0500, Jeff Roberson wrote: > > > > > > > - Per cpu run queues > > > > - CPU binding > > > > - CPU affinity > > > > > > Do the last 3 know the distinction between virtual and physical cpu's (for > > > HT support)? > > > > I have considered it some. I will consider it a great deal more if I ever > > get a HT capable machine. :-) > > Put it on the donations wanted list. David Rhodus (CCed) offered me remote access to his P4 for some icc and ports related work. Maybe he is willing to support this work too if he has a HT capable machine. We also have some commiters with such CPUs, I think they will help you too. Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:39:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8240437B401; Fri, 17 Jan 2003 05:39:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D1E43F13; Fri, 17 Jan 2003 05:39:33 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDdWfh015172; Fri, 17 Jan 2003 05:39:32 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDdWEP015171; Fri, 17 Jan 2003 05:39:32 -0800 (PST) Message-Id: <200301171339.h0HDdWEP015171@repoman.freebsd.org> From: Mike Barcroft Date: Fri, 17 Jan 2003 05:39:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2003/01/17 05:39:32 PST Modified files: (Branch: RELENG_4) lib/libc/string strerror.c Log: MFC: Sync with head (rev 1.4 and 1.8 through 1.11). Revision Changes Path 1.2.14.3 +46 -96 src/lib/libc/string/strerror.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:39:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8B37B401; Fri, 17 Jan 2003 05:39:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AD043F5B; Fri, 17 Jan 2003 05:39:51 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDdpfh015208; Fri, 17 Jan 2003 05:39:51 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDdphp015207; Fri, 17 Jan 2003 05:39:51 -0800 (PST) Message-Id: <200301171339.h0HDdphp015207@repoman.freebsd.org> From: Mike Barcroft Date: Fri, 17 Jan 2003 05:39:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2003/01/17 05:39:50 PST Modified files: (Branch: RELENG_4) lib/libc/string strerror.3 Log: MFC: Sync with head (rev 1.16 through 1.22). Revision Changes Path 1.7.2.7 +36 -23 src/lib/libc/string/strerror.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:45:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8982B37B401; Fri, 17 Jan 2003 05:45:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D7E43F1E; Fri, 17 Jan 2003 05:45:25 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDjPfh018757; Fri, 17 Jan 2003 05:45:25 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDjPKu018756; Fri, 17 Jan 2003 05:45:25 -0800 (PST) Message-Id: <200301171345.h0HDjPKu018756@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 17 Jan 2003 05:45:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/esdl Makefile pkg-plist ports/devel/esdl/files patch-Makefile patch-c__src_Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/17 05:45:25 PST Modified files: devel/esdl Makefile pkg-plist devel/esdl/files patch-c__src_Makefile Added files: devel/esdl/files patch-Makefile Log: Merge fixes from PR 46529, remove version number from lib/ directory, add dependencies to fix bento build. PR: 46529 Submitted by: David Holm Noticed by: kris Revision Changes Path 1.3 +4 -25 ports/devel/esdl/Makefile 1.1 +59 -0 ports/devel/esdl/files/patch-Makefile (new) 1.2 +16 -7 ports/devel/esdl/files/patch-c__src_Makefile 1.2 +120 -61 ports/devel/esdl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:48: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C44A937B401; Fri, 17 Jan 2003 05:47:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E42A43E4A; Fri, 17 Jan 2003 05:47:59 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDlxfh018920; Fri, 17 Jan 2003 05:47:59 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDlx61018919; Fri, 17 Jan 2003 05:47:59 -0800 (PST) Message-Id: <200301171347.h0HDlx61018919@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:47:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/nrpep Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/nrpep/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:47:59 PST Modified files: net Makefile Added files: net/nrpep Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/nrpep/files patch-aa patch-ab patch-ac Log: New port: net/nrpep New port for the Netsaint Remote Plugin Executor (Perl) PR: ports/37185 Submitted by: Jon Wilson Revision Changes Path 1.894 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/nrpep/Makefile (new) 1.1 +1 -0 ports/net/nrpep/distinfo (new) 1.1 +113 -0 ports/net/nrpep/files/patch-aa (new) 1.1 +99 -0 ports/net/nrpep/files/patch-ab (new) 1.1 +11 -0 ports/net/nrpep/files/patch-ac (new) 1.1 +1 -0 ports/net/nrpep/pkg-comment (new) 1.1 +10 -0 ports/net/nrpep/pkg-descr (new) 1.1 +17 -0 ports/net/nrpep/pkg-message (new) 1.1 +8 -0 ports/net/nrpep/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:48:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190E637B401; Fri, 17 Jan 2003 05:48:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB57543F18; Fri, 17 Jan 2003 05:48:17 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDmHfh018963; Fri, 17 Jan 2003 05:48:17 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDmH8P018962; Fri, 17 Jan 2003 05:48:17 -0800 (PST) Message-Id: <200301171348.h0HDmH8P018962@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:48:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:48:17 PST Modified files: . modules Log: nrpep --> ports/net/nrpep Revision Changes Path 1.6499 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:48:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225B037B401; Fri, 17 Jan 2003 05:48:49 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D2B43F3F; Fri, 17 Jan 2003 05:48:48 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0HDmh1e046954; Fri, 17 Jan 2003 06:48:44 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 17 Jan 2003 06:48:30 -0700 (MST) Message-Id: <20030117.064830.24612490.imp@bsdimp.com> To: chris@unixpages.org Cc: phk@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access From: "M. Warner Losh" In-Reply-To: <20030117095103.GK2568@unixpages.org> References: <20030117063112.GG2568@unixpages.org> <6736.1042795514@critter.freebsd.dk> <20030117095103.GK2568@unixpages.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030117095103.GK2568@unixpages.org> Christian Brueffer writes: : > His first commit was on 19940903. : What is the best way to look something like this up in cvs? zgrep CVSROOT/commitlogs Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:51:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6508537B401; Fri, 17 Jan 2003 05:51:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACAD43F3F; Fri, 17 Jan 2003 05:51:26 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDpQfh022452; Fri, 17 Jan 2003 05:51:26 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDpQOK022451; Fri, 17 Jan 2003 05:51:26 -0800 (PST) Message-Id: <200301171351.h0HDpQOK022451@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french Makefile ports/french/gfaim Makefile distinfo pkg-comment pkg-descr pkg-plist ports/french/gfaim/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:51:26 PST Modified files: french Makefile Added files: french/gfaim Makefile distinfo pkg-comment pkg-descr pkg-plist french/gfaim/files patch-Makefile Log: New port misc/gfaim Gfaim is a GTK front-end to a receipts database (in french only) PR: ports/38638 Submitted by: Clement Laforet Revision Changes Path 1.25 +1 -0 ports/french/Makefile 1.1 +22 -0 ports/french/gfaim/Makefile (new) 1.1 +1 -0 ports/french/gfaim/distinfo (new) 1.1 +29 -0 ports/french/gfaim/files/patch-Makefile (new) 1.1 +1 -0 ports/french/gfaim/pkg-comment (new) 1.1 +6 -0 ports/french/gfaim/pkg-descr (new) 1.1 +8 -0 ports/french/gfaim/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 5:51:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CFC37B401; Fri, 17 Jan 2003 05:51:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35DE743F43; Fri, 17 Jan 2003 05:51:46 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HDpkfh022490; Fri, 17 Jan 2003 05:51:46 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HDpj9F022489; Fri, 17 Jan 2003 05:51:45 -0800 (PST) Message-Id: <200301171351.h0HDpj9F022489@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 05:51:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 05:51:45 PST Modified files: . modules Log: fr-gfaim --> ports/french/gfaim Revision Changes Path 1.6500 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 6: 7: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4AB37B401; Fri, 17 Jan 2003 06:07:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E7FB43F5B; Fri, 17 Jan 2003 06:07:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HE74fh026203; Fri, 17 Jan 2003 06:07:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HE74ks026202; Fri, 17 Jan 2003 06:07:04 -0800 (PST) Message-Id: <200301171407.h0HE74ks026202@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Jan 2003 06:07:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/17 06:07:04 PST Modified files: share/man/man4 inet.4 Log: Mention net.inet.ip.accept_sourceroute. Revision Changes Path 1.19 +4 -1 src/share/man/man4/inet.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 6:16:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C31CB37B401; Fri, 17 Jan 2003 06:16:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619F243E4A; Fri, 17 Jan 2003 06:16:49 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HEGnfh029760; Fri, 17 Jan 2003 06:16:49 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HEGnYZ029759; Fri, 17 Jan 2003 06:16:49 -0800 (PST) Message-Id: <200301171416.h0HEGnYZ029759@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 17 Jan 2003 06:16:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/jumpgate Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2003/01/17 06:16:49 PST Modified files: net/jumpgate Makefile distinfo pkg-descr pkg-plist Log: upgrade to 0.7 Revision Changes Path 1.4 +4 -10 ports/net/jumpgate/Makefile 1.2 +1 -1 ports/net/jumpgate/distinfo 1.2 +0 -3 ports/net/jumpgate/pkg-descr 1.2 +1 -1 ports/net/jumpgate/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 6:53:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEAB37B401; Fri, 17 Jan 2003 06:53:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF6F43EB2; Fri, 17 Jan 2003 06:53:54 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HErsfh043861; Fri, 17 Jan 2003 06:53:54 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HErrLA043860; Fri, 17 Jan 2003 06:53:53 -0800 (PST) Message-Id: <200301171453.h0HErrLA043860@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 06:53:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c src/sbin/ccdconfig ccdconfig.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 06:53:53 PST Modified files: sys/dev/ccd ccd.c sbin/ccdconfig ccdconfig.c pathnames.h Log: Find places to store the previously implicityly passed unit number in the three configuration ioctls which need a unit number. Add a "ccd.ctl" device for config operations. Implement ioctls on ccd.ctl which rely on the explicityly passed unit numbers. Update ccdconfig to use the new ccd.ctl interface. Add code to the kernel to detect old ccdconfig binaries, and whine about it. Add code to ccdconfig to detect old kernels, and whine about it. These two compatibility measures will be retained only for a limited period since they are in the way of GEOM'ification of ccd. Revision Changes Path 1.26 +18 -18 src/sbin/ccdconfig/ccdconfig.c 1.2 +3 -0 src/sbin/ccdconfig/pathnames.h 1.114 +122 -7 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7: 3:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134F637B401; Fri, 17 Jan 2003 07:03:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1AB43F5B; Fri, 17 Jan 2003 07:03:27 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HF3Qfh047466; Fri, 17 Jan 2003 07:03:26 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HF3QEq047465; Fri, 17 Jan 2003 07:03:26 -0800 (PST) Message-Id: <200301171503.h0HF3QEq047465@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 17 Jan 2003 07:03:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/17 07:03:25 PST Modified files: sys/dev/firewire firewire.c Log: Fix bus manager election process. - Lock response 0x3f means that the host becomes the bus manager. - Add missing htonl(). Revision Changes Path 1.24 +18 -16 src/sys/dev/firewire/firewire.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7: 3:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E487F37B401; Fri, 17 Jan 2003 07:03:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824E243FA0; Fri, 17 Jan 2003 07:03:58 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HF3wfh047501; Fri, 17 Jan 2003 07:03:58 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HF3wCG047500; Fri, 17 Jan 2003 07:03:58 -0800 (PST) Message-Id: <200301171503.h0HF3wCG047500@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 17 Jan 2003 07:03:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/17 07:03:58 PST Modified files: sys/dev/firewire fwohci.c Log: Improve some debug massages. Revision Changes Path 1.22 +3 -3 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7: 6:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC3537B401; Fri, 17 Jan 2003 07:06:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE2743E4A; Fri, 17 Jan 2003 07:06:25 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HF6Pfh047644; Fri, 17 Jan 2003 07:06:25 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HF6PXM047643; Fri, 17 Jan 2003 07:06:25 -0800 (PST) Message-Id: <200301171506.h0HF6PXM047643@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 17 Jan 2003 07:06:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/daemontools Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/17 07:06:25 PST Modified files: sysutils/daemontools Makefile pkg-plist Log: Install the sample startup script directly to etc/rc.d/, instead of putting it into the examples directory, where next to nobody found it. Requested by: Dan Langille , Antoine Beaupre - both months ago Revision Changes Path 1.13 +2 -5 ports/sysutils/daemontools/Makefile 1.6 +1 -2 ports/sysutils/daemontools/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7:15:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14B8437B405; Fri, 17 Jan 2003 07:15:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A65C743F18; Fri, 17 Jan 2003 07:15:21 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HFFLfh051229; Fri, 17 Jan 2003 07:15:21 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HFFLdt051228; Fri, 17 Jan 2003 07:15:21 -0800 (PST) Message-Id: <200301171515.h0HFFLdt051228@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 17 Jan 2003 07:15:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c sbp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/01/17 07:15:21 PST Modified files: sys/dev/firewire firewire.c fwdev.c fwohci.c sbp.c Log: Replace M_DONTWAIT with M_NOWAIT for malloc(). Pointed out by: nate@root.org Revision Changes Path 1.25 +12 -12 src/sys/dev/firewire/firewire.c 1.9 +7 -7 src/sys/dev/firewire/fwdev.c 1.23 +3 -3 src/sys/dev/firewire/fwohci.c 1.17 +1 -1 src/sys/dev/firewire/sbp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7:40:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D95FC37B401; Fri, 17 Jan 2003 07:40:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9EA43F18; Fri, 17 Jan 2003 07:40:14 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HFeEfh058829; Fri, 17 Jan 2003 07:40:14 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HFeDYA058824; Fri, 17 Jan 2003 07:40:13 -0800 (PST) Message-Id: <200301171540.h0HFeDYA058824@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 17 Jan 2003 07:40:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2003/01/17 07:40:13 PST Modified files: ftp/curl Makefile Log: Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net. Submitted by: ijliao, Daniel Stenberg (cURL author) Revision Changes Path 1.48 +2 -1 ports/ftp/curl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 7:49:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD1537B401; Fri, 17 Jan 2003 07:49:54 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FC943F18; Fri, 17 Jan 2003 07:49:49 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id h0HFnfNB094611 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Fri, 17 Jan 2003 10:49:43 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Edwin Groothuis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/mod_v2h Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/mod_v2h/files add-module files-Makefile Date: Fri, 17 Jan 2003 10:49:39 -0500 User-Agent: KMail/1.4.3 References: <200301170719.h0H7JYZO077350@repoman.freebsd.org> In-Reply-To: <200301170719.h0H7JYZO077350@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301171049.39690.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 17 January 2003 02:19 am, Edwin Groothuis wrote: = I needed to install on a system, so I figured I might as = well write a port for it while I was at it :) That's how most of my ports were born :-) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 9:32:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B581537B401; Fri, 17 Jan 2003 09:32:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAC643F13; Fri, 17 Jan 2003 09:32:10 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HHWAfh000790; Fri, 17 Jan 2003 09:32:10 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HHWAZF000789; Fri, 17 Jan 2003 09:32:10 -0800 (PST) Message-Id: <200301171732.h0HHWAZF000789@repoman.freebsd.org> From: Josef Karthauser Date: Fri, 17 Jan 2003 09:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ucom.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2003/01/17 09:32:10 PST Modified files: (Branch: RELENG_4) sys/dev/usb ucom.c Log: MFC: revision 1.25 Fix a typo in a console message. Revision Changes Path 1.24.2.2 +1 -1 src/sys/dev/usb/ucom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 9:40: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C6937B401; Fri, 17 Jan 2003 09:40:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267A543F18; Fri, 17 Jan 2003 09:40:01 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HHe0fh001018; Fri, 17 Jan 2003 09:40:00 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HHe05c001017; Fri, 17 Jan 2003 09:40:00 -0800 (PST) Message-Id: <200301171740.h0HHe05c001017@repoman.freebsd.org> From: Josef Karthauser Date: Fri, 17 Jan 2003 09:40:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2003/01/17 09:40:00 PST Modified files: (Branch: RELENG_4) sys/dev/usb usb_subr.c Log: MFC: revision 1.54 Some USB devices are not prepared to deal with a single byte string descriptor request, which usbd_get_string_desc() uses to get the length of a descriptor. One device for instance returns a full 8 byte long packet instead which confuses the rest of the stack and leads to the USB port being reset. The fix is to instead request two bytes, but not to complain if we only get one. Revision Changes Path 1.23.2.7 +8 -2 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 9:41:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3716537B401; Fri, 17 Jan 2003 09:41:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB0743ED8; Fri, 17 Jan 2003 09:41:16 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HHfGfh004114; Fri, 17 Jan 2003 09:41:16 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HHfGi3004086; Fri, 17 Jan 2003 09:41:16 -0800 (PST) Message-Id: <200301171741.h0HHfGi3004086@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 17 Jan 2003 09:41:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/usermin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/17 09:41:16 PST Modified files: sysutils/usermin Makefile distinfo Log: Update to version 0.980 + fetchmail patch. Revision Changes Path 1.2 +2 -2 ports/sysutils/usermin/Makefile 1.2 +2 -2 ports/sysutils/usermin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 9:46:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9F337B401; Fri, 17 Jan 2003 09:46:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A2D43F1E; Fri, 17 Jan 2003 09:46:24 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HHkOfh004559; Fri, 17 Jan 2003 09:46:24 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HHkOF1004558; Fri, 17 Jan 2003 09:46:24 -0800 (PST) Message-Id: <200301171746.h0HHkOF1004558@repoman.freebsd.org> From: Josef Karthauser Date: Fri, 17 Jan 2003 09:46:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2003/01/17 09:46:24 PST Modified files: (Branch: RELENG_4) sys/dev/usb usb_subr.c Log: MFC: revision 1.53 Some devices fail to return a full device descriptor, but will return it if requested again. Try a few times before giving up. Revision Changes Path 1.23.2.8 +7 -1 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 9:47:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C0537B401; Fri, 17 Jan 2003 09:47:12 -0800 (PST) Received: from randomservers.com (randomservers.com [198.78.65.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C70943E4A; Fri, 17 Jan 2003 09:47:12 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [198.78.65.158]) by randomservers.com (8.12.6/8.12.6) with ESMTP id h0HHhdM1037901 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 17 Jan 2003 09:43:39 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from localhost (joseph@localhost) by randomservers.com (8.12.6/8.12.6/Submit) with ESMTP id h0HHhdfU037898; Fri, 17 Jan 2003 09:43:39 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Fri, 17 Jan 2003 09:43:39 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers.com To: Kris Kennaway Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games Makefile ports/games/tads Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/tads/files patch-makefile In-Reply-To: <200301170850.h0H8oNjH011628@repoman.freebsd.org> Message-ID: <20030117094236.O24704@randomservers.com> References: <200301170850.h0H8oNjH011628@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=2.2 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, SUBJ_HAS_SPACES,SUBJ_HAS_UNIQ_ID,X_AUTH_WARNING version=2.43 X-Spam-Level: ss Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Kris Kennaway wrote: > kris 2003/01/17 00:50:23 PST > > Modified files: > games Makefile > Added files: > games/tads Makefile distinfo pkg-comment pkg-descr > pkg-plist > games/tads/files patch-makefile > Log: > Add tads 2.5.7, a compiler, debugger and runtime interpreter of > adventure games/interactive fiction. See > > http://www.igs.net/~tril/if/best/ > > for sample game files. Is this the same as PR ports/43477 (New port: tads2 (Tools for writing and playing TADS 2 games))? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:12:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 042C737B401; Fri, 17 Jan 2003 10:12:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABC943F6B; Fri, 17 Jan 2003 10:12:24 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HICOfh015065; Fri, 17 Jan 2003 10:12:24 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HICO5o015064; Fri, 17 Jan 2003 10:12:24 -0800 (PST) Message-Id: <200301171812.h0HICO5o015064@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Jan 2003 10:12:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brueffer 2003/01/17 10:12:24 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: 1) Correct submitters email address 2) Move Paul Traina (pst) from developers to alumni 1) Submitted by: Thomas E. Zander Approved by: ceri (mentor) Revision Changes Path 1.317 +4 -5 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:22:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB22337B4E1; Fri, 17 Jan 2003 10:22:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA4143F13; Fri, 17 Jan 2003 10:22:51 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIMpfh018722; Fri, 17 Jan 2003 10:22:51 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIMovQ018721; Fri, 17 Jan 2003 10:22:50 -0800 (PST) Message-Id: <200301171822.h0HIMovQ018721@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 17 Jan 2003 10:22:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/scons Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2003/01/17 10:22:50 PST Modified files: devel/scons Makefile distinfo pkg-plist Log: Update to 0.10 Revision Changes Path 1.8 +1 -1 ports/devel/scons/Makefile 1.6 +1 -1 ports/devel/scons/distinfo 1.5 +3 -0 ports/devel/scons/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:32:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051F537B401; Fri, 17 Jan 2003 10:32:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA4C43ED8; Fri, 17 Jan 2003 10:32:39 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIWdfh022299; Fri, 17 Jan 2003 10:32:39 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIWdl9022298; Fri, 17 Jan 2003 10:32:39 -0800 (PST) Message-Id: <200301171832.h0HIWdl9022298@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 10:32:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.alpha files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 files.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 10:32:39 PST Modified files: sys/conf files files.alpha files.i386 files.ia64 files.pc98 files.powerpc files.sparc64 files.x86_64 Log: Move subr_disklabel.c and subr_diskslice.c from being MI to MD files, so that they can be left out where they are unneeded. Revision Changes Path 1.748 +0 -2 src/sys/conf/files 1.96 +2 -0 src/sys/conf/files.alpha 1.431 +2 -0 src/sys/conf/files.i386 1.43 +2 -0 src/sys/conf/files.ia64 1.256 +2 -0 src/sys/conf/files.pc98 1.22 +2 -0 src/sys/conf/files.powerpc 1.35 +2 -0 src/sys/conf/files.sparc64 1.6 +2 -0 src/sys/conf/files.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:39:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6926437B401; Fri, 17 Jan 2003 10:39:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BEC43EB2; Fri, 17 Jan 2003 10:39:50 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIdnfh022563; Fri, 17 Jan 2003 10:39:49 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIdniJ022562; Fri, 17 Jan 2003 10:39:49 -0800 (PST) Message-Id: <200301171839.h0HIdniJ022562@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 10:39:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 10:39:49 PST Modified files: sys/dev/pccard pccarddevs Log: Add Allied Telesis WR211PCM. Revision Changes Path 1.40 +1 -0 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:40:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A204937B401; Fri, 17 Jan 2003 10:40:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A3243F3F; Fri, 17 Jan 2003 10:40:32 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIeWfh023947; Fri, 17 Jan 2003 10:40:32 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIeWKs023940; Fri, 17 Jan 2003 10:40:32 -0800 (PST) Message-Id: <200301171840.h0HIeWKs023940@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 10:40:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 10:40:32 PST Modified files: sys/dev/pccard pccarddevs.h Log: Regen. Revision Changes Path 1.40 +4 -1 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:41:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A061537B401; Fri, 17 Jan 2003 10:41:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 475FC43F1E; Fri, 17 Jan 2003 10:41:33 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIfXfh026009; Fri, 17 Jan 2003 10:41:33 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIfXul026008; Fri, 17 Jan 2003 10:41:33 -0800 (PST) Message-Id: <200301171841.h0HIfXul026008@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 10:41:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 10:41:33 PST Modified files: sys/dev/wi if_wi_pccard.c Log: Add Allied Telesis WR211PCM. Revision Changes Path 1.16 +1 -0 src/sys/dev/wi/if_wi_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:50: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4995A37B401; Fri, 17 Jan 2003 10:50:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66D643E4A; Fri, 17 Jan 2003 10:50:00 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIo0fh026265; Fri, 17 Jan 2003 10:50:00 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIo0o5026264; Fri, 17 Jan 2003 10:50:00 -0800 (PST) Message-Id: <200301171850.h0HIo0o5026264@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 10:50:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 10:50:00 PST Modified files: etc/defaults pccard.conf Log: Add Allied Telesis WR211PCM. Revision Changes Path 1.255 +6 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 10:51:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B6037B401; Fri, 17 Jan 2003 10:51:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699B243F13; Fri, 17 Jan 2003 10:51:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HIpMfh029655; Fri, 17 Jan 2003 10:51:22 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HIpMMb029654; Fri, 17 Jan 2003 10:51:22 -0800 (PST) Message-Id: <200301171851.h0HIpMMb029654@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Jan 2003 10:51:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/17 10:51:22 PST Modified files: usr.sbin/sysinstall devices.c Log: Add 'vlan' as a network device. Tested by: dcs Revision Changes Path 1.144 +1 -0 src/usr.sbin/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11: 4: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35AF37B401; Fri, 17 Jan 2003 11:04:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B03543E4A; Fri, 17 Jan 2003 11:04:06 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJ46fh033267; Fri, 17 Jan 2003 11:04:06 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJ4633033266; Fri, 17 Jan 2003 11:04:06 -0800 (PST) Message-Id: <200301171904.h0HJ4633033266@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 11:04:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 11:04:06 PST Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: MFC: Revision 1.255. Revision Changes Path 1.98.2.34 +18 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11: 5:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA037B401; Fri, 17 Jan 2003 11:05:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2A743EB2; Fri, 17 Jan 2003 11:05:32 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJ5Wfh033419; Fri, 17 Jan 2003 11:05:32 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJ5WnF033418; Fri, 17 Jan 2003 11:05:32 -0800 (PST) Message-Id: <200301171905.h0HJ5WnF033418@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Jan 2003 11:05:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dispatch.c dist.c dist.h install.c menus.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/17 11:05:32 PST Modified files: usr.sbin/sysinstall dispatch.c dist.c dist.h install.c menus.c sysinstall.h Log: - Rename installFixupBin to installFixupBase to finish up the 'bin' to 'base' dist rename. - Rework struct dist to allow for different types of dists. There are currently three types of dists: DT_TARBALL, the traditonal gzipped and split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in the tree that has its own array of dists as its contents. For example, the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table that contains 'sbase', 'ssys', etc. - Add helper macros for defining array entries for the different types of dists to try and make the statically defined dist table in dist.c more readable. - Split the logic to deal with a DT_TARBALL dist out of distExtract() and into its own distExtractTarball() function. distExtract() now calls other functions to extract each dist. - Tweak the percentage complete calculation in distExtractTarball() to do the multiply prior to the divide so it doesn't have to use floating point. - Axe the installPackage() function along with the special handling for the perl and XFree86 dists in distExtractAll() since distExtract() handles package dists directly now. - Add back in subdists for the X packages based on the split up packages that XFree86-4 uses that as closely map to the X dists we used with X 3.3.x. - Lots of things like distSetX() and the X dist masks are no longer #ifndef X_AS_PKG since we use them in both cases now. - Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only call it in that case anyways, and it's not suitable for the X_AS_PKG case. - Add in X dist menus for the X_AS_PKG case. Approved by: re Revision Changes Path 1.45 +1 -1 src/usr.sbin/sysinstall/dispatch.c 1.218 +450 -431 src/usr.sbin/sysinstall/dist.c 1.56 +24 -1 src/usr.sbin/sysinstall/dist.h 1.339 +3 -16 src/usr.sbin/sysinstall/install.c 1.366 +82 -16 src/usr.sbin/sysinstall/menus.c 1.240 +5 -8 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11: 6: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755E737B401; Fri, 17 Jan 2003 11:05:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4AE43E4A; Fri, 17 Jan 2003 11:05:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJ5wfh033448; Fri, 17 Jan 2003 11:05:58 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJ5w2f033447; Fri, 17 Jan 2003 11:05:58 -0800 (PST) Message-Id: <200301171905.h0HJ5w2f033447@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 11:05:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disklabel.c subr_diskslice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 11:05:58 PST Modified files: sys/kern subr_disklabel.c subr_diskslice.c Log: Move dkmodpart() from subr_diskslice.c to subr_disklabel.c. Revision Changes Path 1.74 +6 -0 src/sys/kern/subr_disklabel.c 1.112 +0 -6 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:10:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BD937B401 for ; Fri, 17 Jan 2003 11:10:15 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE0743F1E for ; Fri, 17 Jan 2003 11:10:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 27472 invoked from network); 17 Jan 2003 19:10:18 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Jan 2003 19:10:18 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0HJAAUT019122; Fri, 17 Jan 2003 14:10:11 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301171905.h0HJ5WnF033418@repoman.freebsd.org> Date: Fri, 17 Jan 2003 14:10:11 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/usr.sbin/sysinstall dispatch.c dist.c dist.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Jan-2003 John Baldwin wrote: > jhb 2003/01/17 11:05:32 PST > > Modified files: > usr.sbin/sysinstall dispatch.c dist.c dist.h install.c > menus.c sysinstall.h > Log: > - Rename installFixupBin to installFixupBase to finish up the 'bin' to > 'base' dist rename. > - Rework struct dist to allow for different types of dists. There are > currently three types of dists: DT_TARBALL, the traditonal gzipped and > split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in > the tree that has its own array of dists as its contents. For example, > the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE > dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table > that contains 'sbase', 'ssys', etc. > - Add helper macros for defining array entries for the different types of > dists to try and make the statically defined dist table in dist.c more > readable. > - Split the logic to deal with a DT_TARBALL dist out of distExtract() > and into its own distExtractTarball() function. distExtract() now > calls other functions to extract each dist. > - Tweak the percentage complete calculation in distExtractTarball() to > do the multiply prior to the divide so it doesn't have to use floating > point. > - Axe the installPackage() function along with the special handling for > the perl and XFree86 dists in distExtractAll() since distExtract() > handles package dists directly now. > - Add back in subdists for the X packages based on the split up packages > that XFree86-4 uses that as closely map to the X dists we used with > X 3.3.x. > - Lots of things like distSetX() and the X dist masks are no longer > #ifndef X_AS_PKG since we use them in both cases now. > - Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only > call it in that case anyways, and it's not suitable for the X_AS_PKG > case. > - Add in X dist menus for the X_AS_PKG case. > > Approved by: re I am considering MFC'ing this for 4.8. Once that is done I will axe the support for the 3.3.x X bits in HEAD. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:10:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3006637B448; Fri, 17 Jan 2003 11:10:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC77143F65; Fri, 17 Jan 2003 11:10:18 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJAIfh034069; Fri, 17 Jan 2003 11:10:18 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJAI8D034067; Fri, 17 Jan 2003 11:10:18 -0800 (PST) Message-Id: <200301171910.h0HJAI8D034067@repoman.freebsd.org> From: Tony Finch Date: Fri, 17 Jan 2003 11:10:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdef.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2003/01/17 11:10:18 PST Modified files: usr.bin/unifdef unifdef.c Log: Add a necessary cast, because ptrdiff_t isn't necessarily the same as int. Obtained from: OpenBSD Revision Changes Path 1.13 +1 -1 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:12: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B8A37B401; Fri, 17 Jan 2003 11:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC2843EB2; Fri, 17 Jan 2003 11:12:02 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJC2fh037021; Fri, 17 Jan 2003 11:12:02 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJC2NO037020; Fri, 17 Jan 2003 11:12:02 -0800 (PST) Message-Id: <200301171912.h0HJC2NO037020@repoman.freebsd.org> From: Tony Finch Date: Fri, 17 Jan 2003 11:12:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef unifdef.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2003/01/17 11:12:02 PST Modified files: usr.bin/unifdef unifdef.c Log: Style fixes: brackets around the argument of return, and removal of excess space. Obtained from: OpenBSD Revision Changes Path 1.14 +36 -36 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:15:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B01337B401; Fri, 17 Jan 2003 11:15:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A7843EB2; Fri, 17 Jan 2003 11:15:27 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJFQfh037145; Fri, 17 Jan 2003 11:15:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJFQW5037144; Fri, 17 Jan 2003 11:15:26 -0800 (PST) Message-Id: <200301171915.h0HJFQW5037144@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 11:15:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 11:15:26 PST Modified files: sys/conf files.sparc64 Log: Sparc64 does not need subr_diskslice.c and subr_mbr.c now. Revision Changes Path 1.36 +0 -2 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:20: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5536437B401; Fri, 17 Jan 2003 11:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F159F43ED8; Fri, 17 Jan 2003 11:20:00 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJK0fh037243; Fri, 17 Jan 2003 11:20:00 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJK0Qg037242; Fri, 17 Jan 2003 11:20:00 -0800 (PST) Message-Id: <200301171920.h0HJK0Qg037242@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 17 Jan 2003 11:20:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/17 11:20:00 PST Modified files: sys/kern uipc_socket.c Log: Disallow listen() on sockets which are in the SS_ISCONNECTED or SS_ISCONNECTING state, returning EINVAL (which is what POSIX mandates in this case). listen() on connected or connecting sockets would cause them to enter a bad state; in the TCP case, this could cause sockets to go catatonic or panics, depending on how the socket was connected. Reviewed by: -net MFC after: 2 weeks Revision Changes Path 1.143 +4 -0 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:25:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5B437B401; Fri, 17 Jan 2003 11:25:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABF743EB2; Fri, 17 Jan 2003 11:25:27 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJPRfh040751; Fri, 17 Jan 2003 11:25:27 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJPRHn040750; Fri, 17 Jan 2003 11:25:27 -0800 (PST) Message-Id: <200301171925.h0HJPRHn040750@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 17 Jan 2003 11:25:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys listen.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/17 11:25:27 PST Modified files: lib/libc/sys listen.2 Log: Document that listen() can return EINVAL now. Revision Changes Path 1.27 +2 -0 src/lib/libc/sys/listen.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:28:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9137C37B401; Fri, 17 Jan 2003 11:28:23 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C30043EB2; Fri, 17 Jan 2003 11:28:21 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id h0HJSJMD047051; Fri, 17 Jan 2003 20:28:19 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0HJSJ45047050; Fri, 17 Jan 2003 20:28:19 +0100 (CET) Date: Fri, 17 Jan 2003 20:28:19 +0100 From: Wilko Bulte To: Wilko Bulte Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20030117202819.A47017@freebie.xs4all.nl> References: <200301142200.h0EM0Rho074427@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200301142200.h0EM0Rho074427@repoman.freebsd.org>; from wilko@FreeBSD.ORG on Tue, Jan 14, 2003 at 02:00:27PM -0800 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 14, 2003 at 02:00:27PM -0800, Wilko Bulte wrote: > wilko 2003/01/14 14:00:27 PST > > Modified files: > en/donations wantlist.sgml > Log: > Add desire for Toshiba Libretto mini-notebook to be used > for core-secretary work when travelling (notably when travelling by > motorbike). Triggered by the concerned souls sending me private email: there is this mutex that makes me EITHER ride a bike OR hack on a laptop. Not both at the same time ;-) -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:36:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7EE37B401; Fri, 17 Jan 2003 11:36:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2459043E4A; Fri, 17 Jan 2003 11:36:15 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJaEfh044392; Fri, 17 Jan 2003 11:36:14 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJaERZ044391; Fri, 17 Jan 2003 11:36:14 -0800 (PST) Message-Id: <200301171936.h0HJaERZ044391@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 11:36:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys diskslice.h src/sys/kern subr_diskslice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 11:36:14 PST Modified files: sys/sys diskslice.h sys/kern subr_diskslice.c Log: Remove the unused DSO_* options. Revision Changes Path 1.113 +6 -31 src/sys/kern/subr_diskslice.c 1.44 +0 -5 src/sys/sys/diskslice.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:37:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358CF37B401; Fri, 17 Jan 2003 11:37:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCEA43F5B; Fri, 17 Jan 2003 11:37:55 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJbtfh044460; Fri, 17 Jan 2003 11:37:55 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJbtxS044459; Fri, 17 Jan 2003 11:37:55 -0800 (PST) Message-Id: <200301171937.h0HJbtxS044459@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 11:37:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disklabel.c subr_diskmbr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 11:37:55 PST Modified files: sys/kern subr_disklabel.c subr_diskmbr.c Log: Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c Revision Changes Path 1.75 +16 -0 src/sys/kern/subr_disklabel.c 1.60 +0 -17 src/sys/kern/subr_diskmbr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 11:44:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4703537B40B; Fri, 17 Jan 2003 11:44:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D421C43ED8; Fri, 17 Jan 2003 11:44:11 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HJiBfh047998; Fri, 17 Jan 2003 11:44:11 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HJiBpv047997; Fri, 17 Jan 2003 11:44:11 -0800 (PST) Message-Id: <200301171944.h0HJiBpv047997@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 17 Jan 2003 11:44:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype2 Makefile distinfo pkg-plist ports/print/freetype2/files patch-include::freetype::config::ftoption.h patch-xft-fonts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/17 11:44:11 PST Modified files: print/freetype2 Makefile distinfo pkg-plist print/freetype2/files patch-include::freetype::config::ftoption.h Removed files: print/freetype2/files patch-xft-fonts Log: Update to 2.1.3. Revision Changes Path 1.42 +1 -2 ports/print/freetype2/Makefile 1.21 +1 -1 ports/print/freetype2/distinfo 1.5 +6 -15 ports/print/freetype2/files/patch-include::freetype::config::ftoption.h 1.2 +0 -33 ports/print/freetype2/files/patch-xft-fonts (dead) 1.25 +5 -0 ports/print/freetype2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 12: 2:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DE237B401; Fri, 17 Jan 2003 12:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEFA43EB2; Fri, 17 Jan 2003 12:02:46 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HK2kfh055047; Fri, 17 Jan 2003 12:02:46 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HK2kWL055046; Fri, 17 Jan 2003 12:02:46 -0800 (PST) Message-Id: <200301172002.h0HK2kWL055046@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 12:02:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 12:02:46 PST Modified files: sys/conf files.alpha Log: We do not need subr_diskslice.c and subr_diskmbr.c any more on alpha. Revision Changes Path 1.97 +0 -2 src/sys/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 13:55:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA86737B401; Fri, 17 Jan 2003 13:55:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7A543F13; Fri, 17 Jan 2003 13:55:17 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HLtHfh094023; Fri, 17 Jan 2003 13:55:17 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HLtHkj094022; Fri, 17 Jan 2003 13:55:17 -0800 (PST) Message-Id: <200301172155.h0HLtHkj094022@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Jan 2003 13:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/17 13:55:17 PST Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.pl Log: Use the release-specific index if there is one. Bump version number and copyright year. Revision Changes Path 1.24 +1 -2 ports/misc/porteasy/Makefile 1.30 +15 -11 ports/misc/porteasy/src/porteasy.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 13:56: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA09E37B401; Fri, 17 Jan 2003 13:56:07 -0800 (PST) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363C643EB2; Fri, 17 Jan 2003 13:56:07 -0800 (PST) (envelope-from gsutter@zer0.org) Received: by mail1.zer0.org (Postfix, from userid 1001) id 015FB239A0B; Fri, 17 Jan 2003 13:56:06 -0800 (PST) Date: Fri, 17 Jan 2003 13:56:06 -0800 From: Gregory Sutter To: Alfred Perlstein Cc: Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117215606.GA29071@klapaucius.zer0.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <20030116185115.GQ33821@elvis.mu.org> Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-Message-Flag: Ditch this virus-ridden Outlook crap and get a real mailer! X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003-01-16 10:51 -0800, Alfred Perlstein wrote: > In the light of the security issues here and request for silence > about the issue, perhaps we can post a followup to -developers after > such a commit and at a later date follow up with a forced commit > when things are "safe" to completely explain the issue. That is excellent advice on a subject that has come up before and surely will again. Perhaps it should be codified in the Committers' Guide? The only change I'll suggest is that the followup be sent to cvs-committers and cvs-all instead of developers; more than just those with CVS privileges follow the commit logs, and I'm sure all will be interested in reading the commit logs and followup messages so they can better judge their systems' vulnerability. Greg --=20 Gregory S. Sutter "Happiness isn't good enough mailto:gsutter@zer0.org for me! I demand euphoria!" http://www.zer0.org/~gsutter/ --Calvin (Bill Watterson) hkp://wwwkeys.pgp.net/0x845DFEDD --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE+KHv2IBUx1YRd/t0RAnOTAJ0fohP499I2p36mVtPDtVLQxY+jVACeMfNx EyWC9ThZNYvUxkB+xlXkwtY= =iiZM -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 1:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECBFF37B401; Fri, 17 Jan 2003 14:01:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E8043F13; Fri, 17 Jan 2003 14:01:54 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HM1sfh097505; Fri, 17 Jan 2003 14:01:54 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HM1sGS097504; Fri, 17 Jan 2003 14:01:54 -0800 (PST) Message-Id: <200301172201.h0HM1sGS097504@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Jan 2003 14:01:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/17 14:01:54 PST Modified files: (Branch: RELENG_4) sbin/mount mount.8 Log: MFC rev 1.54: mention implications of non-superuser mounts. Revision Changes Path 1.31.2.10 +4 -0 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 2:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7E737B401; Fri, 17 Jan 2003 14:02:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4606243F5B; Fri, 17 Jan 2003 14:02:26 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HM2Qfh097542; Fri, 17 Jan 2003 14:02:26 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HM2Qco097541; Fri, 17 Jan 2003 14:02:26 -0800 (PST) Message-Id: <200301172202.h0HM2Qco097541@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 14:02:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/gfaim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 14:02:26 PST Modified files: french/gfaim Makefile Log: maintainer update: fix path to database $(DATABASE) is not set at compile time. PR: ports/47165 Submitted by: Clement Laforet Revision Changes Path 1.2 +3 -0 ports/french/gfaim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 2:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1639537B401; Fri, 17 Jan 2003 14:02:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AE143F13; Fri, 17 Jan 2003 14:02:42 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HM2gfh097568; Fri, 17 Jan 2003 14:02:42 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HM2gKk097567; Fri, 17 Jan 2003 14:02:42 -0800 (PST) Message-Id: <200301172202.h0HM2gKk097567@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Jan 2003 14:02:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mount.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2003/01/17 14:02:42 PST Modified files: (Branch: RELENG_4) lib/libc/sys mount.2 Log: MFC rev 1.33: document the implications of non-superuser mounts. Revision Changes Path 1.20.2.8 +15 -2 src/lib/libc/sys/mount.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 2:56 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 91AF337B407; Fri, 17 Jan 2003 14:02:54 -0800 (PST) Date: Fri, 17 Jan 2003 14:02:54 -0800 From: Juli Mallett To: Gregory Sutter Cc: Alfred Perlstein , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117140254.A96500@FreeBSD.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> <20030117215606.GA29071@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030117215606.GA29071@klapaucius.zer0.org>; from gsutter@zer0.org on Fri, Jan 17, 2003 at 01:56:06PM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Gregory Sutter [ Data: 2003-01-17 ] [ Subjecte: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_ > On 2003-01-16 10:51 -0800, Alfred Perlstein wrote: > > In the light of the security issues here and request for silence > > about the issue, perhaps we can post a followup to -developers after > > such a commit and at a later date follow up with a forced commit > > when things are "safe" to completely explain the issue. > > That is excellent advice on a subject that has come up before and > surely will again. Perhaps it should be codified in the Committers' > Guide? > > The only change I'll suggest is that the followup be sent to > cvs-committers and cvs-all instead of developers; more than just > those with CVS privileges follow the commit logs, and I'm sure all > will be interested in reading the commit logs and followup messages > so they can better judge their systems' vulnerability. They will find out when the forced commit happens, in such a scenario. If the vulnerability cannot be disclosed immediately, then other developers should probably be made aware that there *IS* one, and that information is comign, at the very least. Otherwise, keeping it quiet can be good. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 6:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67EB37B401; Fri, 17 Jan 2003 14:06:13 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5A443EB2; Fri, 17 Jan 2003 14:06:12 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id h0HM68CJ081736 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 17 Jan 2003 17:06:09 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h0HM68lZ081733; Fri, 17 Jan 2003 17:06:08 -0500 (EST) (envelope-from wollman) Date: Fri, 17 Jan 2003 17:06:08 -0500 (EST) From: Garrett Wollman Message-Id: <200301172206.h0HM68lZ081733@khavrinen.lcs.mit.edu> To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c src/bin/realpath realpath.c In-Reply-To: <20030116.105850.128048106.imp@bsdimp.com> References: <20030116051916.E58850@espresso.q9media.com> <20030117033631.F3152-100000@gamplex.bde.org> <20030116.105850.128048106.imp@bsdimp.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Even in the MAXPATHLEN case, there are potential problems. It > wouldn't work if, say, the stack was exhausted when the function was > called. You have to draw the line at some classes of errors and say > they won't happen enough to be worth the effort it is to code them up. In the general case, POSIX programs must work when there is no {PATH_MAX} limit at all (that is to say, pathnames are not limited in length).[1] There is a known bug in the standard for this particular function that it does not provide a way of dealing with this. The result of the interpretations process was a recommendation that implementors implement the GNU libc extension, whereby a null `resolved_name' parameter causes the function to allocate enough space on its own -- this will probably be included in the next major revision of the standard. -GAWollman [1] The GNU Hurd is an operating system on which this is true, and it was the Hurd developers who first pointed out this error in the standard. Unfortunately, this problem was identified too late in the process to fix it in the 2001 revision. The Standard does in general allow for the absence of a limit on pathname length. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 9:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD87537B401; Fri, 17 Jan 2003 14:09:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550F343F1E; Fri, 17 Jan 2003 14:09:31 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HM9Vfh097755; Fri, 17 Jan 2003 14:09:31 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HM9CDK097754; Fri, 17 Jan 2003 14:09:12 -0800 (PST) Message-Id: <200301172209.h0HM9CDK097754@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 14:09:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 14:09:12 PST Modified files: sys/conf files.ia64 Log: ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. Revision Changes Path 1.44 +0 -2 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14: 9:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C107A37B507; Fri, 17 Jan 2003 14:09:38 -0800 (PST) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55C443F3F; Fri, 17 Jan 2003 14:09:37 -0800 (PST) (envelope-from gsutter@zer0.org) Received: by mail1.zer0.org (Postfix, from userid 1001) id B1D6B239A05; Fri, 17 Jan 2003 14:09:37 -0800 (PST) Date: Fri, 17 Jan 2003 14:09:37 -0800 From: Gregory Sutter To: Juli Mallett Cc: Alfred Perlstein , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117220937.GV2964@klapaucius.zer0.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> <20030117215606.GA29071@klapaucius.zer0.org> <20030117140254.A96500@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4YkaNtrv9TjfxRWe" Content-Disposition: inline In-Reply-To: <20030117140254.A96500@FreeBSD.org> Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-Message-Flag: Ditch this virus-ridden Outlook crap and get a real mailer! X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --4YkaNtrv9TjfxRWe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003-01-17 14:02 -0800, Juli Mallett wrote: > * De: Gregory Sutter [ Data: 2003-01-17 ] > > On 2003-01-16 10:51 -0800, Alfred Perlstein wrote: > > > In the light of the security issues here and request for silence > > > about the issue, perhaps we can post a followup to -developers after > > > such a commit and at a later date follow up with a forced commit > > > when things are "safe" to completely explain the issue. > >=20 > > That is excellent advice on a subject that has come up before and > > surely will again. Perhaps it should be codified in the Committers' > > Guide? > >=20 > > The only change I'll suggest is that the followup be sent to > > cvs-committers and cvs-all instead of developers; more than just > > those with CVS privileges follow the commit logs, and I'm sure all > > will be interested in reading the commit logs and followup messages > > so they can better judge their systems' vulnerability. >=20 > They will find out when the forced commit happens, in such a scenario. > If the vulnerability cannot be disclosed immediately, then other develope= rs > should probably be made aware that there *IS* one, and that information > is comign, at the very least. Otherwise, keeping it quiet can be good. Ah, right. An immediate message to developers and later forced commit. Somehow I misread that the first time such that both the message and the forced commit would come only after the public release of security information. Sorry. What do you think of codifying the situation in the Committer's Guide? Greg --=20 Gregory S. Sutter Fighting ignorance since 1975! mailto:gsutter@zer0.org (It's taking longer than I thought.) http://www.zer0.org/~gsutter/ hkp://wwwkeys.pgp.net/0x845DFEDD --4YkaNtrv9TjfxRWe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE+KH8hIBUx1YRd/t0RAj8cAJ4tPk6BrJg2Jdg+YNNMH4JkWx+2NACcDAuZ UuEMdq6BEWw/SJeBDgYHSVI= =AssI -----END PGP SIGNATURE----- --4YkaNtrv9TjfxRWe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:11:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DAC537B401; Fri, 17 Jan 2003 14:11:42 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C74B43EB2; Fri, 17 Jan 2003 14:11:41 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5D4DBAE25C; Fri, 17 Jan 2003 14:11:41 -0800 (PST) Date: Fri, 17 Jan 2003 14:11:41 -0800 From: Alfred Perlstein To: Gregory Sutter Cc: Juli Mallett , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117221141.GT33821@elvis.mu.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> <20030117215606.GA29071@klapaucius.zer0.org> <20030117140254.A96500@FreeBSD.org> <20030117220937.GV2964@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030117220937.GV2964@klapaucius.zer0.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Gregory Sutter [030117 14:09] wrote: > > Ah, right. An immediate message to developers and later forced > commit. Somehow I misread that the first time such that both the > message and the forced commit would come only after the public > release of security information. Sorry. > > What do you think of codifying the situation in the Committer's Guide? I think it's a great idea, when will you be done? :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:18:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9411437B401; Fri, 17 Jan 2003 14:18:15 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD7243EB2; Fri, 17 Jan 2003 14:18:14 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0HMIE2G066869; Fri, 17 Jan 2003 14:18:14 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.6/8.12.6/Submit) id h0HMIETL066868; Fri, 17 Jan 2003 14:18:14 -0800 (PST) Date: Fri, 17 Jan 2003 14:18:14 -0800 From: Marcel Moolenaar To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.ia64 Message-ID: <20030117221814.GA66837@ns1.xcllnt.net> References: <200301172209.h0HM9CDK097754@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301172209.h0HM9CDK097754@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 17, 2003 at 02:09:12PM -0800, Poul-Henning Kamp wrote: > phk 2003/01/17 14:09:12 PST > > Modified files: > sys/conf files.ia64 > Log: > ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. Thanks! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:31:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140F237B401; Fri, 17 Jan 2003 14:31:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7AE43F65; Fri, 17 Jan 2003 14:31:43 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HMVhfh008394; Fri, 17 Jan 2003 14:31:43 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HMVh2W008393; Fri, 17 Jan 2003 14:31:43 -0800 (PST) Message-Id: <200301172231.h0HMVh2W008393@repoman.freebsd.org> From: Chris Costello Date: Fri, 17 Jan 2003 14:31:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www includes.xsl page.css X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/17 14:31:43 PST Modified files: trustedbsd/www includes.xsl page.css Log: Use stylesheets to set margins instead of body attributes. s/body/BODY/ in the stylesheet. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.4 +1 -4 projects/trustedbsd/www/includes.xsl 1.4 +3 -2 projects/trustedbsd/www/page.css To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:36: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D73A37B401; Fri, 17 Jan 2003 14:36:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72FD43ED8; Fri, 17 Jan 2003 14:36:05 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HMa5fh008550; Fri, 17 Jan 2003 14:36:05 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HMa5rW008549; Fri, 17 Jan 2003 14:36:05 -0800 (PST) Message-Id: <200301172236.h0HMa5rW008549@repoman.freebsd.org> From: Gary Jennejohn Date: Fri, 17 Jan 2003 14:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-devel distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2003/01/17 14:36:05 PST Modified files: editors/xemacs-devel distinfo Log: Also update distinfo to reflect the update to 21.4.12. Revision Changes Path 1.20 +3 -3 ports/editors/xemacs-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:48:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC3737B401; Fri, 17 Jan 2003 14:48:56 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F68243ED8; Fri, 17 Jan 2003 14:48:55 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org (12-240-204-110.client.attbi.com[12.240.204.110]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <2003011722485400200mka0be>; Fri, 17 Jan 2003 22:48:54 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id h0HMmrA8092860; Fri, 17 Jan 2003 14:48:53 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id h0HMmrkC092859; Fri, 17 Jan 2003 14:48:53 -0800 (PST) Message-Id: <200301172248.h0HMmrkC092859@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20021120 with nmh-1.0.4 To: Alfred Perlstein Cc: Gregory Sutter , Juli Mallett , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com In-Reply-To: <20030117221141.GT33821@elvis.mu.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> <20030117215606.GA29071@klapaucius.zer0.org> <20030117140254.A96500@FreeBSD.org> <20030117220937.GV2964@klapaucius.zer0.org> <20030117221141.GT33821@elvis.mu.org> Comments: In-reply-to Alfred Perlstein message dated "Fri, 17 Jan 2003 14:11:41 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1950045305P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 17 Jan 2003 14:48:53 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_1950045305P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alfred Perlstein wrote: > * Gregory Sutter [030117 14:09] wrote: > > > > Ah, right. An immediate message to developers and later forced > > commit. Somehow I misread that the first time such that both the > > message and the forced commit would come only after the public > > release of security information. Sorry. > > > > What do you think of codifying the situation in the Committer's Guide? > > I think it's a great idea, when will you be done? :) It sounds to me like you (pl.) are advocating early disclosure of security vulnerability information to a set of several hundred people, at a time when generally, only a handful of people have need-to-know. (In case it's not clear, this idea scares me greatly.) Bruce. --==_Exmh_1950045305P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE+KIhV2MoxcVugUsMRArbCAKChhMN4zxD8hrZ47p3Lfib4CiIoBgCePD6G zHAEaHcqTkgrn6T4lnaaAug= =D8RO -----END PGP SIGNATURE----- --==_Exmh_1950045305P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:52:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F151037B401; Fri, 17 Jan 2003 14:52:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FFC43EB2; Fri, 17 Jan 2003 14:52:50 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HMqofh015599; Fri, 17 Jan 2003 14:52:50 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HMqoOq015598; Fri, 17 Jan 2003 14:52:50 -0800 (PST) Message-Id: <200301172252.h0HMqoOq015598@repoman.freebsd.org> From: Udo Erdelhoff Date: Fri, 17 Jan 2003 14:52:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de/releases Makefile www/de/releases/5.0R Makefile docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html hardware.sgml installation-alpha.html ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/17 14:52:50 PST Modified files: de/releases Makefile Added files: de/releases/5.0R Makefile docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html hardware.sgml installation-alpha.html installation-i386.html installation-ia64.html installation-pc98.html installation-sparc64.html installation.sgml readme.html relnotes-alpha.html relnotes-i386.html relnotes-ia64.html relnotes-pc98.html relnotes-sparc64.html relnotes.sgml Log: The German version of the web version of the 5.0-RELEASE notes And to quote Bruce, this does not consitute an official announcement of the release, either. Revision Changes Path 1.1 +35 -0 www/de/releases/5.0R/Makefile (new) 1.1 +161 -0 www/de/releases/5.0R/docbook.css (new) 1.1 +583 -0 www/de/releases/5.0R/early-adopter.html (new) 1.1 +344 -0 www/de/releases/5.0R/errata.html (new) 1.1 +6062 -0 www/de/releases/5.0R/hardware-alpha.html (new) 1.1 +4677 -0 www/de/releases/5.0R/hardware-i386.html (new) 1.1 +620 -0 www/de/releases/5.0R/hardware-ia64.html (new) 1.1 +3150 -0 www/de/releases/5.0R/hardware-pc98.html (new) 1.1 +821 -0 www/de/releases/5.0R/hardware-sparc64.html (new) 1.1 +33 -0 www/de/releases/5.0R/hardware.sgml (new) 1.1 +1715 -0 www/de/releases/5.0R/installation-alpha.html (new) 1.1 +2306 -0 www/de/releases/5.0R/installation-i386.html (new) 1.1 +1295 -0 www/de/releases/5.0R/installation-ia64.html (new) 1.1 +1456 -0 www/de/releases/5.0R/installation-pc98.html (new) 1.1 +1353 -0 www/de/releases/5.0R/installation-sparc64.html (new) 1.1 +33 -0 www/de/releases/5.0R/installation.sgml (new) 1.1 +610 -0 www/de/releases/5.0R/readme.html (new) 1.1 +3996 -0 www/de/releases/5.0R/relnotes-alpha.html (new) 1.1 +4163 -0 www/de/releases/5.0R/relnotes-i386.html (new) 1.1 +3946 -0 www/de/releases/5.0R/relnotes-ia64.html (new) 1.1 +4073 -0 www/de/releases/5.0R/relnotes-pc98.html (new) 1.1 +3974 -0 www/de/releases/5.0R/relnotes-sparc64.html (new) 1.1 +33 -0 www/de/releases/5.0R/relnotes.sgml (new) 1.2 +2 -2 www/de/releases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:56:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D22E937B401; Fri, 17 Jan 2003 14:56:35 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB71443F1E; Fri, 17 Jan 2003 14:56:29 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 768E866B60; Fri, 17 Jan 2003 14:56:29 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 57693161A; Fri, 17 Jan 2003 14:56:29 -0800 (PST) Date: Fri, 17 Jan 2003 14:56:29 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc Makefile ports/misc/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20030117225629.GA22856@rot13.obsecurity.org> References: <200301171258.h0HCwCZ6000659@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <200301171258.h0HCwCZ6000659@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 17, 2003 at 04:58:12AM -0800, Edwin Groothuis wrote: > edwin 2003/01/17 04:58:12 PST >=20 > Modified files: > misc Makefile=20 > Added files: > misc/pipebench Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 > Log: > New port: misc/pipebench > =20 > Pipebench shows current throughput/amount of data through a pip= e. The name and pkg-descr suggests this might have been better imported in the benchmarks category. Kris --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+KIocWry0BWjoQKURAomqAKDqVji6R4ynxdP+8flX6X4msiVevQCguXpE aBqUIZ6JCslSDFDz+TxE2ZY= =wSyM -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 14:58:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3EE37B401; Fri, 17 Jan 2003 14:58:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B7743F18; Fri, 17 Jan 2003 14:58:32 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HMwWfh015764; Fri, 17 Jan 2003 14:58:32 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HMwWUm015763; Fri, 17 Jan 2003 14:58:32 -0800 (PST) Message-Id: <200301172258.h0HMwWUm015763@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 17 Jan 2003 14:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys libkern.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/17 14:58:32 PST Modified files: sys/sys libkern.h Log: - Style fixes. - llabs() -> qabs(); long long isn't valid for the kernel. Submitted by: bde Revision Changes Path 1.36 +3 -3 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15: 1:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1AE837B401; Fri, 17 Jan 2003 15:01:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A8B43F1E; Fri, 17 Jan 2003 15:01:09 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HN19fh017623; Fri, 17 Jan 2003 15:01:09 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HN19Tf017620; Fri, 17 Jan 2003 15:01:09 -0800 (PST) Message-Id: <200301172301.h0HN19Tf017620@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 15:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 15:01:09 PST Modified files: sys/conf files.powerpc Log: Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace of why should be needed in the powerpc files. Not compile tested. Revision Changes Path 1.23 +0 -2 src/sys/conf/files.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15: 2:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17F4637B401; Fri, 17 Jan 2003 15:02:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA57F43ED8; Fri, 17 Jan 2003 15:02:13 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0HN2Dfh019262; Fri, 17 Jan 2003 15:02:13 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0HN2DUM019261; Fri, 17 Jan 2003 15:02:13 -0800 (PST) Message-Id: <200301172302.h0HN2DUM019261@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Jan 2003 15:02:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/17 15:02:13 PST Modified files: sys/conf files.x86_64 Log: Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces off a need for in the x86_64 files. Not compile tested. Revision Changes Path 1.7 +0 -2 src/sys/conf/files.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15: 7:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E6B37B401; Fri, 17 Jan 2003 15:07:44 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A03D43F13; Fri, 17 Jan 2003 15:07:43 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA08008; Sat, 18 Jan 2003 10:07:41 +1100 Date: Sat, 18 Jan 2003 10:08:54 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf files.ia64 In-Reply-To: <200301172209.h0HM9CDK097754@repoman.freebsd.org> Message-ID: <20030118100149.T9442-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Poul-Henning Kamp wrote: > phk 2003/01/17 14:09:12 PST > > Modified files: > sys/conf files.ia64 > Log: > ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. > > Revision Changes Path > 1.44 +0 -2 src/sys/conf/files.ia64 These files are not machine-dependent. If I had an ia64, then they would be needed for the fd and cd drivers, since my versions of the fd driver uses subr_diskslice.c directly and my version of the cd driver uses the disk mini-layer which uses subr_diskmbr.c in the NOGEOM case. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15:10: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0979337B401; Fri, 17 Jan 2003 15:10:01 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E76543EB2; Fri, 17 Jan 2003 15:10:00 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0HN9ZK1014439; Sat, 18 Jan 2003 00:09:35 +0100 (CET) (envelope-from phk@freebsd.org) To: Bruce Evans Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.ia64 From: phk@freebsd.org In-Reply-To: Your message of "Sat, 18 Jan 2003 10:08:54 +1100." <20030118100149.T9442-100000@gamplex.bde.org> Date: Sat, 18 Jan 2003 00:09:35 +0100 Message-ID: <14438.1042844975@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030118100149.T9442-100000@gamplex.bde.org>, Bruce Evans writes: >On Fri, 17 Jan 2003, Poul-Henning Kamp wrote: > >> phk 2003/01/17 14:09:12 PST >> >> Modified files: >> sys/conf files.ia64 >> Log: >> ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. >> >> Revision Changes Path >> 1.44 +0 -2 src/sys/conf/files.ia64 > >These files are not machine-dependent. If I had an ia64, then they >would be needed for the fd and cd drivers, since my versions of the >fd driver uses subr_diskslice.c directly and my version of the cd driver >uses the disk mini-layer which uses subr_diskmbr.c in the NOGEOM case. This time I'm absolutely sure I only committed to FreeBSD. BTW: you read arch@FreeBSD.org, right ? Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15:18:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220E237B401; Fri, 17 Jan 2003 15:18:18 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-179.dsl.lsan03.pacbell.net [64.169.106.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D29B43F18; Fri, 17 Jan 2003 15:18:17 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 506EE66E3D; Fri, 17 Jan 2003 15:18:17 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 48564161E; Fri, 17 Jan 2003 15:18:17 -0800 (PST) Date: Fri, 17 Jan 2003 15:18:17 -0800 From: Kris Kennaway To: Joseph Scott Cc: Kris Kennaway , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games Makefile ports/games/tads Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/tads/files patch-makefile Message-ID: <20030117231817.GD23012@rot13.obsecurity.org> References: <200301170850.h0H8oNjH011628@repoman.freebsd.org> <20030117094236.O24704@randomservers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="adJ1OR3c6QgCpb/j" Content-Disposition: inline In-Reply-To: <20030117094236.O24704@randomservers.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --adJ1OR3c6QgCpb/j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 17, 2003 at 09:43:39AM -0800, Joseph Scott wrote: > Is this the same as PR ports/43477 (New port: tads2 (Tools for > writing and playing TADS 2 games))? Oops, I've closed the PR and contacted the submitter. Kris --adJ1OR3c6QgCpb/j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+KI84Wry0BWjoQKURAsZSAJ96BzYjmD9dWN1tn24AkT1jNQifIACg7vbP hZ3vAcJTffDlJrRK9hQa93k= =VvFe -----END PGP SIGNATURE----- --adJ1OR3c6QgCpb/j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15:47:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA2C37B401; Fri, 17 Jan 2003 15:47:24 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D3A43F43; Fri, 17 Jan 2003 15:47:22 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA10787; Sat, 18 Jan 2003 10:47:14 +1100 Date: Sat, 18 Jan 2003 10:48:28 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: phk@freebsd.org Cc: cvs-committers@freebsd.org, Subject: Re: cvs commit: src/sys/conf files.ia64 In-Reply-To: <14438.1042844975@critter.freebsd.dk> Message-ID: <20030118103138.M9539-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 18 Jan 2003 phk@freebsd.org wrote: > In message <20030118100149.T9442-100000@gamplex.bde.org>, Bruce Evans writes: > >On Fri, 17 Jan 2003, Poul-Henning Kamp wrote: > > > >> phk 2003/01/17 14:09:12 PST > >> > >> Modified files: > >> sys/conf files.ia64 > >> Log: > >> ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. > >> > >> Revision Changes Path > >> 1.44 +0 -2 src/sys/conf/files.ia64 > > > >These files are not machine-dependent. If I had an ia64, then they > >would be needed for the fd and cd drivers, since my versions of the > >fd driver uses subr_diskslice.c directly and my version of the cd driver > >uses the disk mini-layer which uses subr_diskmbr.c in the NOGEOM case. > > This time I'm absolutely sure I only committed to FreeBSD. You are removing infrastructure that is in use and would be needed for future commits. I'm waiting for ken to commit my patches to unbreak the cd driver. My version of the fd driver has used the slice layer since 1995. I don't expect you to supply patches for it. Just don't remove its infrastructure. The fd driver and cd drivers generally are especially interesting since they don't fit well into either GEOM or the disk mini- layer. For the fd driver, this is mainly because it has multiple densities and wants multiple device names for the top-level device. It is unreasonable for a general layer to handle these complications. > BTW: you read arch@FreeBSD.org, right ? Yes. I misread the point that you would actively remove non-GEOM bits in -current after the branchpoint, leaving only 5.0 and previous versions usable for me. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 15:56: 6 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 84E7A37B401; Fri, 17 Jan 2003 15:56:05 -0800 (PST) Date: Fri, 17 Jan 2003 15:56:05 -0800 From: Juli Mallett To: "Bruce A. Mah" Cc: Alfred Perlstein , Gregory Sutter , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117155605.A4640@FreeBSD.org> References: <20030116185752.L98919@levais.imp.ch> <20030116185115.GQ33821@elvis.mu.org> <20030117215606.GA29071@klapaucius.zer0.org> <20030117140254.A96500@FreeBSD.org> <20030117220937.GV2964@klapaucius.zer0.org> <20030117221141.GT33821@elvis.mu.org> <200301172248.h0HMmrkC092859@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200301172248.h0HMmrkC092859@intruder.bmah.org>; from bmah@FreeBSD.org on Fri, Jan 17, 2003 at 02:48:53PM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: "Bruce A. Mah" [ Data: 2003-01-17 ] [ Subjecte: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_ > If memory serves me right, Alfred Perlstein wrote: > > * Gregory Sutter [030117 14:09] wrote: > > > > > > Ah, right. An immediate message to developers and later forced > > > commit. Somehow I misread that the first time such that both the > > > message and the forced commit would come only after the public > > > release of security information. Sorry. > > > > > > What do you think of codifying the situation in the Committer's Guide? > > > > I think it's a great idea, when will you be done? :) > > It sounds to me like you (pl.) are advocating early disclosure of > security vulnerability information to a set of several hundred people, > at a time when generally, only a handful of people have need-to-know. > > (In case it's not clear, this idea scares me greatly.) We just need to know that there *is* a security-related aspect to what has been committed, and that we should await further info. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 16:16:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F001637B401 for ; Fri, 17 Jan 2003 16:16:33 -0800 (PST) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D1A43F18 for ; Fri, 17 Jan 2003 16:16:30 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 13557 invoked from network); 18 Jan 2003 00:16:39 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Jan 2003 00:16:39 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0I0GSUT019828; Fri, 17 Jan 2003 19:16:28 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030117155605.A4640@FreeBSD.org> Date: Fri, 17 Jan 2003 19:16:28 -0500 (EST) From: John Baldwin To: Juli Mallett Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Martin Blapp , Nate Lawson , Gregory Sutter , Alfred Perlstein , "Bruce A. Mah" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Jan-2003 Juli Mallett wrote: > * De: "Bruce A. Mah" [ Data: 2003-01-17 ] > [ Subjecte: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c > src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind > rpcb_svc_ >> If memory serves me right, Alfred Perlstein wrote: >> > * Gregory Sutter [030117 14:09] wrote: >> > > >> > > Ah, right. An immediate message to developers and later forced >> > > commit. Somehow I misread that the first time such that both the >> > > message and the forced commit would come only after the public >> > > release of security information. Sorry. >> > > >> > > What do you think of codifying the situation in the Committer's Guide? >> > >> > I think it's a great idea, when will you be done? :) >> >> It sounds to me like you (pl.) are advocating early disclosure of >> security vulnerability information to a set of several hundred people, >> at a time when generally, only a handful of people have need-to-know. >> >> (In case it's not clear, this idea scares me greatly.) > > We just need to know that there *is* a security-related aspect to what > has been committed, and that we should await further info. No, that gives you a reason to possibly go look at it to try and figure out what the fixed bug was. Instead, you just need to trust that during a release freeze the folks on re@ are not a bunch of boneheads and if that they sign off on something, they have a good reason for it. The so@ folks don't tell developers@ everytime they learn of a vulnerability, so I don't see why we need a different rule for quick MFC's during a release freeze. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17: 1:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B64737B401; Fri, 17 Jan 2003 17:01:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E55943EB2; Fri, 17 Jan 2003 17:01:21 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I11Kfh060672; Fri, 17 Jan 2003 17:01:20 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I11KEP060671; Fri, 17 Jan 2003 17:01:20 -0800 (PST) Message-Id: <200301180101.h0I11KEP060671@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 Jan 2003 17:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/unionfs union_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/01/17 17:01:20 PST Modified files: sys/fs/unionfs union_vfsops.c Log: Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing NULL. union_whiteout() expects the componentname argument to be non-NULL. Fixes a NULL dereference panic when an existing union mount becomes the upper layer of a new union mount. Revision Changes Path 1.58 +10 -1 src/sys/fs/unionfs/union_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:10:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C4537B401; Fri, 17 Jan 2003 17:10:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD5C43F1E; Fri, 17 Jan 2003 17:10:56 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1Aufh064101; Fri, 17 Jan 2003 17:10:56 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1Ati4064100; Fri, 17 Jan 2003 17:10:55 -0800 (PST) Message-Id: <200301180110.h0I1Ati4064100@repoman.freebsd.org> From: Jeffrey Hsu Date: Fri, 17 Jan 2003 17:10:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2003/01/17 17:10:55 PST Modified files: sys/netinet raw_ip.c Log: Fix long-standing bug predating FreeBSD where calling connect() twice on a raw ip socket will crash the system with a null-dereference. Revision Changes Path 1.108 +3 -1 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:11:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4300337B406 for ; Fri, 17 Jan 2003 17:11:34 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 09ADD43F43 for ; Fri, 17 Jan 2003 17:11:33 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 51537 invoked by uid 1000); 18 Jan 2003 01:11:34 -0000 Date: Fri, 17 Jan 2003 17:11:34 -0800 (PST) From: Nate Lawson To: "Tim J. Robbins" Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/fs/unionfs union_vfsops.c In-Reply-To: <20030118010124.BD08D37B442@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Tim J. Robbins wrote: > Modified files: > sys/fs/unionfs union_vfsops.c > Log: > Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing > NULL. union_whiteout() expects the componentname argument to be non-NULL. > Fixes a NULL dereference panic when an existing union mount becomes the > upper layer of a new union mount. > > @@ -230,7 +231,15 @@ > * supports whiteout operations. > */ > if ((mp->mnt_flag & MNT_RDONLY) == 0) { > - error = VOP_WHITEOUT(um->um_uppervp, NULL, LOOKUP); > + /* > + * XXX Fake up a struct componentname with only cn_nameiop > + * and cn_thread valid; union_whiteout() needs to use the > + * thread pointer to lock the vnode. > + */ > + bzero(&fakecn, sizeof(fakecn)); > + fakecn.cn_nameiop = LOOKUP; > + fakecn.cn_thread = td; > + error = VOP_WHITEOUT(um->um_uppervp, &fakecn, LOOKUP); > if (error) > goto bad; > } Since lookup can sleep, does the vop need to be changed to use curthread instead of expecting a reference to a thread passed in the struct? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:13:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6747737B401; Fri, 17 Jan 2003 17:13:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C3F243F1E; Fri, 17 Jan 2003 17:13:40 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1Ddfh065310; Fri, 17 Jan 2003 17:13:39 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1DdiY065309; Fri, 17 Jan 2003 17:13:39 -0800 (PST) Message-Id: <200301180113.h0I1DdiY065309@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 17:13:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 17:13:39 PST Modified files: sys/dev/pccard pccarddevs Log: Add Accton EN2216. Revision Changes Path 1.41 +1 -0 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:14: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3093837B401; Fri, 17 Jan 2003 17:14:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4468543F5F; Fri, 17 Jan 2003 17:14:02 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1E2fh065349; Fri, 17 Jan 2003 17:14:02 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1E2Yh065346; Fri, 17 Jan 2003 17:14:02 -0800 (PST) Message-Id: <200301180114.h0I1E2Yh065346@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 17:14:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 17:14:02 PST Modified files: sys/dev/pccard pccarddevs.h Log: Regen. Revision Changes Path 1.41 +3 -0 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:14:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A68437B401; Fri, 17 Jan 2003 17:14:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A042E43F13; Fri, 17 Jan 2003 17:14:48 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1Emfh065392; Fri, 17 Jan 2003 17:14:48 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1Emfv065391; Fri, 17 Jan 2003 17:14:48 -0800 (PST) Message-Id: <200301180114.h0I1Emfv065391@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 17:14:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 17:14:48 PST Modified files: sys/dev/xe if_xe_pccard.c Log: Add Accton EN2216. Revision Changes Path 1.6 +1 -0 src/sys/dev/xe/if_xe_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:19:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14CC37B401; Fri, 17 Jan 2003 17:19:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C7E43EB2; Fri, 17 Jan 2003 17:19:32 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1JWfh065580; Fri, 17 Jan 2003 17:19:32 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1JWvX065579; Fri, 17 Jan 2003 17:19:32 -0800 (PST) Message-Id: <200301180119.h0I1JWvX065579@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 17 Jan 2003 17:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2003/01/17 17:19:32 PST Modified files: www/phoenix Makefile Log: remove ignore setting based on lfp fonts Revision Changes Path 1.40 +0 -19 ports/www/phoenix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:20:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8ACD37B401; Fri, 17 Jan 2003 17:20:16 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06EFD43F1E; Fri, 17 Jan 2003 17:20:16 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id h0I1K5P4074168; Fri, 17 Jan 2003 20:20:05 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 17 Jan 2003 20:20:04 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Juli Mallett Cc: "Bruce A. Mah" , Alfred Perlstein , Gregory Sutter , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com In-Reply-To: <20030117155605.A4640@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Juli Mallett wrote: > We just need to know that there *is* a security-related aspect to what > has been committed, and that we should await further info. You may feel that way, but you'd be wrong. We receive advance information on vulnerabilities only under very specific conditions, and those conditions frequently don't including telling Juli about unannounced vulnerabilities in hundreds of thousands of machines. Handling of security vulnerabilities is one of the more interesting sets of conflicts open source systems have to deal with by nature. Let's not make it any harder than it already is. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:41: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E00C37B401; Fri, 17 Jan 2003 17:41:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B7043E4A; Fri, 17 Jan 2003 17:41:01 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1f0fh075066; Fri, 17 Jan 2003 17:41:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1f0m9075065; Fri, 17 Jan 2003 17:41:00 -0800 (PST) Message-Id: <200301180141.h0I1f0m9075065@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 17 Jan 2003 17:41:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db3 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/17 17:41:00 PST Modified files: databases/db3 distinfo Log: Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the older downloaded one, the CVS Id in the context portion of the diffs changed (probably since the files were checked out/in through CVS on the 10th). In any event, the patch still applies cleanly. Reported by: Lee Blevins Revision Changes Path 1.17 +1 -1 ports/databases/db3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 17:41:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBF837B405; Fri, 17 Jan 2003 17:41:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E81543F18; Fri, 17 Jan 2003 17:41:09 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I1f9fh075381; Fri, 17 Jan 2003 17:41:09 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I1f93n075377; Fri, 17 Jan 2003 17:41:09 -0800 (PST) Message-Id: <200301180141.h0I1f93n075377@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Jan 2003 17:41:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R hardware.sgml installation.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/17 17:41:09 PST Modified files: en/releases/5.0R hardware.sgml installation.sgml Log: Try to reword the glue pages (if anybody reads these) so that they more accurately reflect why we have MD installation and hardware notes. Suggested by: ue Revision Changes Path 1.2 +4 -3 www/en/releases/5.0R/hardware.sgml 1.2 +3 -3 www/en/releases/5.0R/installation.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:12:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A7537B401; Fri, 17 Jan 2003 18:12:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCB143F5B; Fri, 17 Jan 2003 18:12:44 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2Cifh086728; Fri, 17 Jan 2003 18:12:44 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2CiNI086727; Fri, 17 Jan 2003 18:12:44 -0800 (PST) Message-Id: <200301180212.h0I2CiNI086727@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 18:12:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs src/sys/dev/ed if_ed_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 18:12:44 PST Modified files: sys/dev/pccard pccarddevs sys/dev/ed if_ed_pccard.c Log: Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card). Revision Changes Path 1.42 +2 -0 src/sys/dev/ed/if_ed_pccard.c 1.42 +1 -0 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:13:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6CF37B401; Fri, 17 Jan 2003 18:13:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A4043E4A; Fri, 17 Jan 2003 18:13:11 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2DBfh086775; Fri, 17 Jan 2003 18:13:11 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2DBQU086774; Fri, 17 Jan 2003 18:13:11 -0800 (PST) Message-Id: <200301180213.h0I2DBQU086774@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 18:13:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 18:13:11 PST Modified files: sys/dev/pccard pccarddevs.h Log: Regen. Revision Changes Path 1.42 +4 -1 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:14:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464B537B401; Fri, 17 Jan 2003 18:14:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2143F3F; Fri, 17 Jan 2003 18:14:23 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2ENfh086857; Fri, 17 Jan 2003 18:14:23 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2ENgL086856; Fri, 17 Jan 2003 18:14:23 -0800 (PST) Message-Id: <200301180214.h0I2ENgL086856@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 18:14:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 18:14:23 PST Modified files: etc/defaults pccard.conf Log: Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card). Revision Changes Path 1.256 +6 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:14:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86EC37B406; Fri, 17 Jan 2003 18:14:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FC143EB2; Fri, 17 Jan 2003 18:14:32 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2EWfh086930; Fri, 17 Jan 2003 18:14:32 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2EWeo086929; Fri, 17 Jan 2003 18:14:32 -0800 (PST) Message-Id: <200301180214.h0I2EWeo086929@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 18:14:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/libpst Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/libpst/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 18:14:32 PST Modified files: mail Makefile Added files: mail/libpst Makefile distinfo pkg-comment pkg-descr pkg-plist mail/libpst/files patch-aa patch-ab patch-ac Log: New port: Tool to convert Outlook .pst to Unix mbox A small CLI tool to convert M$ Outlook .pst files to standard Unix mbox files. Port is named libpst...actual binary is readpst. PR: ports/39963 Submitted by: Nate Underwood Revision Changes Path 1.348 +1 -0 ports/mail/Makefile 1.1 +18 -0 ports/mail/libpst/Makefile (new) 1.1 +1 -0 ports/mail/libpst/distinfo (new) 1.1 +11 -0 ports/mail/libpst/files/patch-aa (new) 1.1 +10 -0 ports/mail/libpst/files/patch-ab (new) 1.1 +24 -0 ports/mail/libpst/files/patch-ac (new) 1.1 +1 -0 ports/mail/libpst/pkg-comment (new) 1.1 +9 -0 ports/mail/libpst/pkg-descr (new) 1.1 +1 -0 ports/mail/libpst/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:15:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF1B37B401; Fri, 17 Jan 2003 18:15:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2687343F5F; Fri, 17 Jan 2003 18:15:20 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2FJfh087020; Fri, 17 Jan 2003 18:15:19 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2FJYi087019; Fri, 17 Jan 2003 18:15:19 -0800 (PST) Message-Id: <200301180215.h0I2FJYi087019@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 18:15:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 18:15:19 PST Modified files: . modules Log: libpst --> ports/mail/libpst Revision Changes Path 1.6501 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:22:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DA137B401; Fri, 17 Jan 2003 18:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1D443F1E; Fri, 17 Jan 2003 18:22:45 -0800 (PST) (envelope-from shiba@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2Mjfh090524; Fri, 17 Jan 2003 18:22:45 -0800 (PST) (envelope-from shiba@repoman.freebsd.org) Received: (from shiba@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2Mjs8090523; Fri, 17 Jan 2003 18:22:45 -0800 (PST) Message-Id: <200301180222.h0I2Mjs8090523@repoman.freebsd.org> From: Takeshi Shibagaki Date: Fri, 17 Jan 2003 18:22:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2003/01/17 18:22:45 PST Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: MFC revision 1.256. Revision Changes Path 1.98.2.35 +6 -0 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:33:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1FB337B401; Fri, 17 Jan 2003 18:33:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE9643F5B; Fri, 17 Jan 2003 18:33:50 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2Xofh094085; Fri, 17 Jan 2003 18:33:50 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2Xn8o094084; Fri, 17 Jan 2003 18:33:49 -0800 (PST) Message-Id: <200301180233.h0I2Xn8o094084@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 17 Jan 2003 18:33:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/elfdump elfdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/17 18:33:49 PST Modified files: usr.bin/elfdump elfdump.c Log: If we're going to build and install this on ia64, we might as well teach it about ia64 specific section types, dynamic tags and machine type. This is a mostly insignificant change given the amount of work that this tool obviously needs... Revision Changes Path 1.4 +20 -7 src/usr.bin/elfdump/elfdump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:49:41 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 9BE3237B401; Fri, 17 Jan 2003 18:49:40 -0800 (PST) Date: Fri, 17 Jan 2003 18:49:40 -0800 From: Juli Mallett To: Robert Watson Cc: "Bruce A. Mah" , Alfred Perlstein , Gregory Sutter , Nate Lawson , Martin Blapp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_svc_com Message-ID: <20030117184940.A13960@FreeBSD.org> References: <20030117155605.A4640@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from rwatson@FreeBSD.org on Fri, Jan 17, 2003 at 08:20:04PM -0500 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Robert Watson [ Data: 2003-01-17 ] [ Subjecte: Re: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/rpc.lockd lockd.c src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.yppasswdd yppasswdd_main.c src/usr.sbin/rpcbind rpcb_sv > > On Fri, 17 Jan 2003, Juli Mallett wrote: > > > We just need to know that there *is* a security-related aspect to what > > has been committed, and that we should await further info. > > You may feel that way, but you'd be wrong. We receive advance information > on vulnerabilities only under very specific conditions, and those > conditions frequently don't including telling Juli about unannounced > vulnerabilities in hundreds of thousands of machines. Handling of > security vulnerabilities is one of the more interesting sets of conflicts > open source systems have to deal with by nature. Let's not make it any > harder than it already is. Fair enough. I eventually realised it's impossible to have such a system in place. It just sounded like it might be helpful for inter-project communication at the time. My use of the word need there was in "in the context of this, no specifics should be exchanged, but a heads up is nice." Not as in I felt we actually had a need to know this sort of information. Idea discussion very seldom has to do with taking everyone's perspective into mind, that's what the discussion is for. Not for being right about everything right off the bat, and some of the replies seem to forget that. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 18:54:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C19637B401; Fri, 17 Jan 2003 18:54:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C464443ED8; Fri, 17 Jan 2003 18:54:16 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I2sGfh001398; Fri, 17 Jan 2003 18:54:16 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I2sGOl001397; Fri, 17 Jan 2003 18:54:16 -0800 (PST) Message-Id: <200301180254.h0I2sGOl001397@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 17 Jan 2003 18:54:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c pucvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/17 18:54:16 PST Modified files: sys/dev/puc puc.c pucvar.h Log: MFp4: Add support for memory mapped UARTs, but don't add any devices yet that depend on it because sio(4) needs support for it before it can be used. There's no reason why zs(4) couldn't attach to puc(4) in the (near?) future (in principle), so don't make memory mapped I/O support in sio(4) a precondition for this change. Revision Changes Path 1.19 +15 -9 src/sys/dev/puc/puc.c 1.9 +3 -0 src/sys/dev/puc/pucvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 19:13:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E8A37B401; Fri, 17 Jan 2003 19:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEEC43F43; Fri, 17 Jan 2003 19:13:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I3DZfh008564; Fri, 17 Jan 2003 19:13:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I3DZBu008563; Fri, 17 Jan 2003 19:13:35 -0800 (PST) Message-Id: <200301180313.h0I3DZBu008563@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 19:13:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 19:13:35 PST Modified files: misc Makefile Removed files: misc/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist Log: misc/pipebench -> benchmarks/pipebench Revision Changes Path 1.528 +0 -1 ports/misc/Makefile 1.2 +0 -27 ports/misc/pipebench/Makefile (dead) 1.2 +0 -1 ports/misc/pipebench/distinfo (dead) 1.2 +0 -1 ports/misc/pipebench/pkg-comment (dead) 1.2 +0 -8 ports/misc/pipebench/pkg-descr (dead) 1.2 +0 -1 ports/misc/pipebench/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 19:15:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C55237B401; Fri, 17 Jan 2003 19:15:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1FE43F1E; Fri, 17 Jan 2003 19:15:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I3FOfh008695; Fri, 17 Jan 2003 19:15:24 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I3FOLL008694; Fri, 17 Jan 2003 19:15:24 -0800 (PST) Message-Id: <200301180315.h0I3FOLL008694@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 19:15:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 19:15:24 PST Modified files: benchmarks Makefile Added files: benchmarks/pipebench Makefile distinfo pkg-comment pkg-descr pkg-plist Log: misc/pipebench -> benchmarks/pipebench Revision Changes Path 1.23 +1 -0 ports/benchmarks/Makefile 1.1 +27 -0 ports/benchmarks/pipebench/Makefile (new) 1.1 +1 -0 ports/benchmarks/pipebench/distinfo (new) 1.1 +1 -0 ports/benchmarks/pipebench/pkg-comment (new) 1.1 +8 -0 ports/benchmarks/pipebench/pkg-descr (new) 1.1 +1 -0 ports/benchmarks/pipebench/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 19:17:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D5837B401; Fri, 17 Jan 2003 19:17:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED7343EB2; Fri, 17 Jan 2003 19:17:18 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I3HIfh008753; Fri, 17 Jan 2003 19:17:18 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I3HIQA008752; Fri, 17 Jan 2003 19:17:18 -0800 (PST) Message-Id: <200301180317.h0I3HIQA008752@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 19:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 19:17:18 PST Modified files: . modules Log: misc/pipebench -> benchmarks/pipebench Revision Changes Path 1.6502 +1 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 19:25:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD8337B401; Fri, 17 Jan 2003 19:25:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F9D43F3F; Fri, 17 Jan 2003 19:25:40 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I3Pefh012281; Fri, 17 Jan 2003 19:25:40 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I3PeQ2012280; Fri, 17 Jan 2003 19:25:40 -0800 (PST) Message-Id: <200301180325.h0I3PeQ2012280@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Jan 2003 19:25:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 malloc.9 mbuf.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2003/01/17 19:25:40 PST Modified files: share/man/man9 malloc.9 mbuf.9 Log: Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They are not the same. Suggested by: Hiten Pandya Revision Changes Path 1.25 +11 -0 src/share/man/man9/malloc.9 1.21 +8 -0 src/share/man/man9/mbuf.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 19:31:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4276737B401; Fri, 17 Jan 2003 19:31:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8C343F1E; Fri, 17 Jan 2003 19:31:30 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I3VUfh015625; Fri, 17 Jan 2003 19:31:30 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I3VU5a015616; Fri, 17 Jan 2003 19:31:30 -0800 (PST) Message-Id: <200301180331.h0I3VU5a015616@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 19:31:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/17 19:31:30 PST Modified files: bin/ps print.c Log: Refer to the process label as proclabel, as there is a function called label, and that's what these locals were called before. Revision Changes Path 1.77 +10 -10 src/bin/ps/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 20:20:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2D137B401; Fri, 17 Jan 2003 20:20:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FF943F65; Fri, 17 Jan 2003 20:20:21 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I4KKfh030920; Fri, 17 Jan 2003 20:20:20 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I4KKAP030914; Fri, 17 Jan 2003 20:20:20 -0800 (PST) Message-Id: <200301180420.h0I4KKAP030914@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 20:20:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/17 20:20:20 PST Modified files: sbin/dumpfs dumpfs.c Log: Simplify conditional. Revision Changes Path 1.28 +4 -6 src/sbin/dumpfs/dumpfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 20:22:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3947137B405; Fri, 17 Jan 2003 20:22:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A18443F43; Fri, 17 Jan 2003 20:22:15 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I4MFfh033526; Fri, 17 Jan 2003 20:22:15 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I4MFXI033525; Fri, 17 Jan 2003 20:22:15 -0800 (PST) Message-Id: <200301180422.h0I4MFXI033525@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 20:22:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs Makefile block.c error.c inode.c libufs.h sblock.c type.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/17 20:22:15 PST Modified files: lib/libufs Makefile block.c inode.c libufs.h sblock.c type.c Removed files: lib/libufs error.c Log: Nuke dumb error reporting code, people can just use disk::d_error. Unify the DEBUG and d_error initialisation into an ERROR macro, which can both trace and set the d_error field. Much a more meaningful thing, I should say. Revision Changes Path 1.5 +1 -1 src/lib/libufs/Makefile 1.3 +4 -6 src/lib/libufs/block.c 1.2 +0 -62 src/lib/libufs/error.c (dead) 1.4 +3 -3 src/lib/libufs/inode.c 1.4 +8 -7 src/lib/libufs/libufs.h 1.6 +7 -12 src/lib/libufs/sblock.c 1.6 +22 -13 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 20:36:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCEC37B405; Fri, 17 Jan 2003 20:36:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A6C43F3F; Fri, 17 Jan 2003 20:36:13 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I4aCfh037262; Fri, 17 Jan 2003 20:36:12 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I4aCn4037261; Fri, 17 Jan 2003 20:36:12 -0800 (PST) Message-Id: <200301180436.h0I4aCn4037261@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 17 Jan 2003 20:36:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/smapi smapi.c smapi_bios.S smapi_isa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2003/01/17 20:36:12 PST Modified files: sys/i386/smapi smapi.c smapi_bios.S smapi_isa.c Log: - Removed unecesary code. - Correct smapi32_new() asm (still doesn't work.) - Attach to mainboard not isa. Revision Changes Path 1.2 +6 -15 src/sys/i386/smapi/smapi.c 1.2 +8 -9 src/sys/i386/smapi/smapi_bios.S 1.2 +34 -31 src/sys/i386/smapi/smapi_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 20:51: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF5A37B401; Fri, 17 Jan 2003 20:51:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C830843EB2; Fri, 17 Jan 2003 20:51:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I4p1fh043517; Fri, 17 Jan 2003 20:51:01 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I4p1q4043516; Fri, 17 Jan 2003 20:51:01 -0800 (PST) Message-Id: <200301180451.h0I4p1q4043516@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 20:51:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/arson Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 20:51:01 PST Modified files: sysutils Makefile Added files: sysutils/arson Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: arson - CD burning and ripping tool for KDE Arson is a feature-rich frontend to various CD burning and ripping tools. It supports audio and date CD burning, audio CD ripping, CD-to-CD copying and ISO/[S]VCD image creation. PR: ports/39697 Submitted by: Stefan Jahn Revision Changes Path 1.328 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/arson/Makefile (new) 1.1 +1 -0 ports/sysutils/arson/distinfo (new) 1.1 +1 -0 ports/sysutils/arson/pkg-comment (new) 1.1 +9 -0 ports/sysutils/arson/pkg-descr (new) 1.1 +57 -0 ports/sysutils/arson/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 20:51:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F06337B401; Fri, 17 Jan 2003 20:51:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC21943E4A; Fri, 17 Jan 2003 20:51:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I4pMfh044324; Fri, 17 Jan 2003 20:51:22 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I4pMLW044319; Fri, 17 Jan 2003 20:51:22 -0800 (PST) Message-Id: <200301180451.h0I4pMLW044319@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 20:51:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 20:51:22 PST Modified files: . modules Log: arson --> ports/sysutils/arson Revision Changes Path 1.6503 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21: 6: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57EAC37B401; Fri, 17 Jan 2003 21:06:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F386B43EB2; Fri, 17 Jan 2003 21:06:07 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I567fh048063; Fri, 17 Jan 2003 21:06:07 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I567rq048062; Fri, 17 Jan 2003 21:06:07 -0800 (PST) Message-Id: <200301180506.h0I567rq048062@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 21:06:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs libufs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/17 21:06:07 PST Modified files: lib/libufs libufs.h Log: Fix typo. Revision Changes Path 1.5 +1 -1 src/lib/libufs/libufs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21:11:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8430A37B401; Fri, 17 Jan 2003 21:11:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3947C43E4A; Fri, 17 Jan 2003 21:11:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I5Blfh051565; Fri, 17 Jan 2003 21:11:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I5BkIg051564; Fri, 17 Jan 2003 21:11:46 -0800 (PST) Message-Id: <200301180511.h0I5BkIg051564@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 21:11:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/cmucl-extra Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 21:11:46 PST Modified files: lang Makefile Added files: lang/cmucl-extra Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: lang/cmucl-extra Optional extras for the CMU implementation of Common Lisp. PR: ports/39250 Submitted by: Scott Flatman Revision Changes Path 1.326 +1 -0 ports/lang/Makefile 1.1 +25 -0 ports/lang/cmucl-extra/Makefile (new) 1.1 +1 -0 ports/lang/cmucl-extra/distinfo (new) 1.1 +1 -0 ports/lang/cmucl-extra/pkg-comment (new) 1.1 +11 -0 ports/lang/cmucl-extra/pkg-descr (new) 1.1 +12 -0 ports/lang/cmucl-extra/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21:12: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B0237B401; Fri, 17 Jan 2003 21:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 506FB43F18; Fri, 17 Jan 2003 21:12:03 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I5C3fh051607; Fri, 17 Jan 2003 21:12:03 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I5C2Cm051606; Fri, 17 Jan 2003 21:12:02 -0800 (PST) Message-Id: <200301180512.h0I5C2Cm051606@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 21:12:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 21:12:02 PST Modified files: . modules Log: cmucl-extra --> ports/lang/cmucl-extra Revision Changes Path 1.6504 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21:26: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C22037B401; Fri, 17 Jan 2003 21:26:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3359C43E4A; Fri, 17 Jan 2003 21:26:00 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I5Q0fh055287; Fri, 17 Jan 2003 21:26:00 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I5PxfQ055286; Fri, 17 Jan 2003 21:25:59 -0800 (PST) Message-Id: <200301180525.h0I5PxfQ055286@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 17 Jan 2003 21:25:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.subr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/17 21:25:59 PST Modified files: etc rc.subr Log: Make the debug messages, for when a script rolls its own start routine, more usefull. Currently it just says 'xxx_cmd'; whereas with this change it will name the routine that's being run. Approved by: markm (mentor) Revision Changes Path 1.9 +5 -1 src/etc/rc.subr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21:34:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859C037B401; Fri, 17 Jan 2003 21:34:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAC643F3F; Fri, 17 Jan 2003 21:34:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I5YMfh058859; Fri, 17 Jan 2003 21:34:22 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I5YLxm058858; Fri, 17 Jan 2003 21:34:21 -0800 (PST) Message-Id: <200301180534.h0I5YLxm058858@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 21:34:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/mnemo Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/deskutils/mnemo/files httpd.conf.mnemo patch-config_conf.php.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 21:34:21 PST Modified files: deskutils Makefile Added files: deskutils/mnemo Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist deskutils/mnemo/files httpd.conf.mnemo patch-config_conf.php.dist Log: New port: deskutils/mnemo, a web-based notes and memos application. Mnemo is the Horde notes and memos application. It lets users keep free-text notes and other bits of information which doesn't fit as a contact, a todo item, an event, etc. It is very similar in functionality to the Palm Memo application. PR: ports/39204 Submitted by: Thierry Thomas Revision Changes Path 1.75 +1 -0 ports/deskutils/Makefile 1.1 +71 -0 ports/deskutils/mnemo/Makefile (new) 1.1 +1 -0 ports/deskutils/mnemo/distinfo (new) 1.1 +31 -0 ports/deskutils/mnemo/files/httpd.conf.mnemo (new) 1.1 +21 -0 ports/deskutils/mnemo/files/patch-config_conf.php.dist (new) 1.1 +1 -0 ports/deskutils/mnemo/pkg-comment (new) 1.1 +6 -0 ports/deskutils/mnemo/pkg-descr (new) 1.1 +21 -0 ports/deskutils/mnemo/pkg-message (new) 1.1 +139 -0 ports/deskutils/mnemo/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 21:34:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C8537B401; Fri, 17 Jan 2003 21:34:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1887943ED8; Fri, 17 Jan 2003 21:34:53 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I5Yqfh058908; Fri, 17 Jan 2003 21:34:52 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I5YqHp058907; Fri, 17 Jan 2003 21:34:52 -0800 (PST) Message-Id: <200301180534.h0I5YqHp058907@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Jan 2003 21:34:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/17 21:34:52 PST Modified files: . modules Log: mnemo --> ports/deskutils/mnemo Revision Changes Path 1.6505 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 22:10:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97EBF37B401; Fri, 17 Jan 2003 22:10:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAD443F13; Fri, 17 Jan 2003 22:10:22 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I6ALfh070373; Fri, 17 Jan 2003 22:10:21 -0800 (PST) (envelope-from billf@repoman.freebsd.org) Received: (from billf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I6ALu0070363; Fri, 17 Jan 2003 22:10:21 -0800 (PST) Message-Id: <200301180610.h0I6ALu0070363@repoman.freebsd.org> From: Bill Fumerola Date: Fri, 17 Jan 2003 22:10:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/arpa telnet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2003/01/17 22:10:21 PST Modified files: crypto/telnet/arpa telnet.h Log: add more RFC defined telnet options Reviewed by: ps Revision Changes Path 1.9 +8 -3 src/crypto/telnet/arpa/telnet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 22:13:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD40737B401; Fri, 17 Jan 2003 22:13:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2EB43F18; Fri, 17 Jan 2003 22:13:58 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I6Dwfh073197; Fri, 17 Jan 2003 22:13:58 -0800 (PST) (envelope-from billf@repoman.freebsd.org) Received: (from billf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I6DwNm073196; Fri, 17 Jan 2003 22:13:58 -0800 (PST) Message-Id: <200301180613.h0I6DwNm073196@repoman.freebsd.org> From: Bill Fumerola Date: Fri, 17 Jan 2003 22:13:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa telnet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2003/01/17 22:13:58 PST Modified files: include/arpa telnet.h Log: MFCrypto: update RFC assigned telnet options (r1.9) Revision Changes Path 1.9 +8 -3 src/include/arpa/telnet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 22:29:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795B037B401; Fri, 17 Jan 2003 22:29:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2C943F18; Fri, 17 Jan 2003 22:29:16 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I6TFfh076918; Fri, 17 Jan 2003 22:29:15 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I6TFPG076917; Fri, 17 Jan 2003 22:29:15 -0800 (PST) Message-Id: <200301180629.h0I6TFPG076917@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 22:29:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/17 22:29:15 PST Modified files: sbin/tunefs tunefs.c Log: Consistentify output whitespace. Revision Changes Path 1.34 +1 -1 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 23:24:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 490E037B401; Fri, 17 Jan 2003 23:24:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16A643F13; Fri, 17 Jan 2003 23:24:16 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I7OGfh098286; Fri, 17 Jan 2003 23:24:16 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I7OG2i098285; Fri, 17 Jan 2003 23:24:16 -0800 (PST) Message-Id: <200301180724.h0I7OG2i098285@repoman.freebsd.org> From: Pete Fritchman Date: Fri, 17 Jan 2003 23:24:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsplot Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2003/01/17 23:24:16 PST Modified files: devel/cvsplot Makefile distinfo Log: Update to 1.6.2. PR: 45987 Submitted by: Erik Greenwald (new maintainer) Revision Changes Path 1.4 +3 -2 ports/devel/cvsplot/Makefile 1.2 +1 -1 ports/devel/cvsplot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 17 23:46:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D633D37B401; Fri, 17 Jan 2003 23:46:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD0143EB2; Fri, 17 Jan 2003 23:46:18 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I7kIfh005671; Fri, 17 Jan 2003 23:46:18 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I7kHO9005670; Fri, 17 Jan 2003 23:46:18 -0800 (PST) Message-Id: <200301180746.h0I7kHO9005670@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 17 Jan 2003 23:46:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/thefish Makefile distinfo pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2003/01/17 23:46:17 PST Modified files: sysutils/thefish Makefile distinfo pkg-message Log: Update to 0.2.4. The port now uses GTK2 by default. PR: 47176 Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.20 +3 -3 ports/sysutils/thefish/Makefile 1.12 +1 -1 ports/sysutils/thefish/distinfo 1.2 +5 -2 ports/sysutils/thefish/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 0:25:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896B937B401; Sat, 18 Jan 2003 00:25:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECA043EB2; Sat, 18 Jan 2003 00:25:19 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I8PJfh019795; Sat, 18 Jan 2003 00:25:19 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I8PIaq019794; Sat, 18 Jan 2003 00:25:18 -0800 (PST) Message-Id: <200301180825.h0I8PIaq019794@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 Jan 2003 00:25:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/rar Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/18 00:25:18 PST Modified files: archivers/rar Makefile distinfo Log: Upgrade to 3.11 Revision Changes Path 1.34 +3 -3 ports/archivers/rar/Makefile 1.11 +1 -1 ports/archivers/rar/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 0:26:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8466437B401; Sat, 18 Jan 2003 00:26:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C22D43ED8; Sat, 18 Jan 2003 00:26:43 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I8Qgfh019838; Sat, 18 Jan 2003 00:26:43 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I8QgEg019837; Sat, 18 Jan 2003 00:26:42 -0800 (PST) Message-Id: <200301180826.h0I8QgEg019837@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 18 Jan 2003 00:26:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/18 00:26:42 PST Modified files: sys/conf options Log: Fixed comment. Revision Changes Path 1.367 +2 -2 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 0:29:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD07837B401; Sat, 18 Jan 2003 00:29:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABAC43ED8; Sat, 18 Jan 2003 00:29:11 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I8TAfh019929; Sat, 18 Jan 2003 00:29:11 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I8TAba019928; Sat, 18 Jan 2003 00:29:10 -0800 (PST) Message-Id: <200301180829.h0I8TAba019928@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 18 Jan 2003 00:29:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 options.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2003/01/18 00:29:10 PST Modified files: sys/conf files.pc98 options.pc98 Log: Remove unneeded entries. Revision Changes Path 1.257 +0 -15 src/sys/conf/files.pc98 1.158 +0 -23 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 0:33:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAFE37B401; Sat, 18 Jan 2003 00:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7255243EB2; Sat, 18 Jan 2003 00:33:43 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I8Xhfh023404; Sat, 18 Jan 2003 00:33:43 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I8XhxT023403; Sat, 18 Jan 2003 00:33:43 -0800 (PST) Message-Id: <200301180833.h0I8XhxT023403@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 Jan 2003 00:33:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/unrar Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/18 00:33:43 PST Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 3.11 Revision Changes Path 1.24 +4 -2 ports/archivers/unrar/Makefile 1.11 +1 -1 ports/archivers/unrar/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1: 1:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8FE37B401; Sat, 18 Jan 2003 01:01:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CEFF43E4A; Sat, 18 Jan 2003 01:01:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I91Yfh033270; Sat, 18 Jan 2003 01:01:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I91YR7033263; Sat, 18 Jan 2003 01:01:34 -0800 (PST) Message-Id: <200301180901.h0I91YR7033263@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysqlman Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/mysqlman/files patch-mysql.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:01:34 PST Modified files: databases Makefile Added files: databases/mysqlman Makefile distinfo pkg-comment pkg-descr pkg-plist databases/mysqlman/files patch-mysql.cgi Log: New port: MySQLMan - a web based MySQL database manager written in perl This port can be useful those, who have to manage MySQL remotely via web, but they don't want to install php for phpMyAdmin. Unfortunately the license is not complete free: You have to download yourself from the original distribution site then you can freely use it, but you cannot redistribute. PR: ports/38958 Submitted by: Janos Mohacsi Revision Changes Path 1.222 +1 -0 ports/databases/Makefile 1.1 +71 -0 ports/databases/mysqlman/Makefile (new) 1.1 +1 -0 ports/databases/mysqlman/distinfo (new) 1.1 +13 -0 ports/databases/mysqlman/files/patch-mysql.cgi (new) 1.1 +1 -0 ports/databases/mysqlman/pkg-comment (new) 1.1 +11 -0 ports/databases/mysqlman/pkg-descr (new) 1.1 +85 -0 ports/databases/mysqlman/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1: 1:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8237637B401; Sat, 18 Jan 2003 01:01:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CD743ED8; Sat, 18 Jan 2003 01:01:55 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I91sfh033874; Sat, 18 Jan 2003 01:01:55 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I91sdp033873; Sat, 18 Jan 2003 01:01:54 -0800 (PST) Message-Id: <200301180901.h0I91sdp033873@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:01:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:01:54 PST Modified files: . modules Log: mysqlman --> ports/databases/mysqlman Revision Changes Path 1.6506 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1: 5:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A70337B401; Sat, 18 Jan 2003 01:05:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023C643F18; Sat, 18 Jan 2003 01:05:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I95Dfh034218; Sat, 18 Jan 2003 01:05:13 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I95Du3034217; Sat, 18 Jan 2003 01:05:13 -0800 (PST) Message-Id: <200301180905.h0I95Du3034217@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:05:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:05:13 PST Modified files: . LEGAL Log: Noted that databases/mysqlman has a restricted nature. PR: ports/38958 Submitted by: Janos Mohacsi Revision Changes Path 1.272 +3 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1: 7:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBC037B401; Sat, 18 Jan 2003 01:07:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E697A43ED8; Sat, 18 Jan 2003 01:07:38 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I97cfh034332; Sat, 18 Jan 2003 01:07:38 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I97cYS034331; Sat, 18 Jan 2003 01:07:38 -0800 (PST) Message-Id: <200301180907.h0I97cYS034331@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Jan 2003 01:07:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/lesstif Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2003/01/18 01:07:38 PST Modified files: x11-toolkits/lesstif Makefile pkg-plist Log: - Add documentation - install motif 2.1 libs - remove lib*.la files Revision Changes Path 1.56 +3 -5 ports/x11-toolkits/lesstif/Makefile 1.31 +145 -2 ports/x11-toolkits/lesstif/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1: 7:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B96D37B401; Sat, 18 Jan 2003 01:07:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C3643F1E; Sat, 18 Jan 2003 01:07:56 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I97tfh034359; Sat, 18 Jan 2003 01:07:55 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I97tDo034358; Sat, 18 Jan 2003 01:07:55 -0800 (PST) Message-Id: <200301180907.h0I97tDo034358@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:07:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysqlman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:07:55 PST Modified files: databases/mysqlman Makefile Log: Original maintainer-email address bounced. Who knows where "Janos Mohacsi " is? Revision Changes Path 1.2 +1 -1 ports/databases/mysqlman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1:18:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFC237B401; Sat, 18 Jan 2003 01:18:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CDF43ED8; Sat, 18 Jan 2003 01:18:21 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I9ILfh037980; Sat, 18 Jan 2003 01:18:21 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I9ILAo037979; Sat, 18 Jan 2003 01:18:21 -0800 (PST) Message-Id: <200301180918.h0I9ILAo037979@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:18:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/poink Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/poink/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:18:21 PST Modified files: net Makefile Added files: net/poink Makefile distinfo pkg-comment pkg-descr pkg-plist net/poink/files patch-aa patch-ab patch-ac Log: New port: poink 1.5 (Nosuid, secure ping like utility) New port: poink 1.5 (Nosuid, secure ping like utility). It is uses TCP SYN/RST mechanism to detect RTT. The output is very close to original ping, so it can be used as more secure replacement. PR: ports/37019 Submitted by: Janos Mohacsi Revision Changes Path 1.895 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/poink/Makefile (new) 1.1 +1 -0 ports/net/poink/distinfo (new) 1.1 +17 -0 ports/net/poink/files/patch-aa (new) 1.1 +16 -0 ports/net/poink/files/patch-ab (new) 1.1 +12 -0 ports/net/poink/files/patch-ac (new) 1.1 +1 -0 ports/net/poink/pkg-comment (new) 1.1 +4 -0 ports/net/poink/pkg-descr (new) 1.1 +1 -0 ports/net/poink/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1:18:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2870537B401; Sat, 18 Jan 2003 01:18:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C427243F1E; Sat, 18 Jan 2003 01:18:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I9IZfh038017; Sat, 18 Jan 2003 01:18:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I9IZ1Q038016; Sat, 18 Jan 2003 01:18:35 -0800 (PST) Message-Id: <200301180918.h0I9IZ1Q038016@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:18:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:18:35 PST Modified files: . modules Log: poink --> ports/net/poink Revision Changes Path 1.6507 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1:40:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B5937B401; Sat, 18 Jan 2003 01:40:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3881043F43; Sat, 18 Jan 2003 01:40:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I9eDfh045603; Sat, 18 Jan 2003 01:40:13 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I9eCfj045601; Sat, 18 Jan 2003 01:40:12 -0800 (PST) Message-Id: <200301180940.h0I9eCfj045601@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:40:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/gnewtellium Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:40:12 PST Modified files: net Makefile Added files: net/gnewtellium Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Gnewtellium is yet another newtella(gnutella) client. Port of the original Newtella client in Linux/GTK+. Newtella is a P2P protocol based on Gnutella. The main difference between Gnutella and Newtella is that the latter allows only mp3 sharing. PR: ports/36959 Submitted by: Haikal Saadh Revision Changes Path 1.896 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/gnewtellium/Makefile (new) 1.1 +1 -0 ports/net/gnewtellium/distinfo (new) 1.1 +1 -0 ports/net/gnewtellium/pkg-comment (new) 1.1 +11 -0 ports/net/gnewtellium/pkg-descr (new) 1.1 +5 -0 ports/net/gnewtellium/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 1:40:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146E237B401; Sat, 18 Jan 2003 01:40:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B065543ED8; Sat, 18 Jan 2003 01:40:29 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0I9eTfh046517; Sat, 18 Jan 2003 01:40:29 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0I9eTEv046515; Sat, 18 Jan 2003 01:40:29 -0800 (PST) Message-Id: <200301180940.h0I9eTEv046515@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 01:40:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 01:40:29 PST Modified files: . modules Log: gnewtellium --> ports/net/gnewtellium Revision Changes Path 1.6508 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 2: 8:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF6B37B401; Sat, 18 Jan 2003 02:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A8F43ED8; Sat, 18 Jan 2003 02:08:28 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IA8Sfh055802; Sat, 18 Jan 2003 02:08:28 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IA8SvV055801; Sat, 18 Jan 2003 02:08:28 -0800 (PST) Message-Id: <200301181008.h0IA8SvV055801@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 02:08:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 02:08:28 PST Modified files: sys/dev/ccd ccd.c Log: Sanitize the copyright section a bit: We do not need two copies of the four-clause BSD license in the file, one will do. Revision Changes Path 1.115 +17 -51 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 2:12:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D8237B401; Sat, 18 Jan 2003 02:12:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16EE43E4A; Sat, 18 Jan 2003 02:12:08 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IAC8fh059372; Sat, 18 Jan 2003 02:12:08 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IAC8hC059371; Sat, 18 Jan 2003 02:12:08 -0800 (PST) Message-Id: <200301181012.h0IAC8hC059371@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 02:12:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/cocor Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/cocor/files patch-cplus2::unix.mk patch-taste_cp::unix.mk patch-unix.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 02:12:08 PST Modified files: lang Makefile Added files: lang/cocor Makefile distinfo pkg-comment pkg-descr pkg-plist lang/cocor/files patch-cplus2::unix.mk patch-taste_cp::unix.mk patch-unix.mk Log: New port: lang/cocor (Coco/R, a compiler generator) Coco/R is a recursive decent compiler generator. This is a FreeBSD port of the C/C++ version of Coco/R. PR: ports/36251 Submitted by: Guy Antony Halse Revision Changes Path 1.327 +1 -0 ports/lang/Makefile 1.1 +49 -0 ports/lang/cocor/Makefile (new) 1.1 +1 -0 ports/lang/cocor/distinfo (new) 1.1 +30 -0 ports/lang/cocor/files/patch-cplus2::unix.mk (new) 1.1 +23 -0 ports/lang/cocor/files/patch-taste_cp::unix.mk (new) 1.1 +11 -0 ports/lang/cocor/files/patch-unix.mk (new) 1.1 +1 -0 ports/lang/cocor/pkg-comment (new) 1.1 +14 -0 ports/lang/cocor/pkg-descr (new) 1.1 +167 -0 ports/lang/cocor/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 2:12:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B9137B401; Sat, 18 Jan 2003 02:12:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E2543F5F; Sat, 18 Jan 2003 02:12:27 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IACRfh059409; Sat, 18 Jan 2003 02:12:27 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IACRIG059408; Sat, 18 Jan 2003 02:12:27 -0800 (PST) Message-Id: <200301181012.h0IACRIG059408@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 02:12:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 02:12:27 PST Modified files: . modules Log: cocor --> ports/lang/cocor Revision Changes Path 1.6509 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 2:29:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43EAD37B401; Sat, 18 Jan 2003 02:29:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE7C43F43; Sat, 18 Jan 2003 02:29:24 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IATOfh063143; Sat, 18 Jan 2003 02:29:24 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IATOo7063142; Sat, 18 Jan 2003 02:29:24 -0800 (PST) Message-Id: <200301181029.h0IATOo7063142@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 02:29:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ccdconfig ccdconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 02:29:24 PST Modified files: sbin/ccdconfig ccdconfig.c Log: Fix two errorchecks to check for negative error returns. Revision Changes Path 1.27 +2 -2 src/sbin/ccdconfig/ccdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 2:44:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6515E37B401; Sat, 18 Jan 2003 02:44:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B27643ED8; Sat, 18 Jan 2003 02:44:18 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IAiHfh070157; Sat, 18 Jan 2003 02:44:17 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IAiHkh070156; Sat, 18 Jan 2003 02:44:17 -0800 (PST) Message-Id: <200301181044.h0IAiHkh070156@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 02:44:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 02:44:17 PST Modified files: sys/dev/ccd ccd.c Log: Inline trivial function ccdintr() into its one caller ccdiodone(). Only call ccdfind() once in ccdiodone() and cache the result. Revision Changes Path 1.116 +9 -21 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3: 4:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9926737B401; Sat, 18 Jan 2003 03:04:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F84843F13; Sat, 18 Jan 2003 03:04:42 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IB4gfh077521; Sat, 18 Jan 2003 03:04:42 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IB4fjO077520; Sat, 18 Jan 2003 03:04:41 -0800 (PST) Message-Id: <200301181104.h0IB4fjO077520@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 03:04:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 03:04:41 PST Modified files: sys/dev/ccd ccd.c Log: Use the M_CCD malloc bucket instead of M_DEVBUF. Don't keep a private freelist of a low number of trivially small structures. Revision Changes Path 1.117 +25 -41 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:18:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5104C37B401; Sat, 18 Jan 2003 03:18:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3F043EB2; Sat, 18 Jan 2003 03:18:42 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBIgfh081240; Sat, 18 Jan 2003 03:18:42 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBIgjG081239; Sat, 18 Jan 2003 03:18:42 -0800 (PST) Message-Id: <200301181118.h0IBIgjG081239@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:18:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include _types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:18:42 PST Modified files: sys/powerpc/include _types.h Log: Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386 Approved by: benno Revision Changes Path 1.3 +13 -2 src/sys/powerpc/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:20: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 773E637B401; Sat, 18 Jan 2003 03:20:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DED543F18; Sat, 18 Jan 2003 03:20:07 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBK6fh081447; Sat, 18 Jan 2003 03:20:06 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBK602081443; Sat, 18 Jan 2003 03:20:06 -0800 (PST) Message-Id: <200301181120.h0IBK602081443@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:20:06 PST Modified files: sys/powerpc/include cpu.h Log: Prepended underscores to macro local vars, avoiding gcc "declaration shadows global" warning Approved by: benno Revision Changes Path 1.13 +6 -6 src/sys/powerpc/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:23:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512B837B401; Sat, 18 Jan 2003 03:23:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFD243F18; Sat, 18 Jan 2003 03:23:42 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBNgfh084767; Sat, 18 Jan 2003 03:23:42 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBNgbu084766; Sat, 18 Jan 2003 03:23:42 -0800 (PST) Message-Id: <200301181123.h0IBNgbu084766@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:23:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include limits.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:23:42 PST Modified files: sys/powerpc/include limits.h Log: RAIDframe requires LONG_BIT Approved by: Benno Revision Changes Path 1.23 +3 -0 src/sys/powerpc/include/limits.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:25:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2759637B401; Sat, 18 Jan 2003 03:25:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C106E43F5B; Sat, 18 Jan 2003 03:25:21 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBPLfh084865; Sat, 18 Jan 2003 03:25:21 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBPLA8084864; Sat, 18 Jan 2003 03:25:21 -0800 (PST) Message-Id: <200301181125.h0IBPLA8084864@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:25:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:25:21 PST Modified files: sys/powerpc/include signal.h Log: Allow the MD frame definition to be seen in. Required for truss/ptrace. Approved by: Benno Revision Changes Path 1.4 +1 -3 src/sys/powerpc/include/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:28:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B37137B401; Sat, 18 Jan 2003 03:28:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C7243EB2; Sat, 18 Jan 2003 03:28:37 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBSbfh084978; Sat, 18 Jan 2003 03:28:37 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBSaFU084977; Sat, 18 Jan 2003 03:28:36 -0800 (PST) Message-Id: <200301181128.h0IBSaFU084977@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:28:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include atomic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:28:36 PST Modified files: sys/powerpc/include atomic.h Log: Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostly obtained from Alpha atomic.h Approved by: Benno Revision Changes Path 1.9 +70 -58 src/sys/powerpc/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:31: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3061A37B401; Sat, 18 Jan 2003 03:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB80843E4A; Sat, 18 Jan 2003 03:30:59 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBUxfh087541; Sat, 18 Jan 2003 03:30:59 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBUxXj087533; Sat, 18 Jan 2003 03:30:59 -0800 (PST) Message-Id: <200301181130.h0IBUxXj087533@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:30:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include ieee.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:30:59 PST Added files: sys/powerpc/include ieee.h Log: , taken from sparc64 Approved by: Benno Revision Changes Path 1.1 +146 -0 src/sys/powerpc/include/ieee.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:31:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCBB337B401; Sat, 18 Jan 2003 03:31:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8392543EB2; Sat, 18 Jan 2003 03:31:58 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBVwfh088473; Sat, 18 Jan 2003 03:31:58 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBVw0E088472; Sat, 18 Jan 2003 03:31:58 -0800 (PST) Message-Id: <200301181131.h0IBVw0E088472@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:31:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include profile.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:31:58 PST Added files: sys/powerpc/include profile.h Log: Stub profile.h, required for userland builds. Approved by: Benno Revision Changes Path 1.1 +65 -0 src/sys/powerpc/include/profile.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:33: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E680937B401; Sat, 18 Jan 2003 03:33:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E96343F1E; Sat, 18 Jan 2003 03:33:06 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBX6fh088514; Sat, 18 Jan 2003 03:33:06 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBX67F088513; Sat, 18 Jan 2003 03:33:06 -0800 (PST) Message-Id: <200301181133.h0IBX67F088513@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 03:33:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 03:33:06 PST Modified files: sys/dev/ccd ccd.c Log: Fix minor memory-leak. Revision Changes Path 1.118 +1 -0 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 3:46:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E517237B401; Sat, 18 Jan 2003 03:46:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A99443ED8; Sat, 18 Jan 2003 03:46:51 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IBkpfh092255; Sat, 18 Jan 2003 03:46:51 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IBkpHx092254; Sat, 18 Jan 2003 03:46:51 -0800 (PST) Message-Id: <200301181146.h0IBkpHx092254@repoman.freebsd.org> From: Peter Grehan Date: Sat, 18 Jan 2003 03:46:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/psim ata_iobus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grehan 2003/01/18 03:46:51 PST Modified files: sys/powerpc/psim ata_iobus.c Log: Removed unnecessary includes and brought up to date with ata common code by adding lock functions. Revision Changes Path 1.2 +15 -4 src/sys/powerpc/psim/ata_iobus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 4:12:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B7D37B401; Sat, 18 Jan 2003 04:12:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E315843E4A; Sat, 18 Jan 2003 04:12:49 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ICCnfh002963; Sat, 18 Jan 2003 04:12:49 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ICCnpg002962; Sat, 18 Jan 2003 04:12:49 -0800 (PST) Message-Id: <200301181212.h0ICCnpg002962@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 18 Jan 2003 04:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/whereintheworld whereintheworld.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/18 04:12:49 PST Modified files: tools/tools/whereintheworld whereintheworld.pl Log: Indentation cleanup. Revision Changes Path 1.2 +6 -5 src/tools/tools/whereintheworld/whereintheworld.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 4:15:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59FC37B405; Sat, 18 Jan 2003 04:15:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB4143EB2; Sat, 18 Jan 2003 04:15:35 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ICFYfh003114; Sat, 18 Jan 2003 04:15:34 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ICFYeX003113; Sat, 18 Jan 2003 04:15:34 -0800 (PST) Message-Id: <200301181215.h0ICFYeX003113@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 18 Jan 2003 04:15:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/whereintheworld whereintheworld.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/01/18 04:15:34 PST Modified files: tools/tools/whereintheworld whereintheworld.pl Log: Don't truncate lines if an error occurred. Revision Changes Path 1.3 +18 -13 src/tools/tools/whereintheworld/whereintheworld.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 4:22:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4280637B401; Sat, 18 Jan 2003 04:22:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABBB43EB2; Sat, 18 Jan 2003 04:22:30 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ICMUfh008848; Sat, 18 Jan 2003 04:22:30 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ICMUVE008847; Sat, 18 Jan 2003 04:22:30 -0800 (PST) Message-Id: <200301181222.h0ICMUVE008847@repoman.freebsd.org> From: Max Khon Date: Sat, 18 Jan 2003 04:22:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/husky-base Makefile.inc ports/news/husky-smapi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/18 04:22:30 PST Modified files: news/husky-base Makefile.inc news/husky-smapi Makefile Log: fix build of husky ports if husky-smapi was installed as a package Revision Changes Path 1.3 +6 -1 ports/news/husky-base/Makefile.inc 1.3 +0 -2 ports/news/husky-smapi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 4:23:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A6B37B405; Sat, 18 Jan 2003 04:23:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1945E43ED8; Sat, 18 Jan 2003 04:23:50 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ICNnfh008901; Sat, 18 Jan 2003 04:23:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ICNnug008900; Sat, 18 Jan 2003 04:23:49 -0800 (PST) Message-Id: <200301181223.h0ICNnug008900@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Jan 2003 04:23:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/18 04:23:49 PST Modified files: sys/dev/ccd ccd.c Log: Inline now trivial functions getccdbuf() and putccdbuf(). Fix another trivial memory-leak. Revision Changes Path 1.119 +8 -53 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 4:57:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2250C37B401; Sat, 18 Jan 2003 04:57:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD4E43E4A; Sat, 18 Jan 2003 04:57:30 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ICvUfh019692; Sat, 18 Jan 2003 04:57:30 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ICvUlE019691; Sat, 18 Jan 2003 04:57:30 -0800 (PST) Message-Id: <200301181257.h0ICvUlE019691@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 04:57:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ruby-freedb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 04:57:30 PST Modified files: audio/ruby-freedb Makefile distinfo Log: Update to 0.4.2. Revision Changes Path 1.9 +1 -1 ports/audio/ruby-freedb/Makefile 1.7 +1 -1 ports/audio/ruby-freedb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5: 1:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D0137B401; Sat, 18 Jan 2003 05:01:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0523D43E4A; Sat, 18 Jan 2003 05:01:51 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ID1ofh023142; Sat, 18 Jan 2003 05:01:50 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ID1oG4023141; Sat, 18 Jan 2003 05:01:50 -0800 (PST) Message-Id: <200301181301.h0ID1oG4023141@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 05:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-spreadsheet-excel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 05:01:50 PST Modified files: textproc/ruby-spreadsheet-excel Makefile distinfo Log: Update to 0.2.3. Revision Changes Path 1.2 +1 -1 ports/textproc/ruby-spreadsheet-excel/Makefile 1.2 +1 -1 ports/textproc/ruby-spreadsheet-excel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5:27:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0020837B401; Sat, 18 Jan 2003 05:27:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9330E43F1E; Sat, 18 Jan 2003 05:27:41 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IDRffh030362; Sat, 18 Jan 2003 05:27:41 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IDRf1E030361; Sat, 18 Jan 2003 05:27:41 -0800 (PST) Message-Id: <200301181327.h0IDRf1E030361@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 05:27:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/eruby Makefile distinfo ports/textproc/eruby/files patch-Makefile.in patch-configure.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 05:27:41 PST Modified files: textproc/eruby Makefile distinfo Added files: textproc/eruby/files patch-Makefile.in patch-configure.rb Log: Update to 1.0.1. Revision Changes Path 1.25 +1 -1 ports/textproc/eruby/Makefile 1.16 +1 -1 ports/textproc/eruby/distinfo 1.1 +25 -0 ports/textproc/eruby/files/patch-Makefile.in (new) 1.1 +48 -0 ports/textproc/eruby/files/patch-configure.rb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5:27:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979F537B401; Sat, 18 Jan 2003 05:27:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A0243EB2; Sat, 18 Jan 2003 05:27:53 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IDRrfh030424; Sat, 18 Jan 2003 05:27:53 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IDRq6F030423; Sat, 18 Jan 2003 05:27:52 -0800 (PST) Message-Id: <200301181327.h0IDRq6F030423@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 05:27:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile distinfo ports/www/mod_ruby/files patch-Makefile.in patch-configure.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 05:27:52 PST Modified files: www/mod_ruby Makefile distinfo Added files: www/mod_ruby/files patch-Makefile.in patch-configure.rb Log: Update to 1.0.3. Revision Changes Path 1.39 +1 -1 ports/www/mod_ruby/Makefile 1.26 +1 -1 ports/www/mod_ruby/distinfo 1.1 +15 -0 ports/www/mod_ruby/files/patch-Makefile.in (new) 1.1 +46 -0 ports/www/mod_ruby/files/patch-configure.rb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5:42: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 335B337B401; Sat, 18 Jan 2003 05:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A543543ED8; Sat, 18 Jan 2003 05:42:05 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IDg5fh037407; Sat, 18 Jan 2003 05:42:05 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IDg5mV037406; Sat, 18 Jan 2003 05:42:05 -0800 (PST) Message-Id: <200301181342.h0IDg5mV037406@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 05:42:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-soap Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 05:42:05 PST Modified files: net/ruby-soap Makefile distinfo pkg-plist Log: Update to 1.4.8.1. Revision Changes Path 1.20 +2 -2 ports/net/ruby-soap/Makefile 1.17 +1 -1 ports/net/ruby-soap/distinfo 1.19 +24 -3 ports/net/ruby-soap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5:42:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65E037B41E; Sat, 18 Jan 2003 05:42:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF5343F43; Sat, 18 Jan 2003 05:42:17 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IDgHfh037442; Sat, 18 Jan 2003 05:42:17 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IDgHBB037441; Sat, 18 Jan 2003 05:42:17 -0800 (PST) Message-Id: <200301181342.h0IDgHBB037441@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 05:42:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruby-google Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 05:42:17 PST Modified files: www/ruby-google Makefile distinfo Log: Update to 0.5.0. Revision Changes Path 1.8 +2 -2 ports/www/ruby-google/Makefile 1.7 +1 -1 ports/www/ruby-google/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 5:49:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538A837B401; Sat, 18 Jan 2003 05:49:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8C843ED8; Sat, 18 Jan 2003 05:49:47 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IDnlfh037622; Sat, 18 Jan 2003 05:49:47 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IDnl9W037621; Sat, 18 Jan 2003 05:49:47 -0800 (PST) Message-Id: <200301181349.h0IDnl9W037621@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 05:49:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/finance/qhacc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 05:49:47 PST Modified files: finance/qhacc Makefile distinfo Log: Update to 2.6 PR: 47070 Submitted by: KATO Tsuguru Revision Changes Path 1.31 +1 -1 ports/finance/qhacc/Makefile 1.23 +1 -1 ports/finance/qhacc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 6: 0:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A8F37B401 for ; Sat, 18 Jan 2003 06:00:37 -0800 (PST) Received: from mx1.mail.ru (mx1.mail.ru [194.67.57.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167B843F13 for ; Sat, 18 Jan 2003 06:00:36 -0800 (PST) (envelope-from ini@mail.ru) Received: from [212.248.7.16] (helo=ini) by mx1.mail.ru with smtp (Exim SMTP.1) id 18ZtPx-000CBQ-00 for cvs-all@freebsd.org; Sat, 18 Jan 2003 16:53:50 +0300 From: ini To: cvs-all@freebsd.org Subject: Èíâåñòèöèîííûé ïîðòàë X-Mailer: Microsoft Outlook Express 5.00.2615.200 Reply-To: a@a.ru Date: Sat, 18 Jan 2003 16:53:42 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Message-Id: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Çäðàâñòâóéòå! Íîâûé âèä çàðàáîòêà â ñåòè: http://www.sveta-net1.narod.ru Ïðîøó ïðîùåíèÿ, åñëè îòíÿëà ó âàñ âðåìÿ... Ñâåòëàíà To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 6:39:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE0837B401; Sat, 18 Jan 2003 06:39:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C6643F13; Sat, 18 Jan 2003 06:39:52 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IEdqfh055307; Sat, 18 Jan 2003 06:39:52 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IEdqU0055306; Sat, 18 Jan 2003 06:39:52 -0800 (PST) Message-Id: <200301181439.h0IEdqU0055306@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 06:39:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/fastdb Makefile distinfo ports/databases/fastdb/files patch-cliproto.h patch-makefile patch-sync.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 06:39:52 PST Modified files: databases/fastdb Makefile distinfo databases/fastdb/files patch-makefile Added files: databases/fastdb/files patch-cliproto.h Removed files: databases/fastdb/files patch-sync.cpp Log: Update to 2.55 PR: 47074 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +1 -1 ports/databases/fastdb/Makefile 1.7 +1 -1 ports/databases/fastdb/distinfo 1.1 +14 -0 ports/databases/fastdb/files/patch-cliproto.h (new) 1.7 +9 -8 ports/databases/fastdb/files/patch-makefile 1.2 +0 -16 ports/databases/fastdb/files/patch-sync.cpp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 6:56:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB7437B401; Sat, 18 Jan 2003 06:56:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 928AE43F1E; Sat, 18 Jan 2003 06:56:51 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IEupfh062326; Sat, 18 Jan 2003 06:56:51 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IEupIh062325; Sat, 18 Jan 2003 06:56:51 -0800 (PST) Message-Id: <200301181456.h0IEupIh062325@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 06:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tvision Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 06:56:51 PST Modified files: devel/tvision Makefile Log: Fix build on STABLE, by adding USE_GCC=3.1. Reviewed by: Max Okumoto (previous patch submitter) Revision Changes Path 1.29 +1 -0 ports/devel/tvision/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 7:42:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFE037B401; Sat, 18 Jan 2003 07:42:14 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FF543F13; Sat, 18 Jan 2003 07:42:13 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.7/8.12.1) with ESMTP id h0IFgBa6005779; Sat, 18 Jan 2003 10:42:11 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h0IFgBal005778; Sat, 18 Jan 2003 10:42:11 -0500 (EST) (envelope-from hiten) Date: Sat, 18 Jan 2003 10:42:11 -0500 From: Hiten Pandya To: Robert Watson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 malloc.9 mbuf.9 Message-ID: <20030118154211.GB96568@unixdaemons.com> References: <200301180325.h0I3PeQ2012280@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301180325.h0I3PeQ2012280@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 17, 2003 at 07:25:40PM -0800, Robert Watson wrote the words in effect of: > rwatson 2003/01/17 19:25:40 PST > > Modified files: > share/man/man9 malloc.9 mbuf.9 > Log: > Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They > are not the same. > > Suggested by: Hiten Pandya Thanks! It would also be good, if the inline patch was committed too; there was a discussion about this some weeks ago, and Alfred wanted it documented. It will be appreciated. Cheers. Index: malloc.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/malloc.9,v retrieving revision 1.24 diff -u -r1.24 malloc.9 --- malloc.9 2002/12/24 16:52:31 1.24 +++ malloc.9 2003/01/04 08:24:00 @@ -229,8 +229,25 @@ For larger requests, one or more pages is allocated. While it should not be relied upon, this information may be useful for optimizing the efficiency of memory use. +.Pp +Malloc flags documented above should +.Em NOT +be used with +.Xr mbuf 9 +routines; It is a very common mis-understanding, and can have +undesired results. +.Pp +Any calls to +.Fn malloc +or +.Fn free +when holding a +.Xr vnode 9 +interlock, will cause a LOR (Lock Order Reversal) due to the +interwining of VM Objects and Vnodes. .Sh SEE ALSO .Xr vmstat 8 +.Xr vnode 9 .Sh DIAGNOSTICS A kernel compiled with the .Dv DIAGNOSTIC Index: vnode.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/vnode.9,v retrieving revision 1.21 diff -u -r1.21 vnode.9 --- vnode.9 2002/12/12 17:25:58 1.21 +++ vnode.9 2003/01/04 08:24:01 @@ -45,18 +45,6 @@ enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; /* - * Vnode tag types. - * These are for the benefit of external programs only (e.g., pstat) - * and should NEVER be inspected by the kernel. - */ -enum vtagtype { - VT_NON, VT_UFS, VT_NFS, VT_UNUSED, VT_PC, VT_LFS, VT_LOFS, VT_FDESC, - VT_PORTAL, VT_NULL, VT_UMAP, VT_KERNFS, VT_PROCFS, VT_AFS, VT_ISOFS, - VT_UNION, VT_MSDOSFS, VT_DEVFS, VT_TFS, VT_VFS, VT_CODA, VT_NTFS, - VT_HPFS, VT_NWFS, VT_PSEUDOFS -}; - -/* * Each underlying file system allocates its own private area and hangs * it from v_data. If non-null, this area is freed in getnewvnode(). */ @@ -105,7 +93,7 @@ struct vm_object *v_object; /* Place to store VM object */ struct simplelock v_interlock; /* lock on usecount and flag */ struct lock *v_vnlock; /* used for non-locking fs's */ - enum vtagtype v_tag; /* type of underlying data */ + const char *v_tag; /* type of underlying data */ void *v_data; /* private data for fs */ LIST_HEAD(, namecache) v_cache_src; /* Cache entries from us */ TAILQ_HEAD(, namecache) v_cache_dst; /* Cache entries to us */ @@ -241,7 +229,7 @@ .It Dv VBAD An old style bad sector map .El -.Sh NOTES +.Sh IMPLEMENTATION NOTES VFIFO uses the "struct fileops" from .Pa /sys/kern/sys_pipe.c . VSOCK uses the "struct fileops" from @@ -252,7 +240,17 @@ The VFIFO/VSOCK code, which is why "struct fileops" is used at all, is an artifact of an incomplete integration of the VFS code into the kernel. +.Pp +Calls to +.Xr malloc 9 +or +.Xr free 9 +when holding a +.Nm +interlock, will cause a LOR (Lock Order Reversal) due to the +interwining of VM Objects and Vnodes. .Sh SEE ALSO +.Xr malloc 9 .Xr VFS 9 .Sh AUTHORS This man page was written by P.S. The second patch is for removing the vtagtype information, as it is invalid now. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 7:54:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2254937B401; Sat, 18 Jan 2003 07:54:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2A43F13; Sat, 18 Jan 2003 07:54:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IFsmfh083448; Sat, 18 Jan 2003 07:54:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IFsm88083447; Sat, 18 Jan 2003 07:54:48 -0800 (PST) Message-Id: <200301181554.h0IFsm88083447@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 07:54:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/vcdgear Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 07:54:48 PST Modified files: multimedia/vcdgear Makefile pkg-plist Log: Install additional Documentation. PR: 29298 Submitted by: petef Approved by: maintainer timeout (1 year, 5 months, 18 days) Revision Changes Path 1.9 +6 -0 ports/multimedia/vcdgear/Makefile 1.2 +4 -0 ports/multimedia/vcdgear/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8: 3:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA35237B401; Sat, 18 Jan 2003 08:03:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C74943F43; Sat, 18 Jan 2003 08:03:14 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IG3Efh086992; Sat, 18 Jan 2003 08:03:14 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IG3Euh086991; Sat, 18 Jan 2003 08:03:14 -0800 (PST) Message-Id: <200301181603.h0IG3Euh086991@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 08:03:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R hardware.sgml installation.sgml relnotes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 08:03:14 PST Modified files: en/releases/5.0R hardware.sgml installation.sgml relnotes.sgml Log: Fix the CDATA setting and the link to the supported platforms page so that the other translation teams are not fooled. While I am here, correct a small grammar error. Revision Changes Path 1.3 +4 -4 www/en/releases/5.0R/hardware.sgml 1.3 +3 -3 www/en/releases/5.0R/installation.sgml 1.2 +3 -3 www/en/releases/5.0R/relnotes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8: 7: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E18737B401; Sat, 18 Jan 2003 08:07:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6160243F79; Sat, 18 Jan 2003 08:06:59 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IG6xfh087133; Sat, 18 Jan 2003 08:06:59 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IG6xrX087132; Sat, 18 Jan 2003 08:06:59 -0800 (PST) Message-Id: <200301181606.h0IG6xrX087132@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 08:06:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de/releases/5.0R hardware.sgml installation.sgml relnotes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 08:06:59 PST Modified files: de/releases/5.0R hardware.sgml installation.sgml relnotes.sgml Log: MFbed: translation update hardware.sgml: 1.1 -> 1.3 installation.sgml: 1.1 -> 1.3 relnotes.sgml: 1.1 -> 1.3 Revision Changes Path 1.2 +5 -5 www/de/releases/5.0R/hardware.sgml 1.2 +5 -5 www/de/releases/5.0R/installation.sgml 1.2 +2 -2 www/de/releases/5.0R/relnotes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8: 8:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8267437B401; Sat, 18 Jan 2003 08:08:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C650E43FAD; Sat, 18 Jan 2003 08:08:21 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IG8Lfh087205; Sat, 18 Jan 2003 08:08:21 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IG8LbI087204; Sat, 18 Jan 2003 08:08:21 -0800 (PST) Message-Id: <200301181608.h0IG8LbI087204@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 08:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gmixer Makefile ports/audio/gmixer/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 08:08:21 PST Modified files: audio/gmixer Makefile Added files: audio/gmixer/files patch-ac Log: Add a patch, that fixes a Coredump. From the PR: "volctrls array is only initialized for the first 17 devices, various array buffers were allocated to SOUND_MIXER_NRDEVICES and around that line 295, that SOUND_MIXER_NRDEVICES was also used as upper limit in for loop. This turned out to be problem, because in my machine that variable seems to have value 25" PR: 38560 Submitted by: Juha Ylitalo Approved by: Maintainer timeout (8 Months) Revision Changes Path 1.15 +1 -0 ports/audio/gmixer/Makefile 1.1 +39 -0 ports/audio/gmixer/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:18:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A708737B401; Sat, 18 Jan 2003 08:18:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA0543F13; Sat, 18 Jan 2003 08:18:16 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGIGfh090757; Sat, 18 Jan 2003 08:18:16 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGIGHd090756; Sat, 18 Jan 2003 08:18:16 -0800 (PST) Message-Id: <200301181618.h0IGIGHd090756@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Jan 2003 08:18:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/panorama Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2003/01/18 08:18:16 PST Modified files: graphics/panorama Makefile Log: USE_BISON=YES. Pointed out by: kris Revision Changes Path 1.5 +1 -0 ports/graphics/panorama/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:34:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E258F37B401; Sat, 18 Jan 2003 08:34:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87FDF43E4A; Sat, 18 Jan 2003 08:34:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGYjfh097738; Sat, 18 Jan 2003 08:34:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGYjNY097737; Sat, 18 Jan 2003 08:34:45 -0800 (PST) Message-Id: <200301181634.h0IGYjNY097737@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 08:34:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 08:34:45 PST Modified files: mail/sylpheed Makefile distinfo Log: Update to 0.8.9 PR: 47178 Submitted by: Oliver Lehmann Revision Changes Path 1.51 +1 -1 ports/mail/sylpheed/Makefile 1.41 +1 -1 ports/mail/sylpheed/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:42:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3120037B401; Sat, 18 Jan 2003 08:42:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C372443ED8; Sat, 18 Jan 2003 08:42:18 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGgIfh001448; Sat, 18 Jan 2003 08:42:18 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGgIBK001447; Sat, 18 Jan 2003 08:42:18 -0800 (PST) Message-Id: <200301181642.h0IGgIBK001447@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 08:42:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 08:42:18 PST Modified files: release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/errata article.sgml Log: MFbed: translation updates and fixes early-adopter/article.sgml: fixes only errata/article.sgml: 1.17 -> 1.18 Revision Changes Path 1.10 +3 -3 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.8 +8 -2 src/release/doc/de_DE.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:46:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B213F37B401; Sat, 18 Jan 2003 08:46:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FE543F1E; Sat, 18 Jan 2003 08:46:13 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGkDfh001567; Sat, 18 Jan 2003 08:46:13 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGkDBT001566; Sat, 18 Jan 2003 08:46:13 -0800 (PST) Message-Id: <200301181646.h0IGkDBT001566@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 08:46:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de/releases/5.0R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 08:46:13 PST Modified files: de/releases/5.0R errata.html Log: Regen from article.sgml 1.8 Revision Changes Path 1.2 +23 -2 www/de/releases/5.0R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:46:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BD137B401; Sat, 18 Jan 2003 08:46:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E48443E4A; Sat, 18 Jan 2003 08:46:43 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGkhfh001605; Sat, 18 Jan 2003 08:46:43 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGkhD2001604; Sat, 18 Jan 2003 08:46:43 -0800 (PST) Message-Id: <200301181646.h0IGkhD2001604@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 08:46:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de/releases/5.0R early-adopter.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 08:46:43 PST Modified files: de/releases/5.0R early-adopter.html Log: Regen from article.html 1.10 Revision Changes Path 1.2 +3 -3 www/de/releases/5.0R/early-adopter.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:56:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB04137B401; Sat, 18 Jan 2003 08:56:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DB443EB2; Sat, 18 Jan 2003 08:56:25 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGuPfh005234; Sat, 18 Jan 2003 08:56:25 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGuPwE005233; Sat, 18 Jan 2003 08:56:25 -0800 (PST) Message-Id: <200301181656.h0IGuPwE005233@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 08:56:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/ices Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 08:56:25 PST Modified files: audio Makefile Added files: audio/ices Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ices, streaming source client for icecast 2 servers. It provides flexible and powerful static and live streaming capabilities for Ogg Vorbis streams. PR: 45249 Submitted by: Michael Nottebrock Revision Changes Path 1.369 +1 -0 ports/audio/Makefile 1.1 +46 -0 ports/audio/ices/Makefile (new) 1.1 +1 -0 ports/audio/ices/distinfo (new) 1.1 +1 -0 ports/audio/ices/pkg-comment (new) 1.1 +4 -0 ports/audio/ices/pkg-descr (new) 1.1 +2 -0 ports/audio/ices/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:56:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C89A637B401; Sat, 18 Jan 2003 08:56:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E2743ED8; Sat, 18 Jan 2003 08:56:52 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGupfh005280; Sat, 18 Jan 2003 08:56:51 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGupHv005279; Sat, 18 Jan 2003 08:56:51 -0800 (PST) Message-Id: <200301181656.h0IGupHv005279@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 08:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 08:56:51 PST Modified files: . modules Log: ices --> ports/audio/ices Revision Changes Path 1.6510 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 8:57:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEA437B401; Sat, 18 Jan 2003 08:57:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A350643E4A; Sat, 18 Jan 2003 08:57:56 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IGvufh005317; Sat, 18 Jan 2003 08:57:56 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IGvuZj005316; Sat, 18 Jan 2003 08:57:56 -0800 (PST) Message-Id: <200301181657.h0IGvuZj005316@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Jan 2003 08:57:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2003/01/18 08:57:56 PST Modified files: en/releases/5.0R errata.html Log: Regen from article.sgml 1.18. Revision Changes Path 1.2 +110 -24 www/en/releases/5.0R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9: 6:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140D537B401; Sat, 18 Jan 2003 09:06:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC22B43F43; Sat, 18 Jan 2003 09:06:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IH6Nfh008897; Sat, 18 Jan 2003 09:06:23 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IH6Nfm008896; Sat, 18 Jan 2003 09:06:23 -0800 (PST) Message-Id: <200301181706.h0IH6Nfm008896@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:06:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distcc Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:06:23 PST Modified files: devel/distcc Makefile distinfo pkg-message pkg-plist Log: Update to 1.0 PR: 47154 Submitted by: Dominic Marks Approved by: maintainer Revision Changes Path 1.11 +5 -5 ports/devel/distcc/Makefile 1.9 +1 -1 ports/devel/distcc/distinfo 1.2 +1 -1 ports/devel/distcc/pkg-message 1.5 +1 -2 ports/devel/distcc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:26:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7747237B401; Sat, 18 Jan 2003 09:26:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1890643EB2; Sat, 18 Jan 2003 09:26:32 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHQVfh015972; Sat, 18 Jan 2003 09:26:31 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHQVwZ015971; Sat, 18 Jan 2003 09:26:31 -0800 (PST) Message-Id: <200301181726.h0IHQVwZ015971@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:26:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mutella Makefile distinfo ports/net/mutella/files patch-mutella::xsleep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:26:31 PST Modified files: net/mutella Makefile distinfo Removed files: net/mutella/files patch-mutella::xsleep.h Log: Update to 0.4.3rc2 PR: 47162 Submitted by: Dominic Marks Revision Changes Path 1.7 +1 -1 ports/net/mutella/Makefile 1.5 +1 -1 ports/net/mutella/distinfo 1.2 +0 -11 ports/net/mutella/files/patch-mutella::xsleep.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:35:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB3437B405; Sat, 18 Jan 2003 09:35:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D130C43E4A; Sat, 18 Jan 2003 09:35:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHZmfh019567; Sat, 18 Jan 2003 09:35:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHZmWe019566; Sat, 18 Jan 2003 09:35:48 -0800 (PST) Message-Id: <200301181735.h0IHZmWe019566@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:35:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/scmxx Makefile distinfo ports/comms/scmxx/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:35:48 PST Modified files: comms/scmxx Makefile distinfo Removed files: comms/scmxx/files patch-Makefile.in Log: Update to 0.6.3.5 PR: 47164 Submitted by: Janos Mohacsi Revision Changes Path 1.4 +3 -2 ports/comms/scmxx/Makefile 1.4 +1 -1 ports/comms/scmxx/distinfo 1.3 +0 -25 ports/comms/scmxx/files/patch-Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:40:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4263237B401; Sat, 18 Jan 2003 09:40:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9E243ED8; Sat, 18 Jan 2003 09:40:43 -0800 (PST) (envelope-from smace@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHehfh021547; Sat, 18 Jan 2003 09:40:43 -0800 (PST) (envelope-from smace@repoman.freebsd.org) Received: (from smace@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHeh6q021545; Sat, 18 Jan 2003 09:40:43 -0800 (PST) Message-Id: <200301181740.h0IHeh6q021545@repoman.freebsd.org> From: Scott Mace Date: Sat, 18 Jan 2003 09:40:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iperf Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG smace 2003/01/18 09:40:43 PST Modified files: net/iperf Makefile distinfo Log: Upgrade to Iperf 1.6.5 Revision Changes Path 1.7 +2 -2 ports/net/iperf/Makefile 1.4 +1 -1 ports/net/iperf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:43: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0769F37B401; Sat, 18 Jan 2003 09:43:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BD043EB2; Sat, 18 Jan 2003 09:42:59 -0800 (PST) (envelope-from smace@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHgxfh023120; Sat, 18 Jan 2003 09:42:59 -0800 (PST) (envelope-from smace@repoman.freebsd.org) Received: (from smace@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHgxTJ023119; Sat, 18 Jan 2003 09:42:59 -0800 (PST) Message-Id: <200301181742.h0IHgxTJ023119@repoman.freebsd.org> From: Scott Mace Date: Sat, 18 Jan 2003 09:42:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG smace 2003/01/18 09:42:59 PST Modified files: net/libnet-devel Makefile Log: Correct Makefile comment typo Revision Changes Path 1.2 +1 -1 ports/net/libnet-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:44:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651D137B401; Sat, 18 Jan 2003 09:44:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A33F43F18; Sat, 18 Jan 2003 09:44:29 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHiSfh023196; Sat, 18 Jan 2003 09:44:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHiSV6023195; Sat, 18 Jan 2003 09:44:28 -0800 (PST) Message-Id: <200301181744.h0IHiSV6023195@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:44:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpreen Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:44:28 PST Modified files: net/tcpreen Makefile distinfo Log: Update to 1.1.3 PR: 47163 Submitted by: Janos Mohacsi Revision Changes Path 1.4 +1 -1 ports/net/tcpreen/Makefile 1.4 +1 -1 ports/net/tcpreen/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:45:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9137E37B401; Sat, 18 Jan 2003 09:45:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E5A43F18; Sat, 18 Jan 2003 09:45:23 -0800 (PST) (envelope-from smace@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHjNfh023271; Sat, 18 Jan 2003 09:45:23 -0800 (PST) (envelope-from smace@repoman.freebsd.org) Received: (from smace@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHjMOe023270; Sat, 18 Jan 2003 09:45:22 -0800 (PST) Message-Id: <200301181745.h0IHjMOe023270@repoman.freebsd.org> From: Scott Mace Date: Sat, 18 Jan 2003 09:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpreplay Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG smace 2003/01/18 09:45:22 PST Modified files: net/tcpreplay Makefile distinfo Log: Upgrade to tcpreplay 1.3.2 Revision Changes Path 1.11 +1 -1 ports/net/tcpreplay/Makefile 1.6 +1 -1 ports/net/tcpreplay/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:53: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5214037B401; Sat, 18 Jan 2003 09:53:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCB443EB2; Sat, 18 Jan 2003 09:53:03 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHr3fh026756; Sat, 18 Jan 2003 09:53:03 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHr3vh026755; Sat, 18 Jan 2003 09:53:03 -0800 (PST) Message-Id: <200301181753.h0IHr3vh026755@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:53:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lcrzo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:53:03 PST Modified files: security/lcrzo Makefile distinfo Log: Update to 4.17 PR: 47159 Submitted by: Jose Rey Revision Changes Path 1.4 +1 -1 ports/security/lcrzo/Makefile 1.3 +1 -1 ports/security/lcrzo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 9:59: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D8037B401; Sat, 18 Jan 2003 09:59:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D60643F13; Sat, 18 Jan 2003 09:59:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IHx7fh026922; Sat, 18 Jan 2003 09:59:07 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IHx7nI026921; Sat, 18 Jan 2003 09:59:07 -0800 (PST) Message-Id: <200301181759.h0IHx7nI026921@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 09:59:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lcrzoex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 09:59:07 PST Modified files: security/lcrzoex Makefile distinfo Log: Update to 4.17.0 PR: 47160 Submitted by: Jose Rey Revision Changes Path 1.3 +1 -1 ports/security/lcrzoex/Makefile 1.3 +1 -1 ports/security/lcrzoex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10: 3: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A1637B401; Sat, 18 Jan 2003 10:03:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3B643F43; Sat, 18 Jan 2003 10:03:02 -0800 (PST) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0II32fh030388; Sat, 18 Jan 2003 10:03:02 -0800 (PST) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0II31Rl030387; Sat, 18 Jan 2003 10:03:01 -0800 (PST) Message-Id: <200301181803.h0II31Rl030387@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 18 Jan 2003 10:03:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/early-adopter Makefile src/release/doc/fr_FR.ISO8859-1/hardware Makefile.inc src/release/doc/fr_FR.ISO8859-1/relnotes Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2003/01/18 10:03:01 PST Modified files: release/doc/fr_FR.ISO8859-1/early-adopter Makefile release/doc/fr_FR.ISO8859-1/hardware Makefile.inc release/doc/fr_FR.ISO8859-1/relnotes Makefile.inc Log: Allow French releases notes to be build correctly Hat To: Hiroki SATO Revision Changes Path 1.2 +1 -1 src/release/doc/fr_FR.ISO8859-1/early-adopter/Makefile 1.2 +1 -1 src/release/doc/fr_FR.ISO8859-1/hardware/Makefile.inc 1.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/relnotes/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10: 3:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD9437B401; Sat, 18 Jan 2003 10:03:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FE543EB2; Sat, 18 Jan 2003 10:03:29 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0II3Tfh030436; Sat, 18 Jan 2003 10:03:29 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0II3SIe030435; Sat, 18 Jan 2003 10:03:28 -0800 (PST) Message-Id: <200301181803.h0II3SIe030435@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 18 Jan 2003 10:03:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2003/01/18 10:03:28 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Fix an error in previous commits: 4.2-STABLE that was fetched before Feb 2nd, 2001 does NOT recognize KERNCONF option. Pointed out by: mheinen Revision Changes Path 1.175 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.97 +1 -1 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10: 6:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0293337B401; Sat, 18 Jan 2003 10:06:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9467843ED8; Sat, 18 Jan 2003 10:06:34 -0800 (PST) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0II6Yfh030628; Sat, 18 Jan 2003 10:06:34 -0800 (PST) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0II6YgG030627; Sat, 18 Jan 2003 10:06:34 -0800 (PST) Message-Id: <200301181806.h0II6YgG030627@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 18 Jan 2003 10:06:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/hardware Makefile.inc src/release/doc/fr_FR.ISO8859-1/relnotes Makefile.inc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2003/01/18 10:06:34 PST Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/hardware Makefile.inc release/doc/fr_FR.ISO8859-1/relnotes Makefile.inc Log: MFC 1.2 Revision Changes Path 1.1.2.2 +1 -1 src/release/doc/fr_FR.ISO8859-1/hardware/Makefile.inc 1.1.2.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/relnotes/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:15:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC98637B401; Sat, 18 Jan 2003 10:15:47 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF44C43ED8; Sat, 18 Jan 2003 10:15:39 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id h0IIFdro008199 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 18 Jan 2003 13:15:39 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h0IIFXu83468; Sat, 18 Jan 2003 13:15:33 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Sat, 18 Jan 2003 13:15:33 -0500 From: Andrew Gallatin To: Peter Grehan Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/include atomic.h Message-ID: <20030118131533.A83449@grasshopper.cs.duke.edu> References: <200301181128.h0IBSaFU084977@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200301181128.h0IBSaFU084977@repoman.freebsd.org>; from grehan@FreeBSD.org on Sat, Jan 18, 2003 at 03:28:36AM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Grehan [grehan@FreeBSD.org] wrote: > grehan 2003/01/18 03:28:36 PST > > Modified files: > sys/powerpc/include atomic.h > Log: > Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostly > obtained from Alpha atomic.h > Cool. Does this fix all known atomic related bugs on ppc? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:33:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9FF37B401; Sat, 18 Jan 2003 10:33:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D797643E4A; Sat, 18 Jan 2003 10:33:56 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIXufh041117; Sat, 18 Jan 2003 10:33:56 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIXux4041116; Sat, 18 Jan 2003 10:33:56 -0800 (PST) Message-Id: <200301181833.h0IIXux4041116@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 18 Jan 2003 10:33:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 busdma_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2003/01/18 10:33:56 PST Modified files: sys/ia64/ia64 busdma_machdep.c Log: Don't try to free() map in bus_dmamap_destroy() when it's set to &nobounce_dmamap. A similar bug was fixed by wpaul in revision 1.19 of sys/alpha/alpha/busdma_machdep.c. Revision Changes Path 1.11 +1 -1 src/sys/ia64/ia64/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:43: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F19537B401; Sat, 18 Jan 2003 10:43:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C343F5B; Sat, 18 Jan 2003 10:43:03 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIh2fh044760; Sat, 18 Jan 2003 10:43:02 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIh25Y044759; Sat, 18 Jan 2003 10:43:02 -0800 (PST) Message-Id: <200301181843.h0IIh25Y044759@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 10:43:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/lostirc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 10:43:02 PST Modified files: irc/lostirc Makefile distinfo pkg-plist Log: Update to 0.2.5 PR: 47155 Submitted by: Juan Salaverria Revision Changes Path 1.4 +9 -4 ports/irc/lostirc/Makefile 1.3 +1 -1 ports/irc/lostirc/distinfo 1.2 +2 -0 ports/irc/lostirc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:50: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F8237B401; Sat, 18 Jan 2003 10:50:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688D643F18; Sat, 18 Jan 2003 10:50:07 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIo7fh045144; Sat, 18 Jan 2003 10:50:07 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIo7U4045136; Sat, 18 Jan 2003 10:50:07 -0800 (PST) Message-Id: <200301181850.h0IIo7U4045136@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 18 Jan 2003 10:50:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pgaccess Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/18 10:50:07 PST Modified files: databases/pgaccess Makefile Log: Fix path for pg_dump using PREFIX. Approved by: maintainer Revision Changes Path 1.34 +7 -0 ports/databases/pgaccess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:57: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663FC37B401; Sat, 18 Jan 2003 10:56:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE5B43ED8; Sat, 18 Jan 2003 10:56:59 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIuwfh048430; Sat, 18 Jan 2003 10:56:58 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIuwXo048429; Sat, 18 Jan 2003 10:56:58 -0800 (PST) Message-Id: <200301181856.h0IIuwXo048429@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 18 Jan 2003 10:56:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/star Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2003/01/18 10:56:58 PST Modified files: archivers/star Makefile Log: Take over maintainership. Revision Changes Path 1.36 +1 -1 ports/archivers/star/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:57:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A918337B405; Sat, 18 Jan 2003 10:57:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5A43ED8; Sat, 18 Jan 2003 10:57:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIvCfh048463; Sat, 18 Jan 2003 10:57:12 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIvCKU048462; Sat, 18 Jan 2003 10:57:12 -0800 (PST) Message-Id: <200301181857.h0IIvCKU048462@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 10:57:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bidwatcher/files patch-helpers.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 10:57:12 PST Added files: misc/bidwatcher/files patch-helpers.cpp Log: StripAndTab() poorly designed for "". It is possible for it to get called on a zero length string and the code assumes this is not possible. Reviewed by: Kevin Dwyer (Bidwatcher author) Revision Changes Path 1.1 +21 -0 ports/misc/bidwatcher/files/patch-helpers.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 10:57:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E3D37B407; Sat, 18 Jan 2003 10:57:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0E743F1E; Sat, 18 Jan 2003 10:57:36 -0800 (PST) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IIvafh048493; Sat, 18 Jan 2003 10:57:36 -0800 (PST) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IIvaRU048492; Sat, 18 Jan 2003 10:57:36 -0800 (PST) Message-Id: <200301181857.h0IIvaRU048492@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 18 Jan 2003 10:57:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2003/01/18 10:57:36 PST Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: s/stdio/stdin Spotted by: Hiroki SATO Revision Changes Path 1.1.2.24 +1 -1 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11: 0:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A9A037B401; Sat, 18 Jan 2003 11:00:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E80A43ED8; Sat, 18 Jan 2003 11:00:31 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJ0Vfh049467; Sat, 18 Jan 2003 11:00:31 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJ0UNw049464; Sat, 18 Jan 2003 11:00:30 -0800 (PST) Message-Id: <200301181900.h0IJ0UNw049464@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 11:00:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bidwatcher Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 11:00:30 PST Modified files: misc/bidwatcher Makefile Log: Added patch-helpers.cpp Revision Changes Path 1.23 +1 -0 ports/misc/bidwatcher/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11: 3:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC0937B401; Sat, 18 Jan 2003 11:03:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B5943EB2; Sat, 18 Jan 2003 11:03:27 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJ3Qfh051980; Sat, 18 Jan 2003 11:03:26 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJ3QVU051979; Sat, 18 Jan 2003 11:03:26 -0800 (PST) Message-Id: <200301181903.h0IJ3QVU051979@repoman.freebsd.org> From: Jeffrey Hsu Date: Sat, 18 Jan 2003 11:03:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2003/01/18 11:03:26 PST Modified files: sys/netinet tcp_output.c Log: Optimize away call to bzero() in the common case by directly checking if a connection has any cached TAO information. Revision Changes Path 1.74 +3 -6 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11: 8: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B3E37B401; Sat, 18 Jan 2003 11:08:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4104E43F3F; Sat, 18 Jan 2003 11:08:04 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJ84fh052174; Sat, 18 Jan 2003 11:08:04 -0800 (PST) (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJ84qX052173; Sat, 18 Jan 2003 11:08:04 -0800 (PST) Message-Id: <200301181908.h0IJ84qX052173@repoman.freebsd.org> From: Tom Hukins Date: Sat, 18 Jan 2003 11:08:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ezmlm-idx Makefile distinfo pkg-plist pkg-plist.docs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2003/01/18 11:08:03 PST Modified files: mail/ezmlm-idx Makefile distinfo pkg-plist Removed files: mail/ezmlm-idx pkg-plist.docs Log: Fix a possible security issue with ezmlm-cgi mentioned in ports/47091. While I'm here, merge pkg-plist and pkg-plist.docs and remove some dead MASTER_SITES. PR: ports/47091 Submitted by: Matthias Andree Revision Changes Path 1.18 +5 -16 ports/mail/ezmlm-idx/Makefile 1.5 +1 -0 ports/mail/ezmlm-idx/distinfo 1.6 +7 -0 ports/mail/ezmlm-idx/pkg-plist 1.2 +0 -7 ports/mail/ezmlm-idx/pkg-plist.docs (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:21:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8972137B401; Sat, 18 Jan 2003 11:21:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF2243ED8; Sat, 18 Jan 2003 11:21:14 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJLEfh058736; Sat, 18 Jan 2003 11:21:14 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJLDAe058735; Sat, 18 Jan 2003 11:21:13 -0800 (PST) Message-Id: <200301181921.h0IJLDAe058735@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 Jan 2003 11:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/faad Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/faad/files patch-common-mp4v2-configure.in patch-configure.in patch-frontend-Makefile.am patch-frontend-audio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/18 11:21:13 PST Modified files: audio Makefile Added files: audio/faad Makefile distinfo pkg-comment pkg-descr pkg-plist audio/faad/files patch-common-mp4v2-configure.in patch-configure.in patch-frontend-Makefile.am patch-frontend-audio.c Log: New port faad version 1.1: A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder PR: 46884 Submitted by: Sean McGovern Revision Changes Path 1.370 +1 -0 ports/audio/Makefile 1.1 +53 -0 ports/audio/faad/Makefile (new) 1.1 +1 -0 ports/audio/faad/distinfo (new) 1.1 +16 -0 ports/audio/faad/files/patch-common-mp4v2-configure.in (new) 1.1 +26 -0 ports/audio/faad/files/patch-configure.in (new) 1.1 +8 -0 ports/audio/faad/files/patch-frontend-Makefile.am (new) 1.1 +11 -0 ports/audio/faad/files/patch-frontend-audio.c (new) 1.1 +1 -0 ports/audio/faad/pkg-comment (new) 1.1 +9 -0 ports/audio/faad/pkg-descr (new) 1.1 +8 -0 ports/audio/faad/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:24:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD8F37B401; Sat, 18 Jan 2003 11:24:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A3B43F13; Sat, 18 Jan 2003 11:24:25 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJOPfh059275; Sat, 18 Jan 2003 11:24:25 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJOPvH059274; Sat, 18 Jan 2003 11:24:25 -0800 (PST) Message-Id: <200301181924.h0IJOPvH059274@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 Jan 2003 11:24:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/18 11:24:25 PST Modified files: . modules Log: faad --> ports/audio/faad Revision Changes Path 1.6511 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:30:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C51D37B401; Sat, 18 Jan 2003 11:30:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C7843ED8; Sat, 18 Jan 2003 11:30:44 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJUifh061304; Sat, 18 Jan 2003 11:30:44 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJUi5S061299; Sat, 18 Jan 2003 11:30:44 -0800 (PST) Message-Id: <200301181930.h0IJUi5S061299@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 Jan 2003 11:30:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/18 11:30:44 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Edson Brandi for livecd port Revision Changes Path 1.318 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:34:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01B637B401; Sat, 18 Jan 2003 11:34:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431EB43EB2; Sat, 18 Jan 2003 11:34:35 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJYZfh062877; Sat, 18 Jan 2003 11:34:35 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJYZ6B062876; Sat, 18 Jan 2003 11:34:35 -0800 (PST) Message-Id: <200301181934.h0IJYZ6B062876@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 Jan 2003 11:34:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/18 11:34:34 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Michael Nottebrock for xvid port Revision Changes Path 1.319 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:36:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD8B37B401; Sat, 18 Jan 2003 11:36:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E9E43F3F; Sat, 18 Jan 2003 11:36:26 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJaQfh063011; Sat, 18 Jan 2003 11:36:26 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJaQDX063010; Sat, 18 Jan 2003 11:36:26 -0800 (PST) Message-Id: <200301181936.h0IJaQDX063010@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 Jan 2003 11:36:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/18 11:36:26 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Sean McGovern for faad port Revision Changes Path 1.320 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 11:51:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ABB937B401; Sat, 18 Jan 2003 11:51:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CECA43E4A; Sat, 18 Jan 2003 11:51:53 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IJpqfh069902; Sat, 18 Jan 2003 11:51:52 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IJpqKQ069901; Sat, 18 Jan 2003 11:51:52 -0800 (PST) Message-Id: <200301181951.h0IJpqKQ069901@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 18 Jan 2003 11:51:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 malloc.9 vnode.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2003/01/18 11:51:52 PST Modified files: share/man/man9 malloc.9 vnode.9 Log: Document lock order reversals possible when calling allocation functions with vnode interlocks held. Emphasize that users need to be careful with malloc flags versus mbuf flags. Remove stale portion in vnode.9 about v_tag. We don't have it anylonger. Submitted by: Hiten Pandya Revision Changes Path 1.26 +16 -0 src/share/man/man9/malloc.9 1.22 +12 -14 src/share/man/man9/vnode.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12: 3:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F08A637B401; Sat, 18 Jan 2003 12:03:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CE243E4A; Sat, 18 Jan 2003 12:03:48 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IK3mfh073679; Sat, 18 Jan 2003 12:03:48 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IK3mvR073678; Sat, 18 Jan 2003 12:03:48 -0800 (PST) Message-Id: <200301182003.h0IK3mvR073678@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 12:03:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 12:03:48 PST Modified files: release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Add a missing word Revision Changes Path 1.29 +4 -4 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12:11:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCB6237B401; Sat, 18 Jan 2003 12:11:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A79143F13; Sat, 18 Jan 2003 12:11:28 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IKBSfh077148; Sat, 18 Jan 2003 12:11:28 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IKBS6T077145; Sat, 18 Jan 2003 12:11:28 -0800 (PST) Message-Id: <200301182011.h0IKBS6T077145@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 18 Jan 2003 12:11:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2003/01/18 12:11:28 PST Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/hardware/common dev.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: translation update hardware/common/dev.sgml: 1.3.2.25 -> 1.3.2.26 relnotes/common/new.sgml: 1.22.2.318 -> 1.22.2.321 Also massive cleanups in hardware/common/dev.sgml Revision Changes Path 1.1.2.10 +133 -117 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.1.2.19 +26 -4 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12:22:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA85937B405; Sat, 18 Jan 2003 12:22:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF3C43F5F; Sat, 18 Jan 2003 12:22:26 -0800 (PST) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IKMQfh080871; Sat, 18 Jan 2003 12:22:26 -0800 (PST) (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IKMQrK080870; Sat, 18 Jan 2003 12:22:26 -0800 (PST) Message-Id: <200301182022.h0IKMQrK080870@repoman.freebsd.org> From: Clive Lin Date: Sat, 18 Jan 2003 12:22:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mplayer-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2003/01/18 12:22:26 PST Modified files: chinese/mplayer-fonts Makefile Log: Add support for non-standard WRKDIRPREFIX, which is commonly seen on FreeBSD clusters with only one nfs mounted, read only ports tree. The functionality of supporting non-standard WRKDIRPREFIX is just supported in ordinary port, but not in port which crosses referenced other port's WRKSRC during the build. This commit fixes it. Reviewed by: statue@freebsd.sinica.edu.tw (MAINTAINER) Revision Changes Path 1.5 +2 -1 ports/chinese/mplayer-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12:24:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A85E37B401; Sat, 18 Jan 2003 12:24:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C5B43EB2; Sat, 18 Jan 2003 12:24:40 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IKOefh080928; Sat, 18 Jan 2003 12:24:40 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IKOePj080927; Sat, 18 Jan 2003 12:24:40 -0800 (PST) Message-Id: <200301182024.h0IKOePj080927@repoman.freebsd.org> From: Scott Long Date: Sat, 18 Jan 2003 12:24:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2003/01/18 12:24:40 PST Modified files: en/releases/5.0R schedule.sgml Log: Mark a few more completed items off. Revision Changes Path 1.26 +4 -4 www/en/releases/5.0R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12:37:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9C137B401; Sat, 18 Jan 2003 12:37:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2898943F13; Sat, 18 Jan 2003 12:37:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IKbrfh084633; Sat, 18 Jan 2003 12:37:53 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IKbr7A084632; Sat, 18 Jan 2003 12:37:53 -0800 (PST) Message-Id: <200301182037.h0IKbr7A084632@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 12:37:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-PDF-API2 Makefile distinfo pkg-plist ports/textproc/p5-PDF-API2/files patch-lib::Text::PDF::FileAPI.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 12:37:53 PST Modified files: textproc/p5-PDF-API2 Makefile distinfo pkg-plist Removed files: textproc/p5-PDF-API2/files patch-lib::Text::PDF::FileAPI.pm Log: Update to update to 0.3a30 PR: 47144 Submitted by: Erwin Lansing Revision Changes Path 1.6 +11 -6 ports/textproc/p5-PDF-API2/Makefile 1.4 +1 -1 ports/textproc/p5-PDF-API2/distinfo 1.3 +0 -10 ports/textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm (dead) 1.4 +198 -49 ports/textproc/p5-PDF-API2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 12:57:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D408E37B401; Sat, 18 Jan 2003 12:57:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7855243E4A; Sat, 18 Jan 2003 12:57:09 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IKv9fh091729; Sat, 18 Jan 2003 12:57:09 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IKv9Aa091728; Sat, 18 Jan 2003 12:57:09 -0800 (PST) Message-Id: <200301182057.h0IKv9Aa091728@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 12:57:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/spim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 12:57:09 PST Modified files: emulators/spim Makefile distinfo Log: Update to 6.5 PR: 47135 Submitted by: Richard Arends Revision Changes Path 1.23 +1 -1 ports/emulators/spim/Makefile 1.6 +1 -1 ports/emulators/spim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:11:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A761C37B401; Sat, 18 Jan 2003 13:11:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D24E43F3F; Sat, 18 Jan 2003 13:11:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILBjfh098713; Sat, 18 Jan 2003 13:11:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILBjvv098712; Sat, 18 Jan 2003 13:11:45 -0800 (PST) Message-Id: <200301182111.h0ILBjvv098712@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:11:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libtasn1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:11:45 PST Modified files: security/libtasn1 Makefile Log: Add a working MASTER_SITE. Revision Changes Path 1.2 +2 -1 ports/security/libtasn1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:14: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AC937B401; Sat, 18 Jan 2003 13:14:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872CF43F1E; Sat, 18 Jan 2003 13:14:02 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILE2fh098792; Sat, 18 Jan 2003 13:14:02 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILE21A098791; Sat, 18 Jan 2003 13:14:02 -0800 (PST) Message-Id: <200301182114.h0ILE21A098791@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 13:14:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 13:14:02 PST Modified files: sys/vm vm_param.h Log: Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps. So add a VM_METER compat define. Submitted by: Andy Fawcett Revision Changes Path 1.17 +1 -0 src/sys/vm/vm_param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:14:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB4137B4D6; Sat, 18 Jan 2003 13:14:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D81643E4A; Sat, 18 Jan 2003 13:14:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILE7fh098822; Sat, 18 Jan 2003 13:14:07 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILE6sv098821; Sat, 18 Jan 2003 13:14:06 -0800 (PST) Message-Id: <200301182114.h0ILE6sv098821@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:14:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnutls Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:14:06 PST Modified files: security/gnutls Makefile distinfo pkg-plist Log: Update to 0.6.0 PR: 47102 Submitted by: Sergei Kolobov Revision Changes Path 1.2 +6 -3 ports/security/gnutls/Makefile 1.2 +1 -1 ports/security/gnutls/distinfo 1.2 +15 -2 ports/security/gnutls/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:30:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 601AB37B401; Sat, 18 Jan 2003 13:30:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E1D443F1E; Sat, 18 Jan 2003 13:30:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILUrfh004727; Sat, 18 Jan 2003 13:30:53 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILUrU1004718; Sat, 18 Jan 2003 13:30:53 -0800 (PST) Message-Id: <200301182130.h0ILUrU1004718@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:30:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/opencdk Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/opencdk/files patch-src::keyserver.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:30:53 PST Modified files: security Makefile Added files: security/opencdk Makefile distinfo pkg-comment pkg-descr pkg-plist security/opencdk/files patch-src::keyserver.c Log: Add opencdk, Open Crypto Development Kit, libary for basic parts of the OpenPGP message format PR: 47103 Submitted by: Sergei Kolobov Revision Changes Path 1.361 +1 -0 ports/security/Makefile 1.1 +42 -0 ports/security/opencdk/Makefile (new) 1.1 +1 -0 ports/security/opencdk/distinfo (new) 1.1 +10 -0 ports/security/opencdk/files/patch-src::keyserver.c (new) 1.1 +1 -0 ports/security/opencdk/pkg-comment (new) 1.1 +15 -0 ports/security/opencdk/pkg-descr (new) 1.1 +20 -0 ports/security/opencdk/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:31:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6249D37B401; Sat, 18 Jan 2003 13:31:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD3E43F13; Sat, 18 Jan 2003 13:31:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILVSfh005985; Sat, 18 Jan 2003 13:31:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILVSVl005984; Sat, 18 Jan 2003 13:31:28 -0800 (PST) Message-Id: <200301182131.h0ILVSVl005984@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:31:28 PST Modified files: . modules Log: opencdk --> ports/security/opencdk Revision Changes Path 1.6512 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:43:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179BF37B401; Sat, 18 Jan 2003 13:43:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FC143ED8; Sat, 18 Jan 2003 13:43:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILhmfh009816; Sat, 18 Jan 2003 13:43:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILhmra009815; Sat, 18 Jan 2003 13:43:48 -0800 (PST) Message-Id: <200301182143.h0ILhmra009815@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:43:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/korelib Makefile distinfo pkg-descr ports/devel/korelib/files patch-hash_map X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:43:48 PST Modified files: devel/korelib Makefile distinfo pkg-descr Removed files: devel/korelib/files patch-hash_map Log: make fetchable, one of our patchs was integrated into the distfile PR: 47101 Submitted by: Ulrich Spoerlein Revision Changes Path 1.9 +1 -1 ports/devel/korelib/Makefile 1.3 +1 -1 ports/devel/korelib/distinfo 1.2 +0 -27 ports/devel/korelib/files/patch-hash_map (dead) 1.2 +1 -1 ports/devel/korelib/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:47:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9869237B401; Sat, 18 Jan 2003 13:47:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC4E43ED8; Sat, 18 Jan 2003 13:47:49 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILlnfh009934; Sat, 18 Jan 2003 13:47:49 -0800 (PST) (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILlmiS009933; Sat, 18 Jan 2003 13:47:48 -0800 (PST) Message-Id: <200301182147.h0ILlmiS009933@repoman.freebsd.org> From: Tom Hukins Date: Sat, 18 Jan 2003 13:47:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 wi.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2003/01/18 13:47:48 PST Modified files: share/man/man4 wi.4 Log: Note that Wisecom's PCI adapter works. Revision Changes Path 1.27 +1 -0 src/share/man/man4/wi.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:50:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E2837B401; Sat, 18 Jan 2003 13:50:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1D443F1E; Sat, 18 Jan 2003 13:50:54 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILosfh012338; Sat, 18 Jan 2003 13:50:54 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILoskD012331; Sat, 18 Jan 2003 13:50:54 -0800 (PST) Message-Id: <200301182150.h0ILoskD012331@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 13:50:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-devel pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 13:50:54 PST Modified files: lang/ruby-devel pkg-message Log: Properly update for 1.8 [*] and rephrase. Submitted by: obrien [*] Revision Changes Path 1.4 +8 -9 ports/lang/ruby-devel/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:51:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B344937B401; Sat, 18 Jan 2003 13:51:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 593D843ED8; Sat, 18 Jan 2003 13:51:20 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILpKfh013218; Sat, 18 Jan 2003 13:51:20 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILpK9W013214; Sat, 18 Jan 2003 13:51:20 -0800 (PST) Message-Id: <200301182151.h0ILpK9W013214@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 18 Jan 2003 13:51:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2003/01/18 13:51:20 PST Modified files: lang/ruby pkg-message Log: Rephrase. Revision Changes Path 1.7 +3 -3 ports/lang/ruby/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 13:56:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7237B401; Sat, 18 Jan 2003 13:56:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C1943F18; Sat, 18 Jan 2003 13:56:33 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ILuXfh013504; Sat, 18 Jan 2003 13:56:33 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0ILuXxN013503; Sat, 18 Jan 2003 13:56:33 -0800 (PST) Message-Id: <200301182156.h0ILuXxN013503@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 13:56:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xcdroast Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 13:56:33 PST Modified files: sysutils/xcdroast Makefile Log: add a not that cdda2wav is gets broken when non-root mode gets enabled. PR: 47095 Submitted by: Oliver Lehmann Revision Changes Path 1.14 +7 -1 ports/sysutils/xcdroast/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14: 5:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D0937B401; Sat, 18 Jan 2003 14:05:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FAA43F18; Sat, 18 Jan 2003 14:05:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IM5mfh017100; Sat, 18 Jan 2003 14:05:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IM5mOA017099; Sat, 18 Jan 2003 14:05:48 -0800 (PST) Message-Id: <200301182205.h0IM5mOA017099@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 14:05:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/naim Makefile distinfo pkg-plist ports/net/naim/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 14:05:48 PST Modified files: net/naim Makefile distinfo pkg-plist Removed files: net/naim/files patch-Makefile.in Log: Update to 0.11.5.2 PR: 47090 Submitted by: Ryan T. Dean (maintainer) Revision Changes Path 1.28 +5 -5 ports/net/naim/Makefile 1.13 +1 -1 ports/net/naim/distinfo 1.2 +0 -19 ports/net/naim/files/patch-Makefile.in (dead) 1.8 +5 -2 ports/net/naim/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:16:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F6137B401; Sat, 18 Jan 2003 14:16:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270A443EB2; Sat, 18 Jan 2003 14:16:55 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMGsfh020659; Sat, 18 Jan 2003 14:16:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMGsQ0020658; Sat, 18 Jan 2003 14:16:54 -0800 (PST) Message-Id: <200301182216.h0IMGsQ0020658@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 14:16:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autodia Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 14:16:54 PST Modified files: devel/autodia Makefile distinfo pkg-plist Log: Update to 1.3 PR: 47086 Submitted by: Ulrich Spoerlein Revision Changes Path 1.6 +5 -8 ports/devel/autodia/Makefile 1.3 +1 -1 ports/devel/autodia/distinfo 1.3 +7 -1 ports/devel/autodia/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:20:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF93337B401; Sat, 18 Jan 2003 14:20:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098B43E4A; Sat, 18 Jan 2003 14:20:19 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMKJfh021447; Sat, 18 Jan 2003 14:20:19 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMKJti021442; Sat, 18 Jan 2003 14:20:19 -0800 (PST) Message-Id: <200301182220.h0IMKJti021442@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 14:20:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ferite Makefile distinfo pkg-plist ports/lang/ferite/files patch-Makefile.in patch-configure patch-docs::Makefile.in patch-docs::images::Makefile.in patch-ferite-config.in patch-libs::aphex::src::aphex_thread.c patch-libs::triton::configure patch-libs::triton::ltmain.sh ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 14:20:19 PST Modified files: lang/ferite Makefile distinfo pkg-plist lang/ferite/files patch-Makefile.in patch-docs::Makefile.in patch-docs::images::Makefile.in patch-scripts::test::test.fe Added files: lang/ferite/files patch-libs::aphex::src::aphex_thread.c patch-tools::doc::Makefile.in patch-tools::doc::template::Makefile.in patch-tools::doc::template::html::Makefile.in Removed files: lang/ferite/files patch-configure patch-ferite-config.in patch-libs::triton::configure patch-libs::triton::ltmain.sh patch-modules::ipc::ipc_header.h patch-scripts::test::ipc_test.fe Log: Update to 0.99.6 PR: 47084 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +10 -21 ports/lang/ferite/Makefile 1.5 +1 -1 ports/lang/ferite/distinfo 1.4 +23 -10 ports/lang/ferite/files/patch-Makefile.in 1.5 +0 -55 ports/lang/ferite/files/patch-configure (dead) 1.4 +17 -13 ports/lang/ferite/files/patch-docs::Makefile.in 1.4 +19 -6 ports/lang/ferite/files/patch-docs::images::Makefile.in 1.3 +0 -19 ports/lang/ferite/files/patch-ferite-config.in (dead) 1.1 +14 -0 ports/lang/ferite/files/patch-libs::aphex::src::aphex_thread.c (new) 1.2 +0 -18 ports/lang/ferite/files/patch-libs::triton::configure (dead) 1.2 +0 -36 ports/lang/ferite/files/patch-libs::triton::ltmain.sh (dead) 1.2 +0 -14 ports/lang/ferite/files/patch-modules::ipc::ipc_header.h (dead) 1.2 +0 -14 ports/lang/ferite/files/patch-scripts::test::ipc_test.fe (dead) 1.4 +25 -28 ports/lang/ferite/files/patch-scripts::test::test.fe 1.1 +27 -0 ports/lang/ferite/files/patch-tools::doc::Makefile.in (new) 1.1 +27 -0 ports/lang/ferite/files/patch-tools::doc::template::Makefile.in (new) 1.1 +27 -0 ports/lang/ferite/files/patch-tools::doc::template::html::Makefile.in (new) 1.4 +151 -52 ports/lang/ferite/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:27:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFE737B401; Sat, 18 Jan 2003 14:27:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F3F43E4A; Sat, 18 Jan 2003 14:27:22 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMRMfh024333; Sat, 18 Jan 2003 14:27:22 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMRLlW024332; Sat, 18 Jan 2003 14:27:21 -0800 (PST) Message-Id: <200301182227.h0IMRLlW024332@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Jan 2003 14:27:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype2 Makefile ports/print/freetype2/files patch-src_gzip_ftgzip.c patch-src_gzip_infcodes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/18 14:27:21 PST Modified files: print/freetype2 Makefile Added files: print/freetype2/files patch-src_gzip_ftgzip.c patch-src_gzip_infcodes.c Log: Fix a segfault when XftConfig or ~/.xftconfig contains directories with gzip'd fonts. The next release of freetype2 will allow building with the system version of zlib, so this won't be an issue. Reported by: alane Obtained from: FreeType CVS and /usr/src/lib/libz/infcodes.c Approved by: maintainer Revision Changes Path 1.43 +1 -0 ports/print/freetype2/Makefile 1.1 +20 -0 ports/print/freetype2/files/patch-src_gzip_ftgzip.c (new) 1.1 +13 -0 ports/print/freetype2/files/patch-src_gzip_infcodes.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:27:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFC537B406; Sat, 18 Jan 2003 14:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3574E43F43; Sat, 18 Jan 2003 14:27:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMRZfh024358; Sat, 18 Jan 2003 14:27:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMRYlg024357; Sat, 18 Jan 2003 14:27:34 -0800 (PST) Message-Id: <200301182227.h0IMRYlg024357@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 14:27:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports MOVED X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 14:27:34 PST Modified files: . MOVED Log: FIx category for misc/pipebench. Submitted by: Jimmy Olgeni Revision Changes Path 1.44 +2 -1 ports/MOVED To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:29:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766D737B401; Sat, 18 Jan 2003 14:29:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192DD43E4A; Sat, 18 Jan 2003 14:29:46 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMTjfh024428; Sat, 18 Jan 2003 14:29:45 -0800 (PST) (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMTjG9024427; Sat, 18 Jan 2003 14:29:45 -0800 (PST) Message-Id: <200301182229.h0IMTjG9024427@repoman.freebsd.org> From: Tom Hukins Date: Sat, 18 Jan 2003 14:29:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2003/01/18 14:29:45 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Update the package list creation code to sort the list usefully. Revision Changes Path 1.265 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:38:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0803637B401; Sat, 18 Jan 2003 14:38:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8F343F6B; Sat, 18 Jan 2003 14:38:32 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMcWfh028053; Sat, 18 Jan 2003 14:38:32 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMcWre028052; Sat, 18 Jan 2003 14:38:32 -0800 (PST) Message-Id: <200301182238.h0IMcWre028052@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 18 Jan 2003 14:38:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libdbi Makefile ports/www/mod_auth_pgsql Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/18 14:38:32 PST Modified files: databases/libdbi Makefile www/mod_auth_pgsql Makefile Log: Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab maintainership of ports while I'm here. Revision Changes Path 1.6 +4 -2 ports/databases/libdbi/Makefile 1.11 +4 -2 ports/www/mod_auth_pgsql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:40:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E4337B409; Sat, 18 Jan 2003 14:40:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F73743F13; Sat, 18 Jan 2003 14:40:11 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMeAfh028454; Sat, 18 Jan 2003 14:40:10 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMeADN028448; Sat, 18 Jan 2003 14:40:10 -0800 (PST) Message-Id: <200301182240.h0IMeADN028448@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 18 Jan 2003 14:40:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-postgresql-plperl Makefile ports/databases/postgresql-pltcl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/18 14:40:10 PST Modified files: databases/p5-postgresql-plperl Makefile databases/postgresql-pltcl Makefile Log: Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION. Revision Changes Path 1.4 +3 -2 ports/databases/p5-postgresql-plperl/Makefile 1.4 +3 -2 ports/databases/postgresql-pltcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:43: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE9837B401; Sat, 18 Jan 2003 14:43:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D81843F6D; Sat, 18 Jan 2003 14:43:01 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMh1fh031553; Sat, 18 Jan 2003 14:43:01 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMh0QS031548; Sat, 18 Jan 2003 14:43:00 -0800 (PST) Message-Id: <200301182243.h0IMh0QS031548@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 18 Jan 2003 14:43:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql-plruby Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/18 14:43:00 PST Modified files: databases/postgresql-plruby Makefile Log: Bump libpq version and PORTREVISION. Revision Changes Path 1.11 +2 -1 ports/databases/postgresql-plruby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:48:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A0937B405; Sat, 18 Jan 2003 14:48:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D8443ED8; Sat, 18 Jan 2003 14:48:27 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMmRfh031807; Sat, 18 Jan 2003 14:48:27 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMmRMi031806; Sat, 18 Jan 2003 14:48:27 -0800 (PST) Message-Id: <200301182248.h0IMmRMi031806@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 14:48:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipsorc Makefile pkg-descr ports/net/nstreams Makefile ports/net/pancho Makefile pkg-descr ports/security/hping Makefile pkg-descr ports/security/subweb Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 14:48:27 PST Modified files: net/ipsorc Makefile pkg-descr net/nstreams Makefile net/pancho Makefile pkg-descr security/hping Makefile pkg-descr security/subweb Makefile pkg-descr Log: Email address update for Nicolas Jombart From: Nicolas Jombart To: Edwin Groothuis Cc: Nicolas.Jombart@hsc-labs.com Thank you for commiting my last PR this week. Can you, if you have time, change my e-mail address in all of my ports ? (see diff attached). Revision Changes Path 1.8 +1 -1 ports/net/ipsorc/Makefile 1.2 +1 -1 ports/net/ipsorc/pkg-descr 1.8 +1 -1 ports/net/nstreams/Makefile 1.14 +1 -1 ports/net/pancho/Makefile 1.3 +1 -1 ports/net/pancho/pkg-descr 1.9 +1 -1 ports/security/hping/Makefile 1.3 +1 -1 ports/security/hping/pkg-descr 1.2 +1 -1 ports/security/subweb/Makefile 1.2 +1 -1 ports/security/subweb/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 14:50: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C79F37B401; Sat, 18 Jan 2003 14:50:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DC543F43; Sat, 18 Jan 2003 14:50:07 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IMo6fh032120; Sat, 18 Jan 2003 14:50:06 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IMo6Pr032115; Sat, 18 Jan 2003 14:50:06 -0800 (PST) Message-Id: <200301182250.h0IMo6Pr032115@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 18 Jan 2003 14:50:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pure-ftpd Makefile ports/mail/courier-imap Makefile ports/security/pam-pgsql Makefile ports/www/pgdriver Makefile ports/www/udmsearch Makefile ports/www/nspostgres Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2003/01/18 14:50:06 PST Modified files: ftp/pure-ftpd Makefile mail/courier-imap Makefile security/pam-pgsql Makefile www/pgdriver Makefile www/udmsearch Makefile www/nspostgres Makefile Log: Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable. This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1] Revision Changes Path 1.31 +3 -1 ports/ftp/pure-ftpd/Makefile 1.41 +3 -1 ports/mail/courier-imap/Makefile 1.14 +4 -2 ports/security/pam-pgsql/Makefile 1.7 +3 -1 ports/www/nspostgres/Makefile 1.4 +4 -1 ports/www/pgdriver/Makefile 1.15 +4 -2 ports/www/udmsearch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15: 3:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FCC37B401; Sat, 18 Jan 2003 15:03:38 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C647743EB2; Sat, 18 Jan 2003 15:03:37 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.7/8.12.1) with ESMTP id h0IN3Ua6084305; Sat, 18 Jan 2003 18:03:30 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h0IN3TaB084304; Sat, 18 Jan 2003 18:03:29 -0500 (EST) (envelope-from hiten) Date: Sat, 18 Jan 2003 18:03:29 -0500 From: Hiten Pandya To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_param.h Message-ID: <20030118230329.GA83051@unixdaemons.com> References: <200301182114.h0ILE21A098791@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301182114.h0ILE21A098791@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jan 18, 2003 at 01:14:02PM -0800, David E. O'Brien wrote the words in effect of: > obrien 2003/01/18 13:14:02 PST > > Modified files: > sys/vm vm_param.h > Log: > Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps. > So add a VM_METER compat define. > > Submitted by: Andy Fawcett Thanks! I did not put this in my original patch, because of it's uglyness. Anyway, apologies to the re@ team. I just did what I thought was right, but it wasn't. :-/ Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15: 3:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 379FA37B401; Sat, 18 Jan 2003 15:03:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D3A43ED8; Sat, 18 Jan 2003 15:03:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IN3mfh038967; Sat, 18 Jan 2003 15:03:48 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IN3mkR038966; Sat, 18 Jan 2003 15:03:48 -0800 (PST) Message-Id: <200301182303.h0IN3mkR038966@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 15:03:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/kmamerun Makefile distinfo pkg-comment pkg-descr pkg-plist ports/emulators/kmamerun/files patch-kmamerun+main.cpp patch-kmamerun+prefinputdata.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 15:03:48 PST Modified files: emulators Makefile Added files: emulators/kmamerun Makefile distinfo pkg-comment pkg-descr pkg-plist emulators/kmamerun/files patch-kmamerun+main.cpp patch-kmamerun+prefinputdata.cpp Log: Add kmamerun, A KDE frontend to xmame PR: 47198 Submitted by: Scott A. Moberly Revision Changes Path 1.99 +1 -0 ports/emulators/Makefile 1.12 +22 -0 ports/emulators/kmamerun/Makefile (new) 1.4 +1 -0 ports/emulators/kmamerun/distinfo (new) 1.1 +12 -0 ports/emulators/kmamerun/files/patch-kmamerun+main.cpp (new) 1.1 +12 -0 ports/emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp (new) 1.4 +1 -0 ports/emulators/kmamerun/pkg-comment (new) 1.5 +6 -0 ports/emulators/kmamerun/pkg-descr (new) 1.5 +35 -0 ports/emulators/kmamerun/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15: 4:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F386337B405; Sat, 18 Jan 2003 15:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C6743EB2; Sat, 18 Jan 2003 15:04:13 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IN4Dfh039016; Sat, 18 Jan 2003 15:04:13 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IN4DGk039015; Sat, 18 Jan 2003 15:04:13 -0800 (PST) Message-Id: <200301182304.h0IN4DGk039015@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 15:04:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 15:04:13 PST Modified files: . modules Log: kmamerun --> ports/emulators/kmamerun Revision Changes Path 1.6513 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15: 9:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D91E037B401; Sat, 18 Jan 2003 15:09:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFE143F3F; Sat, 18 Jan 2003 15:09:56 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0IN9ufh039222; Sat, 18 Jan 2003 15:09:56 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0IN9u9V039221; Sat, 18 Jan 2003 15:09:56 -0800 (PST) Message-Id: <200301182309.h0IN9u9V039221@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 15:09:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 15:09:56 PST Modified files: sys/boot/i386/loader Makefile Log: Simplify the Makefile by just using our standard PROG variable. Revision Changes Path 1.63 +8 -9 src/sys/boot/i386/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:18:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FD537B401; Sat, 18 Jan 2003 15:18:49 -0800 (PST) Received: from gt3.OntheNet.com.au (nt.com.au [203.13.70.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DEE43ED8; Sat, 18 Jan 2003 15:18:48 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-203-45-238-213.qld.bigpond.net.au [203.45.238.213]) by gt3.OntheNet.com.au (8.12.6/8.12.6) with ESMTP id h0INPrvM048936; Sun, 19 Jan 2003 09:25:54 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3E29E159.2C3276A7@freebsd.org> Date: Sun, 19 Jan 2003 09:20:57 +1000 From: Peter Grehan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Gallatin Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/powerpc/include atomic.h References: <200301181128.h0IBSaFU084977@repoman.freebsd.org> <20030118131533.A83449@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Does this fix all known atomic related bugs on ppc? Thus far, yes. later, Peter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:19:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19F537B401; Sat, 18 Jan 2003 15:19:51 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8843F1E; Sat, 18 Jan 2003 15:19:51 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0INJneQ066025; Sat, 18 Jan 2003 23:19:49 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0INJnr7066024; Sat, 18 Jan 2003 23:19:49 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0INFkaX048157; Sun, 19 Jan 2003 01:15:46 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301182315.h0INFkaX048157@grimreaper.grondar.org> To: Hiten Pandya Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_param.h In-Reply-To: Your message of "Sat, 18 Jan 2003 18:03:29 EST." <20030118230329.GA83051@unixdaemons.com> Date: Sat, 18 Jan 2003 23:15:46 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps. > > So add a VM_METER compat define. > > > > Submitted by: Andy Fawcett > > Thanks! I did not put this in my original patch, because of it's > uglyness. Anyway, apologies to the re@ team. I just did what I thought > was right, but it wasn't. :-/ Yeah. Sometimes you need to have some ugliness while you deprecate an interface. Amazing thing, experience :-). M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:21:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D322437B401; Sat, 18 Jan 2003 15:21:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F11843E4A; Sat, 18 Jan 2003 15:21:13 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INLDfh045953; Sat, 18 Jan 2003 15:21:13 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INLDwt045949; Sat, 18 Jan 2003 15:21:13 -0800 (PST) Message-Id: <200301182321.h0INLDwt045949@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 15:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/smalltalk Makefile distinfo ports/lang/smalltalk/files patch-examples::modules::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 15:21:13 PST Modified files: lang/smalltalk Makefile distinfo Added files: lang/smalltalk/files patch-examples::modules::Makefile.in Log: Update to 2.0.11 PR: 47077 Submitted by: KATO Tsuguru Revision Changes Path 1.49 +3 -3 ports/lang/smalltalk/Makefile 1.22 +1 -1 ports/lang/smalltalk/distinfo 1.1 +11 -0 ports/lang/smalltalk/files/patch-examples::modules::Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:26: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A433E37B401; Sat, 18 Jan 2003 15:26:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465CD43ED8; Sat, 18 Jan 2003 15:26:05 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INQ5fh046322; Sat, 18 Jan 2003 15:26:05 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INQ5E0046321; Sat, 18 Jan 2003 15:26:05 -0800 (PST) Message-Id: <200301182326.h0INQ5E0046321@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 15:26:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 15:26:04 PST Modified files: lib/libc/powerpc SYS.h Log: We don't need our own personal definition of __CONCAT. Revision Changes Path 1.6 +1 -4 src/lib/libc/powerpc/SYS.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:37:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F73137B401; Sat, 18 Jan 2003 15:37:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F75643F18; Sat, 18 Jan 2003 15:37:44 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INbifh049972; Sat, 18 Jan 2003 15:37:44 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INbhZK049971; Sat, 18 Jan 2003 15:37:43 -0800 (PST) Message-Id: <200301182337.h0INbhZK049971@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 15:37:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gsl Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 15:37:43 PST Modified files: math/gsl Makefile distinfo pkg-descr pkg-plist Log: Upgrade to 1.3. PR: ports/46931 Submitted by: maintainer Revision Changes Path 1.19 +1 -1 ports/math/gsl/Makefile 1.15 +1 -1 ports/math/gsl/distinfo 1.5 +1 -1 ports/math/gsl/pkg-descr 1.16 +2 -1 ports/math/gsl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:38:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FCA937B401; Sat, 18 Jan 2003 15:38:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E841143F43; Sat, 18 Jan 2003 15:38:36 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INcafh050023; Sat, 18 Jan 2003 15:38:36 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INcawF050022; Sat, 18 Jan 2003 15:38:36 -0800 (PST) Message-Id: <200301182338.h0INcawF050022@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 15:38:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 15:38:36 PST Modified files: databases/gigabase Makefile distinfo Log: Update to 2.77 PR: 47065 Submitted by: KATO Tsuguru Revision Changes Path 1.42 +1 -1 ports/databases/gigabase/Makefile 1.42 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:43:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF6C37B401; Sat, 18 Jan 2003 15:43:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329DB43E4A; Sat, 18 Jan 2003 15:43:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INhCfh053493; Sat, 18 Jan 2003 15:43:13 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INhC5T053492; Sat, 18 Jan 2003 15:43:12 -0800 (PST) Message-Id: <200301182343.h0INhC5T053492@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 15:43:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include asm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 15:43:12 PST Modified files: sys/alpha/include asm.h Log: Protect against multiple inclusions. Revision Changes Path 1.15 +5 -0 src/sys/alpha/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:44: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4029537B401; Sat, 18 Jan 2003 15:44:04 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCB243F13; Sat, 18 Jan 2003 15:43:54 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id h0INhnro023891 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 18 Jan 2003 18:43:49 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h0INhi483772; Sat, 18 Jan 2003 18:43:44 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15913.59056.214808.826372@grasshopper.cs.duke.edu> Date: Sat, 18 Jan 2003 18:43:44 -0500 (EST) To: Peter Grehan Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/powerpc/include atomic.h In-Reply-To: <3E29E159.2C3276A7@freebsd.org> References: <200301181128.h0IBSaFU084977@repoman.freebsd.org> <20030118131533.A83449@grasshopper.cs.duke.edu> <3E29E159.2C3276A7@freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Grehan writes: > > Does this fix all known atomic related bugs on ppc? > > Thus far, yes. > > later, > > Peter. Awesome. Keep up the good work! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:46:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E3E37B401; Sat, 18 Jan 2003 15:46:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B9A43F5B; Sat, 18 Jan 2003 15:46:27 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INkRfh053616; Sat, 18 Jan 2003 15:46:27 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INkReY053615; Sat, 18 Jan 2003 15:46:27 -0800 (PST) Message-Id: <200301182346.h0INkReY053615@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 15:46:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cd2mp3 Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 15:46:27 PST Modified files: audio/cd2mp3 Makefile pkg-descr Log: Make fetchable. Change Maintainers Email Address. PR: 47057 Submitted by: Jamie Heckford Revision Changes Path 1.6 +3 -6 ports/audio/cd2mp3/Makefile 1.3 +3 -3 ports/audio/cd2mp3/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:49:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 853AB37B401; Sat, 18 Jan 2003 15:49:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3782443F5F; Sat, 18 Jan 2003 15:49:39 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INndfh053760; Sat, 18 Jan 2003 15:49:39 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INncwF053759; Sat, 18 Jan 2003 15:49:38 -0800 (PST) Message-Id: <200301182349.h0INncwF053759@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 15:49:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/fbdesk Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 15:49:38 PST Modified files: x11-wm Makefile Added files: x11-wm/fbdesk Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add fbdesk 1.1.2, a Fluxbox utility to create and manage icons on the desktop. PR: ports/47150 Submitted by: Hendrik Scholz Revision Changes Path 1.109 +1 -0 ports/x11-wm/Makefile 1.1 +20 -0 ports/x11-wm/fbdesk/Makefile (new) 1.1 +1 -0 ports/x11-wm/fbdesk/distinfo (new) 1.1 +1 -0 ports/x11-wm/fbdesk/pkg-comment (new) 1.1 +18 -0 ports/x11-wm/fbdesk/pkg-descr (new) 1.1 +1 -0 ports/x11-wm/fbdesk/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:49:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D00137B405; Sat, 18 Jan 2003 15:49:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A4243F5F; Sat, 18 Jan 2003 15:49:48 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INnmfh053797; Sat, 18 Jan 2003 15:49:48 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INnmM1053796; Sat, 18 Jan 2003 15:49:48 -0800 (PST) Message-Id: <200301182349.h0INnmM1053796@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 15:49:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 15:49:48 PST Modified files: . modules Log: fbdesk --> ports/x11-wm/fbdesk Revision Changes Path 1.6514 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 15:54:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 402A437B401; Sat, 18 Jan 2003 15:54:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B7943F1E; Sat, 18 Jan 2003 15:54:38 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0INscfh057228; Sat, 18 Jan 2003 15:54:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0INscXL057227; Sat, 18 Jan 2003 15:54:38 -0800 (PST) Message-Id: <200301182354.h0INscXL057227@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Jan 2003 15:54:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vte Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2003/01/18 15:54:38 PST Modified files: x11-toolkits/vte Makefile distinfo Log: Update to 0.10.11. Revision Changes Path 1.11 +1 -1 ports/x11-toolkits/vte/Makefile 1.8 +1 -1 ports/x11-toolkits/vte/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16: 0:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3756537B401; Sat, 18 Jan 2003 16:00:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01CD43F13; Sat, 18 Jan 2003 16:00:37 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J00bfh057764; Sat, 18 Jan 2003 16:00:37 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J00bsR057759; Sat, 18 Jan 2003 16:00:37 -0800 (PST) Message-Id: <200301190000.h0J00bsR057759@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 16:00:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 16:00:37 PST Modified files: mail/courier Makefile Log: Add ${SCRIPTDIR} to PATH PR: 47041 Submitted by: "Simon 'corecode' Schubert" Revision Changes Path 1.12 +2 -1 ports/mail/courier/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16: 1: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ADF737B401; Sat, 18 Jan 2003 16:01:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C57843F43; Sat, 18 Jan 2003 16:01:03 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J013fh058943; Sat, 18 Jan 2003 16:01:03 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J013KZ058939; Sat, 18 Jan 2003 16:01:03 -0800 (PST) Message-Id: <200301190001.h0J013KZ058939@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 16:01:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ocaml-pcre Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 16:01:03 PST Modified files: devel/ocaml-pcre Makefile distinfo pkg-plist Log: Upgrade to 4.33.0. PR: ports/47007 Submitted by: maintainer Revision Changes Path 1.3 +3 -6 ports/devel/ocaml-pcre/Makefile 1.3 +1 -1 ports/devel/ocaml-pcre/distinfo 1.3 +2 -1 ports/devel/ocaml-pcre/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16: 9:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE0637B401; Sat, 18 Jan 2003 16:09:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC1343F6B; Sat, 18 Jan 2003 16:09:27 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J09Rfh061019; Sat, 18 Jan 2003 16:09:27 -0800 (PST) (envelope-from jim@repoman.freebsd.org) Received: (from jim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J09RNQ061018; Sat, 18 Jan 2003 16:09:27 -0800 (PST) Message-Id: <200301190009.h0J09RNQ061018@repoman.freebsd.org> From: Jim Mock Date: Sat, 18 Jan 2003 16:09:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile distinfo ports/irc/xchat/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2003/01/18 16:09:27 PST Modified files: irc/xchat Makefile distinfo irc/xchat/files patch-configure Log: Update to 1.8.11. Submitted by: Paolo Gatti Tested by: Munish Chopra Revision Changes Path 1.104 +1 -1 ports/irc/xchat/Makefile 1.58 +1 -1 ports/irc/xchat/distinfo 1.2 +4 -44 ports/irc/xchat/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:17: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 547B037B401; Sat, 18 Jan 2003 16:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB80C43E4A; Sat, 18 Jan 2003 16:17:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0H3fh064679; Sat, 18 Jan 2003 16:17:03 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0H3cj064678; Sat, 18 Jan 2003 16:17:03 -0800 (PST) Message-Id: <200301190017.h0J0H3cj064678@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 16:17:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen _ctx_start.S _setjmp.S fabs.S getcontext.S rfork_thread.S setjmp.S sigsetjmp.S src/lib/libc/alpha/net byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S src/lib/libc/alpha/string bcopy.S bzero.S ffs.S ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 16:17:03 PST Modified files: lib/libc/alpha/gen _ctx_start.S _setjmp.S fabs.S getcontext.S rfork_thread.S setjmp.S sigsetjmp.S lib/libc/alpha/net byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S lib/libc/alpha/string bcopy.S bzero.S ffs.S memcpy.S memmove.S lib/libc/alpha/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S setlogin.S sigreturn.S Log: Use __FBSDID. Revision Changes Path 1.2 +1 -5 src/lib/libc/alpha/gen/_ctx_start.S 1.9 +1 -2 src/lib/libc/alpha/gen/_setjmp.S 1.3 +1 -1 src/lib/libc/alpha/gen/fabs.S 1.2 +1 -4 src/lib/libc/alpha/gen/getcontext.S 1.2 +3 -2 src/lib/libc/alpha/gen/rfork_thread.S 1.16 +3 -2 src/lib/libc/alpha/gen/setjmp.S 1.8 +1 -2 src/lib/libc/alpha/gen/sigsetjmp.S 1.3 +1 -2 src/lib/libc/alpha/net/byte_swap_2.S 1.3 +1 -2 src/lib/libc/alpha/net/byte_swap_4.S 1.3 +3 -2 src/lib/libc/alpha/net/htonl.S 1.3 +3 -2 src/lib/libc/alpha/net/htons.S 1.3 +3 -2 src/lib/libc/alpha/net/ntohl.S 1.3 +3 -2 src/lib/libc/alpha/net/ntohs.S 1.2 +1 -0 src/lib/libc/alpha/string/bcopy.S 1.2 +1 -0 src/lib/libc/alpha/string/bzero.S 1.2 +1 -0 src/lib/libc/alpha/string/ffs.S 1.2 +4 -0 src/lib/libc/alpha/string/memcpy.S 1.2 +3 -0 src/lib/libc/alpha/string/memmove.S 1.4 +3 -2 src/lib/libc/alpha/sys/Ovfork.S 1.2 +3 -0 src/lib/libc/alpha/sys/brk.S 1.6 +4 -2 src/lib/libc/alpha/sys/cerror.S 1.2 +3 -0 src/lib/libc/alpha/sys/exect.S 1.4 +3 -2 src/lib/libc/alpha/sys/fork.S 1.4 +3 -2 src/lib/libc/alpha/sys/pipe.S 1.2 +3 -0 src/lib/libc/alpha/sys/ptrace.S 1.3 +3 -0 src/lib/libc/alpha/sys/sbrk.S 1.3 +3 -2 src/lib/libc/alpha/sys/setlogin.S 1.4 +3 -2 src/lib/libc/alpha/sys/sigreturn.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:20:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69EB437B401; Sat, 18 Jan 2003 16:20:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4AA43E4A; Sat, 18 Jan 2003 16:20:25 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0KOfh065898; Sat, 18 Jan 2003 16:20:24 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0KOFr065895; Sat, 18 Jan 2003 16:20:24 -0800 (PST) Message-Id: <200301190020.h0J0KOFr065895@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Jan 2003 16:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/BBBike pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/18 16:20:24 PST Modified files: german/BBBike pkg-descr Log: Update WWW. PR: 47032 Submitted by: Slaven Rezic Revision Changes Path 1.9 +1 -1 ports/german/BBBike/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:20:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B653C37B401; Sat, 18 Jan 2003 16:20:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9CF43F13; Sat, 18 Jan 2003 16:20:54 -0800 (PST) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0Krfh067114; Sat, 18 Jan 2003 16:20:53 -0800 (PST) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0Kraa067110; Sat, 18 Jan 2003 16:20:53 -0800 (PST) Message-Id: <200301190020.h0J0Kraa067110@repoman.freebsd.org> From: Anders Nordby Date: Sat, 18 Jan 2003 16:20:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/libdvdcss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2003/01/18 16:20:53 PST Modified files: multimedia/libdvdcss Makefile Log: Distfile does not exist on www.videolan.org anymore, so use ftp.videolan.org as it is there. Revision Changes Path 1.12 +1 -1 ports/multimedia/libdvdcss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:22:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831AB37B401; Sat, 18 Jan 2003 16:22:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241A043F18; Sat, 18 Jan 2003 16:22:35 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0MYfh068207; Sat, 18 Jan 2003 16:22:34 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0MYle068206; Sat, 18 Jan 2003 16:22:34 -0800 (PST) Message-Id: <200301190022.h0J0MYle068206@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 16:22:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 16:22:34 PST Modified files: bin/ps extern.h keyword.c ps.c Log: When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe one that is already there. This is consistent with GNU ps(1)'s BSD mode, and POLA. Reported by: Andy Farkas Tested by: Andy Farkas Revision Changes Path 1.30 +2 -1 src/bin/ps/extern.h 1.59 +15 -5 src/bin/ps/keyword.c 1.60 +22 -10 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:24: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E561037B401; Sat, 18 Jan 2003 16:23:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD2D43EB2; Sat, 18 Jan 2003 16:23:59 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0Nxfh068256; Sat, 18 Jan 2003 16:23:59 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0Nx0N068255; Sat, 18 Jan 2003 16:23:59 -0800 (PST) Message-Id: <200301190023.h0J0Nx0N068255@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 18 Jan 2003 16:23:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/18 16:23:59 PST Modified files: sys/pci if_xl.c if_xlreg.h Log: Make the xl driver work on sparc64: - Add conversions to/from little endian for fields that the NIC accesses by DMA as required. - Add some bus_dmamap_sync() calls, and correct some existing ones. - Read the receiver information from the EEPROM in an endian-neutral manner. - Load all RX and TX descriptors in a single DMA map up front, and get the bus addresses of individual descriptors by address arithmetic; this fixes multiple use of the descriptor tags, which would have undesired effects. It seems that xl still does not work on e250 boxen, for reasons which are not clear yet. Reviewed by: mux Revision Changes Path 1.122 +99 -67 src/sys/pci/if_xl.c 1.42 +1 -0 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:31:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041F737B407; Sat, 18 Jan 2003 16:31:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E58543EB2; Sat, 18 Jan 2003 16:31:16 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0VGfh071304; Sat, 18 Jan 2003 16:31:16 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0VGhH071297; Sat, 18 Jan 2003 16:31:16 -0800 (PST) Message-Id: <200301190031.h0J0VGhH071297@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 16:31:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c print.c ps.c ps.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 16:31:16 PST Modified files: bin/ps keyword.c print.c ps.c ps.h Log: Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar case to do the right thing and affect exactly one column. This is consistent with GNU ps(1) in BSD mode, and POLA. Revision Changes Path 1.60 +13 -6 src/bin/ps/keyword.c 1.78 +4 -4 src/bin/ps/print.c 1.61 +1 -1 src/bin/ps/ps.c 1.15 +1 -0 src/bin/ps/ps.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:34:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521A337B401; Sat, 18 Jan 2003 16:34:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD9843F18; Sat, 18 Jan 2003 16:34:17 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0YHfh071919; Sat, 18 Jan 2003 16:34:17 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0YHiw071918; Sat, 18 Jan 2003 16:34:17 -0800 (PST) Message-Id: <200301190034.h0J0YHiw071918@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Jan 2003 16:34:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/01/18 16:34:17 PST Modified files: sys/kern subr_bus.c Log: Fix comment about what we do when there are no listeners. Revision Changes Path 1.122 +3 -13 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:35:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8546137B401; Sat, 18 Jan 2003 16:35:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A8443EB2; Sat, 18 Jan 2003 16:35:39 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0Zdfh072123; Sat, 18 Jan 2003 16:35:39 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0Zcfr072122; Sat, 18 Jan 2003 16:35:38 -0800 (PST) Message-Id: <200301190035.h0J0Zcfr072122@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 16:35:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/gwave Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/gwave/files patch-wavefile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 16:35:38 PST Modified files: cad Makefile Added files: cad/gwave Makefile distinfo pkg-comment pkg-descr pkg-plist cad/gwave/files patch-wavefile.c Log: new port: cad/gwave Gwave is a waveform viewer. Its purpose is for viewing analog data, such as the output from Spice-like simulations. PR: ports/39364 Submitted by: Duncan Barclay Revision Changes Path 1.43 +1 -0 ports/cad/Makefile 1.1 +29 -0 ports/cad/gwave/Makefile (new) 1.1 +1 -0 ports/cad/gwave/distinfo (new) 1.1 +10 -0 ports/cad/gwave/files/patch-wavefile.c (new) 1.1 +1 -0 ports/cad/gwave/pkg-comment (new) 1.1 +19 -0 ports/cad/gwave/pkg-descr (new) 1.1 +17 -0 ports/cad/gwave/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:36: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B27ED37B401; Sat, 18 Jan 2003 16:35:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED1D43F5F; Sat, 18 Jan 2003 16:35:58 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0Zwfh072241; Sat, 18 Jan 2003 16:35:58 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0Zw5w072240; Sat, 18 Jan 2003 16:35:58 -0800 (PST) Message-Id: <200301190035.h0J0Zw5w072240@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 16:35:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 16:35:58 PST Modified files: . modules Log: gwave --> ports/cad/gwave Revision Changes Path 1.6515 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:36:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3822E37B401; Sat, 18 Jan 2003 16:36:29 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775F143F18; Sat, 18 Jan 2003 16:36:28 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id h0J0bdjb037262; Sat, 18 Jan 2003 19:37:39 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id h0J0bdpC037261; Sat, 18 Jan 2003 19:37:39 -0500 (EST) Date: Sat, 18 Jan 2003 19:37:38 -0500 From: Jake Burkholder To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c if_xlreg.h Message-ID: <20030118193738.A24895@locore.ca> References: <200301190023.h0J0Nx0N068255@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200301190023.h0J0Nx0N068255@repoman.freebsd.org>; from tmm@FreeBSD.org on Sat, Jan 18, 2003 at 04:23:59PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sat, Jan 18, 2003 at 04:23:59PM -0800, Thomas Moestl said words to the effect of; > tmm 2003/01/18 16:23:59 PST > > Modified files: > sys/pci if_xl.c if_xlreg.h > Log: > Make the xl driver work on sparc64: Awesome! Thanks! Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:41:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A9537B401; Sat, 18 Jan 2003 16:41:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B3F43F5B; Sat, 18 Jan 2003 16:41:35 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0fYfh075752; Sat, 18 Jan 2003 16:41:34 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0fYAb075751; Sat, 18 Jan 2003 16:41:34 -0800 (PST) Message-Id: <200301190041.h0J0fYAb075751@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 16:41:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/chk4mail Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 16:41:34 PST Modified files: mail Makefile Added files: mail/chk4mail Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add chk4mail 2.12, a utility to quickly check multiple folders for new email. PR: ports/44314 Submitted by: Johan van Selst Revision Changes Path 1.349 +1 -0 ports/mail/Makefile 1.1 +19 -0 ports/mail/chk4mail/Makefile (new) 1.1 +1 -0 ports/mail/chk4mail/distinfo (new) 1.1 +1 -0 ports/mail/chk4mail/pkg-comment (new) 1.1 +8 -0 ports/mail/chk4mail/pkg-descr (new) 1.1 +2 -0 ports/mail/chk4mail/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:41:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DC337B401; Sat, 18 Jan 2003 16:41:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C8443EB2; Sat, 18 Jan 2003 16:41:45 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0fjfh075793; Sat, 18 Jan 2003 16:41:45 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0fj0e075792; Sat, 18 Jan 2003 16:41:45 -0800 (PST) Message-Id: <200301190041.h0J0fj0e075792@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 16:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 16:41:45 PST Modified files: . modules Log: chk4mail --> ports/mail/chk4mail Revision Changes Path 1.6516 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:43:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E13C37B401; Sat, 18 Jan 2003 16:43:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AF843EB2; Sat, 18 Jan 2003 16:43:17 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0hHfh075856; Sat, 18 Jan 2003 16:43:17 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0hHYA075855; Sat, 18 Jan 2003 16:43:17 -0800 (PST) Message-Id: <200301190043.h0J0hHYA075855@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 16:43:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs libufs.h type.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 16:43:17 PST Modified files: lib/libufs libufs.h type.c Log: Hunt for a disk to operate on, if we're passed a partition mountpoint, etc. Concept reviewed by: phk Revision Changes Path 1.6 +1 -0 src/lib/libufs/libufs.h 1.7 +40 -2 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:46:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10BA037B401; Sat, 18 Jan 2003 16:46:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60A843F3F; Sat, 18 Jan 2003 16:46:32 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0kWfh075973; Sat, 18 Jan 2003 16:46:32 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0kWsJ075972; Sat, 18 Jan 2003 16:46:32 -0800 (PST) Message-Id: <200301190046.h0J0kWsJ075972@repoman.freebsd.org> From: Oliver Braun Date: Sat, 18 Jan 2003 16:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2003/01/18 16:46:32 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Johann van Selst for his chk4mail port. Revision Changes Path 1.321 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:51:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F6C37B401; Sat, 18 Jan 2003 16:51:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBC743F1E; Sat, 18 Jan 2003 16:51:23 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0pNfh079200; Sat, 18 Jan 2003 16:51:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0pNEs079196; Sat, 18 Jan 2003 16:51:23 -0800 (PST) Message-Id: <200301190051.h0J0pNEs079196@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 16:51:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dump9660 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/dump9660/files patch-Makefile patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 16:51:23 PST Modified files: sysutils Makefile Added files: sysutils/dump9660 Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/dump9660/files patch-Makefile patch-ab patch-ac Log: New port: sysutils/dump9660 Dump9660 is a tool for creating ISO 9660 compliant CD images suitable for use with tools such as FreeBSD's burncd. Dump9660 supports the El Torrito bootable CD and Microsoft Joliet extensions as well as the Rock Ridge and Plan 9 system use extensions. PR: ports/39847 Submitted by: William Josephson Revision Changes Path 1.329 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/dump9660/Makefile (new) 1.1 +1 -0 ports/sysutils/dump9660/distinfo (new) 1.1 +20 -0 ports/sysutils/dump9660/files/patch-Makefile (new) 1.1 +92 -0 ports/sysutils/dump9660/files/patch-ab (new) 1.1 +36 -0 ports/sysutils/dump9660/files/patch-ac (new) 1.1 +1 -0 ports/sysutils/dump9660/pkg-comment (new) 1.1 +15 -0 ports/sysutils/dump9660/pkg-descr (new) 1.1 +2 -0 ports/sysutils/dump9660/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 16:51:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330A237B401; Sat, 18 Jan 2003 16:51:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC32943EB2; Sat, 18 Jan 2003 16:51:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0pgfh079532; Sat, 18 Jan 2003 16:51:42 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0pgUb079531; Sat, 18 Jan 2003 16:51:42 -0800 (PST) Message-Id: <200301190051.h0J0pgUb079531@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 16:51:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 16:51:42 PST Modified files: . modules Log: dump9660 --> ports/sysutils/dump9660 Revision Changes Path 1.6517 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17: 2:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C8437B401; Sat, 18 Jan 2003 17:02:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AF343F5B; Sat, 18 Jan 2003 17:02:26 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J12Pfh083098; Sat, 18 Jan 2003 17:02:25 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J12PVp083097; Sat, 18 Jan 2003 17:02:25 -0800 (PST) Message-Id: <200301190102.h0J12PVp083097@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 17:02:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 17:02:25 PST Modified files: sbin/dumpfs dumpfs.c Log: Simplify the main function now that libufs will hunt for the disk for us. Revision Changes Path 1.29 +7 -13 src/sbin/dumpfs/dumpfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:16: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B537B401; Sat, 18 Jan 2003 17:16:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4AC43F1E; Sat, 18 Jan 2003 17:16:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1G1fh086822; Sat, 18 Jan 2003 17:16:01 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1G1Oi086821; Sat, 18 Jan 2003 17:16:01 -0800 (PST) Message-Id: <200301190116.h0J1G1Oi086821@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 17:16:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stringlist.h src/lib/libc/gen stringlist.3 stringlist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 17:16:01 PST Modified files: include stringlist.h lib/libc/gen stringlist.3 stringlist.c Log: Sync with NetBSD -- sl_add() now returns an int. Revision Changes Path 1.3 +1 -1 src/include/stringlist.h 1.9 +17 -6 src/lib/libc/gen/stringlist.3 1.7 +6 -3 src/lib/libc/gen/stringlist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:21:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD9B37B401; Sat, 18 Jan 2003 17:21:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E318843ED8; Sat, 18 Jan 2003 17:21:23 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1LNfh090183; Sat, 18 Jan 2003 17:21:23 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1LNBB090158; Sat, 18 Jan 2003 17:21:23 -0800 (PST) Message-Id: <200301190121.h0J1LNBB090158@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 18 Jan 2003 17:21:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/thefish Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2003/01/18 17:21:23 PST Modified files: sysutils/thefish Makefile Log: Make the NO_GUI option honor WITHOUT_X11 definition. Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.21 +5 -0 ports/sysutils/thefish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:31:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9337637B401; Sat, 18 Jan 2003 17:31:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3352343F79; Sat, 18 Jan 2003 17:31:27 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1VRfh093694; Sat, 18 Jan 2003 17:31:27 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1VQGq093693; Sat, 18 Jan 2003 17:31:26 -0800 (PST) Message-Id: <200301190131.h0J1VQGq093693@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 17:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs Makefile cgroup.c libufs.h type.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 17:31:26 PST Modified files: lib/libufs Makefile libufs.h type.c Added files: lib/libufs cgroup.c Log: Add facility to read one, or a string of, cylinger groups. Revision Changes Path 1.6 +1 -1 src/lib/libufs/Makefile 1.1 +72 -0 src/lib/libufs/cgroup.c (new) 1.7 +13 -0 src/lib/libufs/libufs.h 1.8 +1 -0 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:31:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C146237B401; Sat, 18 Jan 2003 17:31:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6491F43F1E; Sat, 18 Jan 2003 17:31:49 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1Vnfh093912; Sat, 18 Jan 2003 17:31:49 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1VnPA093911; Sat, 18 Jan 2003 17:31:49 -0800 (PST) Message-Id: <200301190131.h0J1VnPA093911@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 17:31:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 17:31:49 PST Modified files: sbin/dumpfs dumpfs.c Log: Use libufs to read one cylinder group from the disk at a time. Revision Changes Path 1.30 +2 -7 src/sbin/dumpfs/dumpfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:39:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB2837B401; Sat, 18 Jan 2003 17:39:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23F843ED8; Sat, 18 Jan 2003 17:39:53 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1drfh094172; Sat, 18 Jan 2003 17:39:53 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1drob094171; Sat, 18 Jan 2003 17:39:53 -0800 (PST) Message-Id: <200301190139.h0J1drob094171@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 17:39:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs block.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 17:39:53 PST Modified files: lib/libufs block.c Log: Don't crash when utilities are dumb and try to read less than the disk block size (dumpfs may try to read the cylinder size (or is is sector size?) by way of bread). Prevents a bounds error. Revision Changes Path 1.4 +1 -1 src/lib/libufs/block.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 17:49:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 545E037B401; Sat, 18 Jan 2003 17:49:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD2143F5F; Sat, 18 Jan 2003 17:49:31 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J1nVfh097756; Sat, 18 Jan 2003 17:49:31 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J1nVDu097755; Sat, 18 Jan 2003 17:49:31 -0800 (PST) Message-Id: <200301190149.h0J1nVDu097755@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 18 Jan 2003 17:49:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/01/18 17:49:31 PST Modified files: share/man/man5 rc.conf.5 Log: Kill whitespace at EOL. Approved by: markm (mentor) Noticed by: ru Revision Changes Path 1.172 +1 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18: 7:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7121D37B401; Sat, 18 Jan 2003 18:07:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E6F43F13; Sat, 18 Jan 2003 18:07:45 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J27ifh005008; Sat, 18 Jan 2003 18:07:44 -0800 (PST) (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J27ibA005007; Sat, 18 Jan 2003 18:07:44 -0800 (PST) Message-Id: <200301190207.h0J27ibA005007@repoman.freebsd.org> From: Ade Lovett Date: Sat, 18 Jan 2003 18:07:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2003/01/18 18:07:44 PST Modified files: mail Makefile Log: Fix make index (duplicate entry mailman-2.1), after temporary retiring of mail/mailman-devel -- the directory should really be wiped too, and reinstated according to the BROKEN message therein at a later date, but I'll leave that to MAINTAINER Submitted by: make index Revision Changes Path 1.350 +1 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18:16:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78CD37B401; Sat, 18 Jan 2003 18:16:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BB743EB2; Sat, 18 Jan 2003 18:16:41 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J2Gffh008558; Sat, 18 Jan 2003 18:16:41 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J2GfnB008557; Sat, 18 Jan 2003 18:16:41 -0800 (PST) Message-Id: <200301190216.h0J2GfnB008557@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 18:16:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 18:16:41 PST Modified files: en/donations donors.sgml Log: I am truely amazed at how easy it is to send equipment small parts from The Netherlands to the USA. Got wilko's latest present. Revision Changes Path 1.25 +2 -2 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18:25:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CDD37B401; Sat, 18 Jan 2003 18:25:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFD943F13; Sat, 18 Jan 2003 18:25:20 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J2PKfh012076; Sat, 18 Jan 2003 18:25:20 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J2PKa7012075; Sat, 18 Jan 2003 18:25:20 -0800 (PST) Message-Id: <200301190225.h0J2PKa7012075@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jan 2003 18:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms/ia64 todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/18 18:25:20 PST Added files: en/platforms/ia64 todo.sgml Log: Add a page to collect things we need to do. Add a PR query form at the top of the page so that we can easily query ia64 related PRs. The items on the TODO list are just a first shot at making a list. Revision Changes Path 1.1 +42 -0 www/en/platforms/ia64/todo.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18:49:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FB937B401; Sat, 18 Jan 2003 18:49:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD2B43F13; Sat, 18 Jan 2003 18:49:35 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J2nZfh019295; Sat, 18 Jan 2003 18:49:35 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J2nY5j019294; Sat, 18 Jan 2003 18:49:34 -0800 (PST) Message-Id: <200301190249.h0J2nY5j019294@repoman.freebsd.org> From: Jake Burkholder Date: Sat, 18 Jan 2003 18:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms sparc.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2003/01/18 18:49:34 PST Modified files: en/platforms sparc.sgml Log: Add a note about the if_xl driver. Revision Changes Path 1.13 +5 -1 www/en/platforms/sparc.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18:54:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74ACA37B401; Sat, 18 Jan 2003 18:54:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172BE43EB2; Sat, 18 Jan 2003 18:54:11 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J2sAfh022731; Sat, 18 Jan 2003 18:54:10 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J2sAi1022730; Sat, 18 Jan 2003 18:54:10 -0800 (PST) Message-Id: <200301190254.h0J2sAi1022730@repoman.freebsd.org> From: Jake Burkholder Date: Sat, 18 Jan 2003 18:54:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2003/01/18 18:54:10 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Make xl sparc64 too. Revision Changes Path 1.129 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 18:59:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2273A37B401; Sat, 18 Jan 2003 18:59:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA8543F18; Sat, 18 Jan 2003 18:59:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J2xYfh023070; Sat, 18 Jan 2003 18:59:34 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J2xYq8023069; Sat, 18 Jan 2003 18:59:34 -0800 (PST) Message-Id: <200301190259.h0J2xYq8023069@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 18:59:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk kmod.mk src/sys/dev/bge if_bge.c src/sys/dev/mii Makefile.miidevs acphy.c amphy.c bmtphy.c brgphy.c dcphy.c devlist2h.awk e1000phy.c exphy.c inphy.c lxtphy.c miidevs.h nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rlphy.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 18:59:34 PST Modified files: sys/conf kern.post.mk kmod.mk sys/dev/bge if_bge.c sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c dcphy.c e1000phy.c exphy.c inphy.c lxtphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rlphy.c tdkphy.c tlphy.c xmphy.c sys/dev/tx if_tx.c sys/modules/bge Makefile sys/modules/mii Makefile sys/modules/tx Makefile sys/tools devlist2h.awk Removed files: sys/dev/mii Makefile.miidevs devlist2h.awk miidevs.h Log: Remove miidevs.h and generate it from miidevs at compile time. The devlist2h.awk tool to do this has been repocopied to sys/tools/. Revision Changes Path 1.32 +15 -6 src/sys/conf/kern.post.mk 1.133 +11 -0 src/sys/conf/kmod.mk 1.28 +1 -1 src/sys/dev/bge/if_bge.c 1.3 +0 -8 src/sys/dev/mii/Makefile.miidevs (dead) 1.12 +1 -1 src/sys/dev/mii/acphy.c 1.12 +1 -1 src/sys/dev/mii/amphy.c 1.3 +1 -1 src/sys/dev/mii/bmtphy.c 1.17 +1 -1 src/sys/dev/mii/brgphy.c 1.19 +1 -1 src/sys/dev/mii/dcphy.c 1.4 +0 -147 src/sys/dev/mii/devlist2h.awk (dead) 1.8 +1 -1 src/sys/dev/mii/e1000phy.c 1.15 +1 -1 src/sys/dev/mii/exphy.c 1.11 +1 -1 src/sys/dev/mii/inphy.c 1.9 +1 -1 src/sys/dev/mii/lxtphy.c 1.21 +0 -215 src/sys/dev/mii/miidevs.h (dead) 1.13 +1 -1 src/sys/dev/mii/nsgphy.c 1.17 +1 -1 src/sys/dev/mii/nsphy.c 1.11 +1 -1 src/sys/dev/mii/pnaphy.c 1.13 +1 -1 src/sys/dev/mii/pnphy.c 1.10 +1 -1 src/sys/dev/mii/qsphy.c 1.15 +1 -1 src/sys/dev/mii/rlphy.c 1.12 +1 -1 src/sys/dev/mii/tdkphy.c 1.13 +1 -1 src/sys/dev/mii/tlphy.c 1.11 +1 -1 src/sys/dev/mii/xmphy.c 1.63 +1 -1 src/sys/dev/tx/if_tx.c 1.2 +1 -1 src/sys/modules/bge/Makefile 1.23 +1 -1 src/sys/modules/mii/Makefile 1.9 +1 -1 src/sys/modules/tx/Makefile 1.4 +2 -2 src/sys/tools/devlist2h.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 19: 5: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6540837B401; Sat, 18 Jan 2003 19:05:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEB243F18; Sat, 18 Jan 2003 19:05:02 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J351fh026622; Sat, 18 Jan 2003 19:05:01 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J351Lu026621; Sat, 18 Jan 2003 19:05:01 -0800 (PST) Message-Id: <200301190305.h0J351Lu026621@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 Jan 2003 19:05:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil property.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2003/01/18 19:05:01 PST Modified files: lib/libutil property.c Log: Add (unsigned char) cast to ctype macros Handle NULL return from malloc and strdup Revision Changes Path 1.10 +31 -13 src/lib/libutil/property.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 19:19:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6524B37B401; Sat, 18 Jan 2003 19:19:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA6443F93; Sat, 18 Jan 2003 19:19:27 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J3JRfh030315; Sat, 18 Jan 2003 19:19:27 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J3JRHl030314; Sat, 18 Jan 2003 19:19:27 -0800 (PST) Message-Id: <200301190319.h0J3JRHl030314@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jan 2003 19:19:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms/ia64 refs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/18 19:19:27 PST Added files: en/platforms/ia64 refs.sgml Log: Create a list of references. The current list is naturally just a start. Also, add a google search at the top of the page in case one cannot find what one is looking for here. Most if not all of the links are expected to be off-site. Revision Changes Path 1.1 +62 -0 www/en/platforms/ia64/refs.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 19:24:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C35D37B401; Sat, 18 Jan 2003 19:24:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE5143F13; Sat, 18 Jan 2003 19:24:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J3OZfh033768; Sat, 18 Jan 2003 19:24:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J3OYkH033767; Sat, 18 Jan 2003 19:24:34 -0800 (PST) Message-Id: <200301190324.h0J3OYkH033767@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 19:24:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/doomlegacy/files patch-doomlegacy::linux_x::i_sound.c patch-doomlegacy::linux_x::linux.c patch-doomlegacy::t_prepro.h patch-i_tcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 19:24:34 PST Added files: games/doomlegacy/files patch-doomlegacy::linux_x::i_sound.c patch-doomlegacy::linux_x::linux.c patch-doomlegacy::t_prepro.h patch-i_tcp.c Log: Make games/doomlegacy compiling on -current Revision Changes Path 1.1 +11 -0 ports/games/doomlegacy/files/patch-doomlegacy::linux_x::i_sound.c (new) 1.1 +11 -0 ports/games/doomlegacy/files/patch-doomlegacy::linux_x::linux.c (new) 1.1 +17 -0 ports/games/doomlegacy/files/patch-doomlegacy::t_prepro.h (new) 1.1 +13 -0 ports/games/doomlegacy/files/patch-i_tcp.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 19:36:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41DB37B401; Sat, 18 Jan 2003 19:36:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54EE843E4A; Sat, 18 Jan 2003 19:36:31 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J3aVfh037476; Sat, 18 Jan 2003 19:36:31 -0800 (PST) (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J3aV62037475; Sat, 18 Jan 2003 19:36:31 -0800 (PST) Message-Id: <200301190336.h0J3aV62037475@repoman.freebsd.org> From: Ade Lovett Date: Sat, 18 Jan 2003 19:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-postgresql-plperl Makefile ports/databases/postgresql-pltcl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2003/01/18 19:36:31 PST Modified files: databases/p5-postgresql-plperl Makefile databases/postgresql-pltcl Makefile Log: Fix these two so they at least work with 'make index'. The inclusion of a master port Makefile like this is iffy in the extreme, IMO. Revision Changes Path 1.5 +1 -1 ports/databases/p5-postgresql-plperl/Makefile 1.5 +1 -1 ports/databases/postgresql-pltcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 20: 5:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67DA37B401; Sat, 18 Jan 2003 20:05:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E4143F5F; Sat, 18 Jan 2003 20:05:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J45lfh048136; Sat, 18 Jan 2003 20:05:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J45laD048135; Sat, 18 Jan 2003 20:05:47 -0800 (PST) Message-Id: <200301190405.h0J45laD048135@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 20:05:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/guile-www Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 20:05:47 PST Modified files: www Makefile Added files: www/guile-www Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: www/guile-www (guile modules for www interaction) Guile-WWW is a set of Guile Scheme modules providing support for navigating HTTP connections, parsing URLs, handling CGI operations, and fetching WWW resources. PR: ports/42181 Submitted by: Kimura Fuyuki Revision Changes Path 1.589 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/guile-www/Makefile (new) 1.1 +1 -0 ports/www/guile-www/distinfo (new) 1.1 +1 -0 ports/www/guile-www/pkg-comment (new) 1.1 +8 -0 ports/www/guile-www/pkg-descr (new) 1.1 +9 -0 ports/www/guile-www/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 20: 6:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7212737B401; Sat, 18 Jan 2003 20:06:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F9443F5F; Sat, 18 Jan 2003 20:06:09 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J468fh048189; Sat, 18 Jan 2003 20:06:08 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J468D8048188; Sat, 18 Jan 2003 20:06:08 -0800 (PST) Message-Id: <200301190406.h0J468D8048188@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Jan 2003 20:06:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/18 20:06:08 PST Modified files: . modules Log: guile-www --> ports/www/guile-www Revision Changes Path 1.6518 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 20:31:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E413937B401; Sat, 18 Jan 2003 20:31:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F0643F65; Sat, 18 Jan 2003 20:31:54 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J4Vsfh058675; Sat, 18 Jan 2003 20:31:54 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J4Vsuq058674; Sat, 18 Jan 2003 20:31:54 -0800 (PST) Message-Id: <200301190431.h0J4Vsuq058674@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 20:31:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 20:31:54 PST Modified files: release Makefile Log: Use checksum-recursive rather than fetch-recursive-list in PREFETCHDISTFILES so as to catch errors ASAP rather than later between the ports cvs checkout and docs cvs checkout. If a distfile doesn't checksum OK, it is very hard to restart the release with "make rerelease" as that target assumes all the cvs checkout's happened OK, and if that is not the case the cvs update that is attempted fails.. Revision Changes Path 1.747 +1 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 20:47:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7FD37B401; Sat, 18 Jan 2003 20:47:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605C943F18; Sat, 18 Jan 2003 20:47:55 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J4ltfh062421; Sat, 18 Jan 2003 20:47:55 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J4ltrA062420; Sat, 18 Jan 2003 20:47:55 -0800 (PST) Message-Id: <200301190447.h0J4ltrA062420@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 20:47:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 20:47:55 PST Modified files: sys/pci if_xl.c Log: Complete the support of the on-board xl(4) on nVidia nForce2 mobo's. Submitted by: Mikko S. Hyvarinen Revision Changes Path 1.123 +3 -0 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 20:57: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3E037B401; Sat, 18 Jan 2003 20:57:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 701A143ED8; Sat, 18 Jan 2003 20:57:06 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J4v6fh066021; Sat, 18 Jan 2003 20:57:06 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J4v6YB066020; Sat, 18 Jan 2003 20:57:06 -0800 (PST) Message-Id: <200301190457.h0J4v6YB066020@repoman.freebsd.org> From: Trevor Johnson Date: Sat, 18 Jan 2003 20:57:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/beonex Makefile ports/www/beonex/files patch-xptcinvoke_linux_alpha.cpp patch-xptcstubs_linux_alpha.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2003/01/18 20:57:06 PST Modified files: www/beonex Makefile Added files: www/beonex/files patch-xptcinvoke_linux_alpha.cpp patch-xptcstubs_linux_alpha.cpp Log: Add patches by Glen Nakamura which enable compilation with GCC 3.2.1 on the Alpha. I only tested this with FreeBSD 5.0-RC3, and the browser segfaulted immediately when I ran it. Mark as i386-only. Sponsored by: David O'Brien and Sofia Pappatheodorou Revision Changes Path 1.8 +2 -0 ports/www/beonex/Makefile 1.1 +53 -0 ports/www/beonex/files/patch-xptcinvoke_linux_alpha.cpp (new) 1.1 +110 -0 ports/www/beonex/files/patch-xptcstubs_linux_alpha.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 21:36:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44BD737B401; Sat, 18 Jan 2003 21:36:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDC943F18; Sat, 18 Jan 2003 21:36:14 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J5aEfh080169; Sat, 18 Jan 2003 21:36:14 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J5aEGT080168; Sat, 18 Jan 2003 21:36:14 -0800 (PST) Message-Id: <200301190536.h0J5aEGT080168@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jan 2003 21:36:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms/ia64 todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/18 21:36:14 PST Modified files: en/platforms/ia64 todo.sgml Log: Add a link to the bento errorlogs for ia64. This helps us to remind that fixing port failures is also on our todo list (especially when the failure is ia64 specific). Revision Changes Path 1.2 +14 -3 www/en/platforms/ia64/todo.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 21:45:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC19837B401; Sat, 18 Jan 2003 21:45:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912DE43F13; Sat, 18 Jan 2003 21:45:46 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J5jkfh083739; Sat, 18 Jan 2003 21:45:46 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J5jk3o083738; Sat, 18 Jan 2003 21:45:46 -0800 (PST) Message-Id: <200301190545.h0J5jk3o083738@repoman.freebsd.org> From: SADA Kenji Date: Sat, 18 Jan 2003 21:45:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/alias-fonts pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2003/01/18 21:45:46 PST Modified files: japanese/alias-fonts pkg-install Log: Fix a typo. Submitted by: Ayumu Kato Approved by: maintainer at [ports-jp 13468] Revision Changes Path 1.6 +2 -2 ports/japanese/alias-fonts/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 21:46:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D9E37B401; Sat, 18 Jan 2003 21:46:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB5043ED8; Sat, 18 Jan 2003 21:46:23 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J5kNfh083791; Sat, 18 Jan 2003 21:46:23 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J5kN80083790; Sat, 18 Jan 2003 21:46:23 -0800 (PST) Message-Id: <200301190546.h0J5kN80083790@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 21:46:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs cgroup.c libufs.h type.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 21:46:23 PST Modified files: lib/libufs cgroup.c libufs.h type.c Log: Store not only the current cylinder group in the series (i.e. next that needs to be read in) but also the last cylinder group in the series (i.e. what is stored in the structure). Revision Changes Path 1.2 +1 -0 src/lib/libufs/cgroup.c 1.8 +1 -0 src/lib/libufs/libufs.h 1.9 +1 -0 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 21:51:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8A437B401; Sat, 18 Jan 2003 21:51:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5157643F43; Sat, 18 Jan 2003 21:51:37 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J5pbfh087229; Sat, 18 Jan 2003 21:51:37 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J5pbpV087228; Sat, 18 Jan 2003 21:51:37 -0800 (PST) Message-Id: <200301190551.h0J5pbpV087228@repoman.freebsd.org> From: Juli Mallett Date: Sat, 18 Jan 2003 21:51:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/01/18 21:51:36 PST Modified files: sbin/dumpfs dumpfs.c Log: Let libufs handle all the work with regard to going through a list of cgs, now. Revision Changes Path 1.31 +7 -8 src/sbin/dumpfs/dumpfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 22: 1:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD47737B406; Sat, 18 Jan 2003 22:01:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C2943F13; Sat, 18 Jan 2003 22:01:33 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J61Xfh090620; Sat, 18 Jan 2003 22:01:33 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J61XR4090616; Sat, 18 Jan 2003 22:01:33 -0800 (PST) Message-Id: <200301190601.h0J61XR4090616@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Jan 2003 22:01:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ieeefp.h src/sys/i386/include floatingpoint.h ieeefp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2003/01/18 22:01:33 PST Modified files: include ieeefp.h sys/i386/include floatingpoint.h ieeefp.h Log: o Move the contents of over to where it belongs. o Remove the i386 specific inclusion of from , now that including is enough for all architectures. o Allow to inline the functions exposed by the headers by checking for _IEEEFP_INLINED_ in the MI header. When defined, prototypes are not given and it is assumed that the MD headers, when inlining only a subset of the functions provide prototypes for the functions not being inlined. Based on patch from: Terry Lambert Tested with: make release. Revision Changes Path 1.7 +2 -4 src/include/ieeefp.h 1.13 +0 -88 src/sys/i386/include/floatingpoint.h 1.8 +80 -0 src/sys/i386/include/ieeefp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 22: 2:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F5C37B401; Sat, 18 Jan 2003 22:02:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F25D43F13; Sat, 18 Jan 2003 22:02:46 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J62kfh090903; Sat, 18 Jan 2003 22:02:46 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J62kJ7090902; Sat, 18 Jan 2003 22:02:46 -0800 (PST) Message-Id: <200301190602.h0J62kJ7090902@repoman.freebsd.org> From: Pete Fritchman Date: Sat, 18 Jan 2003 22:02:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-AIM Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2003/01/18 22:02:46 PST Modified files: net Makefile Added files: net/p5-Net-AIM Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Net-AIM 1.22, a perl extension for the AOL Instant Messenger TOC protocol. Revision Changes Path 1.897 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-Net-AIM/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-AIM/distinfo (new) 1.1 +1 -0 ports/net/p5-Net-AIM/pkg-comment (new) 1.1 +7 -0 ports/net/p5-Net-AIM/pkg-descr (new) 1.1 +8 -0 ports/net/p5-Net-AIM/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 22: 2:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA06137B401; Sat, 18 Jan 2003 22:02:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDC843F43; Sat, 18 Jan 2003 22:02:58 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J62wfh090940; Sat, 18 Jan 2003 22:02:58 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J62wCa090939; Sat, 18 Jan 2003 22:02:58 -0800 (PST) Message-Id: <200301190602.h0J62wCa090939@repoman.freebsd.org> From: Pete Fritchman Date: Sat, 18 Jan 2003 22:02:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2003/01/18 22:02:58 PST Modified files: . modules Log: p5-Net-AIM --> ports/net/p5-Net-AIM Revision Changes Path 1.6519 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 22:51:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C393C37B401; Sat, 18 Jan 2003 22:51:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692A443F1E; Sat, 18 Jan 2003 22:51:11 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J6pBfh007794; Sat, 18 Jan 2003 22:51:11 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J6pB7X007790; Sat, 18 Jan 2003 22:51:11 -0800 (PST) Message-Id: <200301190651.h0J6pB7X007790@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 18 Jan 2003 22:51:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2003/01/18 22:51:11 PST Modified files: sys/kern kern_time.c Log: useracc() is mpsafe so we only need to hold Giant over the call to nanosleep1() Pointed out by: tjr Revision Changes Path 1.92 +5 -10 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 23: 8: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA3137B401; Sat, 18 Jan 2003 23:08:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3E643ED8; Sat, 18 Jan 2003 23:08:03 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J783fh012600; Sat, 18 Jan 2003 23:08:03 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J783hZ012599; Sat, 18 Jan 2003 23:08:03 -0800 (PST) Message-Id: <200301190708.h0J783hZ012599@repoman.freebsd.org> From: Sam Leffler Date: Sat, 18 Jan 2003 23:08:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ieee80211subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/18 23:08:03 PST Modified files: sys/net if_ieee80211subr.c Log: fix ioctl handling for setting wep keys Revision Changes Path 1.2 +6 -4 src/sys/net/if_ieee80211subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 23:12:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7C737B401; Sat, 18 Jan 2003 23:12:43 -0800 (PST) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECEE43F13; Sat, 18 Jan 2003 23:12:42 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd09.sul.t-online.de by mailout07.sul.t-online.com with smtp id 18a9dJ-0001WX-00; Sun, 19 Jan 2003 08:12:41 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.224.174.28]) by fmrl09.sul.t-online.com with esmtp id 18a9dH-1DilzkC; Sun, 19 Jan 2003 08:12:39 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 45C7313481C; Sun, 19 Jan 2003 08:12:39 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h0J7DO8V001848; Sun, 19 Jan 2003 08:13:24 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h0J7DOK9001847; Sun, 19 Jan 2003 08:13:24 +0100 (CET) Date: Sun, 19 Jan 2003 08:13:20 +0100 From: "Simon 'corecode' Schubert" To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/id3lib Makefile Message-Id: <20030119081320.28f09b3f.corecode@corecode.ath.cx> In-Reply-To: <200301171214.h0HCE0d0085627@repoman.freebsd.org> References: <200301171214.h0HCE0d0085627@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="X=.w9npBh+?8Hvk4" X-Sender: 320050403952-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --X=.w9npBh+?8Hvk4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Edwin Groothuis told: > Unbreak audio/id3lib for -current yay, thanks -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --X=.w9npBh+?8Hvk4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+KlAUr5S+dk6z85oRAgqpAJ4xq2OPZa/7neSUYlNtvF3CRXU0ewCeM14Y KiUlfJU5vFCjQRmcWAVPcJk= =J+XX -----END PGP SIGNATURE----- --X=.w9npBh+?8Hvk4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 18 23:25:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A64C237B401; Sat, 18 Jan 2003 23:25:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444CB43ED8; Sat, 18 Jan 2003 23:25:47 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J7Plfh019723; Sat, 18 Jan 2003 23:25:47 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J7PloB019722; Sat, 18 Jan 2003 23:25:47 -0800 (PST) Message-Id: <200301190725.h0J7PloB019722@repoman.freebsd.org> From: SADA Kenji Date: Sat, 18 Jan 2003 23:25:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo pkg-message pkg-plist ports/mail/postfix/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2003/01/18 23:25:47 PST Modified files: mail/postfix Makefile distinfo pkg-message pkg-plist mail/postfix/scripts configure.postfix Log: upgrade to version 2.0.2 PR: ports/47110 Submitted by: maintainer Revision Changes Path 1.65 +2 -2 ports/mail/postfix/Makefile 1.35 +4 -4 ports/mail/postfix/distinfo 1.5 +15 -1 ports/mail/postfix/pkg-message 1.15 +2 -0 ports/mail/postfix/pkg-plist 1.27 +44 -12 ports/mail/postfix/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message