From owner-cvs-src@FreeBSD.ORG Sun Jul 27 02:55:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DE537B404; Sun, 27 Jul 2003 02:55:07 -0700 (PDT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A4243F3F; Sun, 27 Jul 2003 02:55:06 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.aul.t-online.de by mailout11.sul.t-online.com with smtp id 19giF5-00029R-05; Sun, 27 Jul 2003 11:55:03 +0200 Received: from Andro-Beta.Leidinger.net (SI4zlgZY8eokjYze4xS7xnEUFyfO+yrkBS3HO8lzgMfqO7AAL3-Tge@[217.83.18.165]) by fmrl03.sul.t-online.com with esmtp id 19giEt-1pVcga0; Sun, 27 Jul 2003 11:54:51 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h6R9sp9P047354; Sun, 27 Jul 2003 11:54:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h6R9swFs001021; Sun, 27 Jul 2003 11:54:58 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 27 Jul 2003 11:54:57 +0200 From: Alexander Leidinger To: "Poul-Henning Kamp" Message-Id: <20030727115457.553f1df7.Alexander@Leidinger.net> In-Reply-To: <56900.1059255288@critter.freebsd.dk> References: <20030725212142.GB9176@cirb503493.alcatel.com.au> <56900.1059255288@critter.freebsd.dk> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: SI4zlgZY8eokjYze4xS7xnEUFyfO+yrkBS3HO8lzgMfqO7AAL3-Tge@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 09:55:08 -0000 On Sat, 26 Jul 2003 23:34:48 +0200 "Poul-Henning Kamp" wrote: > When I first started to interest myself with the mechanics of > sanitizing the kernel source, it was because two common symbols had > the same name, which gave rather non-newtonian behaviour under a > given set of circumstances which I ran into rather often. > > Subsequently, I have written a couple of minor scripts to try to > help make sure certain kinds of consistency remains in force in the > kernel (this was the genesis of src/tools btw). > > I have even gone as far as to spend a fair bit of time testing > various code analysis tools, a decade ago I used Purify, these days > FlexeLint is my favourite, on the kernel correctling as I go the > most severe problems I found that way. [...] > We still have no tools which help us translate high level abstractions > into low level code or for that matter to validate the high level > abstractions in the first place. Are you talking about e.g. model checking? After Aug 2 I plan to look at porting 2 major open source model checkers. > Given all that, I firmly belive we should embrace every little bit > of help we can get from tools and programs we have, even if that > means minor inconveniences and a certain cramping of style here and > there. Perhaps you can convince dds (CCed) to extend devel/cscout in various helpful directions. Based upon his introduction to us at the time he got his commit bit and his homepage he may be interested in this kind of work. Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Sun Jul 27 03:02:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A120F37B401; Sun, 27 Jul 2003 03:02:41 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F0843F3F; Sun, 27 Jul 2003 03:02:40 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6RA2bV3022429; Sun, 27 Jul 2003 10:02:37 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6RA2a5H062162; Sun, 27 Jul 2003 12:02:37 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 27 Jul 2003 11:54:57 +0200." <20030727115457.553f1df7.Alexander@Leidinger.net> Date: Sun, 27 Jul 2003 12:02:36 +0200 Message-ID: <62161.1059300156@critter.freebsd.dk> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:02:43 -0000 In message <20030727115457.553f1df7.Alexander@Leidinger.net>, Alexander Leiding er writes: >> We still have no tools which help us translate high level abstractions >> into low level code or for that matter to validate the high level >> abstractions in the first place. > >Are you talking about e.g. model checking? After Aug 2 I plan to look at >porting 2 major open source model checkers. I don't think you could have gotten an accountant to explain what a spread-sheet would do back in the days before VisiCalc, but once the idea was out, everybody could see that it was brilliant. If I knew what the tools were, I would have been busy writing them years ago, but unfortunately, I don't seem to be the one destined to invent the programmers spread-sheet. >> Given all that, I firmly belive we should embrace every little bit >> of help we can get from tools and programs we have, even if that >> means minor inconveniences and a certain cramping of style here and >> there. > >Perhaps you can convince dds (CCed) to extend devel/cscout in various >helpful directions. Based upon his introduction to us at the time he got >his commit bit and his homepage he may be interested in this kind of >work. I was very happy to see dds@ appear in the asylum :-) -- 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. From owner-cvs-src@FreeBSD.ORG Sun Jul 27 03:16:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845D537B401; Sun, 27 Jul 2003 03:16:53 -0700 (PDT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4B343F85; Sun, 27 Jul 2003 03:16:52 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.aul.t-online.de by mailout04.sul.t-online.com with smtp id 19gia9-0005CJ-00; Sun, 27 Jul 2003 12:16:49 +0200 Received: from Andro-Beta.Leidinger.net (G5KGKTZTremfvWlB7act-3obklD4NvAopdnHDExcvGB2VV37GpmEE1@[217.83.18.165]) by fmrl03.sul.t-online.com with esmtp id 19giZw-2IbVWC0; Sun, 27 Jul 2003 12:16:36 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h6RAGa9P047456; Sun, 27 Jul 2003 12:16:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h6RAGhFs001121; Sun, 27 Jul 2003 12:16:43 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 27 Jul 2003 12:16:43 +0200 From: Alexander Leidinger To: "Poul-Henning Kamp" Message-Id: <20030727121643.6daa5486.Alexander@Leidinger.net> In-Reply-To: <62161.1059300156@critter.freebsd.dk> References: <20030727115457.553f1df7.Alexander@Leidinger.net> <62161.1059300156@critter.freebsd.dk> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: G5KGKTZTremfvWlB7act-3obklD4NvAopdnHDExcvGB2VV37GpmEE1@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:16:54 -0000 On Sun, 27 Jul 2003 12:02:36 +0200 "Poul-Henning Kamp" wrote: > >Are you talking about e.g. model checking? After Aug 2 I plan to look at > >porting 2 major open source model checkers. > > I don't think you could have gotten an accountant to explain what > a spread-sheet would do back in the days before VisiCalc, but once > the idea was out, everybody could see that it was brilliant. > > If I knew what the tools were, I would have been busy writing them > years ago, but unfortunately, I don't seem to be the one destined > to invent the programmers spread-sheet. http://www.uppaal.com/ I think it would allow to test the locking assumptions (if you have a model of the kernel...). Bye, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Sun Jul 27 03:41:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BC537B401; Sun, 27 Jul 2003 03:41:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2377743F85; Sun, 27 Jul 2003 03:41:34 -0700 (PDT) (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 h6RAfX0U077999; Sun, 27 Jul 2003 03:41:33 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RAfXEK077998; Sun, 27 Jul 2003 03:41:33 -0700 (PDT) Message-Id: <200307271041.h6RAfXEK077998@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 03:41:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:41:35 -0000 mux 2003/07/27 03:41:33 PDT FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Use pmap_zero_page() to zero pages instead of bzero() because they haven't been vm_map_wire()'d yet. Revision Changes Path 1.23 +1 -1 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 03:53:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD3937B401; Sun, 27 Jul 2003 03:53:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA32D43F75; Sun, 27 Jul 2003 03:53:28 -0700 (PDT) (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 h6RArS0U078474; Sun, 27 Jul 2003 03:53:28 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RArSBm078473; Sun, 27 Jul 2003 03:53:28 -0700 (PDT) Message-Id: <200307271053.h6RArSBm078473@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jul 2003 03:53:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/last last.1 last.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:53:29 -0000 tjr 2003/07/27 03:53:28 PDT FreeBSD src repository Modified files: usr.bin/last last.1 last.c Log: Add the -n maxrec option as an alias for -maxrec for compatibility with System V and consistency with other utilities. Document the new form instead of the old form in the manual page. PR: 54661 Revision Changes Path 1.15 +7 -7 src/usr.bin/last/last.1 1.31 +11 -3 src/usr.bin/last/last.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 04:09:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9092537B401; Sun, 27 Jul 2003 04:09:04 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6962F43F93; Sun, 27 Jul 2003 04:09:03 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6RB8uV3023281; Sun, 27 Jul 2003 11:08:56 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6RB8t5H062634; Sun, 27 Jul 2003 13:08:55 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 27 Jul 2003 12:16:43 +0200." <20030727121643.6daa5486.Alexander@Leidinger.net> Date: Sun, 27 Jul 2003 13:08:55 +0200 Message-ID: <62633.1059304135@critter.freebsd.dk> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 11:09:05 -0000 In message <20030727121643.6daa5486.Alexander@Leidinger.net>, Alexander Leiding er writes: >> If I knew what the tools were, I would have been busy writing them >> years ago, but unfortunately, I don't seem to be the one destined >> to invent the programmers spread-sheet. > >http://www.uppaal.com/ > >I think it would allow to test the locking assumptions (if you have a >model of the kernel...). Yes I think it would, but you would have to find a way to prove to yourself that your model was in fact precise and faithful relative to the kernel source. I'm still hoping that some day we will have tools which will read source code and alert us to things which doesn't make sense or which looks dubious. -- 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. From owner-cvs-src@FreeBSD.ORG Sun Jul 27 04:36:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6798537B405; Sun, 27 Jul 2003 04:36:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A1443FB1; Sun, 27 Jul 2003 04:36:01 -0700 (PDT) (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 h6RBa10U080887; Sun, 27 Jul 2003 04:36:01 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RBa1Ot080886; Sun, 27 Jul 2003 04:36:01 -0700 (PDT) Message-Id: <200307271136.h6RBa1Ot080886@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jul 2003 04:36:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netsmb smb_conn.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 11:36:02 -0000 tjr 2003/07/27 04:36:01 PDT FreeBSD src repository Modified files: sys/netsmb smb_conn.h Log: Reserve space for the trailing null byte in the srvname member of struct smb_vc_info. PR: 46902 Revision Changes Path 1.9 +1 -1 src/sys/netsmb/smb_conn.h From owner-cvs-src@FreeBSD.ORG Sun Jul 27 04:41:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2387237B401; Sun, 27 Jul 2003 04:41:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B288043FAF; Sun, 27 Jul 2003 04:41:38 -0700 (PDT) (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 h6RBfc0U081138; Sun, 27 Jul 2003 04:41:38 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RBfc2r081137; Sun, 27 Jul 2003 04:41:38 -0700 (PDT) Message-Id: <200307271141.h6RBfc2r081137@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jul 2003 04:41:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/smbfs/lib/smb ctx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 11:41:39 -0000 tjr 2003/07/27 04:41:38 PDT FreeBSD src repository Modified files: contrib/smbfs/lib/smb ctx.c Log: Fix some off-by-one errors dealing with limits of server names, usernames, workgroup names and passwords. We can now connect to servers with 15-character NetBIOS names. (Some versions of Windows use semi-random 15-char names by default.) PR: 46902 Revision Changes Path 1.3 +5 -5 src/contrib/smbfs/lib/smb/ctx.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 04:59:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059DB37B401; Sun, 27 Jul 2003 04:59:14 -0700 (PDT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB1343F85; Sun, 27 Jul 2003 04:59:12 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd08.aul.t-online.de by mailout04.sul.t-online.com with smtp id 19gkBD-0007zU-04; Sun, 27 Jul 2003 13:59:11 +0200 Received: from Andro-Beta.Leidinger.net (Gt0vnqZrYeM7-4vMvTCBgMuKj7pLW5RBbwInou7V+jxadQsjGDaBoo@[217.83.18.165]) by fmrl08.sul.t-online.com with esmtp id 19gkBB-27mpEW0; Sun, 27 Jul 2003 13:59:09 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h6RBx79P047669; Sun, 27 Jul 2003 13:59:07 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h6RBxDFs001632; Sun, 27 Jul 2003 13:59:13 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 27 Jul 2003 13:59:13 +0200 From: Alexander Leidinger To: "Poul-Henning Kamp" Message-Id: <20030727135913.0d2c3725.Alexander@Leidinger.net> In-Reply-To: <62633.1059304135@critter.freebsd.dk> References: <20030727121643.6daa5486.Alexander@Leidinger.net> <62633.1059304135@critter.freebsd.dk> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Seen: false X-ID: Gt0vnqZrYeM7-4vMvTCBgMuKj7pLW5RBbwInou7V+jxadQsjGDaBoo@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 11:59:14 -0000 On Sun, 27 Jul 2003 13:08:55 +0200 "Poul-Henning Kamp" wrote: > >http://www.uppaal.com/ > > > >I think it would allow to test the locking assumptions (if you have a > >model of the kernel...). >=20 > Yes I think it would, but you would have to find a way to prove to=20 > yourself that your model was in fact precise and faithful relative to > the kernel source. Sort of... you need an abstract (high level) model of what you want to achieve. There you can check the model if it fulfills some constraints (no deadlocks, mutual exclusion, ...). This way you can check for design errors. To verify that the actual implementation is an instance of thos high level model, you need a model of what your source does (partially autogenerated). This model is far more complex than the abstract one. Now you let the model checker compare both models (uppaal generates a minimal state machine out of the models and compares them). > I'm still hoping that some day we will have tools which will read > source code and alert us to things which doesn't make sense or which > looks dubious. I don't know if uppaal is able to generate models out of source already (I hadn't time to investigate it that deep), but there's definitively active research happening in this direction (as far as I know the german government sponsors some researchers (3 groups) here in Saarbr=FCcken which actually work on trying to prove everything from a CPU upto the OS/programs; if someone is interested I can provide some URLs). Bye, Alexander. --=20 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:17:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC3837B401; Sun, 27 Jul 2003 06:17:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A924543F75; Sun, 27 Jul 2003 06:17:32 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6RDHW0U091715; Sun, 27 Jul 2003 06:17:32 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDHWqO091714; Sun, 27 Jul 2003 06:17:32 -0700 (PDT) Message-Id: <200307271317.h6RDHWqO091714@repoman.freebsd.org> From: Mark Murray Date: Sun, 27 Jul 2003 06:17:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/kerberos5/lib/libasn1 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:17:33 -0000 markm 2003/07/27 06:17:32 PDT FreeBSD src repository Modified files: kerberos5/lib/libasn1 Makefile Log: Try a lot harder to get dependancies right. This involves some ugly looking ${.OBJDIR} work that has the up-side of actually working in upgrade and make -jN cases. This needs to be revisited further, and it is conceivable that the ${.OBJDIR} stuff can be simplified, but the sheer number of edge cases and other causes make this Hard(tm). For now, this works. Revision Changes Path 1.20 +8 -4 src/kerberos5/lib/libasn1/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:27:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA39937B401; Sun, 27 Jul 2003 06:27:42 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E3643FBF; Sun, 27 Jul 2003 06:27:40 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h6RDQqai050074; Sun, 27 Jul 2003 09:26:52 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h6RDQq17050071; Sun, 27 Jul 2003 09:26:52 -0400 (EDT) Date: Sun, 27 Jul 2003 09:26:52 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alexander Leidinger In-Reply-To: <20030727115457.553f1df7.Alexander@Leidinger.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Poul-Henning Kamp cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:27:43 -0000 On Sun, 27 Jul 2003, Alexander Leidinger wrote: > > We still have no tools which help us translate high level abstractions > > into low level code or for that matter to validate the high level > > abstractions in the first place. > > Are you talking about e.g. model checking? After Aug 2 I plan to look at > porting 2 major open source model checkers. Last time I used NuSMV, it ran just fine on FreeBSD. That was in 1999, though. But porting model checkers has never been the hard part of model checking to software development, it's finding the models that hurts... I can't help wondering if the single most positive step in the direction of having formalism and analysis tools available in development wouldn't be to use a language other than C... :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:44:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ABC37B405; Sun, 27 Jul 2003 06:44:06 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0C943F85; Sun, 27 Jul 2003 06:44:05 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6RDi3V3025339; Sun, 27 Jul 2003 13:44:03 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6RDi35H063497; Sun, 27 Jul 2003 15:44:03 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alexander Leidinger , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, dds@FreeBSD.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 27 Jul 2003 09:26:52 EDT." Date: Sun, 27 Jul 2003 15:44:03 +0200 Message-ID: <63496.1059313443@critter.freebsd.dk> Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:44:07 -0000 In message , Robe rt Watson writes: >I can't help wondering if the single most positive step in the direction >of having formalism and analysis tools available in development wouldn't >be to use a language other than C... :-) There are certainly areas where C could be improved to fit the task of modern and portable systems programming better, but all things considered I only think that would result in rather marginal prevention of certain "brain-o" style bugs and less rules in style(9) to enforce. I am on the other hand pretty sure that the biggest improvement would not come from changing the language in which we write our code as much as from programs which read that code, and answer the questions which it would otherwise be very time consuming to get a reply to. For instance, since one can manually establish the answer to the question "how is this line of code reached", producing more or less kernel backtraces that lead to the line in questions, I can't see why we shouldn't be able to automate that task. -- 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. From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:52:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A1537B401; Sun, 27 Jul 2003 06:52:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B6E43FAF; Sun, 27 Jul 2003 06:52:11 -0700 (PDT) (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 h6RDqB0U093150; Sun, 27 Jul 2003 06:52:11 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDqBWQ093149; Sun, 27 Jul 2003 06:52:11 -0700 (PDT) Message-Id: <200307271352.h6RDqBWQ093149@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 06:52:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include bus_dma.h src/sys/amd64/amd64 busdma_machdep.c src/sys/alpha/include bus.h src/sys/alpha/alpha busdma_machdep.c src/sys/ia64/include bus.h src/sys/ia64/ia64... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:52:12 -0000 mux 2003/07/27 06:52:11 PDT FreeBSD src repository Modified files: sys/amd64/include bus_dma.h sys/amd64/amd64 busdma_machdep.c sys/alpha/include bus.h sys/alpha/alpha busdma_machdep.c sys/ia64/include bus.h sys/ia64/ia64 busdma_machdep.c sys/i386/include bus_dma.h sys/i386/i386 busdma_machdep.c sys/powerpc/include bus.h sys/powerpc/powerpc busdma_machdep.c sys/sparc64/include bus.h sys/sparc64/sparc64 bus_machdep.c Log: - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed memory in bus_dmamem_alloc(). This is possible now that contigmalloc() supports the M_ZERO flag. - Remove the locking of Giant around calls to contigmalloc() since contigmalloc() now grabs Giant itself. Revision Changes Path 1.43 +11 -8 src/sys/alpha/alpha/busdma_machdep.c 1.23 +1 -0 src/sys/alpha/include/bus.h 1.50 +11 -8 src/sys/amd64/amd64/busdma_machdep.c 1.24 +1 -0 src/sys/amd64/include/bus_dma.h 1.52 +11 -8 src/sys/i386/i386/busdma_machdep.c 1.23 +1 -0 src/sys/i386/include/bus_dma.h 1.31 +11 -8 src/sys/ia64/ia64/busdma_machdep.c 1.14 +1 -0 src/sys/ia64/include/bus.h 1.12 +1 -0 src/sys/powerpc/include/bus.h 1.18 +11 -6 src/sys/powerpc/powerpc/busdma_machdep.c 1.31 +1 -0 src/sys/sparc64/include/bus.h 1.34 +10 -6 src/sys/sparc64/sparc64/bus_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:56:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E6C37B401; Sun, 27 Jul 2003 06:56:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A7D43FA3; Sun, 27 Jul 2003 06:56:03 -0700 (PDT) (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 h6RDu30U093335; Sun, 27 Jul 2003 06:56:03 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDu3Ar093334; Sun, 27 Jul 2003 06:56:03 -0700 (PDT) Message-Id: <200307271356.h6RDu3Ar093334@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 06:56:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:56:05 -0000 mux 2003/07/27 06:56:03 PDT FreeBSD src repository Modified files: sys/pci if_xl.c Log: Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory. Revision Changes Path 1.150 +2 -5 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:58:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AFB37B401; Sun, 27 Jul 2003 06:58:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D8843F75; Sun, 27 Jul 2003 06:58:05 -0700 (PDT) (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 h6RDw50U093449; Sun, 27 Jul 2003 06:58:05 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDw5Kc093442; Sun, 27 Jul 2003 06:58:05 -0700 (PDT) Message-Id: <200307271358.h6RDw5Kc093442@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 06:58:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:58:06 -0000 mux 2003/07/27 06:58:05 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Use the BUS_DMA_ZERO flag. Revision Changes Path 1.189 +2 -4 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 06:58:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA5737B404; Sun, 27 Jul 2003 06:58:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AEB43FA3; Sun, 27 Jul 2003 06:58:06 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6RDw50U093462; Sun, 27 Jul 2003 06:58:05 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDw5TP093461; Sun, 27 Jul 2003 06:58:05 -0700 (PDT) Message-Id: <200307271358.h6RDw5TP093461@repoman.freebsd.org> From: David Malone Date: Sun, 27 Jul 2003 06:58:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/inetd inetd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:58:07 -0000 dwmalone 2003/07/27 06:58:05 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/inetd inetd.c Log: MFC 1.120: Get the connections per minute calculation right. Revision Changes Path 1.80.2.12 +1 -1 src/usr.sbin/inetd/inetd.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:00:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F92737B401; Sun, 27 Jul 2003 07:00:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB7F43F75; Sun, 27 Jul 2003 07:00:02 -0700 (PDT) (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 h6RE020U093563; Sun, 27 Jul 2003 07:00:02 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RE02UG093562; Sun, 27 Jul 2003 07:00:02 -0700 (PDT) Message-Id: <200307271400.h6RE02UG093562@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 07:00:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:00:03 -0000 mux 2003/07/27 07:00:02 PDT FreeBSD src repository Modified files: sys/pci if_dc.c Log: Use the BUS_DMA_ZERO flag. Revision Changes Path 1.119 +1 -2 src/sys/pci/if_dc.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:01:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBED137B401; Sun, 27 Jul 2003 07:01:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E6443F93; Sun, 27 Jul 2003 07:01:34 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6RE1X0U093730; Sun, 27 Jul 2003 07:01:33 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RE1XhL093729; Sun, 27 Jul 2003 07:01:33 -0700 (PDT) Message-Id: <200307271401.h6RE1XhL093729@repoman.freebsd.org> From: Robert Drehmel Date: Sun, 27 Jul 2003 07:01:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:01:35 -0000 robert 2003/07/27 07:01:33 PDT FreeBSD src repository Modified files: sys/i386/isa/pcvt pcvt_hdr.h Log: Changed the data types of three index variables, two of them in the `video_state' structure, to larger ones (from u_char to u_short). Each can now hold values at least as large as the size of the array it is meant to point into. This eliminates warnings printed by GCC 3.3.1 and hence makes pcvt compilable using -Werror. Revision Changes Path 1.48 +3 -3 src/sys/i386/isa/pcvt/pcvt_hdr.h From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:05:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D677137B401; Sun, 27 Jul 2003 07:05:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D5243F93; Sun, 27 Jul 2003 07:05:30 -0700 (PDT) (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 h6RE5U0U094761; Sun, 27 Jul 2003 07:05:30 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RE5TrQ094760; Sun, 27 Jul 2003 07:05:29 -0700 (PDT) Message-Id: <200307271405.h6RE5TrQ094760@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 07:05:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:05:31 -0000 mux 2003/07/27 07:05:29 PDT FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Document the new BUS_DMA_ZERO flag. Revision Changes Path 1.7 +2 -0 src/share/man/man9/bus_dma.9 From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:08:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC56D37B401; Sun, 27 Jul 2003 07:08:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E5E43FA3; Sun, 27 Jul 2003 07:08:55 -0700 (PDT) (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 h6RE8t0U094944; Sun, 27 Jul 2003 07:08:55 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RE8tog094943; Sun, 27 Jul 2003 07:08:55 -0700 (PDT) Message-Id: <200307271408.h6RE8tog094943@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 27 Jul 2003 07:08:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:08:56 -0000 nyan 2003/07/27 07:08:55 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Enable the safe, harp, hatm and patm driver documentations for pc98. Revision Changes Path 1.598 +4 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:19:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683BC37B405; Sun, 27 Jul 2003 07:19:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F320C43F93; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6REJN0U095336; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6REJNQ2095335; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) Message-Id: <200307271419.h6REJNQ2095335@repoman.freebsd.org> From: David Malone Date: Sun, 27 Jul 2003 07:19:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:19:24 -0000 dwmalone 2003/07/27 07:19:23 PDT FreeBSD src repository Modified files: sys/kern subr_mbuf.c Log: Now that we can call kmem_malloc without Giant it should be safe to do mbuf allocation without Giant, so remove the GIANT_REQUIRED from mb_alloc in the M_TRYWAIT case. Revision Changes Path 1.54 +0 -2 src/sys/kern/subr_mbuf.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:36:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D73A37B401; Sun, 27 Jul 2003 07:36:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0ED43F3F; Sun, 27 Jul 2003 07:36:03 -0700 (PDT) (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 h6REa30U095986; Sun, 27 Jul 2003 07:36:03 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6REa2YR095985; Sun, 27 Jul 2003 07:36:02 -0700 (PDT) Message-Id: <200307271436.h6REa2YR095985@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 07:36:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:36:04 -0000 mux 2003/07/27 07:36:02 PDT FreeBSD src repository Modified files: sys/pci if_sis.c Log: Use the BUS_DMA_ZERO flag. Revision Changes Path 1.80 +3 -6 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 07:38:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B75D37B401; Sun, 27 Jul 2003 07:38:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5D643F93; Sun, 27 Jul 2003 07:38:54 -0700 (PDT) (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 h6REcs0U096100; Sun, 27 Jul 2003 07:38:54 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6REcs1A096099; Sun, 27 Jul 2003 07:38:54 -0700 (PDT) Message-Id: <200307271438.h6REcs1A096099@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 27 Jul 2003 07:38:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:38:55 -0000 mux 2003/07/27 07:38:54 PDT FreeBSD src repository Modified files: sys/pci if_rl.c Log: Use the BUS_DMA_ZERO flag. Revision Changes Path 1.106 +2 -6 src/sys/pci/if_rl.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 08:19:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38E737B401; Sun, 27 Jul 2003 08:19:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCAD43F85; Sun, 27 Jul 2003 08:19:46 -0700 (PDT) (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 h6RFJk0U098534; Sun, 27 Jul 2003 08:19:46 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RFJkx4098533; Sun, 27 Jul 2003 08:19:46 -0700 (PDT) Message-Id: <200307271519.h6RFJkx4098533@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 27 Jul 2003 08:19:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 15:19:47 -0000 tmm 2003/07/27 08:19:46 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 iommu.c Log: Respect BUS_DMA_ZERO in iommu_dvmamem_alloc(). Revision Changes Path 1.33 +10 -3 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 09:21:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 347A337B401; Sun, 27 Jul 2003 09:21:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C219D43F93; Sun, 27 Jul 2003 09:21:10 -0700 (PDT) (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 h6RGLA0U007705; Sun, 27 Jul 2003 09:21:10 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RGLAt0007704; Sun, 27 Jul 2003 09:21:10 -0700 (PDT) Message-Id: <200307271621.h6RGLAt0007704@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 27 Jul 2003 09:21:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_fw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 16:21:11 -0000 ume 2003/07/27 09:21:10 PDT FreeBSD src repository Modified files: sys/netinet6 ip6_fw.c Log: ip6fw does not handle ESP correctly PR: kern/54874 Submitted by: JINMEI Tatuya MFC after: 1 week Revision Changes Path 1.25 +1 -0 src/sys/netinet6/ip6_fw.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 09:49:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C635437B401; Sun, 27 Jul 2003 09:49:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F02B43F75; Sun, 27 Jul 2003 09:49:11 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6RGnB0U008706; Sun, 27 Jul 2003 09:49:11 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RGnBij008705; Sun, 27 Jul 2003 09:49:11 -0700 (PDT) Message-Id: <200307271649.h6RGnBij008705@repoman.freebsd.org> From: Mark Murray Date: Sun, 27 Jul 2003 09:49:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/kerberos5/lib/libhdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 16:49:12 -0000 markm 2003/07/27 09:49:10 PDT FreeBSD src repository Modified files: kerberos5/lib/libhdb Makefile Log: Try a lot harder to get dependancies right. This involves some ugly looking ${.OBJDIR} work that has the up-side of actually working in upgrade and make -jN cases. This needs to be revisited further, and it is conceivable that the ${.OBJDIR} stuff can be simplified, but the sheer number of edge cases and other causes make this Hard(tm). For now, this works. Revision Changes Path 1.14 +30 -10 src/kerberos5/lib/libhdb/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 27 10:03:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9523437B401; Sun, 27 Jul 2003 10:03:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D3243F85; Sun, 27 Jul 2003 10:03:21 -0700 (PDT) (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 h6RH3L0U010184; Sun, 27 Jul 2003 10:03:21 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RH3Kof010183; Sun, 27 Jul 2003 10:03:20 -0700 (PDT) Message-Id: <200307271703.h6RH3Kof010183@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jul 2003 10:03:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vnode_if.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 17:03:22 -0000 phk 2003/07/27 10:03:20 PDT FreeBSD src repository Modified files: sys/kern vnode_if.src Log: Call the new argument "fdidx" that is more precise than "fd". Revision Changes Path 1.65 +1 -1 src/sys/kern/vnode_if.src From owner-cvs-src@FreeBSD.ORG Sun Jul 27 10:04:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DDB37B401; Sun, 27 Jul 2003 10:04:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04CB43F85; Sun, 27 Jul 2003 10:04:56 -0700 (PDT) (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 h6RH4u0U010348; Sun, 27 Jul 2003 10:04:56 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RH4uUd010347; Sun, 27 Jul 2003 10:04:56 -0700 (PDT) Message-Id: <200307271704.h6RH4uUd010347@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jul 2003 10:04:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.c src/sys/dev/raidframe rf_freebsdkintf.c src/sys/kern kern_acct.c kern_alq.c kern_descrip.c kern_ktrace.c kern_linker.c kern_sig.c link_elf.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 17:04:57 -0000 phk 2003/07/27 10:04:56 PDT FreeBSD src repository Modified files: sys/dev/md md.c sys/dev/raidframe rf_freebsdkintf.c sys/kern kern_acct.c kern_alq.c kern_descrip.c kern_ktrace.c kern_linker.c kern_sig.c link_elf.c tty_cons.c vfs_syscalls.c vfs_vnops.c sys/nfsclient nfs_lock.c sys/sys vnode.h sys/ufs/ufs ufs_quota.c Log: Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. Revision Changes Path 1.103 +2 -2 src/sys/dev/md/md.c 1.20 +1 -1 src/sys/dev/raidframe/rf_freebsdkintf.c 1.68 +1 -1 src/sys/kern/kern_acct.c 1.9 +1 -1 src/sys/kern/kern_alq.c 1.210 +1 -1 src/sys/kern/kern_descrip.c 1.87 +1 -1 src/sys/kern/kern_ktrace.c 1.107 +2 -2 src/sys/kern/kern_linker.c 1.255 +1 -1 src/sys/kern/kern_sig.c 1.75 +1 -1 src/sys/kern/link_elf.c 1.113 +1 -1 src/sys/kern/tty_cons.c 1.326 +1 -1 src/sys/kern/vfs_syscalls.c 1.192 +5 -4 src/sys/kern/vfs_vnops.c 1.38 +1 -1 src/sys/nfsclient/nfs_lock.c 1.226 +2 -2 src/sys/sys/vnode.h 1.66 +1 -1 src/sys/ufs/ufs/ufs_quota.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 11:10:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C9837B401; Sun, 27 Jul 2003 11:10:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7946F43FBF; Sun, 27 Jul 2003 11:10:25 -0700 (PDT) (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 h6RIAP0U013724; Sun, 27 Jul 2003 11:10:25 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RIAO6g013723; Sun, 27 Jul 2003 11:10:24 -0700 (PDT) Message-Id: <200307271810.h6RIAO6g013723@repoman.freebsd.org> From: Sebastien Gioria Date: Sun, 27 Jul 2003 11:10:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/early-adopter article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 18:10:26 -0000 gioria 2003/07/27 11:10:24 PDT FreeBSD src repository Modified files: release/doc/fr_FR.ISO8859-1/early-adopter article.sgml Log: Some Typos fix Revision Changes Path 1.3 +19 -15 src/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Sun Jul 27 11:31:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE6F37B401; Sun, 27 Jul 2003 11:31:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D8543F93; Sun, 27 Jul 2003 11:31:33 -0700 (PDT) (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 h6RIVX0U014502; Sun, 27 Jul 2003 11:31:33 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RIVXnM014501; Sun, 27 Jul 2003 11:31:33 -0700 (PDT) Message-Id: <200307271831.h6RIVXnM014501@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Jul 2003 11:31:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 18:31:34 -0000 alc 2003/07/27 11:31:33 PDT FreeBSD src repository Modified files: sys/vm vm_kern.c Log: Remove GIANT_REQUIRED from kmem_alloc(). Revision Changes Path 1.101 +0 -2 src/sys/vm/vm_kern.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 11:35:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCD537B401; Sun, 27 Jul 2003 11:35:42 -0700 (PDT) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CD343F85; Sun, 27 Jul 2003 11:35:40 -0700 (PDT) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty06.right.dialup.aueb.gr [195.251.255.250]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id h6RIZHoj012774; Sun, 27 Jul 2003 21:35:17 +0300 Message-ID: <3F241B45.B5DCB079@aueb.gr> Date: Sun, 27 Jul 2003 21:34:45 +0300 From: Diomidis Spinellis Organization: Athens University of Ecomomics and Business X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,el,de MIME-Version: 1.0 To: Poul-Henning Kamp References: <62161.1059300156@critter.freebsd.dk> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit cc: Alexander Leidinger cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 18:35:42 -0000 Alexander Leidinger wrote: > Perhaps you can convince dds (CCed) to extend devel/cscout in various > helpful directions. Based upon his introduction to us at the time he got > his commit bit and his homepage he may be interested in this kind of > work. I've been closely following the discussion from its beginning thinking about such opportunities. Up to now I've applied CScout on a couple of userland programs; maybe I should concentrate on the kernel. As a minimum we can locate unused identifiers and thereby clean-up code parts. Any concrete ideas for extending CScout (keeping in mind that its role is mainly 100% correct rename refactorings in the face of preprocessor definitions, not model checking) more than welcome. Poul-Henning Kamp wrote: > If I knew what the tools were, I would have been busy writing them > years ago, but unfortunately, I don't seem to be the one destined > to invent the programmers spread-sheet. Let me provide you with some details on the tools Microsoft develops and uses internally on their Windows code. Their code may be behind FreeBSD in terms of cohesion and stability, but the tools appear impressive. The information is based on presentations given at the 2003 Faculty Summit held in Cambridge England two weeks ago. Two heuristic tools widely employed are called PREfix and PREfast. PREfix performs a path-by-path interprocedural analysis and is computationally expensive taking 4 weeks to run on the Windows kernel. PREfast works by running user-supplied plug-ins when traversing the compiler's abstract syntax tree. It runs on desktops and is easily customized. The two tools are widely deployed within Microsoft; 1/6 of the bugs fixed in the Windows Server 2003 were apparently found by those two tools. (Note that the above statement is completely different from: "the two tools uncovered 1/6 of the bugs in the Windows Server 2003" :-) PREfix locates errors by traversing the call graph through a limited set of paths taking great care to be conservative and avoid false positives. Some of the errors it can detect include: - NULL pointer use - Memory allocation errors - Use of unitialized values - Library usage problems - Invalid resource states PREfast works at a local level examining the compiler's abstract syntax tree for error idioms. It is based on plugins, which individual developers write. If I remember correctly, there are hundreds of plugins in use within Microsoft. PREfast also uses an annotated version of the Windows APIs to detect buffer overflow errors (most WIN32 APIs receive a memory buffer and its size as separate arguments; I assume the annotations bind the two). PREfix and PREfast were termed first generation tools in contrast to the second generation tools that are sound and based on declarative specifications and models. SLAM performs software model checking. It receives as input the C source code and the API specification rules mentioned above and can reason through a systematic exploration of the program's state space whether a feasible path can lead to a violation of the API specification. It works by converting the C source into a boolean program (removing all non boolean elements) that can then be checked for specific paths. Typically the model checker is assisted by annotating the program with additional predicates. When applied on a set of 100 device drivers it uncovered more than 60 bugs. ESP performs scalable error detection through a path-sensitive analysis. The goal is to locate program states that signify errors. The problem of course is taming the explosion of the state space. At each branch the tracked program state can potentially double. The combinatorial explosion is managed as follows: a) knowing the previous state can determine the branch direction b) states can be merged at control flow join points and c) little code affects the tracked state. Finally, Fugue checks the behavior of programs related to the use of the API by performing a static analysis on annotated versions of the program. It works on Microsoft's managed languages that support the specification of attributes (C#, VB, Managed C++, VJ#). Attributes are arbitrary programmer-specified declarations that can be added on te language's objects and are tracked throughout the compilation cycle. Custom attributes are added to the source to specify e.g. the state of a resource or the "nullness" of a value. Declarative API usage rules are then applied to verify the implementation against the contract. More details are available at: http://research.microsoft.com/spt http://research.microsoft.com/pprc Diomidis - http://www.spinellis.gr From owner-cvs-src@FreeBSD.ORG Sun Jul 27 12:39:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BB837B401; Sun, 27 Jul 2003 12:39:08 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BB743FAF; Sun, 27 Jul 2003 12:39:07 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc13) with ESMTP id <2003072719390401500o587ae>; Sun, 27 Jul 2003 19:39:04 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA96662; Sun, 27 Jul 2003 12:39:03 -0700 (PDT) Date: Sun, 27 Jul 2003 12:39:02 -0700 (PDT) From: Julian Elischer To: Robert Watson In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Poul-Henning Kamp cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Alexander Leidinger cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 19:39:09 -0000 On Sun, 27 Jul 2003, Robert Watson wrote: > of having formalism and analysis tools available in development wouldn't > be to use a language other than C... :-) didn't we discuss this at USENIX? :-) From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:00:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAAC037B401; Sun, 27 Jul 2003 13:00:26 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4180D43F75; Sun, 27 Jul 2003 13:00:14 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6RK0BV3030436; Sun, 27 Jul 2003 20:00:11 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6RK0A5H065726; Sun, 27 Jul 2003 22:00:10 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Diomidis Spinellis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 27 Jul 2003 21:34:45 +0300." <3F241B45.B5DCB079@aueb.gr> Date: Sun, 27 Jul 2003 22:00:10 +0200 Message-ID: <65725.1059336010@critter.freebsd.dk> cc: Alexander Leidinger cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:00:27 -0000 In message <3F241B45.B5DCB079@aueb.gr>, Diomidis Spinellis writes: >I've been closely following the discussion from its beginning thinking >about such opportunities. Up to now I've applied CScout on a couple of >userland programs; maybe I should concentrate on the kernel. Actually, I guess userland may be in more need than the kernel, since we have people who are all over the kernel, whereas most of userland is rarely worked on at all. >Let me provide you with some details on the tools Microsoft develops and >uses internally on their Windows code. Their code may be behind FreeBSD >in terms of cohesion and stability, but the tools appear impressive. Yes, indeed. (Sorry for the length of this) The thing which grinds in my ear about most of the tools I have ever heard about is "specially annotated source code" or "model reflecting the structure of the program" and similar. I personally don't want to have to express the same ting multiple times, once for the compiler and once for each interested tool is N-1 times too many. This is not the same as I don't think it will be necessary to add more information than we currently record, in order for tools of this kind to be useful, but I don't want there to be a chance for the two representations of the same information to get out of sync. Ideally, I would prefer to program in a language where I am able to express my full intent inside the language, without resorting to "out of band" communications. (No, neither Ada, C++ nor LISP is that language). One of the things I liked about primitive programming languages like FORTRAN and RPG-II was that having a notion of columns in the source code, it was possible to add a single character field per line for conveying optimization priority. One particular FORTRAN compiler used column 100 to split the statements into 5 classes of optimization priority, and this allowed me to communicate information about the programs nature to the compiler which it could put to good use during compilation. The C language with its free flowing format does not lend itself to the same sort of things and therefore adding information very rapidly defaces the much hailed clarity of the language: if (p == NULL) { __attribute__((unlikely)); foo; } else { bar; } Conveys no simple graphical clue to the programmer until we teach the editor to start to do a Warhol on the source code. So I do not think we are looking at a simple "Do The Right Think" solution, and even with a capacity as dds@ on board, I am afraid that we may still merely be dipping our toes rather than take a full swim. (I'll be more than happy to be told that I am totally wrong and that parsing and analying C source is piece of cake for people who know how to) Lacking these big tools, I am happy to see even small tools which can make a difference simply by presenting the already available information in a different way or format. To see what I mean: cd /usr/src/tools/tools/vop_table chmod 755 vop_table.tcl ./vop_table.tcl point your broswer at _.html (or see http://phk.freebsd.dk/misc/vop.html ) This table is not much use unless you know a bit out our VOP_ operations, but if you have a clue about VOP operations, this table tells you at a glance that the sync_vnode and swapdev_vnode are highly irregular, and that the nfsv2 vnodeops do not follow our naming scheme for vnode operations. To somebody contemplating any sort of VOP hacking, the table offers an instant overview of the amount of affected code. Remember, programs are just data, and data can be mined, analyzed and presented just as well as budgets. -- 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. From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:05:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B3137B401; Sun, 27 Jul 2003 13:05:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3DB43F3F; Sun, 27 Jul 2003 13:05:37 -0700 (PDT) (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 h6RK5a0U025041; Sun, 27 Jul 2003 13:05:36 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RK5aCR025040; Sun, 27 Jul 2003 13:05:36 -0700 (PDT) Message-Id: <200307272005.h6RK5aCR025040@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jul 2003 13:05:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:05:38 -0000 phk 2003/07/27 13:05:36 PDT FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: Pass the fdidx argument from vn_open{_cred}() onto VOP_OPEN() Revision Changes Path 1.193 +3 -3 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:09:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72AE037B401; Sun, 27 Jul 2003 13:09:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E41F43F3F; Sun, 27 Jul 2003 13:09:14 -0700 (PDT) (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 h6RK9D0U025198; Sun, 27 Jul 2003 13:09:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RK9DeA025197; Sun, 27 Jul 2003 13:09:13 -0700 (PDT) Message-Id: <200307272009.h6RK9DeA025197@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jul 2003 13:09:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:09:15 -0000 phk 2003/07/27 13:09:13 PDT FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Pass the file descriptor index down to vn_open. If the method vector was replaced and we got the "special return code" smile and trust that whatever happened below DTRT. Revision Changes Path 1.327 +13 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:34:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330C937B401; Sun, 27 Jul 2003 13:34:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0AE43F3F; Sun, 27 Jul 2003 13:34:30 -0700 (PDT) (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 h6RKYU0U026188; Sun, 27 Jul 2003 13:34:30 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RKYUeT026187; Sun, 27 Jul 2003 13:34:30 -0700 (PDT) Message-Id: <200307272034.h6RKYUeT026187@repoman.freebsd.org> From: Martin Blapp Date: Sun, 27 Jul 2003 13:34:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ipfw X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:34:31 -0000 mbr 2003/07/27 13:34:30 PDT FreeBSD src repository Modified files: etc/rc.d ipfw Log: Add -dynamic to natd if dhcp is used for the natd interface. Kill natd in stop(). Reviewed by: mtm Revision Changes Path 1.5 +14 -1 src/etc/rc.d/ipfw From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:48:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FA237B401; Sun, 27 Jul 2003 13:48:41 -0700 (PDT) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29A043F85; Sun, 27 Jul 2003 13:48:39 -0700 (PDT) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty07.right.dialup.aueb.gr [195.251.255.251]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id h6RKmGoj017102; Sun, 27 Jul 2003 23:48:16 +0300 Message-ID: <3F243888.784795AC@aueb.gr> Date: Sun, 27 Jul 2003 23:39:36 +0300 From: Diomidis Spinellis Organization: Athens University of Ecomomics and Business X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,el,de MIME-Version: 1.0 To: Poul-Henning Kamp References: <65725.1059336010@critter.freebsd.dk> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit cc: Alexander Leidinger cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:48:42 -0000 Poul-Henning Kamp wrote: > The thing which grinds in my ear about most of the tools I have ever > heard about is "specially annotated source code" or "model reflecting > the structure of the program" and similar. > > I personally don't want to have to express the same ting multiple > times, once for the compiler and once for each interested tool is > N-1 times too many. There are often hidden opportunities to avoid this problem. As an example, our section 2 manual pages document the error codes of each system call using the .Er macro. I find this type of documentation extremely valuable; when I get a strange error from a system call I can grep for the errno value in /sys to see what is going on. The lists are not complete; I have in the last year corrected two manual pages where a given return code was missing. I could write a tool to follow the call graph, locate all "errno = " assignments for each function call, and compare them against the corresponding manual page. As I see it, the main obstacle is the various vtables that make the static establishment of the call graph a lot more difficult. Note that FreeBSD is uniquely positioned to capitalize on this opportinity: consider that the Win32 SDK does not even document the possible errors a system call can generate and we are using a special macro for tagging the errno values in our documentation. Diomidis - http://www.spinellis.gr From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:57:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32B337B401; Sun, 27 Jul 2003 13:57:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AEA43F75; Sun, 27 Jul 2003 13:57:54 -0700 (PDT) (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 h6RKvs0U027103; Sun, 27 Jul 2003 13:57:54 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RKvrQA027102; Sun, 27 Jul 2003 13:57:53 -0700 (PDT) Message-Id: <200307272057.h6RKvrQA027102@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Jul 2003 13:57:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:57:55 -0000 alc 2003/07/27 13:57:53 PDT FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: Make pmap_pvo_allocf() callable without Giant. Revision Changes Path 1.60 +6 -6 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 13:58:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19EDA37B401; Sun, 27 Jul 2003 13:58:20 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2012743FB1; Sun, 27 Jul 2003 13:58:18 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6RKwFV3031216; Sun, 27 Jul 2003 20:58:15 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6RKwE5H066215; Sun, 27 Jul 2003 22:58:15 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Diomidis Spinellis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 27 Jul 2003 23:39:36 +0300." <3F243888.784795AC@aueb.gr> Date: Sun, 27 Jul 2003 22:58:14 +0200 Message-ID: <66214.1059339494@critter.freebsd.dk> cc: Alexander Leidinger cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 20:58:20 -0000 In message <3F243888.784795AC@aueb.gr>, Diomidis Spinellis writes: >Poul-Henning Kamp wrote: >> I personally don't want to have to express the same ting multiple >> times, once for the compiler and once for each interested tool is >> N-1 times too many. > >There are often hidden opportunities to avoid this problem. As an >example, our section 2 manual pages document the error codes of each >system call using the .Er macro. I find this type of documentation >extremely valuable; when I get a strange error from a system call I can >grep for the errno value in /sys to see what is going on. The lists are >not complete; I have in the last year corrected two manual pages where a >given return code was missing. I could write a tool to follow the call >graph, locate all "errno = " assignments for each function call, and >compare them against the corresponding manual page. As I see it, the >main obstacle is the various vtables that make the static establishment >of the call graph a lot more difficult. This is exactly the sort of "small tool" (except I have no idea just how "small" or not "small" it is :-) I like. I don't mind us having a convention or style(9) rule which says that error variables are called either "error" or "errno" if this means we can have a tool which helps us keep this particularly inwieldy part of our API under some sort of control. -- 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. From owner-cvs-src@FreeBSD.ORG Sun Jul 27 16:45:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1751737B401; Sun, 27 Jul 2003 16:45:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A231D43F3F; Sun, 27 Jul 2003 16:45:48 -0700 (PDT) (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 h6RNjm0U036728; Sun, 27 Jul 2003 16:45:48 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RNjmiU036727; Sun, 27 Jul 2003 16:45:48 -0700 (PDT) Message-Id: <200307272345.h6RNjmiU036727@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Jul 2003 16:45:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 23:45:49 -0000 marcel 2003/07/27 16:45:48 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c Log: Reset the per-CPU unique value at boot and clear it in the PCB of the child when forking. This provides a consistent initial state. Note that cpu_set_upcall() does not clear the per-CPU unique value as it is followed by a call to set_mcontext(), which sets it accordingly. Revision Changes Path 1.208 +5 -3 src/sys/alpha/alpha/machdep.c 1.45 +3 -0 src/sys/alpha/alpha/mp_machdep.c 1.89 +1 -0 src/sys/alpha/alpha/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 17:07:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC33637B401; Sun, 27 Jul 2003 17:07:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7889643FA3; Sun, 27 Jul 2003 17:07:59 -0700 (PDT) (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 h6S07x0U043741; Sun, 27 Jul 2003 17:07:59 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S07w09043740; Sun, 27 Jul 2003 17:07:58 -0700 (PDT) Message-Id: <200307280007.h6S07w09043740@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jul 2003 17:07:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 00:08:00 -0000 imp 2003/07/27 17:07:58 PDT FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: The LP_ETH_10_100_CF entry needs to be tagged as a DL100019. Submitted by: Scott Renfro Revision Changes Path 1.51 +1 -1 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 18:04:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F1E237B405; Sun, 27 Jul 2003 18:04:50 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B4943F85; Sun, 27 Jul 2003 18:04:48 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 87686526F5; Mon, 28 Jul 2003 10:34:45 +0930 (CST) Date: Mon, 28 Jul 2003 10:34:45 +0930 From: Greg 'groggy' Lehey To: Peter Wemm Message-ID: <20030728010445.GG45069@wantadilla.lemis.com> References: <200307220811.h6M8BHIh059016@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zuGyJ7KNSMOGsxcs" Content-Disposition: inline In-Reply-To: <200307220811.h6M8BHIh059016@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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 options.i386 options.pc98 src/sys/gnu/i386/fpemul Changelog README control_w.h div_small.s errors.c exception.h fpu_arith.c fpu_asm.h fpu_aux.c fpu_emu.h fpu_entry.c fpu_etc.c fpu_proto.h fpu_system.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 01:04:50 -0000 --zuGyJ7KNSMOGsxcs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 22 July 2003 at 1:11:17 -0700, Peter Wemm wrote: > peter 2003/07/22 01:11:17 PDT > > Log: > Initiate de-orbit burn for fpu-less operation. 386+387 is still > theoretically supportable, but you'd really be happier with FreeBSD 2.1.8 > on it. While I don't disagree, why was this necessary? Greg -- See complete headers for address and phone numbers --zuGyJ7KNSMOGsxcs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/JHatIubykFB6QiMRAhPJAKCj2EqkZ9UqZ3dBLMc2qv9yT5sffwCgmwn1 im1u7aATnkzdqPtyJ9R9F2s= =07oZ -----END PGP SIGNATURE----- --zuGyJ7KNSMOGsxcs-- From owner-cvs-src@FreeBSD.ORG Sun Jul 27 19:28:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986C937B401; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3361D43F93; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) (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 h6S2Sq0U050498; Sun, 27 Jul 2003 19:28:52 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S2SpYD050497; Sun, 27 Jul 2003 19:28:51 -0700 (PDT) Message-Id: <200307280228.h6S2SpYD050497@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jul 2003 19:28:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc auth.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 02:28:53 -0000 rwatson 2003/07/27 19:28:51 PDT FreeBSD src repository Modified files: etc auth.conf Log: auth.conf seems to be being gradually subsumed by user classes and PAM configuration. Remove the line concerning "auth_list" from the template, since it's referenced only in the tinyware password command, and only #ifdef KERBEROS, which isn't defined in tinyware. Add a comment about auth.conf being on the way out the door. The one remaining consumer of auth.conf is crypt(3). Revision Changes Path 1.6 +4 -6 src/etc/auth.conf From owner-cvs-src@FreeBSD.ORG Sun Jul 27 19:29:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E3F437B401; Sun, 27 Jul 2003 19:29:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9903C43F75; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) (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 h6S2T70U050533; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S2T7Mn050532; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) Message-Id: <200307280229.h6S2T7Mn050532@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Jul 2003 19:29:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 02:29:08 -0000 alc 2003/07/27 19:29:07 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: None of the "alloc" functions used by UMA assume that Giant is held any longer. (If they still need it, e.g., contigmalloc(), they acquire it themselves.) Therefore, we need not acquire Giant in slab_zalloc(). Revision Changes Path 1.63 +2 -9 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sun Jul 27 22:45:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6069637B401 for ; Sun, 27 Jul 2003 22:45:30 -0700 (PDT) Received: from web13403.mail.yahoo.com (web13403.mail.yahoo.com [216.136.175.61]) by mx1.FreeBSD.org (Postfix) with SMTP id DF74343FA3 for ; Sun, 27 Jul 2003 22:45:29 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030728054529.7099.qmail@web13403.mail.yahoo.com> Received: from [200.91.194.208] by web13403.mail.yahoo.com via HTTP; Mon, 28 Jul 2003 06:45:29 BST Date: Mon, 28 Jul 2003 06:45:29 +0100 (BST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: cvs-src@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 05:45:30 -0000 Hi; FWIW, the people of the Stanford Checker were interested in testing FreeBSD: http://metacomp.stanford.edu/ but they had problems porting /usr/sbin/config under linux which they needed to do to get started (they did get OpenBSD tested). That was ages ago though ... cheers, Pedro. ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/ From owner-cvs-src@FreeBSD.ORG Sun Jul 27 23:16:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D7D37B401; Sun, 27 Jul 2003 23:16:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACC543F3F; Sun, 27 Jul 2003 23:15:59 -0700 (PDT) (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 h6S6Fx0U067922; Sun, 27 Jul 2003 23:15:59 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S6Fxip067921; Sun, 27 Jul 2003 23:15:59 -0700 (PDT) Message-Id: <200307280615.h6S6Fxip067921@repoman.freebsd.org> From: Nate Lawson Date: Sun, 27 Jul 2003 23:15:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/dev/ata atapi-cam.c src/sys/dev/usb umass.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 06:16:00 -0000 njl 2003/07/27 23:15:59 PDT FreeBSD src repository Modified files: sys/cam cam_ccb.h sys/cam/scsi scsi_da.c scsi_cd.c sys/dev/ata atapi-cam.c sys/dev/usb umass.c sys/dev/firewire sbp.c Log: Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to receive 6 byte commands. Add a check for this flag to da(4) and cd(4) so that they honor it. This is a quick workaround for many devices (especially USB) that require da(4) quirks to operate. The more complete approach is to finish the new transport code which will be aware of the SCSI version a transport implements. MFC after: 1 day Revision Changes Path 1.26 +2 -1 src/sys/cam/cam_ccb.h 1.80 +8 -0 src/sys/cam/scsi/scsi_cd.c 1.147 +8 -0 src/sys/cam/scsi/scsi_da.c 1.18 +1 -1 src/sys/dev/ata/atapi-cam.c 1.58 +1 -1 src/sys/dev/firewire/sbp.c 1.88 +1 -1 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 00:15:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423E837B401; Mon, 28 Jul 2003 00:15:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D398443FCB; Mon, 28 Jul 2003 00:15:13 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6S7FD0U071049; Mon, 28 Jul 2003 00:15:13 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S7FDV8071048; Mon, 28 Jul 2003 00:15:13 -0700 (PDT) Message-Id: <200307280715.h6S7FDV8071048@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 28 Jul 2003 00:15:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 07:15:14 -0000 luigi 2003/07/28 00:15:13 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 Log: MFC 1.131: comment that net.inet.ip.fw.autoinc_step is only present in ipfw2 Revision Changes Path 1.63.2.38 +4 -0 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 00:40:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A0D037B401; Mon, 28 Jul 2003 00:40:47 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5549C43F3F; Mon, 28 Jul 2003 00:40:46 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h6S7ejHo024180; Mon, 28 Jul 2003 08:40:45 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h6S7ejBP024177; Mon, 28 Jul 2003 08:40:45 +0100 (BST) 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])h6S7d4Z2049856; Mon, 28 Jul 2003 08:39:04 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200307280739.h6S7d4Z2049856@grimreaper.grondar.org> To: Robert Watson In-Reply-To: Your message of "Sun, 27 Jul 2003 19:28:51 PDT." <200307280228.h6S2SpYD050497@repoman.freebsd.org> Date: Mon, 28 Jul 2003 08:39:03 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc auth.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 07:40:47 -0000 Robert Watson writes: > Add a comment about auth.conf being on the way > out the door. The one remaining consumer of auth.conf is > crypt(3). ... and I will fix this. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Mon Jul 28 01:14:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3682C37B401; Mon, 28 Jul 2003 01:14:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7F243F75; Mon, 28 Jul 2003 01:14:27 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6S8ER0U079510; Mon, 28 Jul 2003 01:14:27 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S8ERSL079509; Mon, 28 Jul 2003 01:14:27 -0700 (PDT) Message-Id: <200307280814.h6S8ERSL079509@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 28 Jul 2003 01:14:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atm Makefile atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 08:14:28 -0000 harti 2003/07/28 01:14:27 PDT FreeBSD src repository Modified files: sbin/atm/atm Makefile atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c Log: Make atm WARNS=6 clean. The changes are mostly: - remove some instances of __P() - use real prototypes and un-K&R function headers - constify where necessary (mostly strings and structures containing strings) - make functions and variables static that need not to be global - tag unused function parameters as __unused Testing: a fresh universe Revision Changes Path 1.8 +1 -1 src/sbin/atm/atm/Makefile 1.6 +72 -95 src/sbin/atm/atm/atm.c 1.6 +44 -71 src/sbin/atm/atm/atm.h 1.6 +7 -2 src/sbin/atm/atm/atm_eni.c 1.6 +11 -3 src/sbin/atm/atm/atm_fore200.c 1.6 +13 -13 src/sbin/atm/atm/atm_inet.c 1.7 +38 -44 src/sbin/atm/atm/atm_print.c 1.6 +8 -21 src/sbin/atm/atm/atm_set.c 1.7 +57 -89 src/sbin/atm/atm/atm_show.c 1.7 +46 -41 src/sbin/atm/atm/atm_subr.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 01:15:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE85B37B401; Mon, 28 Jul 2003 01:15:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B06443FAF; Mon, 28 Jul 2003 01:15:53 -0700 (PDT) (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 h6S8Fr0U079634; Mon, 28 Jul 2003 01:15:53 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S8Frli079633; Mon, 28 Jul 2003 01:15:53 -0700 (PDT) Message-Id: <200307280815.h6S8Frli079633@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 01:15:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 08:15:54 -0000 mbr 2003/07/28 01:15:53 PDT FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d dhclient Log: Always start dhclient in the background. Reviewed by: mtm Revision Changes Path 1.181 +1 -0 src/etc/defaults/rc.conf 1.9 +4 -0 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Mon Jul 28 01:17:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F61D37B401; Mon, 28 Jul 2003 01:17:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F240F43FBF; Mon, 28 Jul 2003 01:17:08 -0700 (PDT) (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 h6S8H80U079681; Mon, 28 Jul 2003 01:17:08 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S8H83p079680; Mon, 28 Jul 2003 01:17:08 -0700 (PDT) Message-Id: <200307280817.h6S8H83p079680@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 01:17:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 08:17:09 -0000 mbr 2003/07/28 01:17:08 PDT FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Document background_dhclient. Revision Changes Path 1.195 +8 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 01:30:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E26C637B401; Mon, 28 Jul 2003 01:30:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D01343F75; Mon, 28 Jul 2003 01:30:12 -0700 (PDT) (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 h6S8UC0U080256; Mon, 28 Jul 2003 01:30:12 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S8UC6v080255; Mon, 28 Jul 2003 01:30:12 -0700 (PDT) Message-Id: <200307280830.h6S8UC6v080255@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 01:30:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade src/contrib/isc-dhcp/client dhclient.8 dhclient.c src/contrib/isc-dhcp/common dispatch.c src/contrib/isc-dhcp/includes dhcpd.h src/sbin/dhclient Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 08:30:13 -0000 mbr 2003/07/28 01:30:11 PDT FreeBSD src repository Modified files: contrib/isc-dhcp FREEBSD-upgrade contrib/isc-dhcp/client dhclient.8 dhclient.c contrib/isc-dhcp/common dispatch.c contrib/isc-dhcp/includes dhcpd.h sbin/dhclient Makefile.inc Log: Enable dhclient to poll the interface state and send only requests if the interface has an active link. This is a great benefit if you often change networks with your laptop and you do not like to kill/restart dhclient all the time. Changes are automatically detected and the link is refreshed. The change allows us to start dhclient in background mode Enable dhclient to poll the interface state and send only requests if the interface has an active link. This is a great benefit if you often change networks with your laptop and you do not like to kill/restart dhclient all the time. Changes are automatically detected and the link is refreshed. The change allows us to start dhclient in background mode while the network cable is not plugged in. To control the polling interval, the option -i has been introduced. It takes seconds as parameter, the minimum is one second, the default is five seconds. Polling is done in seconds, not microseconds, because dhclient does internally work with timeouts in seconds. This change will be part of the next major ISC-dhcpd release. Tested by: bms, imp, and many many others. Reviewed by: murray, eivind, dhclient folks Revision Changes Path 1.16 +8 -2 src/contrib/isc-dhcp/FREEBSD-upgrade 1.14 +10 -0 src/contrib/isc-dhcp/client/dhclient.8 1.26 +193 -4 src/contrib/isc-dhcp/client/dhclient.c 1.2 +98 -600 src/contrib/isc-dhcp/common/dispatch.c 1.2 +2033 -343 src/contrib/isc-dhcp/includes/dhcpd.h 1.5 +1 -1 src/sbin/dhclient/Makefile.inc From owner-cvs-src@FreeBSD.ORG Mon Jul 28 01:33:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FB837B401; Mon, 28 Jul 2003 01:33:35 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A83143F85; Mon, 28 Jul 2003 01:33:34 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h6S8XU18027940; Mon, 28 Jul 2003 10:33:31 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h6S8XUlH7179200; Mon, 28 Jul 2003 10:33:30 +0200 (MES) Date: Mon, 28 Jul 2003 10:33:30 +0200 (CEST) From: Martin Blapp To: Martin Blapp In-Reply-To: <200307280830.h6S8UC6v080255@repoman.freebsd.org> Message-ID: <20030728103306.C41136@cvs.imp.ch> References: <200307280830.h6S8UC6v080255@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade src/contrib/isc-dhcp/common dispatch.c src/contrib/isc-dhcp/includes dhcpd.h src/sbin X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 08:33:36 -0000 Some part of the description got posted twice. I'm sorry. -- Martin From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:42:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7DA37B401; Mon, 28 Jul 2003 02:42:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788E443F93; Mon, 28 Jul 2003 02:42:43 -0700 (PDT) (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 h6S9gh0U083678; Mon, 28 Jul 2003 02:42:43 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9ghWf083677; Mon, 28 Jul 2003 02:42:43 -0700 (PDT) Message-Id: <200307280942.h6S9ghWf083677@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:42:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tbmaster.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:42:44 -0000 des 2003/07/28 02:42:42 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.pl Log: - add a -d option which dumps the configuration and exits - initialize single-valued configuration variables to '' rather than undef - allow empty values in configuration files - take care to untaint $etcdir Revision Changes Path 1.32 +28 -5 src/tools/tools/tinderbox/tbmaster.pl From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:43:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25DE37B401; Mon, 28 Jul 2003 02:43:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C30B43F93; Mon, 28 Jul 2003 02:43:00 -0700 (PDT) (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 h6S9h00U083712; Mon, 28 Jul 2003 02:43:00 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9h08I083707; Mon, 28 Jul 2003 02:43:00 -0700 (PDT) Message-Id: <200307280943.h6S9h08I083707@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:43:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox stanley.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:43:01 -0000 des 2003/07/28 02:43:00 PDT FreeBSD src repository Modified files: tools/tools/tinderbox stanley.rc Log: Don't mail out failure reports from stanley. Revision Changes Path 1.2 +1 -0 src/tools/tools/tinderbox/stanley.rc From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:44:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A85137B401; Mon, 28 Jul 2003 02:44:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC12F43F93; Mon, 28 Jul 2003 02:44:54 -0700 (PDT) (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 h6S9is0U083840; Mon, 28 Jul 2003 02:44:54 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9iswJ083839; Mon, 28 Jul 2003 02:44:54 -0700 (PDT) Message-Id: <200307280944.h6S9iswJ083839@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:44:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox stanley.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:44:55 -0000 des 2003/07/28 02:44:54 PDT FreeBSD src repository Modified files: tools/tools/tinderbox stanley.rc Log: stanley uses a different sandbox. Revision Changes Path 1.3 +1 -0 src/tools/tools/tinderbox/stanley.rc From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:46:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD6637B401; Mon, 28 Jul 2003 02:46:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C30F43FA3; Mon, 28 Jul 2003 02:46:49 -0700 (PDT) (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 h6S9kn0U083965; Mon, 28 Jul 2003 02:46:49 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9kndX083964; Mon, 28 Jul 2003 02:46:49 -0700 (PDT) Message-Id: <200307280946.h6S9kndX083964@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:46:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:46:50 -0000 des 2003/07/28 02:46:48 PDT FreeBSD src repository Added files: tools/tools/tinderbox experimental.rc Log: Revive the powerpc tinderbox that used to run on 9ball. Revision Changes Path 1.1 +10 -0 src/tools/tools/tinderbox/experimental.rc (new) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:48:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 085BB37B401; Mon, 28 Jul 2003 02:48:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A96343F93; Mon, 28 Jul 2003 02:48:14 -0700 (PDT) (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 h6S9mE0U084029; Mon, 28 Jul 2003 02:48:14 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9mEvb084028; Mon, 28 Jul 2003 02:48:14 -0700 (PDT) Message-Id: <200307280948.h6S9mEvb084028@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:48:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tbmaster.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:48:15 -0000 des 2003/07/28 02:48:14 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.1 Log: Document --dump Revision Changes Path 1.4 +2 -0 src/tools/tools/tinderbox/tbmaster.1 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:49:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF61537B401; Mon, 28 Jul 2003 02:49:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CE143FBF; Mon, 28 Jul 2003 02:49:28 -0700 (PDT) (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 h6S9nR0U084074; Mon, 28 Jul 2003 02:49:27 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9nRbY084073; Mon, 28 Jul 2003 02:49:27 -0700 (PDT) Message-Id: <200307280949.h6S9nRbY084073@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:49:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:49:29 -0000 des 2003/07/28 02:49:27 PDT FreeBSD src repository Modified files: tools/tools/tinderbox Makefile Log: Install experimental.rc Revision Changes Path 1.8 +1 -1 src/tools/tools/tinderbox/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 28 02:51:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797A037B401; Mon, 28 Jul 2003 02:51:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1650843FCB; Mon, 28 Jul 2003 02:51:53 -0700 (PDT) (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 h6S9pq0U084255; Mon, 28 Jul 2003 02:51:52 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S9pqHN084254; Mon, 28 Jul 2003 02:51:52 -0700 (PDT) Message-Id: <200307280951.h6S9pqHN084254@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 02:51:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:51:53 -0000 des 2003/07/28 02:51:52 PDT FreeBSD src repository Modified files: tools/tools/tinderbox experimental.rc Log: Remove redundant "targets", add NOLIBC_R and NOFORTH to environment Revision Changes Path 1.2 +1 -1 src/tools/tools/tinderbox/experimental.rc From owner-cvs-src@FreeBSD.ORG Mon Jul 28 03:02:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF33137B401; Mon, 28 Jul 2003 03:02:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C86E43F85; Mon, 28 Jul 2003 03:02:26 -0700 (PDT) (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 h6SA2Q0U085068; Mon, 28 Jul 2003 03:02:26 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SA2Ps2085067; Mon, 28 Jul 2003 03:02:25 -0700 (PDT) Message-Id: <200307281002.h6SA2Ps2085067@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jul 2003 03:02:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tbmaster.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 10:02:27 -0000 des 2003/07/28 03:02:25 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.pl Log: DATE and PATCH are always defined, but may be empty. Revision Changes Path 1.33 +2 -2 src/tools/tools/tinderbox/tbmaster.pl From owner-cvs-src@FreeBSD.ORG Mon Jul 28 03:25:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D1D837B401; Mon, 28 Jul 2003 03:25:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF35543FCB; Mon, 28 Jul 2003 03:25:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SAPQ0U086789; Mon, 28 Jul 2003 03:25:26 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SAPQ6h086788; Mon, 28 Jul 2003 03:25:26 -0700 (PDT) Message-Id: <200307281025.h6SAPQ6h086788@repoman.freebsd.org> From: Peter Wemm Date: Mon, 28 Jul 2003 03:25:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica dbcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 10:25:27 -0000 peter 2003/07/28 03:25:26 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica dbcmds.c Log: Make this compile on 64 bit systems again. You cannot just cast a 32 bit int to a 64 bit pointer. This file is already off the vendor branch. Revision Changes Path 1.9 +1 -1 src/sys/contrib/dev/acpica/dbcmds.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 04:49:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E918B37B401; Mon, 28 Jul 2003 04:49:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFED543FBD; Mon, 28 Jul 2003 04:49:07 -0700 (PDT) (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 h6SBn70U096273; Mon, 28 Jul 2003 04:49:07 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SBn7hl096272; Mon, 28 Jul 2003 04:49:07 -0700 (PDT) Message-Id: <200307281149.h6SBn7hl096272@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 04:49:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/isc-dhcp/common dispatch.c src/contrib/isc-dhcp/includes dhcpd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 11:49:10 -0000 mbr 2003/07/28 04:49:07 PDT FreeBSD src repository Modified files: contrib/isc-dhcp/common dispatch.c contrib/isc-dhcp/includes dhcpd.h Log: Define $FreeBSD$ at the right place. Revision Changes Path 1.3 +1 -1 src/contrib/isc-dhcp/common/dispatch.c 1.3 +2 -4 src/contrib/isc-dhcp/includes/dhcpd.h From owner-cvs-src@FreeBSD.ORG Mon Jul 28 05:10:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C02FE37B401; Mon, 28 Jul 2003 05:10:56 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA0843F3F; Mon, 28 Jul 2003 05:10:53 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h6SCA2ai056755; Mon, 28 Jul 2003 08:10:02 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h6SCA2f7056752; Mon, 28 Jul 2003 08:10:02 -0400 (EDT) Date: Mon, 28 Jul 2003 08:10:02 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mark Murray In-Reply-To: <200307280739.h6S7d4Z2049856@grimreaper.grondar.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc auth.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 12:10:57 -0000 On Mon, 28 Jul 2003, Mark Murray wrote: > Robert Watson writes: > > Add a comment about auth.conf being on the way > > out the door. The one remaining consumer of auth.conf is > > crypt(3). > > ... and I will fix this. And when done, GC the auth.conf bits in libutil, and /etc/auth.conf? Someone should probably ping Luigi (if he's not already reading this thread) and see if it would make sense to unifdef the KERBEROS stuff in tinyware, unless the plan is actually to use KERBEROS there (seems unlikely, but I could easily be mistaken). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-src@FreeBSD.ORG Mon Jul 28 05:19:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C30A37B401; Mon, 28 Jul 2003 05:19:10 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D5B43FA3; Mon, 28 Jul 2003 05:19:09 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h6SCIJai056798; Mon, 28 Jul 2003 08:18:19 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h6SCIJIn056795; Mon, 28 Jul 2003 08:18:19 -0400 (EDT) Date: Mon, 28 Jul 2003 08:18:18 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Martin Blapp In-Reply-To: <200307280815.h6S8Frli079633@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 12:19:11 -0000 On Mon, 28 Jul 2003, Martin Blapp wrote: > Always start dhclient in the background. Forgive me for not having time to go read the dhclient details, but unfortunately I'm a bit pressed for time this morning. I just wanted to confirm that dhclient gives a "first reasonable try" if the link is up in this situation, rather than immediately backgrounding, since some services will behave poorly if they don't find IP addresses, etc. Ie., this operates like the NFS mount background option: "If at first you don't succeed, try again on your *own* time". The services I have in mind are, indeed, network file system mounting, sandboxed named, sendmail, and third party applications that like to bind each IP address manually rather than use INADDR_ANY. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-src@FreeBSD.ORG Mon Jul 28 05:34:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD16037B404; Mon, 28 Jul 2003 05:34:08 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CD243F3F; Mon, 28 Jul 2003 05:34:06 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h6SCY318096647; Mon, 28 Jul 2003 14:34:04 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h6SCY3lH7206212; Mon, 28 Jul 2003 14:34:03 +0200 (MES) Date: Mon, 28 Jul 2003 14:34:03 +0200 (CEST) From: Martin Blapp To: Robert Watson In-Reply-To: Message-ID: <20030728142857.A41136@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 12:34:09 -0000 Hi Robert, > Forgive me for not having time to go read the dhclient details, but > unfortunately I'm a bit pressed for time this morning. I just wanted to > confirm that dhclient gives a "first reasonable try" if the link is up in > this situation, rather than immediately backgrounding, since some services > will behave poorly if they don't find IP addresses, etc. Ie., this > operates like the NFS mount background option: "If at first you don't > succeed, try again on your *own* time". > > The services I have in mind are, indeed, network file system mounting, > sandboxed named, sendmail, and third party applications that like to bind > each IP address manually rather than use INADDR_ANY. and natd (where I've fixed the rc script to work with the dhclient case) The problem here is that a box not connected to lan with dhcp hangs till you press CTRL C. If this change provides errors in some setups, I'll revert it and add a option to dhclient to wait at least 5 seconds if no lease has been aquired. Martin From owner-cvs-src@FreeBSD.ORG Mon Jul 28 05:44:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AA337B401; Mon, 28 Jul 2003 05:44:58 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD05B43FA3; Mon, 28 Jul 2003 05:44:57 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h6SCivHo097720; Mon, 28 Jul 2003 13:44:57 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h6SCivgw097719; Mon, 28 Jul 2003 13:44:57 +0100 (BST) 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])h6SCicZ2052340; Mon, 28 Jul 2003 13:44:38 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200307281244.h6SCicZ2052340@grimreaper.grondar.org> To: Robert Watson In-Reply-To: Your message of "Mon, 28 Jul 2003 08:10:02 EDT." Date: Mon, 28 Jul 2003 13:44:38 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc auth.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 12:44:59 -0000 Robert Watson writes: > > On Mon, 28 Jul 2003, Mark Murray wrote: > > > Robert Watson writes: > > > Add a comment about auth.conf being on the way > > > out the door. The one remaining consumer of auth.conf is > > > crypt(3). > > > > ... and I will fix this. > > And when done, GC the auth.conf bits in libutil, and /etc/auth.conf? Yup! > Someone should probably ping Luigi (if he's not already reading this > thread) and see if it would make sense to unifdef the KERBEROS stuff in > tinyware, unless the plan is actually to use KERBEROS there (seems > unlikely, but I could easily be mistaken). Hmmm. I haven't used PicoBSD for years. The rumour mills have it that it is badly broken ATM. Truth or falsehood? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Mon Jul 28 05:49:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C7037B401; Mon, 28 Jul 2003 05:49:24 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A9C43F93; Mon, 28 Jul 2003 05:49:23 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h6SCmWai056901; Mon, 28 Jul 2003 08:48:32 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h6SCmW3M056898; Mon, 28 Jul 2003 08:48:32 -0400 (EDT) Date: Mon, 28 Jul 2003 08:48:32 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Martin Blapp In-Reply-To: <20030728142857.A41136@cvs.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 12:49:25 -0000 On Mon, 28 Jul 2003, Martin Blapp wrote: > > Forgive me for not having time to go read the dhclient details, but > > unfortunately I'm a bit pressed for time this morning. I just wanted to > > confirm that dhclient gives a "first reasonable try" if the link is up in > > this situation, rather than immediately backgrounding, since some services > > will behave poorly if they don't find IP addresses, etc. Ie., this > > operates like the NFS mount background option: "If at first you don't > > succeed, try again on your *own* time". > > > > The services I have in mind are, indeed, network file system mounting, > > sandboxed named, sendmail, and third party applications that like to bind > > each IP address manually rather than use INADDR_ANY. > > and natd (where I've fixed the rc script to work with the dhclient case) > > The problem here is that a box not connected to lan with dhcp hangs till > you press CTRL C. Well, or a minute or two, but I agree that in the notebook disconnected from a network case, that's not much fun. > If this change provides errors in some setups, I'll revert it and add a > option to dhclient to wait at least 5 seconds if no lease has been > aquired. This is something we'll probably want to play by ear -- trading off boot time and making sure that the right services are there to support various kinds of activities. I think part of the real solution is likely to improve the behavior of some of our applications in the presence of changing network configuration. A few more apps probably need to learn about routing sockets so they can pick up IP address change notifications, interface arrival/departure, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-cvs-src@FreeBSD.ORG Mon Jul 28 06:00:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EDB237B43E; Mon, 28 Jul 2003 06:00:17 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C18343F3F; Mon, 28 Jul 2003 06:00:15 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h6SD0B18004485; Mon, 28 Jul 2003 15:00:12 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h6SD0BlH7215362; Mon, 28 Jul 2003 15:00:11 +0200 (MES) Date: Mon, 28 Jul 2003 15:00:11 +0200 (CEST) From: Martin Blapp To: Robert Watson In-Reply-To: Message-ID: <20030728145421.O41136@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 13:00:18 -0000 Hi, > This is something we'll probably want to play by ear -- trading off boot > time and making sure that the right services are there to support various > kinds of activities. I think part of the real solution is likely to > improve the behavior of some of our applications in the presence of > changing network configuration. A few more apps probably need to learn > about routing sockets so they can pick up IP address change notifications, > interface arrival/departure, etc. That would make sense. The same thing happens if you use zebra (gated replacement). The system does not behave very well if you don't add manually about 20 sleep seconds in the rc script ! With dhclient, the problem is really not that bad. Within 3 seconds you normally get the lease. Which means, that we could add a script which checks, if the dhclient interface has a 0.0.0.0 adress (or even check if the default route is set), and then sleeps and blocks the boot process. The applications which really need this could rely then on the script. And all other setups without this would boot faster. Just some thoughts ... Martin From owner-cvs-src@FreeBSD.ORG Mon Jul 28 06:09:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A7937B401; Mon, 28 Jul 2003 06:09:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E834C43FA3; Mon, 28 Jul 2003 06:09:01 -0700 (PDT) (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 h6SD910U001097; Mon, 28 Jul 2003 06:09:01 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SD91Yh001094; Mon, 28 Jul 2003 06:09:01 -0700 (PDT) Message-Id: <200307281309.h6SD91Yh001094@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 06:09:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 13:09:02 -0000 mbr 2003/07/28 06:09:00 PDT FreeBSD src repository Modified files: etc/defaults rc.conf Log: Change the default for background_dhclient back to NO. It can cause to much troubles with applications. Revision Changes Path 1.182 +1 -1 src/etc/defaults/rc.conf From owner-cvs-src@FreeBSD.ORG Mon Jul 28 06:25:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42C537B40C; Mon, 28 Jul 2003 06:25:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF29F43FCB; Mon, 28 Jul 2003 06:25:05 -0700 (PDT) (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 h6SDP50U001664; Mon, 28 Jul 2003 06:25:05 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SDP5Bc001659; Mon, 28 Jul 2003 06:25:05 -0700 (PDT) Message-Id: <200307281325.h6SDP5Bc001659@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 06:25:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 13:25:17 -0000 mbr 2003/07/28 06:25:05 PDT FreeBSD src repository Modified files: contrib/isc-dhcp/client dhclient.c Log: Don't wait forever if there is no link, go to background after 2 x polling time. Revision Changes Path 1.27 +2 -0 src/contrib/isc-dhcp/client/dhclient.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 06:30:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C7037B401; Mon, 28 Jul 2003 06:30:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2129A43FAF; Mon, 28 Jul 2003 06:30:43 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SDUg0U002054; Mon, 28 Jul 2003 06:30:42 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SDUgeg002053; Mon, 28 Jul 2003 06:30:42 -0700 (PDT) Message-Id: <200307281330.h6SDUgeg002053@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 28 Jul 2003 06:30:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile atm1 atm2 atm2.sh atm3 atm3.sh src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 13:30:43 -0000 harti 2003/07/28 06:30:42 PDT FreeBSD src repository Modified files: etc/rc.d atm1 atm2 atm3 Makefile share/man/man5 rc.conf.5 Removed files: etc/rc.d atm2.sh atm3.sh Log: Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add support for the harp(4) pseudo driver and for loadable native HARP drivers (like hfa_pci). To use harp(4) the rc variable natm_interfaces must be set to the list of NATM interfaces to be used for HARP. These interfaces will be brought up with ifconfig and the harp(4) will be loaded. To use loadable native HARP drivers atm_load must be set to the list of drivers to load. Reviewed by: mtm, gordon (partly) Revision Changes Path 1.21 +1 -1 src/etc/rc.d/Makefile 1.13 +29 -0 src/etc/rc.d/atm1 1.14 +25 -32 src/etc/rc.d/atm2 1.14 +0 -104 src/etc/rc.d/atm2.sh (dead) 1.11 +35 -10 src/etc/rc.d/atm3 1.11 +0 -68 src/etc/rc.d/atm3.sh (dead) 1.196 +20 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 06:56:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB56837B401; Mon, 28 Jul 2003 06:56:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B37D43FAF; Mon, 28 Jul 2003 06:56:01 -0700 (PDT) (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 h6SDu10U002981; Mon, 28 Jul 2003 06:56:01 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SDu0J5002980; Mon, 28 Jul 2003 06:56:00 -0700 (PDT) Message-Id: <200307281356.h6SDu0J5002980@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 06:56:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 13:56:02 -0000 mbr 2003/07/28 06:56:00 PDT FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Dhclient can't block anymore during startup. Document the 'background_dhclient' better. Revision Changes Path 1.197 +4 -4 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 08:20:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D6BA37B401; Mon, 28 Jul 2003 08:20:51 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DF243F3F; Mon, 28 Jul 2003 08:20:50 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h6SFKfFL000402; Mon, 28 Jul 2003 09:20:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Jul 2003 09:18:23 -0600 (MDT) Message-Id: <20030728.091823.32310695.imp@bsdimp.com> To: mb@imp.ch From: "M. Warner Losh" In-Reply-To: <20030728145421.O41136@cvs.imp.ch> References: <20030728145421.O41136@cvs.imp.ch> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: mbr@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 15:20:52 -0000 : With dhclient, the problem is really not that bad. Within 3 seconds : you normally get the lease. Which means, that we could add a script : which checks, if the dhclient interface has a 0.0.0.0 adress (or even : check if the default route is set), and then sleeps and blocks the : boot process. The applications which really need this could rely : then on the script. And all other setups without this would boot : faster. Hmmm, if the link isn't up within 3 seconds, tossing things into the background seems to be a good compromise. Warner From owner-cvs-src@FreeBSD.ORG Mon Jul 28 08:27:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CC237B401; Mon, 28 Jul 2003 08:27:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D82943FAF; Mon, 28 Jul 2003 08:27:12 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SFRC0U008313; Mon, 28 Jul 2003 08:27:12 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SFRCXn008312; Mon, 28 Jul 2003 08:27:12 -0700 (PDT) Message-Id: <200307281527.h6SFRCXn008312@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 28 Jul 2003 08:27:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atm atm.8 atm.c atm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 15:27:13 -0000 harti 2003/07/28 08:27:12 PDT FreeBSD src repository Modified files: sbin/atm/atm atm.8 atm.c atm.h Log: Add support for CBR and VBR PVCs. Enhance the error handling for the 'add pvc' command. Submitted by: Vincent Jardin MFC after: 2 weeks Revision Changes Path 1.6 +8 -2 src/sbin/atm/atm/atm.8 1.7 +141 -37 src/sbin/atm/atm/atm.c 1.7 +10 -0 src/sbin/atm/atm/atm.h From owner-cvs-src@FreeBSD.ORG Mon Jul 28 08:59:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FADC37B401; Mon, 28 Jul 2003 08:59:59 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FC743F3F; Mon, 28 Jul 2003 08:59:57 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h6SFxq18054406; Mon, 28 Jul 2003 17:59:52 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h6SFxplH7196848; Mon, 28 Jul 2003 17:59:51 +0200 (MES) Date: Mon, 28 Jul 2003 17:59:51 +0200 (CEST) From: Martin Blapp To: "M. Warner Losh" In-Reply-To: <20030728.091823.32310695.imp@bsdimp.com> Message-ID: <20030728175908.S41136@cvs.imp.ch> References: <20030728145421.O41136@cvs.imp.ch> <20030728.091823.32310695.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: mbr@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 16:00:00 -0000 Hi, > Hmmm, if the link isn't up within 3 seconds, tossing things into the > background seems to be a good compromise. > > Warner Already solved differently. :) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 09:03:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 127BA37B401; Mon, 28 Jul 2003 09:03:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B749143F85; Mon, 28 Jul 2003 09:03:53 -0700 (PDT) (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 h6SG3r0U015889; Mon, 28 Jul 2003 09:03:53 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SG3rss015888; Mon, 28 Jul 2003 09:03:53 -0700 (PDT) Message-Id: <200307281603.h6SG3rss015888@repoman.freebsd.org> From: Robert Watson Date: Mon, 28 Jul 2003 09:03:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 16:03:54 -0000 rwatson 2003/07/28 09:03:53 PDT FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: When exporting file descriptor data for threads invoking the kern.file sysctl, don't return information about processes that fail p_cansee(td, p). This prevents sockstat and related programs from seeing file descriptors owned by processes not in the same jail as the thread, as well as having implications for MAC, etc. This is a partial solution: it permits an information leak about the number of descriptors in the sizing calculation (but this is not new information, you can also get it from kern.openfiles), and doesn't attempt to mask file descriptors based on the properties of the descriptor, only the process referencing it. However, it provides most of what you want under most circumstances, without complicating the locking. PR: 54211 Based on a patch submitted by: Pawel Jakub Dawidek Revision Changes Path 1.211 +11 -0 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 09:22:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F1737B401; Mon, 28 Jul 2003 09:22:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602E343F75; Mon, 28 Jul 2003 09:22:46 -0700 (PDT) (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 h6SGMk0U016714; Mon, 28 Jul 2003 09:22:46 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SGMkxw016713; Mon, 28 Jul 2003 09:22:46 -0700 (PDT) Message-Id: <200307281622.h6SGMkxw016713@repoman.freebsd.org> From: Nate Lawson Date: Mon, 28 Jul 2003 09:22:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 16:22:47 -0000 njl 2003/07/28 09:22:45 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c Log: Allow sleep states to be specified as S1, S2, ... This is used by zzz(8). Revision Changes Path 1.9 +1 -0 src/usr.sbin/acpi/acpiconf/acpiconf.8 1.10 +4 -1 src/usr.sbin/acpi/acpiconf/acpiconf.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 09:47:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04C337B401; Mon, 28 Jul 2003 09:47:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAA043F85; Mon, 28 Jul 2003 09:47:57 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SGlv0U017630; Mon, 28 Jul 2003 09:47:57 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SGlv89017629; Mon, 28 Jul 2003 09:47:57 -0700 (PDT) Message-Id: <200307281647.h6SGlv89017629@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 28 Jul 2003 09:47:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 16:47:59 -0000 schweikh 2003/07/28 09:47:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/find find.1 Log: MFC rev. 1.55 (in -exec the semicolon may need to be quoted from the shell). Revision Changes Path 1.23.2.21 +4 -0 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Mon Jul 28 11:18:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08B837B401; Mon, 28 Jul 2003 11:18:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8CD43F85; Mon, 28 Jul 2003 11:18:21 -0700 (PDT) (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 h6SIIL0U023754; Mon, 28 Jul 2003 11:18:21 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SIIK6n023751; Mon, 28 Jul 2003 11:18:20 -0700 (PDT) Message-Id: <200307281818.h6SIIK6n023751@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 28 Jul 2003 11:18:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/release chk_dokern.sh_and_drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:18:22 -0000 ru 2003/07/28 11:18:20 PDT FreeBSD src repository Added files: tools/tools/release chk_dokern.sh_and_drivers.conf Log: A simple tool to sanity check the contents of release/*/dokern.sh and release/*/drivers.conf. Revision Changes Path 1.1 +55 -0 src/tools/tools/release/chk_dokern.sh_and_drivers.conf (new) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 11:22:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607D937B408; Mon, 28 Jul 2003 11:22:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB00943F75; Mon, 28 Jul 2003 11:22:07 -0700 (PDT) (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 h6SIM70U024497; Mon, 28 Jul 2003 11:22:07 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SIM7av024496; Mon, 28 Jul 2003 11:22:07 -0700 (PDT) Message-Id: <200307281822.h6SIM7av024496@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 28 Jul 2003 11:22:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/pc98 dokern.sh src/release/alpha dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:22:09 -0000 ru 2003/07/28 11:22:07 PDT FreeBSD src repository Modified files: release/pc98 dokern.sh release/alpha dokern.sh Log: Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf. Revision Changes Path 1.73 +0 -2 src/release/alpha/dokern.sh 1.78 +0 -4 src/release/pc98/dokern.sh From owner-cvs-src@FreeBSD.ORG Mon Jul 28 11:36:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B08937B404 for ; Mon, 28 Jul 2003 11:36:29 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1251C43F75 for ; Mon, 28 Jul 2003 11:36:29 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 53098 invoked by uid 1000); 28 Jul 2003 18:36:26 -0000 Date: Mon, 28 Jul 2003 11:36:26 -0700 (PDT) From: Nate Lawson To: Martin Blapp In-Reply-To: <20030728083025.941BD37B42A@hub.freebsd.org> Message-ID: <20030728113553.T53096@root.org> References: <20030728083025.941BD37B42A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade src/contrib/isc-dhcp/common dispatch.c src/contrib/isc-dhcp/includes dhcpd.h sr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:36:29 -0000 On Mon, 28 Jul 2003, Martin Blapp wrote: > Modified files: > contrib/isc-dhcp FREEBSD-upgrade > contrib/isc-dhcp/client dhclient.8 dhclient.c > contrib/isc-dhcp/common dispatch.c > contrib/isc-dhcp/includes dhcpd.h > sbin/dhclient Makefile.inc > Log: > Enable dhclient to poll the interface state and send only > requests if the interface has an active link. This is a > great benefit if you often change networks with your laptop > and you do not like to kill/restart dhclient all the time. > Changes are automatically detected and the link is refreshed. My work on the bus thanks you. -Nate From owner-cvs-src@FreeBSD.ORG Mon Jul 28 11:41:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4FD37B407 for ; Mon, 28 Jul 2003 11:41:12 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BE0FA43FCB for ; Mon, 28 Jul 2003 11:41:10 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 53130 invoked by uid 1000); 28 Jul 2003 18:41:11 -0000 Date: Mon, 28 Jul 2003 11:41:11 -0700 (PDT) From: Nate Lawson To: Robert Watson In-Reply-To: Message-ID: <20030728113909.C53096@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:41:12 -0000 On Mon, 28 Jul 2003, Robert Watson wrote: > On Mon, 28 Jul 2003, Martin Blapp wrote: > > > Forgive me for not having time to go read the dhclient details, but > > > unfortunately I'm a bit pressed for time this morning. I just wanted to > > > confirm that dhclient gives a "first reasonable try" if the link is up in > > > this situation, rather than immediately backgrounding, since some services > > > will behave poorly if they don't find IP addresses, etc. Ie., this > > > operates like the NFS mount background option: "If at first you don't > > > succeed, try again on your *own* time". > > > > > > The services I have in mind are, indeed, network file system mounting, > > > sandboxed named, sendmail, and third party applications that like to bind > > > each IP address manually rather than use INADDR_ANY. > > > > and natd (where I've fixed the rc script to work with the dhclient case) > > > > The problem here is that a box not connected to lan with dhcp hangs till > > you press CTRL C. > > Well, or a minute or two, but I agree that in the notebook disconnected > from a network case, that's not much fun. There is no reason to wait if there is no network link. If configuring via dhclient and no link on that interface, there is no way you are getting a lease, no matter how long you wait. It's better to go into the background if there is no link. If there is a link, the normal dhcp timeouts should be honored and dhclient should not allow booting to continue until it is done with the protocol. -Nate From owner-cvs-src@FreeBSD.ORG Mon Jul 28 11:53:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA5E37B401; Mon, 28 Jul 2003 11:53:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F313C43F93; Mon, 28 Jul 2003 11:53:29 -0700 (PDT) (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 h6SIrT0U026045; Mon, 28 Jul 2003 11:53:29 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SIrTMk026044; Mon, 28 Jul 2003 11:53:29 -0700 (PDT) Message-Id: <200307281853.h6SIrTMk026044@repoman.freebsd.org> From: Robert Watson Date: Mon, 28 Jul 2003 11:53:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c vnode_if.src src/sys/ufs/ffs ffs_vnops.c src/sys/ufs/ufs extattr.h ufs_extattr.c ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:53:30 -0000 rwatson 2003/07/28 11:53:29 PDT FreeBSD src repository Modified files: sys/kern vfs_syscalls.c vfs_vnops.c vnode_if.src sys/ufs/ffs ffs_vnops.c sys/ufs/ufs extattr.h ufs_extattr.c ufs_vnops.c Log: Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the kernel ACL interfaces and system call names. Break out UFS2 and FFS extattr delete and list vnode operations from setextattr and getextattr to deleteextattr and listextattr, which cleans up the implementations, and makes the results more readable, and makes the APIs more clear. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.328 +2 -1 src/sys/kern/vfs_syscalls.c 1.194 +1 -1 src/sys/kern/vfs_vnops.c 1.66 +2 -2 src/sys/kern/vnode_if.src 1.117 +125 -44 src/sys/ufs/ffs/ffs_vnops.c 1.18 +1 -0 src/sys/ufs/ufs/extattr.h 1.67 +40 -7 src/sys/ufs/ufs/ufs_extattr.c 1.230 +3 -0 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 13:14:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4DD37B401; Mon, 28 Jul 2003 13:14:31 -0700 (PDT) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D9D743F75; Mon, 28 Jul 2003 13:14:25 -0700 (PDT) (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 h6SKEBj21755; Mon, 28 Jul 2003 17:14:11 -0300 Message-ID: <3F258412.2030205@tcoip.com.br> Date: Mon, 28 Jul 2003 17:14:10 -0300 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Jens Schweikhardt References: <200307251732.h6PHWhTT046305@repoman.freebsd.org> In-Reply-To: <200307251732.h6PHWhTT046305@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 20:14:32 -0000 Jens Schweikhardt wrote: > schweikh 2003/07/25 10:32:43 PDT > > FreeBSD src repository > > Modified files: > usr.bin/find find.1 > Log: > State that in -exec ... ; the semicolon should be quoted if invoked from > a shell. Wouldn't that be "escaped"? -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca VIVO Centro Oeste Norte 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 A good memory does not equal pale ink. From owner-cvs-src@FreeBSD.ORG Mon Jul 28 13:49:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E2337B401; Mon, 28 Jul 2003 13:49:52 -0700 (PDT) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AE843FA3; Mon, 28 Jul 2003 13:49:49 -0700 (PDT) (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 h6SKnQj23353; Mon, 28 Jul 2003 17:49:26 -0300 Message-ID: <3F258C55.6090706@tcoip.com.br> Date: Mon, 28 Jul 2003 17:49:25 -0300 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Poul-Henning Kamp References: <62633.1059304135@critter.freebsd.dk> In-Reply-To: <62633.1059304135@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Alexander Leidinger cc: src-committers@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 20:49:52 -0000 Poul-Henning Kamp wrote: > > Yes I think it would, but you would have to find a way to prove to > yourself that your model was in fact precise and faithful relative to > the kernel source. > > I'm still hoping that some day we will have tools which will read > source code and alert us to things which doesn't make sense or which > looks dubious. Well, that's what I like about Spin. A clever use of macros let you pre-process your C code to be "Spinnable" with little to no work. :-) -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca VIVO Centro Oeste Norte 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 Higgeldy Piggeldy, Hamlet of Elsinore Ruffled the critics by Dropping this bomb: "Phooey on Freud and his Psychoanalysis, Oedipus, Shmoedipus, I just loved Mom." From owner-cvs-src@FreeBSD.ORG Mon Jul 28 14:06:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B847137B401; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD6D43F93; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SL6d0U039210; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SL6dUO039209; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) Message-Id: <200307282106.h6SL6dUO039209@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 28 Jul 2003 14:06:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 Makefile rescue.7 src/share/man/man8 Makefile rescue.8 src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 21:06:40 -0000 simon 2003/07/28 14:06:38 PDT FreeBSD src repository (doc committer) Modified files: share/man/man7 Makefile share/man/man8 Makefile release/doc/en_US.ISO8859-1/relnotes/common new.sgml Added files: share/man/man8 rescue.8 Removed files: share/man/man7 rescue.7 Log: Move the rescue manpage, documenting the new rescue utilities in /rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle Reviewed by: ru, doc@ Approved by: ceri (mentor) Revision Changes Path 1.599 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.28 +1 -1 src/share/man/man7/Makefile 1.2 +0 -182 src/share/man/man7/rescue.7 (dead) 1.34 +1 -0 src/share/man/man8/Makefile 1.1 +182 -0 src/share/man/man8/rescue.8 (new) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 14:12:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB34A37B401; Mon, 28 Jul 2003 14:12:18 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDB943F75; Mon, 28 Jul 2003 14:12:17 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost.nic.fr [IPv6:::1] (may be forged)) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h6SLCG96025082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Mon, 28 Jul 2003 17:12:16 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h6SLCFYc025079; Mon, 28 Jul 2003 17:12:15 -0400 (EDT) (envelope-from wollman) Date: Mon, 28 Jul 2003 17:12:15 -0400 (EDT) From: Garrett Wollman Message-Id: <200307282112.h6SLCFYc025079@khavrinen.lcs.mit.edu> To: "Daniel C. Sobral" In-Reply-To: <3F258412.2030205@tcoip.com.br> References: <200307251732.h6PHWhTT046305@repoman.freebsd.org> <3F258412.2030205@tcoip.com.br> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 21:12:19 -0000 < said: > Jens Schweikhardt wrote: >> State that in -exec ... ; the semicolon should be quoted if invoked from >> a shell. > Wouldn't that be "escaped"? Not necessarily. Escaping is one kind of quoting, but not the only one. -GAWollman From owner-cvs-src@FreeBSD.ORG Mon Jul 28 14:13:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C2C37B401; Mon, 28 Jul 2003 14:13:44 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D51443F3F; Mon, 28 Jul 2003 14:13:44 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id E45AC10BFA8; Mon, 28 Jul 2003 23:13:42 +0200 (CEST) Date: Mon, 28 Jul 2003 23:13:42 +0200 From: "Simon L. Nielsen" To: Nate Lawson Message-ID: <20030728211341.GE1517@FreeBSD.org> References: <20030723132439.D550137B401@hub.freebsd.org> <20030723102603.O39567@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XigHxYirkHk2Kxsx" Content-Disposition: inline In-Reply-To: <20030723102603.O39567@root.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man7 Makefile rescue.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 21:13:45 -0000 --XigHxYirkHk2Kxsx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.07.23 10:26:54 -0700, Nate Lawson wrote: > What's it doing in section 7? I thought system utils are section 8? After some talk with Ruslan, it appears you are indeed correct, and the manual page has been moved. Thanks for noticing this. > On Wed, 23 Jul 2003, Simon L. Nielsen wrote: > > > > Modified files: > > share/man/man7 Makefile > > Added files: > > share/man/man7 rescue.7 > > Log: > > Add manual page to document the new rescue utilities in /rescue. > > > > Most text by: Tim Kientzle > > Reviewed by: ru, doc@ > > Approved by: ceri (mentor) > > > > Revision Changes Path > > 1.27 +1 -1 src/share/man/man7/Makefile > > 1.1 +182 -0 src/share/man/man7/rescue.7 (new) --=20 Simon L. Nielsen --XigHxYirkHk2Kxsx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/JZIFh9pcDSc1mlERAm1EAJsFGSnEfYQOr9kpax9Fz6E/gzrPJQCgv6uv IWL58tnm/WX/MOxZC+hNrwI= =xDJ2 -----END PGP SIGNATURE----- --XigHxYirkHk2Kxsx-- From owner-cvs-src@FreeBSD.ORG Mon Jul 28 15:12:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B8B37B401; Mon, 28 Jul 2003 15:12:47 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2A243F3F; Mon, 28 Jul 2003 15:12:46 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h6SMCjl82835; Mon, 28 Jul 2003 18:12:45 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 28 Jul 2003 18:12:45 -0400 (EDT) From: Jeff Roberson To: Poul-Henning Kamp In-Reply-To: <200307272009.h6RK9DeA025197@repoman.freebsd.org> Message-ID: <20030728181050.D14210-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 22:12:47 -0000 On Sun, 27 Jul 2003, Poul-Henning Kamp wrote: > phk 2003/07/27 13:09:13 PDT > > FreeBSD src repository > > Modified files: > sys/kern vfs_syscalls.c > Log: > Pass the file descriptor index down to vn_open. Why? Was this discussed on arch? > > If the method vector was replaced and we got the "special return code" > smile and trust that whatever happened below DTRT. > > Revision Changes Path > 1.327 +13 -1 src/sys/kern/vfs_syscalls.c > From owner-cvs-src@FreeBSD.ORG Mon Jul 28 15:25:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F8E737B401; Mon, 28 Jul 2003 15:25:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB3443F75; Mon, 28 Jul 2003 15:25:21 -0700 (PDT) (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 h6SMPK0U042886; Mon, 28 Jul 2003 15:25:21 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SMPKWi042885; Mon, 28 Jul 2003 15:25:20 -0700 (PDT) Message-Id: <200307282225.h6SMPKWi042885@repoman.freebsd.org> From: Martin Blapp Date: Mon, 28 Jul 2003 15:25:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 22:25:22 -0000 mbr 2003/07/28 15:25:20 PDT FreeBSD src repository Modified files: contrib/isc-dhcp/client/scripts freebsd Log: Fix dhclient infinite loop on ro /etc/resolv.conf Submitted by: C J Michaels Reviewed by: David W. Hankins PR: 38778 ISC-Bug: 5754 Revision Changes Path 1.22 +11 -5 src/contrib/isc-dhcp/client/scripts/freebsd From owner-cvs-src@FreeBSD.ORG Mon Jul 28 15:51:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3582B37B445; Mon, 28 Jul 2003 15:51:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E74B44049; Mon, 28 Jul 2003 15:50:45 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SMog0U043856; Mon, 28 Jul 2003 15:50:42 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SMog19043855; Mon, 28 Jul 2003 15:50:42 -0700 (PDT) Message-Id: <200307282250.h6SMog19043855@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 28 Jul 2003 15:50:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 22:51:26 -0000 simon 2003/07/28 15:50:42 PDT FreeBSD src repository (doc committer) Modified files: lib/libc/string Makefile.inc index.3 strchr.3 Removed files: lib/libc/string rindex.3 strrchr.3 Log: * Merge index(3) and rindex(3) to index(3) since the two functions are almost identical. * Merge strchr(3) and strrchr(3) to strchr(3) since the two functions are almost identical. * Make the wording of index(3) and strchr(3) more similar. * mdoc(7) cleanup. Submitted by: SUZUKI Koichi , keramida, myself PR: docs/32054 Reviewed by: ru Approved by: ceri (mentor) Revision Changes Path 1.33 +4 -2 src/lib/libc/string/Makefile.inc 1.9 +30 -14 src/lib/libc/string/index.3 1.9 +0 -92 src/lib/libc/string/rindex.3 (dead) 1.10 +27 -17 src/lib/libc/string/strchr.3 1.10 +0 -91 src/lib/libc/string/strrchr.3 (dead) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 16:04:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6587837B401; Mon, 28 Jul 2003 16:04:00 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CD343F75; Mon, 28 Jul 2003 16:03:59 -0700 (PDT) (envelope-from jan@demter.de) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19hH1s-0005vq-00; Tue, 29 Jul 2003 01:03:44 +0200 Received: from pd951386b.dip.t-dialin.net ([217.81.56.107] helo=localhost) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19hH1q-0000Wj-00; Tue, 29 Jul 2003 01:03:43 +0200 Date: Tue, 29 Jul 2003 01:03:30 +0200 From: Jan Demter To: Garrett Wollman Message-Id: <20030729010330.1861404d.jan@demter.de> In-Reply-To: <200307282112.h6SLCFYc025079@khavrinen.lcs.mit.edu> References: <200307251732.h6PHWhTT046305@repoman.freebsd.org> <3F258412.2030205@tcoip.com.br> <200307282112.h6SLCFYc025079@khavrinen.lcs.mit.edu> X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dcs@tcoip.com.br cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 23:04:00 -0000 On Mon, 28 Jul 2003 17:12:15 -0400 (EDT) Garrett Wollman wrote: > < said: > > > Jens Schweikhardt wrote: > > >> State that in -exec ... ; the semicolon should be quoted if invoked > >from> a shell. > > > Wouldn't that be "escaped"? > > Not necessarily. Escaping is one kind of quoting, but not the only > one. Isn't it exactly the other way round? e.g.: %find /proc -name status -exec grep whatnot {} ";" #quoted, escaped %find /proc -name status -exec grep whatnot {} \; #escaped Not that this a too important issue... Jan From owner-cvs-src@FreeBSD.ORG Mon Jul 28 17:17:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D6137B401; Mon, 28 Jul 2003 17:17:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1A943F75; Mon, 28 Jul 2003 17:17:30 -0700 (PDT) (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 h6T0HU0U054074; Mon, 28 Jul 2003 17:17:30 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T0HThe054073; Mon, 28 Jul 2003 17:17:29 -0700 (PDT) Message-Id: <200307290017.h6T0HThe054073@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 28 Jul 2003 17:17:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 00:17:31 -0000 tjr 2003/07/28 17:17:29 PDT FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix a problem that occurs when truncating files on NFSv3 mounts: we need to set np->n_size back to the desired size again after calling nfs_meta_setsize(), since it could end up in nfs_loadattrcache() getting called, which would change n_size back to the value it had before the truncate request was issued. The result of this bug is that the size info cached in the nfsnode becomes incorrect, lseek(fd, ofs, SEEK_END) seeks past the end of the file, stat() returns the wrong size, etc. PR: 41792 MFC after: 2 weeks Revision Changes Path 1.208 +7 -1 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 17:31:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459CC37B401; Mon, 28 Jul 2003 17:31:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AB243FA3; Mon, 28 Jul 2003 17:31:07 -0700 (PDT) (envelope-from jwd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6T0V70U054615; Mon, 28 Jul 2003 17:31:07 -0700 (PDT) (envelope-from jwd@repoman.freebsd.org) Received: (from jwd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T0V7Bu054614; Mon, 28 Jul 2003 17:31:07 -0700 (PDT) Message-Id: <200307290031.h6T0V7Bu054614@repoman.freebsd.org> From: "John W. De Boskey" Date: Mon, 28 Jul 2003 17:31:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/patch backupfile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 00:31:08 -0000 jwd 2003/07/28 17:31:07 PDT FreeBSD src repository Modified files: gnu/usr.bin/patch backupfile.c Log: returned length can exceed the limits of type char Submitted by: blc@bsdwins.com Approved by: gad MFC after: 1 week Revision Changes Path 1.7 +1 -1 src/gnu/usr.bin/patch/backupfile.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 17:46:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E606D37B401; Mon, 28 Jul 2003 17:46:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CA443F75; Mon, 28 Jul 2003 17:46:55 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6T0kt0U055186; Mon, 28 Jul 2003 17:46:55 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T0ktdK055185; Mon, 28 Jul 2003 17:46:55 -0700 (PDT) Message-Id: <200307290046.h6T0ktdK055185@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 28 Jul 2003 17:46:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/common_source lp.cdefs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 00:46:56 -0000 gad 2003/07/28 17:46:55 PDT FreeBSD src repository Added files: (Branch: RELENG_4) usr.sbin/lpr/common_source lp.cdefs.h Log: MFC 1.1: Add the new lp.cdefs.h file, which will be used to make it somewhat easier to build this lpr on other operating systems. Initial purpose is just so lpr can be changed to use __FBSDID(). Revision Changes Path 1.1.2.1 +107 -0 src/usr.sbin/lpr/common_source/lp.cdefs.h (new) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 18:02:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1C537B401; Mon, 28 Jul 2003 18:02:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5948943FA3; Mon, 28 Jul 2003 18:02:09 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6T1290U055860; Mon, 28 Jul 2003 18:02:09 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T129ZV055859; Mon, 28 Jul 2003 18:02:09 -0700 (PDT) Message-Id: <200307290102.h6T129ZV055859@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 28 Jul 2003 18:02:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/common_source common.c ctlinfo.c ctlinfo.h displayq.c lp.h lp.local.h matchjobs.c matchjobs.h net.c printcap.c request.c rmjob.c startdaemon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 01:02:10 -0000 gad 2003/07/28 18:02:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source common.c ctlinfo.c ctlinfo.h displayq.c lp.h lp.local.h matchjobs.c matchjobs.h net.c printcap.c request.c rmjob.c startdaemon.c Log: MFC *: Change all lpr/common_source files to use __FBSDID(), and to fix 'sccsid' lines to consistently match style(9) guidelines. Note that this means you will have to add '-a' to the 'strings' command when searching for rcs ids, eg: strings -a /usr/sbin/lpd | grep '$FreeBSD' [* = 1.32->1.33 common.c, 1.9 ctlinfo.c, 1.3 ctlinfo.h, 1.24->1.25 display.c, 1.24 lp.h, 1.4 matchjobs.c, 1.2 matchjobs.h, 1.8 net.c, 1.10->1.11 printcap.c, 1.4->1.5 request.c, 1.18->1.19 rmjob.c, 1.11->1.12 startdaemon.c] Revision Changes Path 1.12.2.18 +5 -4 src/usr.sbin/lpr/common_source/common.c 1.1.2.9 +2 -4 src/usr.sbin/lpr/common_source/ctlinfo.c 1.1.2.3 +1 -1 src/usr.sbin/lpr/common_source/ctlinfo.h 1.15.2.9 +5 -4 src/usr.sbin/lpr/common_source/displayq.c 1.9.2.13 +1 -1 src/usr.sbin/lpr/common_source/lp.h 1.2.6.1 +1 -0 src/usr.sbin/lpr/common_source/lp.local.h 1.2.2.3 +2 -4 src/usr.sbin/lpr/common_source/matchjobs.c 1.1.2.2 +2 -1 src/usr.sbin/lpr/common_source/matchjobs.h 1.3.2.5 +2 -4 src/usr.sbin/lpr/common_source/net.c 1.6.2.4 +6 -4 src/usr.sbin/lpr/common_source/printcap.c 1.2.2.2 +3 -2 src/usr.sbin/lpr/common_source/request.c 1.12.2.6 +5 -4 src/usr.sbin/lpr/common_source/rmjob.c 1.8.2.3 +4 -4 src/usr.sbin/lpr/common_source/startdaemon.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 20:04:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004A837B401; Mon, 28 Jul 2003 20:04:30 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195A643F3F; Mon, 28 Jul 2003 20:04:29 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6T34Rje008696; Mon, 28 Jul 2003 20:04:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6T34RhL008695; Mon, 28 Jul 2003 20:04:27 -0700 (PDT) Date: Mon, 28 Jul 2003 20:04:26 -0700 From: "David O'Brien" To: Martin Blapp Message-ID: <20030729030426.GD8471@dragon.nuxi.com> References: <20030728142857.A41136@cvs.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030728142857.A41136@cvs.imp.ch> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: Robert Watson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 03:04:30 -0000 On Mon, Jul 28, 2003 at 02:34:03PM +0200, Martin Blapp wrote: > The problem here is that a box not connected to lan with dhcp hangs till > you press CTRL C. So? That is how DHCP works. I added the "-1" option so it will time out. Experience using SuSE which does background its dhcp client, I think this change is a mistake. Please back that part out. > If this change provides errors in some setups, I'll revert it and add > a option to dhclient to wait at least 5 seconds if no lease has been > acquired. It already waits the proper amount. Please don't change the algorithm. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Jul 28 20:18:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E9737B401; Mon, 28 Jul 2003 20:18:56 -0700 (PDT) Received: from scribe.QX.Net (mail.qx.net [64.191.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7131543F3F; Mon, 28 Jul 2003 20:18:55 -0700 (PDT) (envelope-from drhodus@catpa.com) Received: from catpa.com (unverified [198.93.125.67]) by scribe.QX.Net (Vircom SMTPRS 2.1.258) with ESMTP id ; Mon, 28 Jul 2003 23:17:47 -0400 Date: Mon, 28 Jul 2003 23:18:50 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: obrien@FreeBSD.org From: David Rhodus In-Reply-To: <20030729030426.GD8471@dragon.nuxi.com> Message-Id: <5FDB6FFC-C173-11D7-97C6-000A959B213E@catpa.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: Martin Blapp cc: Robert Watson cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 03:18:57 -0000 On Monday, July 28, 2003, at 11:04 PM, David O'Brien wrote: > On Mon, Jul 28, 2003 at 02:34:03PM +0200, Martin Blapp wrote: >> The problem here is that a box not connected to lan with dhcp hangs >> till >> you press CTRL C. > > So? That is how DHCP works. I added the "-1" option so it will time > out. Experience using SuSE which does background its dhcp client, I > think this change is a mistake. Please back that part out. > >> If this change provides errors in some setups, I'll revert it and add >> a option to dhclient to wait at least 5 seconds if no lease has been >> acquired. > > It already waits the proper amount. Please don't change the algorithm. > I appreciate the work you have been doing with the dhclient code Martin. But I agree with David and this change should be backed out. -DR From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:00:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2902237B439; Mon, 28 Jul 2003 21:00:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D6843FA3; Mon, 28 Jul 2003 21:00:36 -0700 (PDT) (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 h6T40a0U070674; Mon, 28 Jul 2003 21:00:36 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T40aJP070672; Mon, 28 Jul 2003 21:00:36 -0700 (PDT) Message-Id: <200307290400.h6T40aJP070672@repoman.freebsd.org> From: Nate Lawson Date: Mon, 28 Jul 2003 21:00:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_da.c src/sys/dev/usb umass.c src/sys/dev/firewire sbp.c src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:00:39 -0000 njl 2003/07/28 21:00:35 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam cam_ccb.h sys/cam/scsi scsi_da.c sys/dev/usb umass.c sys/dev/firewire sbp.c sys/dev/ata atapi-cam.c Log: MFC: Add PIM_NO_6_BYTE to hba_misc. USB, firewire, and ATAPI-CAM drivers set this flag to indicate they do not wish to receive 6 byte commands. The da(4) driver now honors this flag. Note that the cd(4) portion of the commit is not MFCd now because it depends on other code which needs to be MFCd first. Revision Changes Path 1.15.2.3 +3 -2 src/sys/cam/cam_ccb.h 1.42.2.37 +11 -0 src/sys/cam/scsi/scsi_da.c 1.10.2.4 +1 -1 src/sys/dev/ata/atapi-cam.c 1.5.2.22 +1 -1 src/sys/dev/firewire/sbp.c 1.11.2.20 +1 -1 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:10:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C9A37B401 for ; Mon, 28 Jul 2003 21:10:35 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A45843FB1 for ; Mon, 28 Jul 2003 21:10:34 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 53961 invoked by uid 1000); 29 Jul 2003 04:10:36 -0000 Date: Mon, 28 Jul 2003 21:10:36 -0700 (PDT) From: Nate Lawson To: David O'Brien In-Reply-To: <20030729030426.GD8471@dragon.nuxi.com> Message-ID: <20030728210833.P53955@root.org> References: <20030728142857.A41136@cvs.imp.ch> <20030729030426.GD8471@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:10:36 -0000 On Mon, 28 Jul 2003, David O'Brien wrote: > On Mon, Jul 28, 2003 at 02:34:03PM +0200, Martin Blapp wrote: > > The problem here is that a box not connected to lan with dhcp hangs till > > you press CTRL C. > > So? That is how DHCP works. I added the "-1" option so it will time > out. Experience using SuSE which does background its dhcp client, I > think this change is a mistake. Please back that part out. I agree that always backgrounding the client provides some more complicated boot serialization and is not always desirable. However, I don't see any reason why if there is no link dhclient should not immediately go into the background or terminate if that makes you happier. There is no timeout that is correct for "no link". -Nate From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:25:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E947437B401; Mon, 28 Jul 2003 21:25:27 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A1943F85; Mon, 28 Jul 2003 21:25:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h6T4P8FL005399; Mon, 28 Jul 2003 22:25:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Jul 2003 22:24:35 -0600 (MDT) Message-Id: <20030728.222435.111545905.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20030728210833.P53955@root.org> References: <20030728142857.A41136@cvs.imp.ch> <20030729030426.GD8471@dragon.nuxi.com> <20030728210833.P53955@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: mb@imp.ch cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:25:28 -0000 In message: <20030728210833.P53955@root.org> Nate Lawson writes: : On Mon, 28 Jul 2003, David O'Brien wrote: : > On Mon, Jul 28, 2003 at 02:34:03PM +0200, Martin Blapp wrote: : > > The problem here is that a box not connected to lan with dhcp hangs till : > > you press CTRL C. : > : > So? That is how DHCP works. I added the "-1" option so it will time : > out. Experience using SuSE which does background its dhcp client, I : > think this change is a mistake. Please back that part out. : : I agree that always backgrounding the client provides some more : complicated boot serialization and is not always desirable. However, I : don't see any reason why if there is no link dhclient should not : immediately go into the background or terminate if that makes you happier. : There is no timeout that is correct for "no link". Because it takes some small delta for the link to come up for many interfaces. The link is usually brought up as part of dhclient's processing. If you don't allow at least a small delta of time to pass before declaring no link, then you'll find that you have lots of issues as if you'd just kicked dhclient into the background. With these changes, I'll be able to plug my minipci card back into my dell :-) Warner From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:32:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D25537B401; Mon, 28 Jul 2003 21:32:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADCC43F85; Mon, 28 Jul 2003 21:32:33 -0700 (PDT) (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 h6T4WX0U075415; Mon, 28 Jul 2003 21:32:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T4WXCR075414; Mon, 28 Jul 2003 21:32:33 -0700 (PDT) Message-Id: <200307290432.h6T4WXCR075414@repoman.freebsd.org> From: Nate Lawson Date: Mon, 28 Jul 2003 21:32:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:32:34 -0000 njl 2003/07/28 21:32:33 PDT FreeBSD src repository Modified files: sys/conf options NOTES sys/cam/scsi scsi_da.c Log: Deprecate USB and Firewire quirks. We should now never send 6 byte commands to such devices. If a device fails due to this commit, add: options DA_OLD_QUIRKS to the kernel config and recompile. Then send the output of "camcontrol inquiry da0" to scsi@freebsd.org so the quirk can be re-enabled. Revision Changes Path 1.148 +23 -18 src/sys/cam/scsi/scsi_da.c 1.1165 +6 -0 src/sys/conf/NOTES 1.405 +3 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:40:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E23D37B401; Mon, 28 Jul 2003 21:40:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7B443F75; Mon, 28 Jul 2003 21:40:34 -0700 (PDT) (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 h6T4eX0U075759; Mon, 28 Jul 2003 21:40:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T4eXV9075758; Mon, 28 Jul 2003 21:40:33 -0700 (PDT) Message-Id: <200307290440.h6T4eXV9075758@repoman.freebsd.org> From: Nate Lawson Date: Mon, 28 Jul 2003 21:40:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:40:34 -0000 njl 2003/07/28 21:40:33 PDT FreeBSD src repository Modified files: . UPDATING Log: Note da(4) quirks being deprecated and the procedure for re-enabling them. Revision Changes Path 1.260 +7 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jul 28 21:54:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D5437B401; Mon, 28 Jul 2003 21:54:57 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E3E43F3F; Mon, 28 Jul 2003 21:54:55 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id OAA22620; Tue, 29 Jul 2003 14:54:53 +1000 Date: Tue, 29 Jul 2003 14:54:52 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Simon L. Nielsen" In-Reply-To: <200307282250.h6SMog19043855@repoman.freebsd.org> Message-ID: <20030729145413.T1990@gamplex.bde.org> References: <200307282250.h6SMog19043855@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 04:54:58 -0000 On Mon, 28 Jul 2003, Simon L. Nielsen wrote: > simon 2003/07/28 15:50:42 PDT > > FreeBSD src repository (doc committer) > > Modified files: > lib/libc/string Makefile.inc index.3 strchr.3 > Removed files: > lib/libc/string rindex.3 strrchr.3 > Log: > * Merge index(3) and rindex(3) to index(3) since the two functions are > almost identical. > * Merge strchr(3) and strrchr(3) to strchr(3) since the two functions > are almost identical. This is a regression IMO. Bruce From owner-cvs-src@FreeBSD.ORG Mon Jul 28 22:07:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECB137B401; Mon, 28 Jul 2003 22:07:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB9143F93; Mon, 28 Jul 2003 22:07:37 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6T57b0U077691; Mon, 28 Jul 2003 22:07:37 -0700 (PDT) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T57bGH077690; Mon, 28 Jul 2003 22:07:37 -0700 (PDT) Message-Id: <200307290507.h6T57bGH077690@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 28 Jul 2003 22:07:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_mem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 05:07:38 -0000 jmg 2003/07/28 22:07:37 PDT FreeBSD src repository Modified files: sys/dev/usb usb_mem.c Log: fix another bus_dma leak due to not having a size param for our bus_dma allocation function. With this patch, it prevents continous growth of the devbuf memory pool. Tested with ssh dd of=/dev/null < /dev/zero and vmstat -m | grep devbuf Revision Changes Path 1.4 +2 -0 src/sys/dev/usb/usb_mem.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 22:23:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C01437B401; Mon, 28 Jul 2003 22:23:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD10B43F75; Mon, 28 Jul 2003 22:23:19 -0700 (PDT) (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 h6T5NJ0U078277; Mon, 28 Jul 2003 22:23:19 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T5NJ7W078276; Mon, 28 Jul 2003 22:23:19 -0700 (PDT) Message-Id: <200307290523.h6T5NJ7W078276@repoman.freebsd.org> From: Alan Cox Date: Mon, 28 Jul 2003 22:23:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 05:23:20 -0000 alc 2003/07/28 22:23:19 PDT FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant when needed. So, don't do it here. Revision Changes Path 1.212 +0 -6 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Mon Jul 28 23:28:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6379437B401; Mon, 28 Jul 2003 23:28:56 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D714E43F75; Mon, 28 Jul 2003 23:28:54 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h6T6SpYc073130; Tue, 29 Jul 2003 08:28:52 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h6T6SplH7268223; Tue, 29 Jul 2003 08:28:51 +0200 (MES) Date: Tue, 29 Jul 2003 08:28:51 +0200 (CEST) From: Martin Blapp To: "David O'Brien" In-Reply-To: <20030729030426.GD8471@dragon.nuxi.com> Message-ID: <20030729082542.O41136@cvs.imp.ch> References: <20030728142857.A41136@cvs.imp.ch> <20030729030426.GD8471@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: Robert Watson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 06:28:56 -0000 Folks, > So? That is how DHCP works. I added the "-1" option so it will time > out. Experience using SuSE which does background its dhcp client, I > think this change is a mistake. Please back that part out. It already has been "backed out" 10 hours ago. IMHO rwatson is right and it's a bad idea to immediatly background it on some machines. The users whi like to background it can set it in their rc.conf. > > It already waits the proper amount. Please don't change the algorithm. > If there was no link on the interface you had to wait ~2 mins and tons of requests have been sent to nowhere. Never noticed ? I wait now a max of 2 x polling time (10 seconds). Martin From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:15:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD60037B401; Tue, 29 Jul 2003 00:15:31 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF7243F93; Tue, 29 Jul 2003 00:15:30 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6T7FPV3061022; Tue, 29 Jul 2003 07:15:25 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6T7FO5H081214; Tue, 29 Jul 2003 09:15:25 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Jeff Roberson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 28 Jul 2003 18:12:45 EDT." <20030728181050.D14210-100000@mail.chesapeake.net> Date: Tue, 29 Jul 2003 09:15:24 +0200 Message-ID: <81213.1059462924@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:15:32 -0000 In message <20030728181050.D14210-100000@mail.chesapeake.net>, Jeff Roberson wr ites: >On Sun, 27 Jul 2003, Poul-Henning Kamp wrote: > >> phk 2003/07/27 13:09:13 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/kern vfs_syscalls.c >> Log: >> Pass the file descriptor index down to vn_open. > >Why? Was this discussed on arch? So that things like /dev/stream /dev/fd/* and similar can use a less gruesome hack than today, and so that access to devices from userland doesn't have to take the long tour through vnodes. -- 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. From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:28:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDE537B401; Tue, 29 Jul 2003 00:28:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB64F43FBF; Tue, 29 Jul 2003 00:28:43 -0700 (PDT) (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 h6T7Sh0U085799; Tue, 29 Jul 2003 00:28:43 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T7Sh67085798; Tue, 29 Jul 2003 00:28:43 -0700 (PDT) Message-Id: <200307290728.h6T7Sh67085798@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 29 Jul 2003 00:28:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:28:45 -0000 hrs 2003/07/29 00:28:43 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: wi(4) suspend/resume bug fix smbfs off-by-one error fix Update hardware notes: The 386SX is no longer supported. Revision Changes Path 1.12 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml 1.600 +6 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:28:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A924337B401; Tue, 29 Jul 2003 00:28:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4235443F93; Tue, 29 Jul 2003 00:28:54 -0700 (PDT) (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 h6T7Ss0U085829; Tue, 29 Jul 2003 00:28:54 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T7SrgG085828; Tue, 29 Jul 2003 00:28:53 -0700 (PDT) Message-Id: <200307290728.h6T7SrgG085828@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 29 Jul 2003 00:28:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:28:55 -0000 hrs 2003/07/29 00:28:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: wi(4) suspent/resume bug fix. Revision Changes Path 1.22.2.361 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:32:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3222737B404; Tue, 29 Jul 2003 00:32:34 -0700 (PDT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C79943FAF; Tue, 29 Jul 2003 00:32:32 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.9/8.12.8) with ESMTP id h6T7WMDo017251; Tue, 29 Jul 2003 17:02:24 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Robert Watson , Martin Blapp Date: Tue, 29 Jul 2003 17:02:21 +0930 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307291702.21992.doconnor@gsoft.com.au> X-Spam-Score: -1.5 () CARRIAGE_RETURNS,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:32:34 -0000 On Monday 28 July 2003 22:18, Robert Watson wrote: > > If this change provides errors in some setups, I'll revert it and add a > > option to dhclient to wait at least 5 seconds if no lease has been > > aquired. > > This is something we'll probably want to play by ear -- trading off boot > time and making sure that the right services are there to support various > kinds of activities. I think part of the real solution is likely to > improve the behavior of some of our applications in the presence of > changing network configuration. A few more apps probably need to learn > about routing sockets so they can pick up IP address change notifications, > interface arrival/departure, etc. Hmm, I think the main culprit is changing hostname.. This has been my experience with X (hello xhost +localhost !) and a few other apps (eg, the KDE sound server seems to have an unhealthy obsession with hostnames). There is also the problem that the resolver information goes out of date if you change networks (this is a big problem if you suspend/resume). I did try a patch which claimed to get libc to reread the resolver information for each query if a certain env. var was set, but I couldn't get it to work :( There are other problems like web proxy settings (I use 'oops' and tell my web browsers localhost is the proxy). -- 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 From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:34:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1018E37B401; Tue, 29 Jul 2003 00:34:21 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65EE43F75; Tue, 29 Jul 2003 00:34:19 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h6T7YDB68433; Tue, 29 Jul 2003 03:34:13 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Tue, 29 Jul 2003 03:34:13 -0400 (EDT) From: Jeff Roberson To: Poul-Henning Kamp In-Reply-To: <81213.1059462924@critter.freebsd.dk> Message-ID: <20030729033236.X14210-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:34:21 -0000 On Tue, 29 Jul 2003, Poul-Henning Kamp wrote: > In message <20030728181050.D14210-100000@mail.chesapeake.net>, Jeff Roberson wr > ites: > >On Sun, 27 Jul 2003, Poul-Henning Kamp wrote: > > > >> phk 2003/07/27 13:09:13 PDT > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern vfs_syscalls.c > >> Log: > >> Pass the file descriptor index down to vn_open. > > > >Why? Was this discussed on arch? > > So that things like /dev/stream /dev/fd/* and similar can use a > less gruesome hack than today, and so that access to devices from > userland doesn't have to take the long tour through vnodes. > Yes, I see, but this is a pretty horrific layering violation. I think we should think of the right way to do this instead of doing another gruesome hack. I fear that this is going to snowball out. Why don't we discuss this more before commiting to a plan. Cheers, Jeff From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:44:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3268637B401; Tue, 29 Jul 2003 00:44:21 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1973543F3F; Tue, 29 Jul 2003 00:44:20 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6T7iGV3061413; Tue, 29 Jul 2003 07:44:16 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6T7iF5H081628; Tue, 29 Jul 2003 09:44:15 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Jeff Roberson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 29 Jul 2003 03:34:13 EDT." <20030729033236.X14210-100000@mail.chesapeake.net> Date: Tue, 29 Jul 2003 09:44:15 +0200 Message-ID: <81627.1059464655@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:44:21 -0000 In message <20030729033236.X14210-100000@mail.chesapeake.net>, Jeff Roberson wr ites: >> >> Log: >> >> Pass the file descriptor index down to vn_open. >> > >> >Why? Was this discussed on arch? >> >> So that things like /dev/stream /dev/fd/* and similar can use a >> less gruesome hack than today, and so that access to devices from >> userland doesn't have to take the long tour through vnodes. >> > >Yes, I see, but this is a pretty horrific layering violation. I think we >should think of the right way to do this instead of doing another gruesome >hack. I fear that this is going to snowball out. I still think it looks a lot better than td_dupfd. -- 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. From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:52:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C28037B401; Tue, 29 Jul 2003 00:52:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AB743FA3; Tue, 29 Jul 2003 00:52:45 -0700 (PDT) (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 h6T7qi0U092293; Tue, 29 Jul 2003 00:52:44 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T7qifH092292; Tue, 29 Jul 2003 00:52:44 -0700 (PDT) Message-Id: <200307290752.h6T7qifH092292@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 29 Jul 2003 00:52:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale Makefile.inc gb18030.c setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:52:46 -0000 ache 2003/07/29 00:52:44 PDT FreeBSD src repository Modified files: lib/libc/locale Makefile.inc setrunelocale.c Added files: lib/libc/locale gb18030.c Log: Add support for gb18030 encoding PR: 51729 Submitted by: Kang Liu Revision Changes Path 1.45 +1 -1 src/lib/libc/locale/Makefile.inc 1.1 +166 -0 src/lib/libc/locale/gb18030.c (new) 1.31 +3 -0 src/lib/libc/locale/setrunelocale.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 00:56:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F2BD37B401; Tue, 29 Jul 2003 00:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879B943FBF; Tue, 29 Jul 2003 00:56:05 -0700 (PDT) (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 h6T7u50U092511; Tue, 29 Jul 2003 00:56:05 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T7u5TW092510; Tue, 29 Jul 2003 00:56:05 -0700 (PDT) Message-Id: <200307290756.h6T7u5TW092510@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 29 Jul 2003 00:56:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/mklocale yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 07:56:07 -0000 ache 2003/07/29 00:56:05 PDT FreeBSD src repository Modified files: usr.bin/mklocale yacc.y Log: Allow GB18030 locale Revision Changes Path 1.19 +1 -0 src/usr.bin/mklocale/yacc.y From owner-cvs-src@FreeBSD.ORG Tue Jul 29 01:02:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546BC37B401; Tue, 29 Jul 2003 01:02:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E199543FBF; Tue, 29 Jul 2003 01:02:26 -0700 (PDT) (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 h6T82Q0U092806; Tue, 29 Jul 2003 01:02:26 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6T82Qd7092805; Tue, 29 Jul 2003 01:02:26 -0700 (PDT) Message-Id: <200307290802.h6T82Qd7092805@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 29 Jul 2003 01:02:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 08:02:27 -0000 ache 2003/07/29 01:02:26 PDT FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add GB18030 dirs PR: 51729 Submitted by: Kang Liu Revision Changes Path 1.99 +2 -0 src/etc/mtree/BSD.local.dist 1.277 +4 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Tue Jul 29 02:25:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9414937B401; Tue, 29 Jul 2003 02:25:54 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B44E43F93; Tue, 29 Jul 2003 02:25:53 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd10.aul.t-online.de by mailout07.sul.t-online.com with smtp id 19hQju-000200-0M; Tue, 29 Jul 2003 11:25:50 +0200 Received: from Andro-Beta.Leidinger.net (rPTUsgZ-oecdQgAdOdp4eUWksFvyQkWh6F+bo3Jzo-BS2KjO-Q2+4v@[80.131.124.182]) by fmrl10.sul.t-online.com with esmtp id 19hQjj-0RvYy80; Tue, 29 Jul 2003 11:25:39 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h6T9Pe9P055629; Tue, 29 Jul 2003 11:25:40 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h6T9PnDb001073; Tue, 29 Jul 2003 11:25:49 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Tue, 29 Jul 2003 11:25:49 +0200 From: Alexander Leidinger To: Poul-Henning Kamp Message-Id: <20030729112549.4bf47e95.Alexander@Leidinger.net> In-Reply-To: <3F258C55.6090706@tcoip.com.br> References: <62633.1059304135@critter.freebsd.dk> <3F258C55.6090706@tcoip.com.br> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: rPTUsgZ-oecdQgAdOdp4eUWksFvyQkWh6F+bo3Jzo-BS2KjO-Q2+4v@t-dialin.net cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 09:25:55 -0000 On Mon, 28 Jul 2003 17:49:25 -0300 "Daniel C. Sobral" wrote: > Poul-Henning Kamp wrote: > > > > Yes I think it would, but you would have to find a way to prove to > > yourself that your model was in fact precise and faithful relative to > > the kernel source. > > > > I'm still hoping that some day we will have tools which will read > > source code and alert us to things which doesn't make sense or which > > looks dubious. > > Well, that's what I like about Spin. A clever use of macros let you > pre-process your C code to be "Spinnable" with little to no work. :-) BTW. it's the second model checker I want to add a port for, I just hadn't the URL at hand at the time I mentioned uppaal. See http://spinroot.com/spin/whatispin.html for more. Bye, Alexander. -- Press every key to continue. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Tue Jul 29 03:03:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE8D637B417; Tue, 29 Jul 2003 03:03:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A6343F3F; Tue, 29 Jul 2003 03:03:16 -0700 (PDT) (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 h6TA3G0U005107; Tue, 29 Jul 2003 03:03:16 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TA3G1S005106; Tue, 29 Jul 2003 03:03:16 -0700 (PDT) Message-Id: <200307291003.h6TA3G1S005106@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 29 Jul 2003 03:03:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 10:03:17 -0000 des 2003/07/29 03:03:15 PDT FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Try to make 'uname -a' look more like it does on Linux: - cut the version string at the newline, suppressing information about who built the kernel and in what directory. Most of this information was already lost to truncation. - on i386, return the precise CPU class (if known) rather than just "i386". Linux software which uses this information to select which binary to run often does not know what to make of "i386". Revision Changes Path 1.147 +30 -0 src/sys/compat/linux/linux_misc.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 03:09:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D27B837B401; Tue, 29 Jul 2003 03:09:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCEF43F93; Tue, 29 Jul 2003 03:09:13 -0700 (PDT) (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 h6TA9D0U005330; Tue, 29 Jul 2003 03:09:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TA9DvA005329; Tue, 29 Jul 2003 03:09:13 -0700 (PDT) Message-Id: <200307291009.h6TA9DvA005329@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Jul 2003 03:09:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 10:09:14 -0000 phk 2003/07/29 03:09:13 PDT FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Implement DOSPTYP_EXTLBA more completely: loop until we find no more partitions. Submitted by: Rudolf Cejka PR: 53719 Revision Changes Path 1.54 +2 -1 src/sys/geom/geom_mbr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 03:38:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D88437B401; Tue, 29 Jul 2003 03:38:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A672D43F93; Tue, 29 Jul 2003 03:38:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TAcF0U006576; Tue, 29 Jul 2003 03:38:15 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TAcE9n006575; Tue, 29 Jul 2003 03:38:14 -0700 (PDT) Message-Id: <200307291038.h6TAcE9n006575@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 03:38:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/cam/scsi scsi_sa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 10:38:16 -0000 bde 2003/07/29 03:38:14 PDT FreeBSD src repository Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFoldC (a tiny part of 1.61: translate to C: don't use hard newlines in a string literal). This is part of making some RELENG_3 kernels compilable by gcc-3.3. Revision Changes Path 1.16.2.14 +3 -3 src/sys/cam/scsi/scsi_sa.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 03:47:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9720337B401; Tue, 29 Jul 2003 03:47:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F97943FA3; Tue, 29 Jul 2003 03:47:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TAl30U007073; Tue, 29 Jul 2003 03:47:03 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TAl2er007072; Tue, 29 Jul 2003 03:47:02 -0700 (PDT) Message-Id: <200307291047.h6TAl2er007072@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 03:47:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/syscons syscons.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 10:47:04 -0000 bde 2003/07/29 03:47:02 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/syscons syscons.h Log: MFC (1.72: fix some malformed macro concatenation that gcc-3 has objections about). This is part of making RELENG_4 kernels work when compiled by gcc-3.3. Revision Changes Path 1.60.2.7 +4 -4 src/sys/dev/syscons/syscons.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 04:16:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775F337B401; Tue, 29 Jul 2003 04:16:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 126DF43FA3; Tue, 29 Jul 2003 04:16:15 -0700 (PDT) (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 h6TBGE0U009382; Tue, 29 Jul 2003 04:16:14 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TBGE0g009381; Tue, 29 Jul 2003 04:16:14 -0700 (PDT) Message-Id: <200307291116.h6TBGE0g009381@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Jul 2003 04:16:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 11:16:15 -0000 phk 2003/07/29 04:16:14 PDT FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Minor constification. Revision Changes Path 1.77 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 04:44:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7849537B404; Tue, 29 Jul 2003 04:44:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE43D43F3F; Tue, 29 Jul 2003 04:44:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TBiV0U010618; Tue, 29 Jul 2003 04:44:31 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TBiVD8010617; Tue, 29 Jul 2003 04:44:31 -0700 (PDT) Message-Id: <200307291144.h6TBiVD8010617@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 04:44:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 11:44:32 -0000 bde 2003/07/29 04:44:31 PDT FreeBSD src repository Modified files: sys/i386/i386 locore.s Log: Don't hide the name of tmpstk, since there is no need to do so and the HIDENAME() macro seems to be unimplementable in C. (HIDENAME() used to use invalid token pasting using ## for the STDC case until gcc started rejecting that; now it uses unportable token pasting using juxtaposition in all cases.) This reduces use of HIDENAME() in the kernel to only i386 and amd64 profiling code so that it doesn't bite most kernels whenever gcc becomes stricter. Problems with HIDENAME() in userland are smaller because userland mostly doesn't use strict flags yet. There are some advantages to hiding the name of mcount, but newer arches shouldn't do it; only amd64 does. MFC after: 3 days On second thoughts hide tmpstk better by staticizing it. Revision Changes Path 1.173 +2 -3 src/sys/i386/i386/locore.s From owner-cvs-src@FreeBSD.ORG Tue Jul 29 05:21:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DE237B401; Tue, 29 Jul 2003 05:21:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8785643F3F; Tue, 29 Jul 2003 05:21:14 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TCLE0U018936; Tue, 29 Jul 2003 05:21:14 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TCLE7G018935; Tue, 29 Jul 2003 05:21:14 -0700 (PDT) Message-Id: <200307291221.h6TCLE7G018935@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 29 Jul 2003 05:21:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/ping6 ping6.c src/usr.sbin/traceroute6 traceroute6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 12:21:15 -0000 maxim 2003/07/29 05:21:14 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ping6 ping6.c usr.sbin/traceroute6 traceroute6.c Log: MFC rev. 1.23 ping6.c, rev. 1.12 traceroute6.c: %g -> %.3f. Revision Changes Path 1.4.2.11 +1 -1 src/sbin/ping6/ping6.c 1.4.2.5 +2 -2 src/usr.sbin/traceroute6/traceroute6.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 05:44:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9F137B404; Tue, 29 Jul 2003 05:44:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADDD43F85; Tue, 29 Jul 2003 05:44:16 -0700 (PDT) (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 h6TCiG0U020136; Tue, 29 Jul 2003 05:44:16 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TCiGHm020135; Tue, 29 Jul 2003 05:44:16 -0700 (PDT) Message-Id: <200307291244.h6TCiGHm020135@repoman.freebsd.org> From: David Xu Date: Tue, 29 Jul 2003 05:44:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 12:44:17 -0000 davidxu 2003/07/29 05:44:16 PDT FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Use PSL_KERNEL as upcall thread's initial rflags, don't use scratch user rflags. Revision Changes Path 1.215 +1 -1 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:04:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A2E337B401; Tue, 29 Jul 2003 06:04:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFFC43FCB; Tue, 29 Jul 2003 06:04:53 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TD4q0U022277; Tue, 29 Jul 2003 06:04:52 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TD4q1V022276; Tue, 29 Jul 2003 06:04:52 -0700 (PDT) Message-Id: <200307291304.h6TD4q1V022276@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:04:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_atm.h if_atmsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:04:53 -0000 harti 2003/07/29 06:04:52 PDT FreeBSD src repository Modified files: sys/net if_atm.h if_atmsubr.c Log: Implement a mechanism by which ATM drivers can inform interested parts of the system about certain kinds of events, like changes in the ABR rate, changes in the carrier state, PVC changes. The main consumers of these events are the harp(4) pseudo-driver and the ILMI daemon via ng_atm(4). Revision Changes Path 1.17 +70 -0 src/sys/net/if_atm.h 1.32 +15 -1 src/sys/net/if_atmsubr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:21:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F2937B401; Tue, 29 Jul 2003 06:21:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B097843F3F; Tue, 29 Jul 2003 06:21:57 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDLv0U023392; Tue, 29 Jul 2003 06:21:57 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDLvxF023391; Tue, 29 Jul 2003 06:21:57 -0700 (PDT) Message-Id: <200307291321.h6TDLvxF023391@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:21:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/patm if_patm.c if_patm_ioctl.c if_patm_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:21:58 -0000 harti 2003/07/29 06:21:57 PDT FreeBSD src repository Modified files: sys/dev/patm if_patm.c if_patm_ioctl.c if_patm_tx.c Log: Send events for VCC state changes, ACR rate changes and interface state changes. Revision Changes Path 1.2 +6 -0 src/sys/dev/patm/if_patm.c 1.2 +4 -8 src/sys/dev/patm/if_patm_ioctl.c 1.3 +2 -1 src/sys/dev/patm/if_patm_tx.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:25:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A0037B401; Tue, 29 Jul 2003 06:25:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59A943F85; Tue, 29 Jul 2003 06:25:56 -0700 (PDT) (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 h6TDPu0U023592; Tue, 29 Jul 2003 06:25:56 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDPuJn023591; Tue, 29 Jul 2003 06:25:56 -0700 (PDT) Message-Id: <200307291325.h6TDPuJn023591@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 29 Jul 2003 06:25:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/edquota edquota.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:25:57 -0000 yar 2003/07/29 06:25:56 PDT FreeBSD src repository Modified files: usr.sbin/edquota edquota.8 Log: Minor grammar, punctuation, and wording fixes for the paragraph on the -e option. Revision Changes Path 1.18 +8 -8 src/usr.sbin/edquota/edquota.8 From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:32:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8922437B401; Tue, 29 Jul 2003 06:32:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2179543F75; Tue, 29 Jul 2003 06:32:11 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDWA0U024057; Tue, 29 Jul 2003 06:32:10 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDWANu024056; Tue, 29 Jul 2003 06:32:10 -0700 (PDT) Message-Id: <200307291332.h6TDWANu024056@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:32:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatm atm_if.c atm_ioctl.h atm_usrreq.c atm_vc.h src/sys/netatm/ipatm ipatm_usrreq.c src/sys/netatm/sigpvc sigpvc_if.c src/sys/netatm/spans spans_arp.c spans_if.c src/sys/netatm/uni uniarp.c uniarp_cache.c unisig_if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:32:11 -0000 harti 2003/07/29 06:32:10 PDT FreeBSD src repository Modified files: sys/netatm atm_if.c atm_ioctl.h atm_usrreq.c atm_vc.h sys/netatm/ipatm ipatm_usrreq.c sys/netatm/sigpvc sigpvc_if.c sys/netatm/spans spans_arp.c spans_if.c sys/netatm/uni uniarp.c uniarp_cache.c unisig_if.c Log: Make the ioctl() interface cleaner with regard to types: use size_t instead of int where the variable has to hold buffer lengths, use u_int for things like number of network interfaces which in principle can never be negative. Revision Changes Path 1.27 +9 -10 src/sys/netatm/atm_if.c 1.7 +11 -11 src/sys/netatm/atm_ioctl.h 1.19 +1 -1 src/sys/netatm/atm_usrreq.c 1.4 +7 -7 src/sys/netatm/atm_vc.h 1.13 +2 -1 src/sys/netatm/ipatm/ipatm_usrreq.c 1.17 +7 -5 src/sys/netatm/sigpvc/sigpvc_if.c 1.18 +2 -1 src/sys/netatm/spans/spans_arp.c 1.15 +2 -1 src/sys/netatm/spans/spans_if.c 1.20 +11 -8 src/sys/netatm/uni/uniarp.c 1.13 +1 -1 src/sys/netatm/uni/uniarp_cache.c 1.16 +2 -1 src/sys/netatm/uni/unisig_if.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:33:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC0D37B401; Tue, 29 Jul 2003 06:33:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7182A43F75; Tue, 29 Jul 2003 06:33:14 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDXE0U024224; Tue, 29 Jul 2003 06:33:14 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDXEgw024223; Tue, 29 Jul 2003 06:33:14 -0700 (PDT) Message-Id: <200307291333.h6TDXEgw024223@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:33:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_if.c src/sys/dev/hea eni_if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:33:15 -0000 harti 2003/07/29 06:33:14 PDT FreeBSD src repository Modified files: sys/dev/hfa fore_if.c sys/dev/hea eni_if.c Log: Use a size_t where a buffer length is meant. Revision Changes Path 1.12 +4 -2 src/sys/dev/hea/eni_if.c 1.11 +4 -2 src/sys/dev/hfa/fore_if.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:35:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E296637B401; Tue, 29 Jul 2003 06:35:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 725C743F75; Tue, 29 Jul 2003 06:35:04 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDZ40U024316; Tue, 29 Jul 2003 06:35:04 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDZ4GP024315; Tue, 29 Jul 2003 06:35:04 -0700 (PDT) Message-Id: <200307291335.h6TDZ4GP024315@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:35:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libatm atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:35:05 -0000 harti 2003/07/29 06:35:04 PDT FreeBSD src repository Modified files: lib/libatm atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h Log: Use the appropriate [s]size_t type where a buffer size is meant. Add const specifiers to constant function arguments. Revision Changes Path 1.11 +10 -14 src/lib/libatm/atm_addr.c 1.9 +1 -5 src/lib/libatm/cache_key.c 1.10 +18 -34 src/lib/libatm/ioctl_subr.c 1.10 +3 -5 src/lib/libatm/ip_addr.c 1.9 +3 -5 src/lib/libatm/ip_checksum.c 1.7 +15 -15 src/lib/libatm/libatm.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:37:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC9837B401; Tue, 29 Jul 2003 06:37:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7310E43FA3; Tue, 29 Jul 2003 06:37:05 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDb50U024551; Tue, 29 Jul 2003 06:37:05 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDb4mY024550; Tue, 29 Jul 2003 06:37:04 -0700 (PDT) Message-Id: <200307291337.h6TDb4mY024550@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:37:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atm atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_set.c atm_show.c atm_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:37:06 -0000 harti 2003/07/29 06:37:04 PDT FreeBSD src repository Modified files: sbin/atm/atm atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_set.c atm_show.c atm_subr.c Log: Use size_t for buffer sizes. Improve error handling in some places. Remove a __DECONST() that was needed before this interface cleanup. Revision Changes Path 1.8 +17 -27 src/sbin/atm/atm/atm.c 1.8 +1 -1 src/sbin/atm/atm/atm.h 1.7 +12 -16 src/sbin/atm/atm/atm_eni.c 1.7 +12 -23 src/sbin/atm/atm/atm_fore200.c 1.7 +11 -17 src/sbin/atm/atm/atm_inet.c 1.7 +12 -8 src/sbin/atm/atm/atm_set.c 1.8 +46 -50 src/sbin/atm/atm/atm_show.c 1.8 +6 -6 src/sbin/atm/atm/atm_subr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:40:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE3D37B401; Tue, 29 Jul 2003 06:40:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9202B43FA3; Tue, 29 Jul 2003 06:40:52 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDeq0U024840; Tue, 29 Jul 2003 06:40:52 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDeqYm024839; Tue, 29 Jul 2003 06:40:52 -0700 (PDT) Message-Id: <200307291340.h6TDeqYm024839@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:40:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/atm/atmarpd atmarp_log.c atmarp_subr.c atmarpd.c src/usr.sbin/atm/scspd scsp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:40:53 -0000 harti 2003/07/29 06:40:52 PDT FreeBSD src repository Modified files: usr.sbin/atm/atmarpd atmarp_log.c atmarp_subr.c atmarpd.c usr.sbin/atm/scspd scsp_subr.c Log: Use a size_t for variables that need to hold buffer lengths. Revision Changes Path 1.4 +1 -0 src/usr.sbin/atm/atmarpd/atmarp_log.c 1.5 +10 -11 src/usr.sbin/atm/atmarpd/atmarp_subr.c 1.6 +1 -0 src/usr.sbin/atm/atmarpd/atmarpd.c 1.5 +8 -7 src/usr.sbin/atm/scspd/scsp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:46:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D49437B407; Tue, 29 Jul 2003 06:46:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8832E43F93; Tue, 29 Jul 2003 06:46:43 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDkh0U025117; Tue, 29 Jul 2003 06:46:43 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDkhF3025116; Tue, 29 Jul 2003 06:46:43 -0700 (PDT) Message-Id: <200307291346.h6TDkhF3025116@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:46:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatm/uni uniip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:46:44 -0000 harti 2003/07/29 06:46:43 PDT FreeBSD src repository Modified files: sys/netatm/uni uniip_var.h Log: The number of prefixes can never be negative so use an u_int for this. Revision Changes Path 1.8 +1 -1 src/sys/netatm/uni/uniip_var.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:51:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4E437B401; Tue, 29 Jul 2003 06:51:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2789643F85; Tue, 29 Jul 2003 06:51:28 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDpR0U025387; Tue, 29 Jul 2003 06:51:27 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDpRQi025386; Tue, 29 Jul 2003 06:51:27 -0700 (PDT) Message-Id: <200307291351.h6TDpRQi025386@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:51:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libatm atm_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:51:29 -0000 harti 2003/07/29 06:51:27 PDT FreeBSD src repository Modified files: lib/libatm atm_addr.c Log: Make a local static string const. Revision Changes Path 1.12 +4 -4 src/lib/libatm/atm_addr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 06:51:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3185037B401; Tue, 29 Jul 2003 06:51:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF8AA43F93; Tue, 29 Jul 2003 06:51:53 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TDpr0U025423; Tue, 29 Jul 2003 06:51:53 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TDprFl025422; Tue, 29 Jul 2003 06:51:53 -0700 (PDT) Message-Id: <200307291351.h6TDprFl025422@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 06:51:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libatm ip_addr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 13:51:54 -0000 harti 2003/07/29 06:51:53 PDT FreeBSD src repository Modified files: lib/libatm ip_addr.c Log: Correct a cut'n'paste error in a comment. Revision Changes Path 1.11 +1 -1 src/lib/libatm/ip_addr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 07:01:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B6237B401; Tue, 29 Jul 2003 07:01:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CAA43FAF; Tue, 29 Jul 2003 07:00:59 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TE0x0U026094; Tue, 29 Jul 2003 07:00:59 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TE0xdY026093; Tue, 29 Jul 2003 07:00:59 -0700 (PDT) Message-Id: <200307291400.h6TE0xdY026093@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 07:00:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fatm if_fatm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 14:01:01 -0000 harti 2003/07/29 07:00:59 PDT FreeBSD src repository Modified files: sys/dev/fatm if_fatm.c Log: Generate events when the interface state or a PVC state changes. Revision Changes Path 1.4 +10 -18 src/sys/dev/fatm/if_fatm.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 07:05:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB4F37B401; Tue, 29 Jul 2003 07:05:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8660243F85; Tue, 29 Jul 2003 07:05:46 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TE5k0U027209; Tue, 29 Jul 2003 07:05:46 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TE5j0m027208; Tue, 29 Jul 2003 07:05:45 -0700 (PDT) Message-Id: <200307291405.h6TE5j0m027208@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 07:05:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm.c if_hatmvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 14:05:47 -0000 harti 2003/07/29 07:05:45 PDT FreeBSD src repository Modified files: sys/dev/hatm if_hatm.c if_hatmvar.h Log: Remove the rather bogus statistics sysctl and merge it into the internal driver statistics sysctl. Revision Changes Path 1.6 +4 -17 src/sys/dev/hatm/if_hatm.c 1.2 +4 -0 src/sys/dev/hatm/if_hatmvar.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 07:07:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C4137B401; Tue, 29 Jul 2003 07:07:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C62D43F93; Tue, 29 Jul 2003 07:07:20 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TE7K0U027357; Tue, 29 Jul 2003 07:07:20 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TE7J5v027356; Tue, 29 Jul 2003 07:07:19 -0700 (PDT) Message-Id: <200307291407.h6TE7J5v027356@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 07:07:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 14:07:21 -0000 harti 2003/07/29 07:07:19 PDT FreeBSD src repository Modified files: sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c Log: Generate events for carrier state, PVC state changes and flow control changes. Still have to figure out, how to get at the ABR information. Revision Changes Path 1.7 +6 -0 src/sys/dev/hatm/if_hatm.c 1.4 +3 -8 src/sys/dev/hatm/if_hatm_ioctl.c 1.4 +4 -8 src/sys/dev/hatm/if_hatm_tx.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 07:10:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA0A737B401; Tue, 29 Jul 2003 07:10:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8405843F93; Tue, 29 Jul 2003 07:10:14 -0700 (PDT) (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 h6TEAE0U027514; Tue, 29 Jul 2003 07:10:14 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TEADpX027513; Tue, 29 Jul 2003 07:10:13 -0700 (PDT) Message-Id: <200307291410.h6TEADpX027513@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 29 Jul 2003 07:10:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_fw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 14:10:15 -0000 ume 2003/07/29 07:10:13 PDT FreeBSD src repository Modified files: sys/netinet6 ip6_fw.c Log: Cleanup useless break. Submitted by: JINMEI Tatuya Revision Changes Path 1.26 +0 -3 src/sys/netinet6/ip6_fw.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 08:48:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D0F37B401; Tue, 29 Jul 2003 08:48:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72B43F85; Tue, 29 Jul 2003 08:48:07 -0700 (PDT) (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 h6TFm70U038750; Tue, 29 Jul 2003 08:48:07 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TFm62e038745; Tue, 29 Jul 2003 08:48:06 -0700 (PDT) Message-Id: <200307291548.h6TFm62e038745@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 29 Jul 2003 08:48:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 15:48:08 -0000 bmah 2003/07/29 08:48:06 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3. Revision Changes Path 1.601 +11 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 08:49:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0C937B401; Tue, 29 Jul 2003 08:49:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A879C43F3F; Tue, 29 Jul 2003 08:49:01 -0700 (PDT) (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 h6TFn10U038833; Tue, 29 Jul 2003 08:49:01 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TFn1o0038832; Tue, 29 Jul 2003 08:49:01 -0700 (PDT) Message-Id: <200307291549.h6TFn1o0038832@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 29 Jul 2003 08:49:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 15:49:02 -0000 bmah 2003/07/29 08:49:01 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Updated release notes: GNOME 2.2.2, KDE 3.1.3. Revision Changes Path 1.22.2.362 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 09:12:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19AA37B401; Tue, 29 Jul 2003 09:12:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C2E43F3F; Tue, 29 Jul 2003 09:12:57 -0700 (PDT) (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 h6TGCv0U041730; Tue, 29 Jul 2003 09:12:57 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TGCuc3041729; Tue, 29 Jul 2003 09:12:56 -0700 (PDT) Message-Id: <200307291612.h6TGCuc3041729@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 29 Jul 2003 09:12:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mklocale Makefile zh_CN.GB18030.src src/share/timedef Makefile zh_CN.GB18030.src src/share/numericdef Makefile zh_TW.Big5.src src/share/msgdef Makefile... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 16:12:58 -0000 ache 2003/07/29 09:12:56 PDT FreeBSD src repository Modified files: share/mklocale Makefile share/timedef Makefile share/numericdef Makefile share/msgdef Makefile share/monetdef Makefile share/colldef Makefile Added files: share/mklocale zh_CN.GB18030.src share/timedef zh_CN.GB18030.src share/msgdef zh_CN.GB18030.src share/monetdef zh_CN.GB18030.src Removed files: share/numericdef zh_TW.Big5.src Log: Add GB18030 locale PR: 51729 Submitted by: Kang Liu Revision Changes Path 1.57 +1 -1 src/share/colldef/Makefile 1.52 +1 -0 src/share/mklocale/Makefile 1.1 +7102 -0 src/share/mklocale/zh_CN.GB18030.src (new) 1.46 +1 -0 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/zh_CN.GB18030.src (new) 1.47 +3 -2 src/share/msgdef/Makefile 1.1 +14 -0 src/share/msgdef/zh_CN.GB18030.src (new) 1.47 +2 -3 src/share/numericdef/Makefile 1.2 +0 -12 src/share/numericdef/zh_TW.Big5.src (dead) 1.34 +1 -0 src/share/timedef/Makefile 1.1 +102 -0 src/share/timedef/zh_CN.GB18030.src (new) From owner-cvs-src@FreeBSD.ORG Tue Jul 29 09:20:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382B037B401; Tue, 29 Jul 2003 09:20:35 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAA743F85; Tue, 29 Jul 2003 09:20:34 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6TGKXje014317; Tue, 29 Jul 2003 09:20:33 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6TGKWh2014316; Tue, 29 Jul 2003 09:20:32 -0700 (PDT) Date: Tue, 29 Jul 2003 09:20:32 -0700 From: "David O'Brien" To: Martin Blapp Message-ID: <20030729162032.GF8471@dragon.nuxi.com> References: <20030728142857.A41136@cvs.imp.ch> <20030729030426.GD8471@dragon.nuxi.com> <20030729082542.O41136@cvs.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030729082542.O41136@cvs.imp.ch> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 cc: cvs-src@FreeBSD.org cc: Martin Blapp cc: Robert Watson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 16:20:38 -0000 On Tue, Jul 29, 2003 at 08:28:51AM +0200, Martin Blapp wrote: > > So? That is how DHCP works. I added the "-1" option so it will time > > out. Experience using SuSE which does background its dhcp client, I > > think this change is a mistake. Please back that part out. > > It already has been "backed out" 10 hours ago. IMHO rwatson is right and > it's a bad idea to immediatly background it on some machines. The users > whi like to background it can set it in their rc.conf. Thanks. That is a fine compromise. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Jul 29 09:27:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E7C37B404; Tue, 29 Jul 2003 09:27:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AB143F93; Tue, 29 Jul 2003 09:27:23 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TGRN0U042770; Tue, 29 Jul 2003 09:27:23 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TGRNxw042769; Tue, 29 Jul 2003 09:27:23 -0700 (PDT) Message-Id: <200307291627.h6TGRNxw042769@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 29 Jul 2003 09:27:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/atm ng_atm.c ng_atm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 16:27:24 -0000 harti 2003/07/29 09:27:23 PDT FreeBSD src repository Modified files: sys/netgraph/atm ng_atm.c ng_atm.h Log: Process events from the ATM drivers. Carrier change and PVC change messages are forwarded as netgraph control messages to the node that is connected to the manage hook. If that hook is not connected, the event is lost. Flow control events are converted to netgraph flow control messages and send along the hook that is connected to the flow controlled VC. ACR change events are converted to control messages and sent along the hook for the given VC. Revision Changes Path 1.5 +102 -44 src/sys/netgraph/atm/ng_atm.c 1.2 +24 -5 src/sys/netgraph/atm/ng_atm.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 09:31:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E717D37B401; Tue, 29 Jul 2003 09:31:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8007643FA3; Tue, 29 Jul 2003 09:31:44 -0700 (PDT) (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 h6TGVi0U043036; Tue, 29 Jul 2003 09:31:44 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TGViPg043035; Tue, 29 Jul 2003 09:31:44 -0700 (PDT) Message-Id: <200307291631.h6TGViPg043035@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 29 Jul 2003 09:31:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mklocale zh_CN.GB18030.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 16:31:45 -0000 ache 2003/07/29 09:31:44 PDT FreeBSD src repository Modified files: share/mklocale zh_CN.GB18030.src Log: Fix error in comment Revision Changes Path 1.2 +2 -3 src/share/mklocale/zh_CN.GB18030.src From owner-cvs-src@FreeBSD.ORG Tue Jul 29 10:52:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA6C37B401; Tue, 29 Jul 2003 10:52:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 946D443F93; Tue, 29 Jul 2003 10:52:25 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6THqP0U047647; Tue, 29 Jul 2003 10:52:25 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6THqPAQ047646; Tue, 29 Jul 2003 10:52:25 -0700 (PDT) Message-Id: <200307291752.h6THqPAQ047646@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 29 Jul 2003 10:52:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/lpd extern.h lpd.c lpdchar.c modes.c printjob.c recvjob.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 17:52:27 -0000 gad 2003/07/29 10:52:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd extern.h lpd.c lpdchar.c modes.c printjob.c recvjob.c Log: MFC: all lpr/lpd/* changes to use __FBSDID(), and to fix 'sccsid' lines to consistently match style(9) guidelines. Revision Changes Path 1.5.2.4 +2 -2 src/usr.sbin/lpr/lpd/extern.h 1.12.2.23 +5 -4 src/usr.sbin/lpr/lpd/lpd.c 1.5.2.1 +5 -4 src/usr.sbin/lpr/lpd/lpdchar.c 1.6.2.3 +5 -4 src/usr.sbin/lpr/lpd/modes.c 1.22.2.33 +4 -4 src/usr.sbin/lpr/lpd/printjob.c 1.14.2.14 +5 -4 src/usr.sbin/lpr/lpd/recvjob.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 10:56:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2F637B404; Tue, 29 Jul 2003 10:56:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3DF43F93; Tue, 29 Jul 2003 10:56:51 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6THup0U047865; Tue, 29 Jul 2003 10:56:51 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6THuo2T047864; Tue, 29 Jul 2003 10:56:50 -0700 (PDT) Message-Id: <200307291756.h6THuo2T047864@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 29 Jul 2003 10:56:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 17:56:52 -0000 gad 2003/07/29 10:56:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd lpd.8 Log: MFC 1.28: Add section number to .Xr Revision Changes Path 1.14.2.14 +4 -4 src/usr.sbin/lpr/lpd/lpd.8 From owner-cvs-src@FreeBSD.ORG Tue Jul 29 11:08:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1574837B401; Tue, 29 Jul 2003 11:08:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A45643FA3; Tue, 29 Jul 2003 11:08:17 -0700 (PDT) (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 h6TI8H0U049223; Tue, 29 Jul 2003 11:08:17 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TI8GhO049222; Tue, 29 Jul 2003 11:08:16 -0700 (PDT) Message-Id: <200307291808.h6TI8GhO049222@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jul 2003 11:08:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/cam/scsi scsi_da.c src/sys/modules/cam Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 18:08:18 -0000 njl 2003/07/29 11:08:16 PDT FreeBSD src repository Modified files: sys/conf options sys/cam/scsi scsi_da.c sys/modules/cam Makefile Log: Fix the new DA_OLD_QUIRKS option for normal and module compiles. Pointed out by: bde Revision Changes Path 1.149 +1 -0 src/sys/cam/scsi/scsi_da.c 1.406 +2 -3 src/sys/conf/options 1.9 +1 -0 src/sys/modules/cam/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jul 29 11:29:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86CE37B404; Tue, 29 Jul 2003 11:29:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E79C43FCB; Tue, 29 Jul 2003 11:29:45 -0700 (PDT) (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 h6TITj0U050088; Tue, 29 Jul 2003 11:29:45 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TITiTc050087; Tue, 29 Jul 2003 11:29:44 -0700 (PDT) Message-Id: <200307291829.h6TITiTc050087@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Jul 2003 11:29:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile src/release/ia64 dokern.sh mkisoimages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 18:29:46 -0000 ru 2003/07/29 11:29:44 PDT FreeBSD src repository Modified files: release Makefile release/ia64 mkisoimages.sh Removed files: release/ia64 dokern.sh Log: Make IA64 a second port that comes with NO_FLOPPIES. Reviewed by: marcel Revision Changes Path 1.802 +1 -3 src/release/Makefile 1.2 +0 -6 src/release/ia64/dokern.sh (dead) 1.4 +15 -21 src/release/ia64/mkisoimages.sh From owner-cvs-src@FreeBSD.ORG Tue Jul 29 12:35:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2843D37B401; Tue, 29 Jul 2003 12:35:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B408143F93; Tue, 29 Jul 2003 12:35:51 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TJZp0U053671; Tue, 29 Jul 2003 12:35:51 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TJZpHg053670; Tue, 29 Jul 2003 12:35:51 -0700 (PDT) Message-Id: <200307291935.h6TJZpHg053670@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 12:35:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 19:35:52 -0000 bde 2003/07/29 12:35:51 PDT FreeBSD src repository Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: Commented out olpt devices so that LINT is almost compilable in RELENG_3. olpt devices never worked in RELENG_3, if anywhere, since a driver's namespace is not affected by changing only the driver's name. LINT apparently hasn't been buildable in RELENG_3 since rev.1.539.2.14 (between 3.1R and 3.2R). Revision Changes Path 1.539.2.58 +6 -3 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Tue Jul 29 13:04:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1E837B401; Tue, 29 Jul 2003 13:04:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236EF43FA3; Tue, 29 Jul 2003 13:04:07 -0700 (PDT) (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 h6TK460U060890; Tue, 29 Jul 2003 13:04:06 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TK46a6060889; Tue, 29 Jul 2003 13:04:06 -0700 (PDT) Message-Id: <200307292004.h6TK46a6060889@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Jul 2003 13:04:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_ccd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 20:04:08 -0000 phk 2003/07/29 13:04:06 PDT FreeBSD src repository Modified files: sys/geom geom_ccd.c Log: Fix a memory leak in CCD's mirror code. Revision Changes Path 1.142 +2 -0 src/sys/geom/geom_ccd.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 13:44:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3ED737B401; Tue, 29 Jul 2003 13:44:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E41943F85; Tue, 29 Jul 2003 13:44:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TKia0U062351; Tue, 29 Jul 2003 13:44:36 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TKiapO062350; Tue, 29 Jul 2003 13:44:36 -0700 (PDT) Message-Id: <200307292044.h6TKiapO062350@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 13:44:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/netgraph ng_rfc1490.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 20:44:37 -0000 bde 2003/07/29 13:44:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_3) sys/netgraph ng_rfc1490.c Log: MFC (1.15: missing FREE()). This was supposed to be MFC'ed in 1.3.2.5, but FREE was misspelled so this file has just not compiled since 1.3.2.5. This finishes making LINT compile in RELENG_3. Revision Changes Path 1.3.2.6 +1 -1 src/sys/netgraph/ng_rfc1490.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 14:20:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE1737B404; Tue, 29 Jul 2003 14:20:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7543FBF; Tue, 29 Jul 2003 14:20:45 -0700 (PDT) (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 h6TLKi0U064747; Tue, 29 Jul 2003 14:20:44 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TLKi69064746; Tue, 29 Jul 2003 14:20:44 -0700 (PDT) Message-Id: <200307292120.h6TLKi69064746@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 29 Jul 2003 14:20:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 21:20:46 -0000 bmah 2003/07/29 14:20:44 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix grammar nits. Revision Changes Path 1.602 +8 -8 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 14:21:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F8B37B401; Tue, 29 Jul 2003 14:21:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4FD43FAF; Tue, 29 Jul 2003 14:21:56 -0700 (PDT) (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 h6TLLu0U064790; Tue, 29 Jul 2003 14:21:56 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TLLuw2064789; Tue, 29 Jul 2003 14:21:56 -0700 (PDT) Message-Id: <200307292121.h6TLLuw2064789@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 29 Jul 2003 14:21:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 21:21:57 -0000 bmah 2003/07/29 14:21:56 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Grammar nits. Revision Changes Path 1.22.2.363 +8 -8 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jul 29 14:57:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC4737B401; Tue, 29 Jul 2003 14:57:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEF443F75; Tue, 29 Jul 2003 14:57:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TLv20U066077; Tue, 29 Jul 2003 14:57:02 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TLv1VE066076; Tue, 29 Jul 2003 14:57:01 -0700 (PDT) Message-Id: <200307292157.h6TLv1VE066076@repoman.freebsd.org> From: Bruce Evans Date: Tue, 29 Jul 2003 14:57:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 21:57:03 -0000 bde 2003/07/29 14:57:01 PDT FreeBSD src repository Modified files: sys/i386/i386 locore.s Log: Restored clearing of the bss, except for putting it in a correct place with up to date comments. This fixes booting kernels with boot2 (except for loss of the features provided by loader) and is suitable for MFC. Contrary to the old comments, most loaders don't clear the bss. biosboot lost clearing of the bss in a code crunch in 1997, and boot2 never did it. kan didn't notice the problem with gcc-3.3 putting variables that are initialized to 0 in the bss until after committing gcc-3.3 because he was already using essentially this patch. Before gcc-3.3, only the non-critical `bootdev' variable was clobbered by clearing the bss. MFC after: 3 days Revision Changes Path 1.174 +18 -9 src/sys/i386/i386/locore.s From owner-cvs-src@FreeBSD.ORG Tue Jul 29 15:07:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D0937B401; Tue, 29 Jul 2003 15:07:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B5343FA3; Tue, 29 Jul 2003 15:07:10 -0700 (PDT) (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 h6TM7A0U067404; Tue, 29 Jul 2003 15:07:10 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TM7Awa067403; Tue, 29 Jul 2003 15:07:10 -0700 (PDT) Message-Id: <200307292207.h6TM7Awa067403@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Jul 2003 15:07:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 22:07:11 -0000 phk 2003/07/29 15:07:10 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Temporary workaround: Always disable buckets, there is a bug there somewhere. JeffR will look at this as soon as he has time. OK'ed by: jeffr Revision Changes Path 1.64 +1 -0 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 17:05:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D20637B401; Tue, 29 Jul 2003 17:05:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA30843FBD; Tue, 29 Jul 2003 17:04:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6U04x0U080666; Tue, 29 Jul 2003 17:04:59 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U04xHe080665; Tue, 29 Jul 2003 17:04:59 -0700 (PDT) Message-Id: <200307300004.h6U04xHe080665@repoman.freebsd.org> From: Peter Wemm Date: Tue, 29 Jul 2003 17:04:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include pcpu.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 00:05:00 -0000 peter 2003/07/29 17:04:59 PDT FreeBSD src repository Modified files: sys/i386/include pcpu.h Log: Detour via (void *) to defeat gcc's strict-aliasing warnings when using -O2 or -Os (such as 'make release'). This commit brought to you by the warning: dereferencing type-punned pointer will break strict-aliasing rules Revision Changes Path 1.37 +3 -3 src/sys/i386/include/pcpu.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 22:42:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ADDB37B401; Tue, 29 Jul 2003 22:42:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9810843F3F; Tue, 29 Jul 2003 22:42:55 -0700 (PDT) (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 h6U5gt0U002715; Tue, 29 Jul 2003 22:42:55 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U5gtw1002714; Tue, 29 Jul 2003 22:42:55 -0700 (PDT) Message-Id: <200307300542.h6U5gtw1002714@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 29 Jul 2003 22:42:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 05:42:56 -0000 jeff 2003/07/29 22:42:55 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Check to see if we need a slab prior to allocating one. Failure to do so not only wastes memory but it can also cause a leak in zones that will be destroyed later. The problem is that the slab allocation code places newly created slabs on the partially allocated list because it assumes that the caller will actually allocate some memory from it. Failure to do so places an otherwise free slab on the partial slab list where we wont find it later in zone_drain(). Continuously prodded to fix by: phk (Thanks) Revision Changes Path 1.65 +2 -2 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 22:59:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFD937B405; Tue, 29 Jul 2003 22:59:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045E943F93; Tue, 29 Jul 2003 22:59:18 -0700 (PDT) (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 h6U5xH0U003367; Tue, 29 Jul 2003 22:59:17 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U5xHab003366; Tue, 29 Jul 2003 22:59:17 -0700 (PDT) Message-Id: <200307300559.h6U5xHab003366@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 29 Jul 2003 22:59:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 05:59:18 -0000 jeff 2003/07/29 22:59:17 PDT FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: - Get rid of the ill-conceived uz_cachefree member of uma_zone. - In sysctl_vm_zone use the per cpu locks to read the current cache statistics this makes them more accurate while under heavy load. Submitted by: tegge Revision Changes Path 1.66 +24 -15 src/sys/vm/uma_core.c 1.16 +0 -1 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Tue Jul 29 23:36:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F216937B401; Tue, 29 Jul 2003 23:36:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDB044001; Tue, 29 Jul 2003 23:36:15 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6U6aE0U005715; Tue, 29 Jul 2003 23:36:14 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U6aEH9005714; Tue, 29 Jul 2003 23:36:14 -0700 (PDT) Message-Id: <200307300636.h6U6aEH9005714@repoman.freebsd.org> From: Paul Saab Date: Tue, 29 Jul 2003 23:36:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:36:19 -0000 ps 2003/07/29 23:36:14 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c Log: MFC: rev 1.25-1.26 Quiet down ciss unless bootverbose is set. Check the status of the user command and return the proper error to the user. Revision Changes Path 1.2.2.8 +14 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 23:36:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341D337B404; Tue, 29 Jul 2003 23:36:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB9843F85; Tue, 29 Jul 2003 23:36:20 -0700 (PDT) (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 h6U6aK0U005742; Tue, 29 Jul 2003 23:36:20 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U6aK3f005741; Tue, 29 Jul 2003 23:36:20 -0700 (PDT) Message-Id: <200307300636.h6U6aK3f005741@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 29 Jul 2003 23:36:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/alpha/gen makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:36:21 -0000 marcel 2003/07/29 23:36:20 PDT FreeBSD src repository Modified files: lib/libc/alpha/gen makecontext.c Log: Only allow trapframe formats instead of sigframe formats like the comment says and don't write the first 3 arguments to FRAME_TRAPARG_* as they are specific to sigframes. Revision Changes Path 1.3 +4 -4 src/lib/libc/alpha/gen/makecontext.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 23:38:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2555637B401; Tue, 29 Jul 2003 23:38:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D5543F85; Tue, 29 Jul 2003 23:38:35 -0700 (PDT) (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 h6U6cZ0U005827; Tue, 29 Jul 2003 23:38:35 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U6cZ42005826; Tue, 29 Jul 2003 23:38:35 -0700 (PDT) Message-Id: <200307300638.h6U6cZ42005826@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 29 Jul 2003 23:38:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:38:36 -0000 marcel 2003/07/29 23:38:35 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: In get_mcontext(), if we need to clear the return value, clear FRAME_A3 as well. Otherwise swapcontext() will return -1. Revision Changes Path 1.209 +1 -0 src/sys/alpha/alpha/machdep.c From owner-cvs-src@FreeBSD.ORG Tue Jul 29 23:47:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FF337B401; Tue, 29 Jul 2003 23:47:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904FD43FE1; Tue, 29 Jul 2003 23:47:17 -0700 (PDT) (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 h6U6lH0U006218; Tue, 29 Jul 2003 23:47:17 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U6lH6K006217; Tue, 29 Jul 2003 23:47:17 -0700 (PDT) Message-Id: <200307300647.h6U6lH6K006217@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Jul 2003 23:47:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BELL_LABS Subject: cvs commit: src/contrib/one-true-awk - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:47:18 -0000 ru 2003/07/29 23:47:17 PDT FreeBSD src repository src/contrib/one-true-awk - Imported sources Update of /home/ncvs/src/contrib/one-true-awk In directory repoman.freebsd.org:/tmp/cvs-serv6113 Log Message: Vendor import of bwk's 29-Jul-2003 release. Status: Vendor Tag: BELL_LABS Release Tags: bwk_20030729 U src/contrib/one-true-awk/README U src/contrib/one-true-awk/FIXES U src/contrib/one-true-awk/awk.h U src/contrib/one-true-awk/proto.h U src/contrib/one-true-awk/awkgram.y U src/contrib/one-true-awk/lex.c U src/contrib/one-true-awk/b.c U src/contrib/one-true-awk/main.c U src/contrib/one-true-awk/maketab.c U src/contrib/one-true-awk/parse.c U src/contrib/one-true-awk/lib.c U src/contrib/one-true-awk/run.c U src/contrib/one-true-awk/tran.c U src/contrib/one-true-awk/proctab.c U src/contrib/one-true-awk/makefile U src/contrib/one-true-awk/mac.code U src/contrib/one-true-awk/awk.1 No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Jul 29 23:50:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4389C37B401; Tue, 29 Jul 2003 23:50:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A137443F3F; Tue, 29 Jul 2003 23:50:31 -0700 (PDT) (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 h6U6oV0U006383; Tue, 29 Jul 2003 23:50:31 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U6oVUr006382; Tue, 29 Jul 2003 23:50:31 -0700 (PDT) Message-Id: <200307300650.h6U6oVUr006382@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 29 Jul 2003 23:50:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/one-true-awk FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:50:34 -0000 ru 2003/07/29 23:50:31 PDT FreeBSD src repository Modified files: contrib/one-true-awk FREEBSD-upgrade Log: Update for the 2003/07/29 import. Revision Changes Path 1.6 +5 -4 src/contrib/one-true-awk/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:13:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA2437B401; Wed, 30 Jul 2003 00:13:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1F843F85; Wed, 30 Jul 2003 00:13:32 -0700 (PDT) (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 h6U7DV0U008441; Wed, 30 Jul 2003 00:13:31 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U7DVun008440; Wed, 30 Jul 2003 00:13:31 -0700 (PDT) Message-Id: <200307300713.h6U7DVun008440@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jul 2003 00:13:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:13:32 -0000 ru 2003/07/30 00:13:31 PDT FreeBSD src repository Modified files: release Makefile Log: Moved the MFS root floppies creation code from release.10 to doMFSKERN (where it logically belongs). Revision Changes Path 1.803 +6 -6 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:32:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E937137B401; Wed, 30 Jul 2003 00:32:38 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEC243F3F; Wed, 30 Jul 2003 00:32:35 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6U7WV0U041939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Jul 2003 10:32:32 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6U7WVlo041934; Wed, 30 Jul 2003 10:32:31 +0300 (EEST) (envelope-from ru) Date: Wed, 30 Jul 2003 10:32:31 +0300 From: Ruslan Ermilov To: Bruce Evans Message-ID: <20030730073231.GB37041@sunbay.com> References: <200307292157.h6TLv1VE066076@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <200307292157.h6TLv1VE066076@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:32:39 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 29, 2003 at 02:57:01PM -0700, Bruce Evans wrote: > bde 2003/07/29 14:57:01 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/i386/i386 locore.s=20 > Log: > Restored clearing of the bss, except for putting it in a correct place > with up to date comments. This fixes booting kernels with boot2 > (except for loss of the features provided by loader) and is suitable > for MFC. Contrary to the old comments, most loaders don't clear the bs= s. > biosboot lost clearing of the bss in a code crunch in 1997, and boot2 > never did it. > =20 To make it crystal clear, it does mean that we can (once again) boot kernels without loader(8) on i386, correct? Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/J3SPUkv4P6juNwoRAlvxAJ4qTO4HTgnZrKCqPZpDODHsVktzkACfVVIL Sn7SK8kLMbqrBxrxq171zCM= =nNLH -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:33:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E44937B401; Wed, 30 Jul 2003 00:33:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCAF43FAF; Wed, 30 Jul 2003 00:33:10 -0700 (PDT) (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 h6U7XA0U009208; Wed, 30 Jul 2003 00:33:10 -0700 (PDT) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U7XAfo009207; Wed, 30 Jul 2003 00:33:10 -0700 (PDT) Message-Id: <200307300733.h6U7XAfo009207@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Wed, 30 Jul 2003 00:33:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:33:11 -0000 suz 2003/07/30 00:33:10 PDT FreeBSD src repository Modified files: usr.sbin/rtadvd rtadvd.conf.5 Log: fixed wrong parameter descriptions Obtained from: KAME MFC after: 1 day Revision Changes Path 1.11 +9 -3 src/usr.sbin/rtadvd/rtadvd.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:40:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6918337B401; Wed, 30 Jul 2003 00:40:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027B943F93; Wed, 30 Jul 2003 00:40:46 -0700 (PDT) (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 h6U7ej0U009719; Wed, 30 Jul 2003 00:40:45 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U7ejji009718; Wed, 30 Jul 2003 00:40:45 -0700 (PDT) Message-Id: <200307300740.h6U7ejji009718@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jul 2003 00:40:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile src/release/sparc64 dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:40:46 -0000 ru 2003/07/30 00:40:45 PDT FreeBSD src repository Modified files: release Makefile Removed files: release/sparc64 dokern.sh Log: Embed a simplistic version of the dokern.sh script directly into release/Makefile. Reviewed by: marcel The original patch also removed ia64/dokern.sh, but this was OBE. Revision Changes Path 1.804 +7 -3 src/release/Makefile 1.2 +0 -6 src/release/sparc64/dokern.sh (dead) From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:42:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2501637B401; Wed, 30 Jul 2003 00:42:38 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCF543F75; Wed, 30 Jul 2003 00:42:37 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h6U7gbkN090404; Wed, 30 Jul 2003 00:42:37 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h6U7gbOm090403; Wed, 30 Jul 2003 00:42:37 -0700 (PDT) (envelope-from rizzo) Date: Wed, 30 Jul 2003 00:42:37 -0700 From: Luigi Rizzo To: Ruslan Ermilov Message-ID: <20030730004236.A84059@xorpc.icir.org> References: <200307292157.h6TLv1VE066076@repoman.freebsd.org> <20030730073231.GB37041@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030730073231.GB37041@sunbay.com>; from ru@freebsd.org on Wed, Jul 30, 2003 at 10:32:31AM +0300 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Bruce Evans cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:42:38 -0000 On Wed, Jul 30, 2003 at 10:32:31AM +0300, Ruslan Ermilov wrote: > On Tue, Jul 29, 2003 at 02:57:01PM -0700, Bruce Evans wrote: > > bde 2003/07/29 14:57:01 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 locore.s > > Log: > > Restored clearing of the bss, except for putting it in a correct place > > with up to date comments. This fixes booting kernels with boot2 > > (except for loss of the features provided by loader) and is suitable > > for MFC. Contrary to the old comments, most loaders don't clear the bss. > > biosboot lost clearing of the bss in a code crunch in 1997, and boot2 > > never did it. > > > To make it crystal clear, it does mean that we can (once again) boot > kernels without loader(8) on i386, correct? interesting to hear, how comes picobsd images (which do not use the loader) have always worked apparently without problems even after warm reboots ? cheers luigi From owner-cvs-src@FreeBSD.ORG Wed Jul 30 00:50:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A376137B401; Wed, 30 Jul 2003 00:50:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8F543F75; Wed, 30 Jul 2003 00:50:21 -0700 (PDT) (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 h6U7oL0U015471; Wed, 30 Jul 2003 00:50:21 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U7oK5p015465; Wed, 30 Jul 2003 00:50:20 -0700 (PDT) Message-Id: <200307300750.h6U7oK5p015465@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 30 Jul 2003 00:50:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 07:50:22 -0000 phk 2003/07/30 00:50:20 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Remove the disabling of buckets workaround. Thanks to: jeffr Revision Changes Path 1.67 +0 -1 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 01:35:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E33237B401; Wed, 30 Jul 2003 01:35:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7A143F3F; Wed, 30 Jul 2003 01:35:58 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6U8Zw0U018380; Wed, 30 Jul 2003 01:35:58 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U8ZwwY018379; Wed, 30 Jul 2003 01:35:58 -0700 (PDT) Message-Id: <200307300835.h6U8ZwwY018379@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 01:35:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/utopia utopia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 08:35:59 -0000 harti 2003/07/30 01:35:58 PDT FreeBSD src repository Modified files: sys/dev/utopia utopia.c Log: Generate events when the carrier goes up or down. Add two sysctl's that allow read-only access to the current state of the utopia interface and to the carrier state. Revision Changes Path 1.4 +10 -0 src/sys/dev/utopia/utopia.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 01:36:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9234037B41D; Wed, 30 Jul 2003 01:36:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297C343FA3; Wed, 30 Jul 2003 01:36:17 -0700 (PDT) (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 h6U8aG0U018418; Wed, 30 Jul 2003 01:36:16 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6U8aG0B018417; Wed, 30 Jul 2003 01:36:16 -0700 (PDT) Message-Id: <200307300836.h6U8aG0B018417@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jul 2003 01:36:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 08:36:17 -0000 hrs 2003/07/30 01:36:16 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: one-true-awk 29-Jul-2003 snapshot. Revision Changes Path 1.603 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jul 30 03:43:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575F37B401; Wed, 30 Jul 2003 03:43:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A2343F3F; Wed, 30 Jul 2003 03:43:14 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UAhE0U025748; Wed, 30 Jul 2003 03:43:14 -0700 (PDT) (envelope-from bp@repoman.freebsd.org) Received: (from bp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UAhEPi025747; Wed, 30 Jul 2003 03:43:14 -0700 (PDT) Message-Id: <200307301043.h6UAhEPi025747@repoman.freebsd.org> From: Boris Popov Date: Wed, 30 Jul 2003 03:43:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 10:43:15 -0000 bp 2003/07/30 03:43:14 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: Release contrib/smbfs from the import-only mode. Now changes can be committed directly without import process. The same about MFCs. Put a note about nwfs. Discussed with: peter Revision Changes Path 1.76 +4 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Wed Jul 30 04:32:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABF637B401; Wed, 30 Jul 2003 04:32:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AAF43F93; Wed, 30 Jul 2003 04:32:43 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UBWh0U028466; Wed, 30 Jul 2003 04:32:43 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UBWgJJ028465; Wed, 30 Jul 2003 04:32:42 -0700 (PDT) Message-Id: <200307301132.h6UBWgJJ028465@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 04:32:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm_ioctl.c if_hatmvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 11:32:44 -0000 harti 2003/07/30 04:32:42 PDT FreeBSD src repository Modified files: sys/dev/hatm if_hatm_ioctl.c if_hatmvar.h Log: Rearrange the fields in the vcc table entry to fit to the requirements of the generic getvcc function and used that function instead of the home grown. Revision Changes Path 1.5 +5 -58 src/sys/dev/hatm/if_hatm_ioctl.c 1.3 +8 -10 src/sys/dev/hatm/if_hatmvar.h From owner-cvs-src@FreeBSD.ORG Wed Jul 30 04:50:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CFB37B401; Wed, 30 Jul 2003 04:50:14 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4541743F3F; Wed, 30 Jul 2003 04:50:13 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6UBoCax018476; Wed, 30 Jul 2003 07:50:12 -0400 (EDT) Date: Wed, 30 Jul 2003 07:50:12 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Marcel Moolenaar In-Reply-To: <200307300638.h6U6cZ42005826@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 11:50:14 -0000 On Tue, 29 Jul 2003, Marcel Moolenaar wrote: > marcel 2003/07/29 23:38:35 PDT > > FreeBSD src repository > > Modified files: > sys/alpha/alpha machdep.c > Log: > In get_mcontext(), if we need to clear the return value, clear > FRAME_A3 as well. Otherwise swapcontext() will return -1. Do this and the other alpha context changes fix [gs]etcontext? -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Wed Jul 30 05:49:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2B737B404; Wed, 30 Jul 2003 05:49:17 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4983F43FB1; Wed, 30 Jul 2003 05:49:15 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id WAA31314; Wed, 30 Jul 2003 22:49:10 +1000 Date: Wed, 30 Jul 2003 22:49:09 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov In-Reply-To: <20030730073231.GB37041@sunbay.com> Message-ID: <20030730222110.S2810@gamplex.bde.org> References: <200307292157.h6TLv1VE066076@repoman.freebsd.org> <20030730073231.GB37041@sunbay.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 12:49:23 -0000 On Wed, 30 Jul 2003, Ruslan Ermilov wrote: > On Tue, Jul 29, 2003 at 02:57:01PM -0700, Bruce Evans wrote: > > bde 2003/07/29 14:57:01 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 locore.s > > Log: > > Restored clearing of the bss, except for putting it in a correct place > > with up to date comments. This fixes booting kernels with boot2 > > (except for loss of the features provided by loader) and is suitable > > for MFC. Contrary to the old comments, most loaders don't clear the bss. > > biosboot lost clearing of the bss in a code crunch in 1997, and boot2 > > never did it. > > > To make it crystal clear, it does mean that we can (once again) boot > kernels without loader(8) on i386, correct? Almost. There are still the following problems: Symbols will be missing unless you use my hack for faking some module data (I still haven't de-magiced it). But symbols don't seem to be needed as much as they used to. I didn't notice them missing when I tested this. if you do use my hack, then you need to use an old version of boot2, since boot2 in -current lost its RB_BOOTINFO flag so it doesn't actually pass the historical bootinfo extensions that it spends a lot of space to set up, and my hack and/or the preload_metadata handler is fragile and causes panics if the symbol table is empty. I think the problem is that a real symbol table is never empty. Other things in the extended bootinfo are not needed, at least for me. Statically configured hints and environment are needed of course. Bruce From owner-cvs-src@FreeBSD.ORG Wed Jul 30 05:51:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A072B37B401; Wed, 30 Jul 2003 05:51:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3183543F75; Wed, 30 Jul 2003 05:51:22 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id WAA31521; Wed, 30 Jul 2003 22:51:11 +1000 Date: Wed, 30 Jul 2003 22:51:09 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Luigi Rizzo In-Reply-To: <20030730004236.A84059@xorpc.icir.org> Message-ID: <20030730224917.F2810@gamplex.bde.org> References: <200307292157.h6TLv1VE066076@repoman.freebsd.org> <20030730073231.GB37041@sunbay.com> <20030730004236.A84059@xorpc.icir.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: Bruce Evans cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 12:51:25 -0000 On Wed, 30 Jul 2003, Luigi Rizzo wrote: > On Wed, Jul 30, 2003 at 10:32:31AM +0300, Ruslan Ermilov wrote: > > On Tue, Jul 29, 2003 at 02:57:01PM -0700, Bruce Evans wrote: > > > bde 2003/07/29 14:57:01 PDT > > > ... > > > Log: > > > Restored clearing of the bss, except for putting it in a correct place > > > with up to date comments. This fixes booting kernels with boot2 > > > (except for loss of the features provided by loader) and is suitable > > > for MFC. Contrary to the old comments, most loaders don't clear the bss. > > > biosboot lost clearing of the bss in a code crunch in 1997, and boot2 > > > never did it. > > > > > To make it crystal clear, it does mean that we can (once again) boot > > kernels without loader(8) on i386, correct? > > interesting to hear, how comes picobsd images (which do not use the loader) > have always worked apparently without problems even after warm reboots ? Maybe picobsd images have never been compiled by gcc-3.3. There was only a small problem until recently. Bruce From owner-cvs-src@FreeBSD.ORG Wed Jul 30 06:28:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F52C37B401; Wed, 30 Jul 2003 06:28:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23FF43FBF; Wed, 30 Jul 2003 06:28:05 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UDS50U039971; Wed, 30 Jul 2003 06:28:05 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UDS5Q0039970; Wed, 30 Jul 2003 06:28:05 -0700 (PDT) Message-Id: <200307301328.h6UDS5Q0039970@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 30 Jul 2003 06:28:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 13:28:06 -0000 deischen 2003/07/30 06:28:05 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_mutex.c Log: Don't forget to unlock the scheduler lock. Somehow this got removed from one of my last commits. This only affected priority ceiling mutexes. Pointy hat to: deischen Revision Changes Path 1.40 +1 -0 src/lib/libpthread/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 06:57:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F2637B401; Wed, 30 Jul 2003 06:57:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1215D43F75; Wed, 30 Jul 2003 06:57:37 -0700 (PDT) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UDva0U041441; Wed, 30 Jul 2003 06:57:36 -0700 (PDT) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UDvawX041440; Wed, 30 Jul 2003 06:57:36 -0700 (PDT) Message-Id: <200307301357.h6UDvawX041440@repoman.freebsd.org> From: Shunsuke Akiyama Date: Wed, 30 Jul 2003 06:57:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc usbd.conf src/share/man/man4 Makefile rue.4 src/sys/conf files src/sys/dev/mii ruephy.c ruephyreg.h src/sys/dev/usb if_rue.c if_ruereg.h src/sys/i386/conf LINT src/sys/modules Makefile src/sys/modules/mii Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 13:57:37 -0000 akiyama 2003/07/30 06:57:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) etc usbd.conf share/man/man4 Makefile sys/conf files sys/i386/conf LINT sys/modules Makefile sys/modules/mii Makefile Added files: (Branch: RELENG_4) share/man/man4 rue.4 sys/dev/mii ruephy.c ruephyreg.h sys/dev/usb if_rue.c if_ruereg.h sys/modules/rue Makefile Log: MFC: Add RealTek RTL8150 USB to fast Ethernet controller driver. Revision Changes Path 1.5.2.4 +1 -1 src/etc/usbd.conf 1.83.2.68 +1 -0 src/share/man/man4/Makefile 1.2.4.1 +126 -0 src/share/man/man4/rue.4 (new) 1.340.2.140 +2 -0 src/sys/conf/files 1.1.4.1 +316 -0 src/sys/dev/mii/ruephy.c (new) 1.1.4.1 +38 -0 src/sys/dev/mii/ruephyreg.h (new) 1.2.2.1 +1461 -0 src/sys/dev/usb/if_rue.c (new) 1.1.4.1 +228 -0 src/sys/dev/usb/if_ruereg.h (new) 1.749.2.149 +4 -0 src/sys/i386/conf/LINT 1.110.2.73 +1 -0 src/sys/modules/Makefile 1.11.2.7 +2 -1 src/sys/modules/mii/Makefile 1.1.4.1 +10 -0 src/sys/modules/rue/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed Jul 30 07:20:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E16F37B401; Wed, 30 Jul 2003 07:20:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA37E43F93; Wed, 30 Jul 2003 07:20:00 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UEK00U043203; Wed, 30 Jul 2003 07:20:00 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UEK0xi043202; Wed, 30 Jul 2003 07:20:00 -0700 (PDT) Message-Id: <200307301420.h6UEK0xi043202@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 07:20:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fatm if_fatm.c if_fatmvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 14:20:01 -0000 harti 2003/07/30 07:20:00 PDT FreeBSD src repository Modified files: sys/dev/fatm if_fatm.c if_fatmvar.h Log: Rearrange the vcc structure so that the generic getvcc function can be used and add per-VC statistics. Revision Changes Path 1.5 +244 -261 src/sys/dev/fatm/if_fatm.c 1.2 +8 -5 src/sys/dev/fatm/if_fatmvar.h From owner-cvs-src@FreeBSD.ORG Wed Jul 30 07:33:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F6C37B401; Wed, 30 Jul 2003 07:33:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B28D43F85; Wed, 30 Jul 2003 07:33:33 -0700 (PDT) (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 h6UEXW0U043827; Wed, 30 Jul 2003 07:33:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UEXWWq043826; Wed, 30 Jul 2003 07:33:32 -0700 (PDT) Message-Id: <200307301433.h6UEXWWq043826@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jul 2003 07:33:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 14:33:34 -0000 ru 2003/07/30 07:33:32 PDT FreeBSD src repository Modified files: release Makefile Log: Initialize the FIXCRYPTO, BINMAKE and related variables (that use the != operator) only when needed. This change allows me to check out the current version of release/ makefiles only (co -l) to /tmp/release, and use that directory to build a release (supplying the correct WORLDDIR). Without this, attempt to "make release" caused an endless fork bomb while trying to evaluate FIXCRYPTO, and the only way I could get away from this on a remote box was to "kill -INT 1", thanks to tcsh(1) and its internal "kill" command. Revision Changes Path 1.805 +3 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 30 07:46:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0E4D37B401; Wed, 30 Jul 2003 07:46:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BADA43F85; Wed, 30 Jul 2003 07:46:47 -0700 (PDT) (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 h6UEkl0U044312; Wed, 30 Jul 2003 07:46:47 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UEklCE044311; Wed, 30 Jul 2003 07:46:47 -0700 (PDT) Message-Id: <200307301446.h6UEklCE044311@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jul 2003 07:46:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 14:46:48 -0000 ru 2003/07/30 07:46:46 PDT FreeBSD src repository Modified files: release Makefile Log: The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing to survive. Discussed with: bde Tested on: i386 and pc98 Revision Changes Path 1.806 +2 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 30 07:56:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9AE237B401; Wed, 30 Jul 2003 07:56:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F2443FA3; Wed, 30 Jul 2003 07:56:25 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UEuP0U044765; Wed, 30 Jul 2003 07:56:25 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UEuPT1044764; Wed, 30 Jul 2003 07:56:25 -0700 (PDT) Message-Id: <200307301456.h6UEuPT1044764@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 07:56:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 14:56:27 -0000 harti 2003/07/30 07:56:25 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld fore_dnld.c Log: Fix warnings: a variable that was unused, a variable that was unused unless sun was defined and printing of u_longs with %x. PR: bin/39818 Submitted by: dan@obluda.cz MFC after: 1 week Revision Changes Path 1.11 +3 -4 src/sbin/atm/fore_dnld/fore_dnld.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 08:22:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A5537B404; Wed, 30 Jul 2003 08:22:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471A043FBD; Wed, 30 Jul 2003 08:22:38 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UFMb0U046667; Wed, 30 Jul 2003 08:22:37 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UFMbs3046666; Wed, 30 Jul 2003 08:22:37 -0700 (PDT) Message-Id: <200307301522.h6UFMbs3046666@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 30 Jul 2003 08:22:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 15:22:39 -0000 bmilekic 2003/07/30 08:22:37 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: When generating the zone stats make sure to handle the master zone ("UMA Zone") carefully, because it does not have pcpu caches allocated at all. In the UP case, we did not catch this because one pcpu cache is always allocated with the zone, but for the MP case, we were getting bogus stats for this zone. Tested by: Lukas Ertl Revision Changes Path 1.68 +7 -0 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 08:58:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0E737B401; Wed, 30 Jul 2003 08:58:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2402943F3F; Wed, 30 Jul 2003 08:58:09 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UFw80U053357; Wed, 30 Jul 2003 08:58:08 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UFw8nC053356; Wed, 30 Jul 2003 08:58:08 -0700 (PDT) Message-Id: <200307301558.h6UFw8nC053356@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 08:58:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld Makefile fore_dnld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 15:58:10 -0000 harti 2003/07/30 08:58:08 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld Makefile fore_dnld.c Log: Make this compile with WARNS=6. Revision Changes Path 1.9 +1 -1 src/sbin/atm/fore_dnld/Makefile 1.12 +80 -104 src/sbin/atm/fore_dnld/fore_dnld.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:02:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7825737B401; Wed, 30 Jul 2003 09:02:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E61243F85; Wed, 30 Jul 2003 09:02:51 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UG2o0U053599; Wed, 30 Jul 2003 09:02:50 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UG2oPK053598; Wed, 30 Jul 2003 09:02:50 -0700 (PDT) Message-Id: <200307301602.h6UG2oPK053598@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 09:02:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:02:52 -0000 harti 2003/07/30 09:02:50 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld fore_dnld.c Log: Fix what was a common idiom in PDP-11 days: declare a local int and use the address of that int for read(2). While this happens to work on LE, it surely is wrong on BE. Revision Changes Path 1.13 +2 -2 src/sbin/atm/fore_dnld/fore_dnld.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:13:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4DC537B401; Wed, 30 Jul 2003 09:13:57 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2459043FAF; Wed, 30 Jul 2003 09:13:56 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h6UGDq5v036854; Wed, 30 Jul 2003 18:13:52 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h6UGDqhN036853; Wed, 30 Jul 2003 18:13:52 +0200 (SAST) (envelope-from jhay) Date: Wed, 30 Jul 2003 18:13:52 +0200 From: John Hay To: Ruslan Ermilov Message-ID: <20030730161352.GA36744@zibbi.icomtek.csir.co.za> References: <200307301446.h6UEklCE044311@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307301446.h6UEklCE044311@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:13:58 -0000 On Wed, Jul 30, 2003 at 07:46:46AM -0700, Ruslan Ermilov wrote: > ru 2003/07/30 07:46:46 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Log: > The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing > to survive. > > Discussed with: bde > Tested on: i386 and pc98 Thanks, hopefully tonight my daily snapshot will be successfull. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:15:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AC737B401; Wed, 30 Jul 2003 09:15:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC1243F3F; Wed, 30 Jul 2003 09:15:49 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UGFn0U055050; Wed, 30 Jul 2003 09:15:49 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UGFnXn055049; Wed, 30 Jul 2003 09:15:49 -0700 (PDT) Message-Id: <200307301615.h6UGFnXn055049@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 30 Jul 2003 09:15:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:15:51 -0000 harti 2003/07/30 09:15:49 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld fore_dnld.c Log: Fix the code with respect to the assumption that sizeof(long) == 4. Revision Changes Path 1.14 +32 -32 src/sbin/atm/fore_dnld/fore_dnld.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:20:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F9837B401; Wed, 30 Jul 2003 09:20:55 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F38243FAF; Wed, 30 Jul 2003 09:20:55 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h6UGKto31606; Wed, 30 Jul 2003 09:20:55 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id JAA17550; Wed, 30 Jul 2003 09:20:54 -0700 (PDT) Message-ID: <3F27EFCF.4070605@freebsd.org> Date: Wed, 30 Jul 2003 10:18:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200307301446.h6UEklCE044311@repoman.freebsd.org> In-Reply-To: <200307301446.h6UEklCE044311@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:20:56 -0000 Ruslan Ermilov wrote: > ru 2003/07/30 07:46:46 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Log: > The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing > to survive. > > Discussed with: bde > Tested on: i386 and pc98 > > Revision Changes Path > 1.806 +2 -1 src/release/Makefile > Thanks for doing this. However, I think that Peter was looking at doing this globally in /sys/conf, not just the release. The reasoning is that it might not be safe to use -fstrict-aliasing in any context right now until we understand the actual impact of those warnings. I'd also prefer if it was done there and not special-cased for the release. Scott From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:22:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC28537B401; Wed, 30 Jul 2003 09:22:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731C243FBD; Wed, 30 Jul 2003 09:22:53 -0700 (PDT) (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 h6UGMr0U055362; Wed, 30 Jul 2003 09:22:53 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UGMrD0055361; Wed, 30 Jul 2003 09:22:53 -0700 (PDT) Message-Id: <200307301622.h6UGMrD0055361@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jul 2003 09:22:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_ec.c src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:22:54 -0000 njl 2003/07/30 09:22:53 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c share/man/man4 acpi.4 Log: Add and document the hw.acpi.ec.poll_timeout tunable. Revision Changes Path 1.13 +4 -3 src/share/man/man4/acpi.4 1.38 +5 -2 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:27:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C97BD37B401; Wed, 30 Jul 2003 09:27:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6082143F3F; Wed, 30 Jul 2003 09:27:52 -0700 (PDT) (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 h6UGRq0U055538; Wed, 30 Jul 2003 09:27:52 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UGRq22055537; Wed, 30 Jul 2003 09:27:52 -0700 (PDT) Message-Id: <200307301627.h6UGRq22055537@repoman.freebsd.org> From: Thomas Moestl Date: Wed, 30 Jul 2003 09:27:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:27:53 -0000 tmm 2003/07/30 09:27:52 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Return 1 from pmap_protect_tte() instead of 0. When used with tsb_foreach(), 0 signals to terminate the tsb traversal, so when tsb_foreach() was used in pmap_protect() (which only happens when the area to be protected is larger than PMAP_TSB_THRESH = 16MB), only the first tsb entry in the specified range would be protected. Reported by: Andrew Belashov Revision Changes Path 1.119 +1 -1 src/sys/sparc64/sparc64/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 10:20:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E7937B401; Wed, 30 Jul 2003 10:20:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD7E43FBD; Wed, 30 Jul 2003 10:20:33 -0700 (PDT) (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 h6UHKX0U058634; Wed, 30 Jul 2003 10:20:33 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UHKXPH058633; Wed, 30 Jul 2003 10:20:33 -0700 (PDT) Message-Id: <200307301720.h6UHKXPH058633@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jul 2003 10:20:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 17:20:34 -0000 njl 2003/07/30 10:20:33 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_wakeup.c Log: Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5. Pointed out by: Mark Santcroos Revision Changes Path 1.23 +1 -1 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 10:36:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92AB537B401; Wed, 30 Jul 2003 10:36:15 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9947E43F85; Wed, 30 Jul 2003 10:36:14 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6UHaEwO080196; Wed, 30 Jul 2003 10:36:14 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6UHaEju000623; Wed, 30 Jul 2003 10:36:14 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6UHaEF3000622; Wed, 30 Jul 2003 10:36:14 -0700 (PDT) (envelope-from marcel) Date: Wed, 30 Jul 2003 10:36:14 -0700 From: Marcel Moolenaar To: deischen@FreeBSD.org Message-ID: <20030730173614.GA579@dhcp01.pn.xcllnt.net> References: <200307300638.h6U6cZ42005826@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 17:36:15 -0000 On Wed, Jul 30, 2003 at 07:50:12AM -0400, Daniel Eischen wrote: > On Tue, 29 Jul 2003, Marcel Moolenaar wrote: > > > marcel 2003/07/29 23:38:35 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha machdep.c > > Log: > > In get_mcontext(), if we need to clear the return value, clear > > FRAME_A3 as well. Otherwise swapcontext() will return -1. > > Do this and the other alpha context changes fix [gs]etcontext? Yes, AFAICT. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Wed Jul 30 11:06:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21EB37B401; Wed, 30 Jul 2003 11:06:09 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD78A43F3F; Wed, 30 Jul 2003 11:06:08 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6UI68ax021315; Wed, 30 Jul 2003 14:06:08 -0400 (EDT) Date: Wed, 30 Jul 2003 14:06:08 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Marcel Moolenaar In-Reply-To: <20030730173614.GA579@dhcp01.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 18:06:10 -0000 On Wed, 30 Jul 2003, Marcel Moolenaar wrote: > On Wed, Jul 30, 2003 at 07:50:12AM -0400, Daniel Eischen wrote: > > On Tue, 29 Jul 2003, Marcel Moolenaar wrote: > > > > > marcel 2003/07/29 23:38:35 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/alpha/alpha machdep.c > > > Log: > > > In get_mcontext(), if we need to clear the return value, clear > > > FRAME_A3 as well. Otherwise swapcontext() will return -1. > > > > Do this and the other alpha context changes fix [gs]etcontext? > > Yes, AFAICT. Excellent; thank you! I have some alpha bits for libkse, which wouldn't have a chance of working without [gs]etcontext also working. -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Wed Jul 30 11:54:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D37837B401; Wed, 30 Jul 2003 11:54:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D723243FA3; Wed, 30 Jul 2003 11:53:59 -0700 (PDT) (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 h6UIrx0U063378; Wed, 30 Jul 2003 11:53:59 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UIrxY4063377; Wed, 30 Jul 2003 11:53:59 -0700 (PDT) Message-Id: <200307301853.h6UIrxY4063377@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 30 Jul 2003 11:53:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d hostname ipfilter ipsec netif ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 18:54:00 -0000 mtm 2003/07/30 11:53:59 PDT FreeBSD src repository Modified files: etc/rc.d hostname ipfilter ipsec netif ttys Log: tty whacking should occur early, but not so early that the required commands are not on a mounted file system. Noticed by: bde Revision Changes Path 1.3 +1 -1 src/etc/rc.d/hostname 1.11 +1 -1 src/etc/rc.d/ipfilter 1.6 +1 -1 src/etc/rc.d/ipsec 1.3 +1 -1 src/etc/rc.d/netif 1.4 +2 -1 src/etc/rc.d/ttys From owner-cvs-src@FreeBSD.ORG Wed Jul 30 11:55:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C7C537B401; Wed, 30 Jul 2003 11:55:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D6343F93; Wed, 30 Jul 2003 11:55:05 -0700 (PDT) (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 h6UIt50U063437; Wed, 30 Jul 2003 11:55:05 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UIt4Mr063436; Wed, 30 Jul 2003 11:55:04 -0700 (PDT) Message-Id: <200307301855.h6UIt4Mr063436@repoman.freebsd.org> From: Alan Cox Date: Wed, 30 Jul 2003 11:55:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 18:55:06 -0000 alc 2003/07/30 11:55:04 PDT FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: The introduction of vm object locking has caused witness to reveal a long-standing mistake in the way a portion of a pipe's KVA is allocated. Specifically, kmem_alloc_pageable() is inappropriate for use in the "direct" case because it allows a preceding vm map entry and vm object to be extended to support the new KVA allocation. However, the direct case KVA allocation should not have a backing vm object. This is corrected by using kmem_alloc_nofault(). Submitted by: tegge (with the above explanation by me) Revision Changes Path 1.140 +1 -1 src/sys/kern/sys_pipe.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 11:55:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E8037B407; Wed, 30 Jul 2003 11:55:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA8C43FD7; Wed, 30 Jul 2003 11:55:16 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UItF0U063472; Wed, 30 Jul 2003 11:55:15 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UItFgg063471; Wed, 30 Jul 2003 11:55:15 -0700 (PDT) Message-Id: <200307301855.h6UItFgg063471@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 30 Jul 2003 11:55:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 18:55:17 -0000 bmilekic 2003/07/30 11:55:15 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Plug a race and a leak in UMA. 1) The race has to do with zone destruction. From the zone destructor we would lock the zone, set the working set size to 0, then unlock the zone, drain it, and then free the structure. Within the window following the working-set-size set to 0 and unlocking of the zone and the point where in zone_drain we re-acquire the zone lock, the uma timer routine could have fired off and changed the working set size to something non-zero, thereby potentially preventing us from completely freeing slabs before destroying the zone (and thus leaking them). 2) The leak has to do with zone destruction as well. When destroying a zone we would take care to free all the buckets cached in the zone, but although we would drain the pcpu cache buckets, we would not free them. This resulted in leaking a couple of bucket structures (512 bytes each) per cpu on SMP during zone destruction. While I'm here, also silence GCC warnings by turning uma_slab_alloc() from inline to real function. It's too big to be an inline. Reviewed by: JeffR Revision Changes Path 1.69 +29 -13 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:31:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7273337B404; Wed, 30 Jul 2003 12:31:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BC443F75; Wed, 30 Jul 2003 12:31:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UJVB0U065889; Wed, 30 Jul 2003 12:31:11 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UJVBvT065888; Wed, 30 Jul 2003 12:31:11 -0700 (PDT) Message-Id: <200307301931.h6UJVBvT065888@repoman.freebsd.org> From: Bruce Evans Date: Wed, 30 Jul 2003 12:31:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/i386/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:31:13 -0000 bde 2003/07/30 12:31:11 PDT FreeBSD src repository Modified files: (Branch: RELENG_3) sys/i386/include atomic.h Log: MFC (1.24: pass in the constraints on the V parameter so that the char versions can be given different, non-bogus constraints). This is part of making some RELENG_3 kernels work when compiled by gcc-3.3. I started out only wanting them to compile, but had to test them for delicate changes like this. This change makes no difference for LINT compiled by the RELENG_3 compiler, except for vfs_cluster.o where it gives some differences related to register selection near an atomic_add_char(). Revision Changes Path 1.1.2.3 +22 -22 src/sys/i386/include/atomic.h From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:34:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A7437B401 for ; Wed, 30 Jul 2003 12:34:26 -0700 (PDT) Received: from mail.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83FD43FA3 for ; Wed, 30 Jul 2003 12:34:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1925 invoked from network); 30 Jul 2003 19:34:24 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 19:34:24 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UJYMGI068447; Wed, 30 Jul 2003 15:34:22 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030724232117.GA1913@dhcp01.pn.xcllnt.net> Date: Wed, 30 Jul 2003 15:34:42 -0400 (EDT) From: John Baldwin To: Marcel Moolenaar cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/arch/alpha/alpha _curthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:34:26 -0000 On 24-Jul-2003 Marcel Moolenaar wrote: > On Thu, Jul 24, 2003 at 05:00:13PM -0400, John Baldwin wrote: >> >> There is a chicken and egg problem. We use the unique value to >> initialize the per-cpu pointer on kernel entry. We only have one >> such beast, and in the kernel we cache it in a register that userland >> gets to clobber (and frequently does). If you can think of a better >> way to store the per-cpu pointer such that kernel entry can load it >> into the register go for it. > > I see where the confusion is: > >> pcpup = (struct pcpu *) alpha_pal_rdval(); > ^^^^^^^^^^^^^^^^^^^^^^ > > This is not the per-CPU unique value. I had to add alpha_pal_rdunique() > in order to access it. In numbers: > > PAL_rdval = PAL_OSF1_rdval = 0x0032 > PAL_rdunique = 0x009e > > PAL_rdval is a privileged operation PAL_rdunique isn't. Ah, ok. Confusion on my part then, sorry. Didn't have my Brown Book handy. :-P > There is no fundamental problem (although my alpha does reboot > when I run a 1:1-threaded application, so there is a problem :-) Heh. Thanks for working on the Alpha thread stuff. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:34:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254A437B401 for ; Wed, 30 Jul 2003 12:34:45 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6500A43FCB for ; Wed, 30 Jul 2003 12:34:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26984 invoked from network); 30 Jul 2003 19:34:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 19:34:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UJYdGI068465; Wed, 30 Jul 2003 15:34:40 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200307250854.h6P8sfom098536@repoman.freebsd.org> Date: Wed, 30 Jul 2003 15:35:00 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/release Makefile src/share/man/man7 release.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:34:45 -0000 On 25-Jul-2003 Ruslan Ermilov wrote: > ru 2003/07/25 01:54:41 PDT > > FreeBSD src repository > > Modified files: > release Makefile > share/man/man7 release.7 > Log: > Moved the boot floppy generation code out from release.9 to release.10. > The release.9 target is now responsible only for generation of MFS root > file systems, that are built for all architectures, even those that do > not provide a floppy installation option. The release.10 target is now > responsible for creation of a set of boot, MFS root, and fixit floppies, > and the NO_FLOPPIES variable now affects only this target. > > Also, replaced the FIXIT_TARGET variable with a check of whether the > *FIXITSIZE variables are present for a given architecture, similar to > how this is done when generating boot floppies. > > Discussed with: jhb Please do not commit things to the release Makefile so hastily without waiting for review. I already suggested in another e-mail that combining the fixit and boot floppies was a bad idea and that the existing release.10 should have been release.11 and release.10 should just build boot floppies and not go near the fixit stuff. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:34:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E6E37B401 for ; Wed, 30 Jul 2003 12:34:49 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF3643FBD for ; Wed, 30 Jul 2003 12:34:45 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8103 invoked from network); 30 Jul 2003 19:34:45 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 19:34:45 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UJYhGI068472; Wed, 30 Jul 2003 15:34:43 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200307250855.h6P8tpCr098669@repoman.freebsd.org> Date: Wed, 30 Jul 2003 15:35:03 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:34:50 -0000 On 25-Jul-2003 Ruslan Ermilov wrote: > ru 2003/07/25 01:55:51 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Log: > The RELEASE9 knob is now OBE. > > OK'ed by: jhb No, it is _not_ ok'd. You committed this before I had reviewed the actual patch and not in the manner I had stated. Please have more patience. I agree that the release.9 stuff is OBE, but your earlier commit was premature. In further thinking, it may be appropriate to use per-arch release.10 targets depending on how ugly release.10 ends up being. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:34:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2F037B415 for ; Wed, 30 Jul 2003 12:34:52 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0624D43FE1 for ; Wed, 30 Jul 2003 12:34:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9928 invoked from network); 30 Jul 2003 19:34:48 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 19:34:48 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UJYkGI068475; Wed, 30 Jul 2003 15:34:46 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200307301446.h6UEklCE044311@repoman.freebsd.org> Date: Wed, 30 Jul 2003 15:35:07 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:34:56 -0000 On 30-Jul-2003 Ruslan Ermilov wrote: > ru 2003/07/30 07:46:46 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Log: > The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing > to survive. > > Discussed with: bde > Tested on: i386 and pc98 I thought Peter just committed a fix for this to the kernel. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:50:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE2237B401; Wed, 30 Jul 2003 12:50:37 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C566643FA3; Wed, 30 Jul 2003 12:50:36 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h6UJoao13825; Wed, 30 Jul 2003 12:50:36 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id MAA15753; Wed, 30 Jul 2003 12:50:35 -0700 (PDT) Message-ID: <3F2820F3.6020501@freebsd.org> Date: Wed, 30 Jul 2003 13:48:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:50:38 -0000 John Baldwin wrote: > On 30-Jul-2003 Ruslan Ermilov wrote: > >>ru 2003/07/30 07:46:46 PDT >> >> FreeBSD src repository >> >> Modified files: >> release Makefile >> Log: >> The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing >> to survive. >> >> Discussed with: bde >> Tested on: i386 and pc98 > > > I thought Peter just committed a fix for this to the kernel. > Peter's fix to pcpu.h only fixed one symptom. The warning is generated in many other places too, and I think that Ruslan was trying to fix it at a top level rather than obfuscate a lot of kernel code to keep gcc quiet. My complaint is that -fno-strict-aliasing should be set in /sys/conf and not be a special case for just thre release scripts. Scott From owner-cvs-src@FreeBSD.ORG Wed Jul 30 12:53:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E866737B401; Wed, 30 Jul 2003 12:53:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D998743F3F; Wed, 30 Jul 2003 12:53:40 -0700 (PDT) (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 h6UJre0U072037; Wed, 30 Jul 2003 12:53:40 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UJreAK072036; Wed, 30 Jul 2003 12:53:40 -0700 (PDT) Message-Id: <200307301953.h6UJreAK072036@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 30 Jul 2003 12:53:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 19:53:43 -0000 mtm 2003/07/30 12:53:40 PDT FreeBSD src repository Modified files: etc/rc.d Makefile Log: Add two files (early.sh and gbde) that previously were not hooked up to the build. Revision Changes Path 1.22 +2 -2 src/etc/rc.d/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:05:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D4637B401; Wed, 30 Jul 2003 13:05:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDC043F3F; Wed, 30 Jul 2003 13:05:20 -0700 (PDT) (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 h6UK5K0U073442; Wed, 30 Jul 2003 13:05:20 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UK5K77073441; Wed, 30 Jul 2003 13:05:20 -0700 (PDT) Message-Id: <200307302005.h6UK5K77073441@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 30 Jul 2003 13:05:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:05:21 -0000 mtm 2003/07/30 13:05:20 PDT FreeBSD src repository Modified files: etc/rc.d Makefile Log: Apply some sort of order to the FILES list. Revision Changes Path 1.23 +33 -12 src/etc/rc.d/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:09:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B0837B401; Wed, 30 Jul 2003 13:09:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783CD43FA3; Wed, 30 Jul 2003 13:09:22 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UK9M0U073577; Wed, 30 Jul 2003 13:09:22 -0700 (PDT) (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UK9MM9073576; Wed, 30 Jul 2003 13:09:22 -0700 (PDT) Message-Id: <200307302009.h6UK9MM9073576@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 30 Jul 2003 13:09:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:09:24 -0000 gallatin 2003/07/30 13:09:22 PDT FreeBSD src repository Modified files: sys/dev/ahb ahb.c Log: Make this at least compile on 64 bit platforms. Its been breaking the alpha tinderbox for far too long. Revision Changes Path 1.31 +2 -1 src/sys/dev/ahb/ahb.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:15:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790E837B401; Wed, 30 Jul 2003 13:15:10 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34D743F85; Wed, 30 Jul 2003 13:15:09 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h6UKF9o17412; Wed, 30 Jul 2003 13:15:09 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id NAA29689; Wed, 30 Jul 2003 13:15:08 -0700 (PDT) Message-ID: <3F2826B1.6030800@freebsd.org> Date: Wed, 30 Jul 2003 14:12:33 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Gallatin References: <200307302009.h6UK9MM9073576@repoman.freebsd.org> In-Reply-To: <200307302009.h6UK9MM9073576@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:15:11 -0000 Andrew Gallatin wrote: > gallatin 2003/07/30 13:09:22 PDT > > FreeBSD src repository > > Modified files: > sys/dev/ahb ahb.c > Log: > Make this at least compile on 64 bit platforms. Its been breaking > the alpha tinderbox for far too long. > > Revision Changes Path > 1.31 +2 -1 src/sys/dev/ahb/ahb.c > Thanks. I've been trying to get to this for a week but keep on getting sidetracked. Scott From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:16:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD5F37B401; Wed, 30 Jul 2003 13:16:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3202C43F85; Wed, 30 Jul 2003 13:16:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UKG50U073997; Wed, 30 Jul 2003 13:16:05 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UKG494073994; Wed, 30 Jul 2003 13:16:04 -0700 (PDT) Message-Id: <200307302016.h6UKG494073994@repoman.freebsd.org> From: Bruce Evans Date: Wed, 30 Jul 2003 13:16:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:16:06 -0000 bde 2003/07/30 13:16:04 PDT FreeBSD src repository Modified files: sys/i386/i386 identcpu.c Log: Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements, use "\n\" instead of "\" at the end of each source line, and don't use semicolons). Fixed some older style bugs on the same lines (mainly English errors in comments). Revision Changes Path 1.125 +19 -19 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:33:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BFC37B401; Wed, 30 Jul 2003 13:33:20 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0473F43F85; Wed, 30 Jul 2003 13:33:19 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h6UKXICE072564; Wed, 30 Jul 2003 22:33:18 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h6UKXIA5072563; Wed, 30 Jul 2003 22:33:18 +0200 (CEST) Date: Wed, 30 Jul 2003 22:33:18 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20030730203318.GA72518@freebie.xs4all.nl> References: <200307302009.h6UK9MM9073576@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307302009.h6UK9MM9073576@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:33:20 -0000 On Wed, Jul 30, 2003 at 01:09:22PM -0700, Andrew Gallatin wrote: > gallatin 2003/07/30 13:09:22 PDT > > FreeBSD src repository > > Modified files: > sys/dev/ahb ahb.c > Log: > Make this at least compile on 64 bit platforms. Its been breaking > the alpha tinderbox for far too long. /me wonders about an EISA HBA in the Alpha kernel... -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:35:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF93437B401; Wed, 30 Jul 2003 13:35:46 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F246943FAF; Wed, 30 Jul 2003 13:35:43 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6UKZdnq003277 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 30 Jul 2003 16:35:39 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h6UKZY675720; Wed, 30 Jul 2003 16:35:34 -0400 (EDT) (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: <16168.11285.977457.173029@grasshopper.cs.duke.edu> Date: Wed, 30 Jul 2003 16:35:33 -0400 (EDT) To: Wilko Bulte In-Reply-To: <20030730203318.GA72518@freebie.xs4all.nl> References: <200307302009.h6UK9MM9073576@repoman.freebsd.org> <20030730203318.GA72518@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:35:47 -0000 Wilko Bulte writes: > On Wed, Jul 30, 2003 at 01:09:22PM -0700, Andrew Gallatin wrote: > > gallatin 2003/07/30 13:09:22 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ahb ahb.c > > Log: > > Make this at least compile on 64 bit platforms. Its been breaking > > the alpha tinderbox for far too long. > > /me wonders about an EISA HBA in the Alpha kernel... I'm guessing that it started to get compiled when we needed to add device eisa, but I haven't been paying close enough attention. I doubt that anybody will actually use it.. Drew From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:38:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A2237B401; Wed, 30 Jul 2003 13:38:42 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id B131843F3F; Wed, 30 Jul 2003 13:38:40 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h6UKcYCE072646; Wed, 30 Jul 2003 22:38:34 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h6UKcYij072645; Wed, 30 Jul 2003 22:38:34 +0200 (CEST) Date: Wed, 30 Jul 2003 22:38:34 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20030730203834.GA72614@freebie.xs4all.nl> References: <200307302009.h6UK9MM9073576@repoman.freebsd.org> <20030730203318.GA72518@freebie.xs4all.nl> <16168.11285.977457.173029@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16168.11285.977457.173029@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:38:42 -0000 On Wed, Jul 30, 2003 at 04:35:33PM -0400, Andrew Gallatin wrote: > > Wilko Bulte writes: > > On Wed, Jul 30, 2003 at 01:09:22PM -0700, Andrew Gallatin wrote: > > > gallatin 2003/07/30 13:09:22 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/ahb ahb.c > > > Log: > > > Make this at least compile on 64 bit platforms. Its been breaking > > > the alpha tinderbox for far too long. > > > > /me wonders about an EISA HBA in the Alpha kernel... > > I'm guessing that it started to get compiled when we needed to add > device eisa, but I haven't been paying close enough attention. > > I doubt that anybody will actually use it.. The only Alphas they (AH1742a) were ever bootable on were Jensen/Culzean. And we don't support that machine type anyway. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:42:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0477237B401; Wed, 30 Jul 2003 13:42:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DCA43F75; Wed, 30 Jul 2003 13:42:15 -0700 (PDT) (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 h6UKgF0U075212; Wed, 30 Jul 2003 13:42:15 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UKgFVm075211; Wed, 30 Jul 2003 13:42:15 -0700 (PDT) Message-Id: <200307302042.h6UKgFVm075211@repoman.freebsd.org> From: John Baldwin Date: Wed, 30 Jul 2003 13:42:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:42:16 -0000 jhb 2003/07/30 13:42:15 PDT FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: When complaining about a sleeping thread owning a mutex, display the thread's pid to make debugging easier for people who don't want to have to use the intended tool for these panics (witness). Indirectly prodded by: kris Revision Changes Path 1.130 +3 -1 src/sys/kern/kern_mutex.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:48:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FDEA37B401 for ; Wed, 30 Jul 2003 13:48:18 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2141443FAF for ; Wed, 30 Jul 2003 13:48:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8751 invoked from network); 30 Jul 2003 20:48:14 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 20:48:14 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UKm7GI068840; Wed, 30 Jul 2003 16:48:10 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030725130041.GA84040@sunbay.com> Date: Wed, 30 Jul 2003 16:48:28 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Takahashi Yoshihiro cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/share/man/man7 release.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:48:19 -0000 On 25-Jul-2003 Ruslan Ermilov wrote: > On Fri, Jul 25, 2003 at 09:31:23PM +0900, Takahashi Yoshihiro wrote: >> In article <200307250854.h6P8sfom098536@repoman.freebsd.org> >> Ruslan Ermilov writes: >> >> > ru 2003/07/25 01:54:41 PDT >> > >> > FreeBSD src repository >> > >> > Modified files: >> > release Makefile >> > share/man/man7 release.7 >> > Log: >> > Moved the boot floppy generation code out from release.9 to release.10. >> >> - sh -e ${DOFS_SH} mfsroot ${RD} ${MNT} \ >> + sh -e ${DOFS_SH} mfsroot-small ${RD} ${MNT} \ >> (snip) >> + @sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \ >> + ${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/mfsroot/mfsroot-small.gz \ >> + ${BOOTINODE} ${SMALLBOOTLABEL} >> >> This change breaks small floppy image support. The filename of MFS >> filesystem should be 'mfsroot', not 'mfsroot-small'. Because we use >> the following command to load MFS filesystem. >> >> > load -t mfs_root /mfsroot >> > Would the following work for you? > > %%% > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/release/Makefile,v > retrieving revision 1.798 > diff -u -r1.798 Makefile > --- Makefile 25 Jul 2003 08:55:51 -0000 1.798 > +++ Makefile 25 Jul 2003 12:58:42 -0000 > @@ -1087,7 +1087,11 @@ > @echo "echo Please insert MFS root floppy and press enter:" >> > ${RD}/image.${FSIMAGE}/boot/loader.rc > @echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > .endif > +.if defined(FDSIZE) && ${FDSIZE} == "SMALL" > + @echo "load -t mfs_root /mfsroot-small" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > +.else > @echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > +.endif > .if ${TARGET_ARCH} != "ia64" > @echo "set hint.acpi.0.disabled=1" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > .endif > %%% > > Or do you insist that it's always named /mfsroot? I think you should probably copy the appropriate mfsroot to the right location instead. I.e. when you copy mfsroot-small to image.SMALL, name it as mfsroot instead. That would be cleaner IMO. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:48:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B87537B401 for ; Wed, 30 Jul 2003 13:48:27 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5F043F85 for ; Wed, 30 Jul 2003 13:48:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26515 invoked from network); 30 Jul 2003 20:48:22 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 30 Jul 2003 20:48:22 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6UKmFGI068846; Wed, 30 Jul 2003 16:48:17 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3F2820F3.6020501@freebsd.org> Date: Wed, 30 Jul 2003 16:48:35 -0400 (EDT) From: John Baldwin To: Scott Long cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:48:27 -0000 On 30-Jul-2003 Scott Long wrote: > John Baldwin wrote: >> On 30-Jul-2003 Ruslan Ermilov wrote: >> >>>ru 2003/07/30 07:46:46 PDT >>> >>> FreeBSD src repository >>> >>> Modified files: >>> release Makefile >>> Log: >>> The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing >>> to survive. >>> >>> Discussed with: bde >>> Tested on: i386 and pc98 >> >> >> I thought Peter just committed a fix for this to the kernel. >> > > Peter's fix to pcpu.h only fixed one symptom. The warning is generated > in many other places too, and I think that Ruslan was trying to fix it > at a top level rather than obfuscate a lot of kernel code to keep gcc > quiet. My complaint is that -fno-strict-aliasing should be set in > /sys/conf and not be a special case for just thre release scripts. Agreed. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 13:59:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4A137B404; Wed, 30 Jul 2003 13:59:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4504443FB1; Wed, 30 Jul 2003 13:59:37 -0700 (PDT) (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 h6UKxb0U076113; Wed, 30 Jul 2003 13:59:37 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UKxagE076112; Wed, 30 Jul 2003 13:59:36 -0700 (PDT) Message-Id: <200307302059.h6UKxagE076112@repoman.freebsd.org> From: John Baldwin Date: Wed, 30 Jul 2003 13:59:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_ps.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:59:38 -0000 jhb 2003/07/30 13:59:36 PDT FreeBSD src repository Modified files: sys/ddb db_ps.c Log: Whitespace nit. Revision Changes Path 1.47 +1 -0 src/sys/ddb/db_ps.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 14:04:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 281DF37B436; Wed, 30 Jul 2003 14:04:50 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F6E43F93; Wed, 30 Jul 2003 14:04:46 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6UL4h0U034559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Jul 2003 00:04:43 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6UL4hv4034554; Thu, 31 Jul 2003 00:04:43 +0300 (EEST) (envelope-from ru) Date: Thu, 31 Jul 2003 00:04:43 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20030730210443.GD33188@sunbay.com> References: <20030725130041.GA84040@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Takahashi Yoshihiro cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/share/man/man7 release.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 21:04:53 -0000 --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 30, 2003 at 04:48:28PM -0400, John Baldwin wrote: >=20 > On 25-Jul-2003 Ruslan Ermilov wrote: > > On Fri, Jul 25, 2003 at 09:31:23PM +0900, Takahashi Yoshihiro wrote: > >> In article <200307250854.h6P8sfom098536@repoman.freebsd.org> > >> Ruslan Ermilov writes: > >>=20 > >> > ru 2003/07/25 01:54:41 PDT > >> >=20 > >> > FreeBSD src repository > >> >=20 > >> > Modified files: > >> > release Makefile=20 > >> > share/man/man7 release.7=20 > >> > Log: > >> > Moved the boot floppy generation code out from release.9 to releas= e.10. > >>=20 > >> - sh -e ${DOFS_SH} mfsroot ${RD} ${MNT} \ > >> + sh -e ${DOFS_SH} mfsroot-small ${RD} ${MNT} \ > >> (snip) > >> + @sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \ > >> + ${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/mfsroot/mfsroot-small= =2Egz \ > >> + ${BOOTINODE} ${SMALLBOOTLABEL} > >>=20 > >> This change breaks small floppy image support. The filename of MFS > >> filesystem should be 'mfsroot', not 'mfsroot-small'. Because we use > >> the following command to load MFS filesystem. > >>=20 > >> > load -t mfs_root /mfsroot > >>=20 > > Would the following work for you? > >=20 > > %%% > > Index: Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > RCS file: /home/ncvs/src/release/Makefile,v > > retrieving revision 1.798 > > diff -u -r1.798 Makefile > > --- Makefile 25 Jul 2003 08:55:51 -0000 1.798 > > +++ Makefile 25 Jul 2003 12:58:42 -0000 > > @@ -1087,7 +1087,11 @@ > > @echo "echo Please insert MFS root floppy and press enter:" >> > > ${RD}/image.${FSIMAGE}/boot/loader.rc > > @echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > > .endif > > +.if defined(FDSIZE) && ${FDSIZE} =3D=3D "SMALL" > > + @echo "load -t mfs_root /mfsroot-small" >> ${RD}/image.${FSIMAGE}= /boot/loader.rc > > +.else > > @echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/= loader.rc > > +.endif > > .if ${TARGET_ARCH} !=3D "ia64" > > @echo "set hint.acpi.0.disabled=3D1" >> ${RD}/image.${FSIMAGE}/bo= ot/loader.rc > > .endif > > %%% > >=20 > > Or do you insist that it's always named /mfsroot? >=20 > I think you should probably copy the appropriate mfsroot to the > right location instead. I.e. when you copy mfsroot-small to > image.SMALL, name it as mfsroot instead. That would be cleaner IMO. >=20 The copying is only done for image.BIG. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/KDLrUkv4P6juNwoRAs3JAJ94ssdQJGcWonFX+mmsrye4WfPDJwCfSq3N ODzzatU1348B1mxRYdCGbvg= =SWBG -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej-- From owner-cvs-src@FreeBSD.ORG Wed Jul 30 14:17:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4430637B401; Wed, 30 Jul 2003 14:17:01 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DFB43FAF; Wed, 30 Jul 2003 14:16:57 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6ULGs0U035983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Jul 2003 00:16:54 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6ULGrn0035919; Thu, 31 Jul 2003 00:16:53 +0300 (EEST) (envelope-from ru) Date: Thu, 31 Jul 2003 00:15:37 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20030730211537.GH33188@sunbay.com> References: <3F2820F3.6020501@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+Z7/5fzWRHDJ0o7Q" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 21:17:01 -0000 --+Z7/5fzWRHDJ0o7Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 30, 2003 at 04:48:35PM -0400, John Baldwin wrote: >=20 > On 30-Jul-2003 Scott Long wrote: > > John Baldwin wrote: > >> On 30-Jul-2003 Ruslan Ermilov wrote: > >>=20 > >>>ru 2003/07/30 07:46:46 PDT > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> release Makefile=20 > >>> Log: > >>> The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasi= ng > >>> to survive. > >>> =20 > >>> Discussed with: bde > >>> Tested on: i386 and pc98 > >>=20 > >>=20 > >> I thought Peter just committed a fix for this to the kernel. > >>=20 > >=20 > > Peter's fix to pcpu.h only fixed one symptom. The warning is generated > > in many other places too, and I think that Ruslan was trying to fix it > > at a top level rather than obfuscate a lot of kernel code to keep gcc > > quiet. My complaint is that -fno-strict-aliasing should be set in > > /sys/conf and not be a special case for just thre release scripts. >=20 > Agreed. >=20 My point was to re-enable snapshot building. Once this is in /sys/conf/*.mk, it can be removed from here. IMO, this is not an issue. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --+Z7/5fzWRHDJ0o7Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/KDV4Ukv4P6juNwoRAqQ0AJsFRWqs6MrfFS0TuTryzI4la1hh9QCcD5fq UjeWw9me822xd2Ewl3kkaB8= =P519 -----END PGP SIGNATURE----- --+Z7/5fzWRHDJ0o7Q-- From owner-cvs-src@FreeBSD.ORG Wed Jul 30 14:39:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294FC37B401; Wed, 30 Jul 2003 14:39:31 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A915043FA3; Wed, 30 Jul 2003 14:39:29 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h6ULdTq85947; Wed, 30 Jul 2003 17:39:29 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 30 Jul 2003 17:39:29 -0400 (EDT) From: Jeff Roberson To: Bosko Milekic In-Reply-To: <200307301855.h6UItFgg063471@repoman.freebsd.org> Message-ID: <20030730173717.X14210-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 21:39:31 -0000 On Wed, 30 Jul 2003, Bosko Milekic wrote: > > While I'm here, also silence GCC warnings by turning uma_slab_alloc() > from inline to real function. It's too big to be an inline. > > Reviewed by: JeffR Thanks bosko. When I originally wrote this I fell into the 'functions are so expensive!' trap. I must not have been thinking clearly. The slow path in UMA is hit so infrequently that perf improvements in it are not noticable. Cheers, Jeff From owner-cvs-src@FreeBSD.ORG Wed Jul 30 15:11:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF0C37B401; Wed, 30 Jul 2003 15:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9EA43FBD; Wed, 30 Jul 2003 15:11:37 -0700 (PDT) (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 h6UMBb0U081221; Wed, 30 Jul 2003 15:11:37 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UMBbD1081220; Wed, 30 Jul 2003 15:11:37 -0700 (PDT) Message-Id: <200307302211.h6UMBbD1081220@repoman.freebsd.org> From: Scott Long Date: Wed, 30 Jul 2003 15:11:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 22:11:38 -0000 scottl 2003/07/30 15:11:37 PDT FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Enforce -fno-strict-aliasing to override the converse that is implied by -O2 and -Os. Reviewed by: peter Revision Changes Path 1.33 +1 -1 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Wed Jul 30 15:50:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D239037B408; Wed, 30 Jul 2003 15:50:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7985943FDD; Wed, 30 Jul 2003 15:50:40 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6UMod0U083317; Wed, 30 Jul 2003 15:50:39 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UModIK083312; Wed, 30 Jul 2003 15:50:39 -0700 (PDT) Message-Id: <200307302250.h6UModIK083312@repoman.freebsd.org> From: Pierre Beyssac Date: Wed, 30 Jul 2003 15:50:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 22:50:43 -0000 pb 2003/07/30 15:50:38 PDT FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Remove test in pipe_write() which causes write(2) to return EAGAIN on a non-blocking pipe in cases where select(2) returns the file descriptor as ready for write. This in turns causes libc_r, for one, to busy wait in such cases. Note: it is a quick performance fix, a more complex fix might be required in case this turns out to have unexpected side effects. Reviewed by: silby MFC after: 3 days Revision Changes Path 1.141 +1 -1 src/sys/kern/sys_pipe.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 16:11:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4A1437B401; Wed, 30 Jul 2003 16:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3B143F75; Wed, 30 Jul 2003 16:11:38 -0700 (PDT) (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 h6UNBc0U085141; Wed, 30 Jul 2003 16:11:38 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6UNBbL2085140; Wed, 30 Jul 2003 16:11:37 -0700 (PDT) Message-Id: <200307302311.h6UNBbL2085140@repoman.freebsd.org> From: David Xu Date: Wed, 30 Jul 2003 16:11:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 23:11:39 -0000 davidxu 2003/07/30 16:11:37 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Use correct signal when calling sigexit. Revision Changes Path 1.256 +3 -1 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 17:43:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3CA37B401; Wed, 30 Jul 2003 17:43:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9368A43F75; Wed, 30 Jul 2003 17:43:11 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V0hB0U095094; Wed, 30 Jul 2003 17:43:11 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V0hB9H095093; Wed, 30 Jul 2003 17:43:11 -0700 (PDT) Message-Id: <200307310043.h6V0hB9H095093@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 30 Jul 2003 17:43:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h lpc.c movejobs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 00:43:12 -0000 gad 2003/07/30 17:43:11 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h lpc.c movejobs.c Log: MFC: all lpr/lpc/* changes to use __FBSDID(), and to fix 'sccsid' lines to consistently match style(9) guidelines. Revision Changes Path 1.14.2.17 +5 -4 src/usr.sbin/lpr/lpc/cmds.c 1.3.2.8 +4 -5 src/usr.sbin/lpr/lpc/cmdtab.c 1.3.6.9 +1 -1 src/usr.sbin/lpr/lpc/extern.h 1.13.2.12 +5 -4 src/usr.sbin/lpr/lpc/lpc.c 1.1.2.2 +2 -4 src/usr.sbin/lpr/lpc/movejobs.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 17:47:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54AB37B401; Wed, 30 Jul 2003 17:47:56 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4AD043F85; Wed, 30 Jul 2003 17:47:55 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6V0lsnq020081 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 30 Jul 2003 20:47:55 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h6V0lnZ75953; Wed, 30 Jul 2003 20:47:49 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Wed, 30 Jul 2003 20:47:49 -0400 From: Andrew Gallatin To: Marcel Moolenaar Message-ID: <20030730204749.A75933@grasshopper.cs.duke.edu> References: <20030724191943.GA1028@dhcp01.pn.xcllnt.net> <20030724232117.GA1913@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030724232117.GA1913@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Thu, Jul 24, 2003 at 04:21:17PM -0700 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/lib/libthr/arch/alpha/alpha _curthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 00:47:57 -0000 Marcel Moolenaar [marcel@xcllnt.net] wrote: > On Thu, Jul 24, 2003 at 05:00:13PM -0400, John Baldwin wrote: > > > > There is a chicken and egg problem. We use the unique value to > > initialize the per-cpu pointer on kernel entry. We only have one > > such beast, and in the kernel we cache it in a register that userland > > gets to clobber (and frequently does). If you can think of a better > > way to store the per-cpu pointer such that kernel entry can load it > > into the register go for it. > > I see where the confusion is: > > > pcpup = (struct pcpu *) alpha_pal_rdval(); > ^^^^^^^^^^^^^^^^^^^^^^ > > This is not the per-CPU unique value. I had to add alpha_pal_rdunique() > in order to access it. In numbers: > > PAL_rdval = PAL_OSF1_rdval = 0x0032 > PAL_rdunique = 0x009e > > PAL_rdval is a privileged operation PAL_rdunique isn't. > > There is no fundamental problem (although my alpha does reboot > when I run a 1:1-threaded application, so there is a problem :-) > FWIW, if we need another way to get to pcpu, we can always use alpha_pal_whami() to index into an array of pre-allocated per-cpu structs. Drew From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:05:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C6637B401; Wed, 30 Jul 2003 18:05:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8063C43FBD; Wed, 30 Jul 2003 18:05:35 -0700 (PDT) (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 h6V15Z0U096876; Wed, 30 Jul 2003 18:05:35 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V15YQZ096875; Wed, 30 Jul 2003 18:05:34 -0700 (PDT) Message-Id: <200307310105.h6V15YQZ096875@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 30 Jul 2003 18:05:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:05:36 -0000 marcel 2003/07/30 18:05:34 PDT FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c Log: In cpu_thread_setup(), set md_pcbpaddr to the physical address of the pcb. We use the physical address for context switching. While here, fix a nearby style(9) bug. Revision Changes Path 1.90 +2 -1 src/sys/alpha/alpha/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:25:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4268637B401; Wed, 30 Jul 2003 18:25:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03A243F3F; Wed, 30 Jul 2003 18:25:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1P50U097538; Wed, 30 Jul 2003 18:25:05 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1P5Ph097537; Wed, 30 Jul 2003 18:25:05 -0700 (PDT) Message-Id: <200307310125.h6V1P5Ph097537@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:25:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:25:06 -0000 peter 2003/07/30 18:25:05 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain in sync with the backend machdep code. When cpu_thread_init() does not have the same idea of KSTACK_PAGES as the thing that created the kstack, all hell breaks loose. Bad alc! no cookie! :-) Revision Changes Path 1.180 +2 -0 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:26:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C34837B401; Wed, 30 Jul 2003 18:26:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E295E43FD7; Wed, 30 Jul 2003 18:26:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1Qe0U097682; Wed, 30 Jul 2003 18:26:40 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1QeGi097681; Wed, 30 Jul 2003 18:26:40 -0700 (PDT) Message-Id: <200307310126.h6V1QeGi097681@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:26:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c src/sys/pc98/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:26:42 -0000 peter 2003/07/30 18:26:40 PDT FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/i386/i386 machdep.c sys/pc98/i386 machdep.c Log: Cosmetic: fix disorder of opt_kstack_pages.h include. Revision Changes Path 1.588 +1 -1 src/sys/amd64/amd64/machdep.c 1.569 +1 -1 src/sys/i386/i386/machdep.c 1.322 +1 -1 src/sys/pc98/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:27:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CFE37B401; Wed, 30 Jul 2003 18:27:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2068843F93; Wed, 30 Jul 2003 18:27:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1RI0U097730; Wed, 30 Jul 2003 18:27:18 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1RIpn097729; Wed, 30 Jul 2003 18:27:18 -0700 (PDT) Message-Id: <200307310127.h6V1RIpn097729@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:27:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:27:20 -0000 peter 2003/07/30 18:27:18 PDT FreeBSD src repository Modified files: sys/amd64/include param.h Log: KSTACK_PAGES is a global option. Revision Changes Path 1.8 +2 -0 src/sys/amd64/include/param.h From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:28:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DA537B422; Wed, 30 Jul 2003 18:28:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86AF843F93; Wed, 30 Jul 2003 18:28:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1Sf0U097834; Wed, 30 Jul 2003 18:28:41 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1Sfgu097833; Wed, 30 Jul 2003 18:28:41 -0700 (PDT) Message-Id: <200307310128.h6V1Sfgu097833@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:28:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:28:42 -0000 peter 2003/07/30 18:28:41 PDT FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Remove leftover relic of pmap_new_thread() etc. Revision Changes Path 1.116 +0 -4 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:29:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B66537B404; Wed, 30 Jul 2003 18:29:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D5543F75; Wed, 30 Jul 2003 18:29:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1T90U097881; Wed, 30 Jul 2003 18:29:09 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1T9Nc097880; Wed, 30 Jul 2003 18:29:09 -0700 (PDT) Message-Id: <200307310129.h6V1T9Nc097880@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:29:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:29:12 -0000 peter 2003/07/30 18:29:09 PDT FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Cosmetic: fix some disorder of #include "opt_...." files Revision Changes Path 1.144 +2 -1 src/sys/ia64/ia64/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:31:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31AD37B401; Wed, 30 Jul 2003 18:31:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3416243F75; Wed, 30 Jul 2003 18:31:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1VX0U098233; Wed, 30 Jul 2003 18:31:33 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1VWF7098232; Wed, 30 Jul 2003 18:31:32 -0700 (PDT) Message-Id: <200307310131.h6V1VWF7098232@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:31:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c src/sys/alpha/include param.h src/sys/ia64/ia64 mp_machdep.c vm_machdep.c src/sys/ia64/include param.h... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:31:34 -0000 peter 2003/07/30 18:31:32 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c sys/alpha/include param.h sys/ia64/ia64 mp_machdep.c vm_machdep.c sys/ia64/include param.h sys/powerpc/include param.h sys/powerpc/powerpc machdep.c pmap.c vm_machdep.c sys/sparc64/include param.h sys/sparc64/sparc64 genassym.c machdep.c pmap.c vm_machdep.c Log: Deal with 'options KSTACK_PAGES' being a global option. Revision Changes Path 1.210 +1 -0 src/sys/alpha/alpha/machdep.c 1.46 +2 -0 src/sys/alpha/alpha/mp_machdep.c 1.91 +2 -0 src/sys/alpha/alpha/vm_machdep.c 1.32 +2 -0 src/sys/alpha/include/param.h 1.48 +2 -0 src/sys/ia64/ia64/mp_machdep.c 1.64 +2 -0 src/sys/ia64/ia64/vm_machdep.c 1.16 +2 -0 src/sys/ia64/include/param.h 1.11 +2 -2 src/sys/powerpc/include/param.h 1.61 +1 -0 src/sys/powerpc/powerpc/machdep.c 1.61 +2 -0 src/sys/powerpc/powerpc/pmap.c 1.88 +2 -0 src/sys/powerpc/powerpc/vm_machdep.c 1.17 +2 -0 src/sys/sparc64/include/param.h 1.53 +2 -0 src/sys/sparc64/sparc64/genassym.c 1.98 +1 -0 src/sys/sparc64/sparc64/machdep.c 1.120 +1 -0 src/sys/sparc64/sparc64/pmap.c 1.49 +1 -0 src/sys/sparc64/sparc64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:36:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C45237B401; Wed, 30 Jul 2003 18:36:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B7443FA3; Wed, 30 Jul 2003 18:36:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V1aO0U098458; Wed, 30 Jul 2003 18:36:24 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1aOro098457; Wed, 30 Jul 2003 18:36:24 -0700 (PDT) Message-Id: <200307310136.h6V1aOro098457@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jul 2003 18:36:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:36:26 -0000 peter 2003/07/30 18:36:24 PDT FreeBSD src repository Modified files: sys/kern subr_trap.c Log: When ktracing context switches, make sure we record involuntary switches. Otherwise, when we get a evicted from the cpu, there is no record of it. This is not a default ktrace flag. Revision Changes Path 1.259 +14 -0 src/sys/kern/subr_trap.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 18:45:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A5637B401; Wed, 30 Jul 2003 18:45:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7D943F93; Wed, 30 Jul 2003 18:45:36 -0700 (PDT) (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 h6V1ja0U098948; Wed, 30 Jul 2003 18:45:36 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V1jZgC098947; Wed, 30 Jul 2003 18:45:35 -0700 (PDT) Message-Id: <200307310145.h6V1jZgC098947@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 30 Jul 2003 18:45:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 01:45:37 -0000 kan 2003/07/30 18:45:35 PDT FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to indicate GCC 3.3.1-pre import. Reminded by: kris Revision Changes Path 1.163 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Wed Jul 30 19:11:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E706D37B401; Wed, 30 Jul 2003 19:11:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927CC43FA3; Wed, 30 Jul 2003 19:11:04 -0700 (PDT) (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 h6V2B40U001065; Wed, 30 Jul 2003 19:11:04 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V2B4wG001064; Wed, 30 Jul 2003 19:11:04 -0700 (PDT) Message-Id: <200307310211.h6V2B4wG001064@repoman.freebsd.org> From: David Xu Date: Wed, 30 Jul 2003 19:11:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 02:11:05 -0000 davidxu 2003/07/30 19:11:04 PDT FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: Enhance i386_set_ldt to allow application to dynamic allocate or free a LDT entry. The function has following prototype: int i386_set_ldt(int start_sel, union descriptor *descs, int num_sels); Added Features: o If start_sel is 0, num_sels is 1 and the descriptor pointed to by descs is legal, then i386_set_ldt() will allocate a descriptor and return its selector numbe o If num_descs is 1, start_sels is valid, and descs is NULL, then i386_set_ldt() will free that descriptor (making it available to be real- located again later). o If num_descs is 0, start_sels is 0 and descs is NULL then, as a special case, i386_set_ldt() will free all descriptors. Reviewed by: julian Revision Changes Path 1.85 +167 -56 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 19:13:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541FC37B401; Wed, 30 Jul 2003 19:13:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCD143F85; Wed, 30 Jul 2003 19:13:48 -0700 (PDT) (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 h6V2Dm0U001237; Wed, 30 Jul 2003 19:13:48 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V2DmXh001236; Wed, 30 Jul 2003 19:13:48 -0700 (PDT) Message-Id: <200307310213.h6V2DmXh001236@repoman.freebsd.org> From: David Xu Date: Wed, 30 Jul 2003 19:13:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/i386/sys i386_get_ldt.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 02:13:49 -0000 davidxu 2003/07/30 19:13:48 PDT FreeBSD src repository Modified files: lib/libc/i386/sys i386_get_ldt.2 Log: Update manual for i386_set_ldt to reflect newly added features. Submitted by: julian Revision Changes Path 1.18 +34 -0 src/lib/libc/i386/sys/i386_get_ldt.2 From owner-cvs-src@FreeBSD.ORG Wed Jul 30 20:06:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BF437B401; Wed, 30 Jul 2003 20:06:23 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1042843FAF; Wed, 30 Jul 2003 20:06:22 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h6V36JBG007877; Wed, 30 Jul 2003 20:06:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h6V36IWI007876; Wed, 30 Jul 2003 20:06:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 30 Jul 2003 20:06:18 -0700 From: David Schultz To: Scott Long Message-ID: <20030731030618.GA7795@HAL9000.homeunix.com> Mail-Followup-To: Scott Long , Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200307301446.h6UEklCE044311@repoman.freebsd.org> <3F27EFCF.4070605@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F27EFCF.4070605@freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Ruslan Ermilov cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 03:06:24 -0000 On Wed, Jul 30, 2003, Scott Long wrote: > Ruslan Ermilov wrote: > >ru 2003/07/30 07:46:46 PDT > > > > FreeBSD src repository > > > > Modified files: > > release Makefile > > Log: > > The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing > > to survive. > > > > Discussed with: bde > > Tested on: i386 and pc98 > > > > Revision Changes Path > > 1.806 +2 -1 src/release/Makefile > > > > Thanks for doing this. However, I think that Peter was looking at doing > this globally in /sys/conf, not just the release. The reasoning is that > it might not be safe to use -fstrict-aliasing in any context right now > until we understand the actual impact of those warnings. I'd also > prefer if it was done there and not special-cased for the release. It has never been safe to compile the kernel with -fstrict-aliasing (or consequently -O2) in gcc3. Peter fixed a place where the warning was bogus, not a place where the kernel violated C's aliasing rules in a way that would cause gcc to make incorrect optimizations. From owner-cvs-src@FreeBSD.ORG Wed Jul 30 20:39:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D31E37B401; Wed, 30 Jul 2003 20:39:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE11E43F85; Wed, 30 Jul 2003 20:39:51 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V3dp0U006125; Wed, 30 Jul 2003 20:39:51 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V3dpH9006124; Wed, 30 Jul 2003 20:39:51 -0700 (PDT) Message-Id: <200307310339.h6V3dpH9006124@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 30 Jul 2003 20:39:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 03:39:52 -0000 bmilekic 2003/07/30 20:39:51 PDT FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap.c Log: Make sure that when the PV ENTRY zone is created in pmap, that it's created not only with UMA_ZONE_VM but also with UMA_ZONE_NOFREE. In the i386 case in particular, the pmap code would hook a special page allocation routine that allocated from kernel_map and not kmem_map, and so when/if the pageout daemon drained the zones, it could actually push out slabs from the PV ENTRY zone but call UMA's default page_free, which resulted in pages allocated from kernel_map being freed to kmem_map; bad. kmem_free() ignores the return value of the vm_map_delete and just returns. I'm not sure what the exact repercussions could be, but it doesn't look good. In the PAE case on i386, we also set-up a zone in pmap, so be conservative for now and make that zone also ZONE_NOFREE and ZONE_VM. Do this for the pmap zones for the other archs too, although in some cases it may not be entirely necessarily. We'd rather be safe than sorry at this point. Perhaps all UMA_ZONE_VM zones should by default be also UMA_ZONE_NOFREE? May fix some of silby's crashes on the PV ENTRY zone. Revision Changes Path 1.132 +1 -1 src/sys/alpha/alpha/pmap.c 1.427 +1 -1 src/sys/amd64/amd64/pmap.c 1.420 +3 -2 src/sys/i386/i386/pmap.c 1.117 +2 -2 src/sys/ia64/ia64/pmap.c 1.62 +2 -2 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 20:57:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9BD37B401; Wed, 30 Jul 2003 20:57:25 -0700 (PDT) Received: from godel.mtl.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2345743F3F; Wed, 30 Jul 2003 20:57:24 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: from godel.mtl.distributel.net (localhost [127.0.0.1]) h6V02OVH005876; Thu, 31 Jul 2003 00:02:24 GMT (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by godel.mtl.distributel.net (8.12.9/8.12.9/Submit) id h6V02NUn005875; Thu, 31 Jul 2003 00:02:23 GMT X-Authentication-Warning: godel.mtl.distributel.net: bmilekic set sender to bmilekic@technokratis.com using -f Date: Thu, 31 Jul 2003 00:02:23 +0000 From: Bosko Milekic To: Bosko Milekic Message-ID: <20030731000223.GA5840@technokratis.com> References: <200307310339.h6V3dpH9006124@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307310339.h6V3dpH9006124@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 03:57:25 -0000 On Wed, Jul 30, 2003 at 08:39:51PM -0700, Bosko Milekic wrote: > bmilekic 2003/07/30 20:39:51 PDT > > FreeBSD src repository > > Modified files: > sys/alpha/alpha pmap.c > sys/amd64/amd64 pmap.c > sys/i386/i386 pmap.c > sys/ia64/ia64 pmap.c > sys/powerpc/powerpc pmap.c > Log: > Make sure that when the PV ENTRY zone is created in pmap, that it's > created not only with UMA_ZONE_VM but also with UMA_ZONE_NOFREE. In > the i386 case in particular, the pmap code would hook a special > page allocation routine that allocated from kernel_map and not kmem_map, > and so when/if the pageout daemon drained the zones, it could actually > push out slabs from the PV ENTRY zone but call UMA's default page_free, > which resulted in pages allocated from kernel_map being freed to > kmem_map; bad. kmem_free() ignores the return value of the > vm_map_delete and just returns. I'm not sure what the exact > repercussions could be, but it doesn't look good. > > In the PAE case on i386, we also set-up a zone in pmap, so be > conservative for now and make that zone also ZONE_NOFREE and > ZONE_VM. Do this for the pmap zones for the other archs too, > although in some cases it may not be entirely necessarily. We'd > rather be safe than sorry at this point. > > Perhaps all UMA_ZONE_VM zones should by default be also > UMA_ZONE_NOFREE? > > May fix some of silby's crashes on the PV ENTRY zone. FWIW, we also need to look and make sure the UMA_ZONE_VM actually explicitly ensures that slabs are never allocated from the slabzone so as to result in a call to the VM in some cases. If the slab is stored in the allocated page this should not be an issue but if it's allocated apart from slabzone then it can be an issue; just like allocating a bucket from the bucketzone and going to VM is illegal for UMA_ZONE_VM, this should be too. UMA_ZONE_OFFPAGE could help here but I don't think that its functionality is completely implemented (iirc, it's mostly ignored). -- Bosko Milekic * bmilekic@technokratis.com * bmilekic@FreeBSD.org TECHNOkRATIS Consulting Services * http://www.technokratis.com/ From owner-cvs-src@FreeBSD.ORG Wed Jul 30 22:27:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800EC37B401; Wed, 30 Jul 2003 22:27:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D88243F93; Wed, 30 Jul 2003 22:27:01 -0700 (PDT) (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 h6V5R00U017102; Wed, 30 Jul 2003 22:27:00 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V5R0tQ017101; Wed, 30 Jul 2003 22:27:00 -0700 (PDT) Message-Id: <200307310527.h6V5R0tQ017101@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 30 Jul 2003 22:27:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 05:27:02 -0000 marcel 2003/07/30 22:27:00 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: In set_mcontext(), store the (user) stack pointer and the thread pointer in the PCB of the corresponding thread if it's not the current thread. This is needed for thr_create() to setup the newly created thread from the context provided by the application. This commit finalizes supporting libthr. Revision Changes Path 1.211 +3 -0 src/sys/alpha/alpha/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 22:34:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B9A37B401; Wed, 30 Jul 2003 22:34:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C3543FB1; Wed, 30 Jul 2003 22:34:20 -0700 (PDT) (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 h6V5YK0U017416; Wed, 30 Jul 2003 22:34:20 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V5YK4B017415; Wed, 30 Jul 2003 22:34:20 -0700 (PDT) Message-Id: <200307310534.h6V5YK4B017415@repoman.freebsd.org> From: Scott Long Date: Wed, 30 Jul 2003 22:34:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 05:34:21 -0000 scottl 2003/07/30 22:34:20 PDT FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c Log: Allocate the S/G list in the tag, not on the stack. The enforces the rule that while many maps can exist and be loaded per tag, bus_dmamap_load() and friends can only be called on one map at a time from the tag. This is enforced via the mutex arguments in the tag. Fixing this bug means that s/g lists can be arbitrarily long in length, and also removes an ugly GNU-ism from the code. No API or ABI change is incurred. Similar changes for other platforms is forthcoming. Revision Changes Path 1.53 +32 -27 src/sys/i386/i386/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 30 23:18:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3AB37B401; Wed, 30 Jul 2003 23:18:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195C443F75; Wed, 30 Jul 2003 23:18:25 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V6IO0U020943; Wed, 30 Jul 2003 23:18:24 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V6IOav020942; Wed, 30 Jul 2003 23:18:24 -0700 (PDT) Message-Id: <200307310618.h6V6IOav020942@repoman.freebsd.org> From: David Schultz Date: Wed, 30 Jul 2003 23:18:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen arc4random.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 06:18:26 -0000 das 2003/07/30 23:18:24 PDT FreeBSD src repository Modified files: lib/libc/gen arc4random.3 Log: The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. Revision Changes Path 1.16 +4 -2 src/lib/libc/gen/arc4random.3 From owner-cvs-src@FreeBSD.ORG Wed Jul 30 23:18:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3071A37B410; Wed, 30 Jul 2003 23:18:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E3E43FAF; Wed, 30 Jul 2003 23:18:34 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V6IY0U020977; Wed, 30 Jul 2003 23:18:34 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V6IYCI020976; Wed, 30 Jul 2003 23:18:34 -0700 (PDT) Message-Id: <200307310618.h6V6IYCI020976@repoman.freebsd.org> From: David Schultz Date: Wed, 30 Jul 2003 23:18:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib random.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 06:18:35 -0000 das 2003/07/30 23:18:34 PDT FreeBSD src repository Modified files: lib/libc/stdlib random.3 Log: Cross-reference arc4random(3). Revision Changes Path 1.19 +4 -0 src/lib/libc/stdlib/random.3 From owner-cvs-src@FreeBSD.ORG Thu Jul 31 00:13:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB0837B401; Thu, 31 Jul 2003 00:13:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8898243FAF; Thu, 31 Jul 2003 00:13:55 -0700 (PDT) (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 h6V7Dt0U024217; Thu, 31 Jul 2003 00:13:55 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V7DtWe024216; Thu, 31 Jul 2003 00:13:55 -0700 (PDT) Message-Id: <200307310713.h6V7DtWe024216@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 31 Jul 2003 00:13:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:13:56 -0000 ru 2003/07/31 00:13:55 PDT FreeBSD src repository Modified files: release Makefile Log: Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job. OK'ed by: scottl Revision Changes Path 1.807 +1 -2 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 31 00:14:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6536E37B401; Thu, 31 Jul 2003 00:14:31 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8951B43FB1; Thu, 31 Jul 2003 00:14:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id RAA00387; Thu, 31 Jul 2003 17:14:26 +1000 Date: Thu, 31 Jul 2003 17:14:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm In-Reply-To: <200307310136.h6V1aOro098457@repoman.freebsd.org> Message-ID: <20030731170953.U5558@gamplex.bde.org> References: <200307310136.h6V1aOro098457@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:14:31 -0000 On Wed, 30 Jul 2003, Peter Wemm wrote: > peter 2003/07/30 18:36:24 PDT > > FreeBSD src repository > > Modified files: > sys/kern subr_trap.c > Log: > When ktracing context switches, make sure we record involuntary switches. > Otherwise, when we get a evicted from the cpu, there is no record of it. > This is not a default ktrace flag. This seems to be missing for many other calls to mi_switch(). Perhaps mi_switch() itself should handle it. Bruce From owner-cvs-src@FreeBSD.ORG Thu Jul 31 00:28:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AADE37B401; Thu, 31 Jul 2003 00:28:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DB143FD7; Thu, 31 Jul 2003 00:28:59 -0700 (PDT) (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 h6V7Sw0U024889; Thu, 31 Jul 2003 00:28:58 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V7Swko024888; Thu, 31 Jul 2003 00:28:58 -0700 (PDT) Message-Id: <200307310728.h6V7Swko024888@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 31 Jul 2003 00:28:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile src/release/alpha dokern.sh drivers.conf fixit_crunch.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:28:59 -0000 ru 2003/07/31 00:28:58 PDT FreeBSD src repository Modified files: release Makefile Removed files: release/alpha dokern.sh drivers.conf fixit_crunch.conf Log: From now on, Alpha releases will come with NO_FLOPPIES. Approved by: consensus on freebsd-alpha A replacement (miniboot.iso) is currently under development. Revision Changes Path 1.808 +1 -14 src/release/Makefile 1.74 +0 -66 src/release/alpha/dokern.sh (dead) 1.21 +0 -68 src/release/alpha/drivers.conf (dead) 1.36 +0 -23 src/release/alpha/fixit_crunch.conf (dead) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 00:47:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7291637B401; Thu, 31 Jul 2003 00:47:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEC643FAF; Thu, 31 Jul 2003 00:47:26 -0700 (PDT) (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 h6V7lP0U031097; Thu, 31 Jul 2003 00:47:25 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V7lPNf031096; Thu, 31 Jul 2003 00:47:25 -0700 (PDT) Message-Id: <200307310747.h6V7lPNf031096@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 31 Jul 2003 00:47:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:47:27 -0000 des 2003/07/31 00:47:25 PDT FreeBSD src repository Modified files: tools/tools/tinderbox experimental.rc Log: Make the experimental platforms tinderbox extra verbose. Revision Changes Path 1.3 +1 -0 src/tools/tools/tinderbox/experimental.rc From owner-cvs-src@FreeBSD.ORG Thu Jul 31 00:52:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BED7137B413; Thu, 31 Jul 2003 00:52:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58EDC43F3F; Thu, 31 Jul 2003 00:52:07 -0700 (PDT) (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 h6V7q70U031315; Thu, 31 Jul 2003 00:52:07 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V7q6Kj031314; Thu, 31 Jul 2003 00:52:06 -0700 (PDT) Message-Id: <200307310752.h6V7q6Kj031314@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 31 Jul 2003 00:52:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:52:08 -0000 des 2003/07/31 00:52:06 PDT FreeBSD src repository Modified files: tools/tools/tinderbox experimental.rc Log: Braino in previous commit: lists are comma-separated. Revision Changes Path 1.4 +1 -1 src/tools/tools/tinderbox/experimental.rc From owner-cvs-src@FreeBSD.ORG Thu Jul 31 01:20:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E3DF37B404; Thu, 31 Jul 2003 01:20:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA7B43FBF; Thu, 31 Jul 2003 01:20:24 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V8KO0U033346; Thu, 31 Jul 2003 01:20:24 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V8KOkF033345; Thu, 31 Jul 2003 01:20:24 -0700 (PDT) Message-Id: <200307310820.h6V8KOkF033345@repoman.freebsd.org> From: Julian Elischer Date: Thu, 31 Jul 2003 01:20:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:20:25 -0000 julian 2003/07/31 01:20:24 PDT FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: Have a go at unbreaking the tinderbox by fixing a debug printf. The other option would be to remove it, but I can imagine it may be useful for the forseeable future as we fiddle with segments in KSE and thr libraries, Revision Changes Path 1.86 +4 -4 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 01:26:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAED537B401; Thu, 31 Jul 2003 01:26:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551E243F85; Thu, 31 Jul 2003 01:26:59 -0700 (PDT) (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 h6V8Qx0U033596; Thu, 31 Jul 2003 01:26:59 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V8QxSm033595; Thu, 31 Jul 2003 01:26:59 -0700 (PDT) Message-Id: <200307310826.h6V8QxSm033595@repoman.freebsd.org> From: David Xu Date: Thu, 31 Jul 2003 01:26:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_concurrency.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:27:00 -0000 davidxu 2003/07/31 01:26:59 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_concurrency.c Log: sysctlbyname needs size_t type, not int. Revision Changes Path 1.5 +1 -1 src/lib/libpthread/thread/thr_concurrency.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 01:33:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B5537B401; Thu, 31 Jul 2003 01:33:56 -0700 (PDT) Received: from sledge.freebsd.org (sledge.freebsd.org [216.136.204.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422E143F93; Thu, 31 Jul 2003 01:33:56 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from davidw2k (localhost [127.0.0.1]) by sledge.freebsd.org (8.12.9/8.12.9) with SMTP id h6V8Xrep003376; Thu, 31 Jul 2003 01:33:54 -0700 (PDT) (envelope-from davidxu@freebsd.org) Message-ID: <01a001c3573e$fef1e380$f001a8c0@davidw2k> From: "David Xu" To: "Julian Elischer" , , , References: <200307310820.h6V8KOkF033345@repoman.freebsd.org> Date: Thu, 31 Jul 2003 16:37:34 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:33:57 -0000 ----- Original Message -----=20 From: "Julian Elischer" To: ; ; = Sent: Thursday, July 31, 2003 4:20 PM Subject: cvs commit: src/sys/i386/i386 sys_machdep.c > julian 2003/07/31 01:20:24 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/i386/i386 sys_machdep.c=20 > Log: > Have a go at unbreaking the tinderbox by fixing a debug printf. > The other option would be to remove it, but I can imagine it may be = useful > for the forseeable future as we fiddle with segments in KSE and thr = libraries, > =20 > Revision Changes Path > 1.86 +4 -4 src/sys/i386/i386/sys_machdep.c >=20 Very thanks! David Xu From owner-cvs-src@FreeBSD.ORG Thu Jul 31 01:34:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB8A37B401; Thu, 31 Jul 2003 01:34:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD21B43F75; Thu, 31 Jul 2003 01:34:36 -0700 (PDT) (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 h6V8Ya0U033880; Thu, 31 Jul 2003 01:34:36 -0700 (PDT) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V8Ya1c033879; Thu, 31 Jul 2003 01:34:36 -0700 (PDT) Message-Id: <200307310834.h6V8Ya1c033879@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 31 Jul 2003 01:34:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:34:37 -0000 suz 2003/07/31 01:34:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/rtadvd rtadvd.conf.5 Log: MFC 1.11: fixed wrong parameter descriptions Revision Changes Path 1.1.2.10 +9 -3 src/usr.sbin/rtadvd/rtadvd.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Jul 31 01:50:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F277837B404; Thu, 31 Jul 2003 01:50:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC7643F75; Thu, 31 Jul 2003 01:50:02 -0700 (PDT) (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 h6V8o20U034499; Thu, 31 Jul 2003 01:50:02 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V8o21T034498; Thu, 31 Jul 2003 01:50:02 -0700 (PDT) Message-Id: <200307310850.h6V8o21T034498@repoman.freebsd.org> From: David Xu Date: Thu, 31 Jul 2003 01:50:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:50:03 -0000 davidxu 2003/07/31 01:50:02 PDT FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 enter_uts.S Log: Fix some typos, correctly jump into UTS. Revision Changes Path 1.2 +2 -2 src/lib/libpthread/arch/amd64/amd64/enter_uts.S From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:03:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DEB37B401; Thu, 31 Jul 2003 02:03:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1BF43FE5; Thu, 31 Jul 2003 02:03:36 -0700 (PDT) (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 h6V93a0U035976; Thu, 31 Jul 2003 02:03:36 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V93afH035975; Thu, 31 Jul 2003 02:03:36 -0700 (PDT) Message-Id: <200307310903.h6V93afH035975@repoman.freebsd.org> From: David Xu Date: Thu, 31 Jul 2003 02:03:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/include ksd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:03:37 -0000 davidxu 2003/07/31 02:03:36 PDT FreeBSD src repository Modified files: lib/libpthread/arch/amd64/include ksd.h Log: Set GSBASE for kse. Finally make libkse work on AMD64. Revision Changes Path 1.2 +3 -6 src/lib/libpthread/arch/amd64/include/ksd.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:13:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7374C37B401; Thu, 31 Jul 2003 02:13:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFE843F85; Thu, 31 Jul 2003 02:13:23 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6V9DM0U036374; Thu, 31 Jul 2003 02:13:22 -0700 (PDT) (envelope-from hm@repoman.freebsd.org) Received: (from hm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6V9DMUw036373; Thu, 31 Jul 2003 02:13:22 -0700 (PDT) Message-Id: <200307310913.h6V9DMUw036373@repoman.freebsd.org> From: Hellmuth Michaelis Date: Thu, 31 Jul 2003 02:13:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/i4b/isdnd support.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:13:24 -0000 hm 2003/07/31 02:13:22 PDT FreeBSD src repository Modified files: usr.sbin/i4b/isdnd support.c Log: Fix bug in find_matching_entry_incoming(): the loop checking the allowed incoming remote telephone numbers and subaddresses ignored the configured list completely since it was always terminated by a break at the end of the first run (which was a leftover from the implementation of subaddresses). Submitted by: Christian Ullrich Revision Changes Path 1.16 +27 -24 src/usr.sbin/i4b/isdnd/support.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:17:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB07637B404; Thu, 31 Jul 2003 02:17:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A4F43F85; Thu, 31 Jul 2003 02:17:23 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id TAA14890; Thu, 31 Jul 2003 19:17:20 +1000 Date: Thu, 31 Jul 2003 19:17:19 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Makonnen In-Reply-To: <200307301853.h6UIrxY4063377@repoman.freebsd.org> Message-ID: <20030731191020.Q642@gamplex.bde.org> References: <200307301853.h6UIrxY4063377@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d hostname ipfilter ipsec netif ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:17:25 -0000 On Wed, 30 Jul 2003, Mike Makonnen wrote: > mtm 2003/07/30 11:53:59 PDT > > FreeBSD src repository > > Modified files: > etc/rc.d hostname ipfilter ipsec netif ttys > Log: > tty whacking should occur early, but not so early that the > required commands are not on a mounted file system. > > Noticed by: bde Thanks. Now `id' is the only command used before its file system is mounted on my nfs clients. id seems to be used only in rc.subr. Bruce From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:42:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D04FA37B401; Thu, 31 Jul 2003 02:42:34 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD6D43FB1; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6V9gXwO093852; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6V9gXF1018231; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6V9gXwV018230; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel) Date: Thu, 31 Jul 2003 02:42:32 -0700 From: Marcel Moolenaar To: David Xu Message-ID: <20030731094232.GA18170@dhcp01.pn.xcllnt.net> References: <200307310903.h6V93afH035975@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307310903.h6V93afH035975@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/amd64/include ksd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:42:35 -0000 On Thu, Jul 31, 2003 at 02:03:36AM -0700, David Xu wrote: > davidxu 2003/07/31 02:03:36 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/amd64/include ksd.h > Log: > Set GSBASE for kse. Finally make libkse work on AMD64. Nice! Note however that on amd64 the compiler uses %fs instead of %gs for the thread pointer. It's probably a good idea to migrate from %gs to %fs (assuming it's not a compiler bug) before we have TLS support. JFYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:45:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A4937B401; Thu, 31 Jul 2003 02:45:08 -0700 (PDT) Received: from fafoe.narf.at (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B39F43F85; Thu, 31 Jul 2003 02:45:07 -0700 (PDT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.2.102]) by fafoe.narf.at (Postfix) with ESMTP id CB9C03FC4; Thu, 31 Jul 2003 11:45:04 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 014635E; Thu, 31 Jul 2003 11:45:03 +0200 (CEST) Date: Thu, 31 Jul 2003 11:45:03 +0200 From: Stefan Farfeleder To: Scott Long Message-ID: <20030731094503.GQ563@wombat.fafoe.narf.at> References: <200307310534.h6V5YK4B017415@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307310534.h6V5YK4B017415@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 09:45:08 -0000 On Wed, Jul 30, 2003 at 10:34:20PM -0700, Scott Long wrote: > Fixing this bug means that s/g lists can be arbitrarily long in length, and > also removes an ugly GNU-ism from the code. No API or ABI change is > incurred. Similar changes for other platforms is forthcoming. @@ -683,11 +694,6 @@ bus_dmamap_load_uio(bus_dma_tag_t dmat, int flags) { bus_addr_t lastaddr; -#ifdef __GNUC__ - bus_dma_segment_t dm_segments[dmat->nsegments]; -#else - bus_dma_segment_t dm_segments[BUS_DMAMAP_NSEGS]; -#endif int nsegs, error, first, i; bus_size_t resid; struct iovec *iov; This ugly GNU-ism is called a variable length array and was standardised in C99 (this is just FYI, no objections to the changes). Regards, Stefan Farfeleder From owner-cvs-src@FreeBSD.ORG Thu Jul 31 03:24:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C37437B401; Thu, 31 Jul 2003 03:24:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA71743FD7; Thu, 31 Jul 2003 03:24:36 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VAOa0U040421; Thu, 31 Jul 2003 03:24:36 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VAOaaQ040420; Thu, 31 Jul 2003 03:24:36 -0700 (PDT) Message-Id: <200307311024.h6VAOaaQ040420@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 31 Jul 2003 03:24:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 10:24:38 -0000 maxim 2003/07/31 03:24:36 PDT FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: o Fix a typo in previous commit. Revision Changes Path 1.68 +1 -1 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 03:36:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE17C37B401; Thu, 31 Jul 2003 03:36:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D5643FAF; Thu, 31 Jul 2003 03:36:37 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VAab0U040950; Thu, 31 Jul 2003 03:36:37 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VAaaeW040949; Thu, 31 Jul 2003 03:36:36 -0700 (PDT) Message-Id: <200307311036.h6VAaaeW040949@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 31 Jul 2003 03:36:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 10:36:38 -0000 maxim 2003/07/31 03:36:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c Log: MFC rev. 1.67 and 1.68: do not overwrite saved interrupt priority level by alloc_hash(), use a separate variable. Restore interrupt priority level before return. Revision Changes Path 1.24.2.25 +9 -7 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 04:50:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7D737B404; Thu, 31 Jul 2003 04:50:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5238243FB1; Thu, 31 Jul 2003 04:50:02 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VBo20U050047; Thu, 31 Jul 2003 04:50:02 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VBo1E1050046; Thu, 31 Jul 2003 04:50:01 -0700 (PDT) Message-Id: <200307311150.h6VBo1E1050046@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 31 Jul 2003 04:50:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/smbfs/mount_smbfs mount_smbfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 11:50:03 -0000 simon 2003/07/31 04:50:01 PDT FreeBSD src repository (doc committer) Modified files: contrib/smbfs/mount_smbfs mount_smbfs.8 Log: - Correct the path to the dot.nsmbrc sample file. - Add FreeBSD CVS tag. PR: docs/35649 Submitted by: roam Approved by: ceri (mentor) Revision Changes Path 1.2 +43 -44 src/contrib/smbfs/mount_smbfs/mount_smbfs.8 From owner-cvs-src@FreeBSD.ORG Thu Jul 31 05:40:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA2537B401; Thu, 31 Jul 2003 05:40:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2131043F85; Thu, 31 Jul 2003 05:40:57 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VCeu0U054229; Thu, 31 Jul 2003 05:40:56 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VCeujB054228; Thu, 31 Jul 2003 05:40:56 -0700 (PDT) Message-Id: <200307311240.h6VCeujB054228@repoman.freebsd.org> From: Pierre Beyssac Date: Thu, 31 Jul 2003 05:40:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression README src/tools/regression/pipe Makefile bigpipetest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 12:40:58 -0000 pb 2003/07/31 05:40:56 PDT FreeBSD src repository Modified files: tools/regression README Added files: tools/regression/pipe Makefile bigpipetest.c Log: Add a regression test for the big pipe bug. Suggested by: silby Revision Changes Path 1.10 +1 -0 src/tools/regression/README 1.1 +16 -0 src/tools/regression/pipe/Makefile (new) 1.1 +78 -0 src/tools/regression/pipe/bigpipetest.c (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 06:36:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB45F37B401; Thu, 31 Jul 2003 06:36:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51F343F93; Thu, 31 Jul 2003 06:36:57 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VDav0U057092; Thu, 31 Jul 2003 06:36:57 -0700 (PDT) (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VDavpI057091; Thu, 31 Jul 2003 06:36:57 -0700 (PDT) Message-Id: <200307311336.h6VDavpI057091@repoman.freebsd.org> From: Andrew Gallatin Date: Thu, 31 Jul 2003 06:36:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 13:36:59 -0000 gallatin 2003/07/31 06:36:57 PDT FreeBSD src repository Modified files: sys/dev/pdq if_fea.c Log: Make this compile on alpha. Revision Changes Path 1.25 +1 -1 src/sys/dev/pdq/if_fea.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 06:41:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7121737B401; Thu, 31 Jul 2003 06:41:43 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D0043FCB; Thu, 31 Jul 2003 06:41:42 -0700 (PDT) (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.9/8.12.9) with ESMTP id h6VDffnq019780 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 31 Jul 2003 09:41:41 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h6VDfaT77223; Thu, 31 Jul 2003 09:41:36 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 31 Jul 2003 09:41:36 -0400 From: Andrew Gallatin To: Andrew Gallatin Message-ID: <20030731094136.A77201@grasshopper.cs.duke.edu> References: <200307311336.h6VDavpI057091@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: <200307311336.h6VDavpI057091@repoman.freebsd.org>; from gallatin@FreeBSD.org on Thu, Jul 31, 2003 at 06:36:57AM -0700 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 13:41:43 -0000 FWIW, LINT builds again on alpha now. Drew From owner-cvs-src@FreeBSD.ORG Thu Jul 31 07:20:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DF837B401; Thu, 31 Jul 2003 07:20:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A251943FB1; Thu, 31 Jul 2003 07:20:08 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VEK80U059534; Thu, 31 Jul 2003 07:20:08 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VEK83N059533; Thu, 31 Jul 2003 07:20:08 -0700 (PDT) Message-Id: <200307311420.h6VEK83N059533@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 31 Jul 2003 07:20:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_aali.h fore_command.c fore_init.c fore_intr.c fore_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 14:20:10 -0000 harti 2003/07/31 07:20:08 PDT FreeBSD src repository Modified files: sys/dev/hfa fore_aali.h fore_command.c fore_init.c fore_intr.c fore_var.h Log: Make the driver to work with firmware version 4.1.12 (other 4.X.Y should also do it). Three problems have been encountered: 1. The initialisation command does not work in interrupt mode. Whether this is a firmware bug or a feature is not clear. The original Fore drivers execute the initialize command always in polling mode, so it appears that this behaviour is expected. When we detect a 4.X.Y firmware do busy wait on the command status. 2. The command code of the GET_PROM command has changed. This is an unofficial command anyway. What was GET_PROM in 3.X.Y is CLEAR_STATS in 4.X.Y (although unimplemented in the firmware). We need to use the correct code depending on the firmware. 3. The 4.X.Y firmware can set the error flag in the command status without also setting the completion flag (as the documenation says). Check both variants. An additional field in the per-card structure fu_ft4 is TRUE when we have detected a 4.X.Y firmware. Otherwise it is false. The behaviour of the driver when using a 3.X.Y firmware should be identical to the previous behaviour. This change will enable traffic shaping of (at least one) CBR channels. Revision Changes Path 1.4 +3 -1 src/sys/dev/hfa/fore_aali.h 1.15 +11 -1 src/sys/dev/hfa/fore_command.c 1.14 +50 -3 src/sys/dev/hfa/fore_init.c 1.10 +6 -2 src/sys/dev/hfa/fore_intr.c 1.8 +1 -0 src/sys/dev/hfa/fore_var.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 07:26:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D2537B401; Thu, 31 Jul 2003 07:26:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA2843F85; Thu, 31 Jul 2003 07:26:09 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VEQ80U059809; Thu, 31 Jul 2003 07:26:08 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VEQ8nZ059808; Thu, 31 Jul 2003 07:26:08 -0700 (PDT) Message-Id: <200307311426.h6VEQ8nZ059808@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 31 Jul 2003 07:26:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.8 fore_dnld.c pca200e.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 14:26:10 -0000 harti 2003/07/31 07:26:07 PDT FreeBSD src repository Modified files: sbin/atm/fore_dnld fore_dnld.8 fore_dnld.c pca200e.c Log: Make firmware version 4.1.12 the default for download to PCA-200E adapters. The old firmware (3.0.1) can still be used by specifying the '-3' option to fore_dnld. Document the -r option that resets the adapter prior to the download. Ther newer firmware version allows traffic shaping. Revision Changes Path 1.7 +7 -2 src/sbin/atm/fore_dnld/fore_dnld.8 1.15 +16 -6 src/sbin/atm/fore_dnld/fore_dnld.c 1.2 +2050 -3 src/sbin/atm/fore_dnld/pca200e.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 07:52:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C52B37B401; Thu, 31 Jul 2003 07:52:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4A243F85; Thu, 31 Jul 2003 07:52:45 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VEqj0U060809; Thu, 31 Jul 2003 07:52:45 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VEqjhR060808; Thu, 31 Jul 2003 07:52:45 -0700 (PDT) Message-Id: <200307311452.h6VEqjhR060808@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 31 Jul 2003 07:52:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_output.c fore_var.h fore_vcm.c hfa_freebsd.c hfa_freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 14:52:46 -0000 harti 2003/07/31 07:52:44 PDT FreeBSD src repository Modified files: sys/dev/hfa fore_output.c fore_var.h fore_vcm.c hfa_freebsd.c hfa_freebsd.h Log: Implement a traffic shaping option for the PCA200 for CBR channels. This is controlled by a per-adapter sysctl hw.atm.hfaX.shape. When set to 0, no shaping occures. When set to 1 at most 1 channel is shaped. When set to 2 all CBR channels are shaped. Note, that the latter may actually not work, because of the adapter supporting the shaping of only one PDU at the same time. Revision Changes Path 1.15 +1 -1 src/sys/dev/hfa/fore_output.c 1.9 +11 -0 src/sys/dev/hfa/fore_var.h 1.9 +190 -2 src/sys/dev/hfa/fore_vcm.c 1.7 +43 -0 src/sys/dev/hfa/hfa_freebsd.c 1.2 +4 -0 src/sys/dev/hfa/hfa_freebsd.h From owner-cvs-src@FreeBSD.ORG Mon Jul 21 04:35:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFE9037B401; Mon, 21 Jul 2003 04:35:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3C543FB1; Mon, 21 Jul 2003 04:35:07 -0700 (PDT) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6LBZ70U019051; Mon, 21 Jul 2003 04:35:07 -0700 (PDT) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6LBZ791019050; Mon, 21 Jul 2003 04:35:07 -0700 (PDT) Message-Id: <200307211135.h6LBZ791019050@repoman.freebsd.org> From: Shunsuke Akiyama Date: Mon, 21 Jul 2003 04:35:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uvisor.c uvscom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 11:35:08 -0000 akiyama 2003/07/21 04:35:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uvisor.c uvscom.c Log: MFC: Add missing module dependency. uvisor.c: 1.11 uvscom.c: 1.15 Revision Changes Path 1.7.2.4 +1 -0 src/sys/dev/usb/uvisor.c 1.9.2.6 +1 -0 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 08:58:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA1437B401; Thu, 31 Jul 2003 08:58:02 -0700 (PDT) Received: from pool-151-200-10-97.res.east.verizon.net (pool-138-88-5-64.res.east.verizon.net [138.88.5.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D6743FBF; Thu, 31 Jul 2003 08:57:55 -0700 (PDT) (envelope-from mtm@identd.net) Received: from kokeb.ambesa.net (b7t1koyqemy54hxa@localhost [127.0.0.1]) id h6VFvfJO024232; Thu, 31 Jul 2003 11:57:41 -0400 (EDT) (envelope-from mtm@identd.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.9/8.12.9/Submit) id h6VFvVAe024231; Thu, 31 Jul 2003 11:57:31 -0400 (EDT) (envelope-from mtm@identd.net) X-Authentication-Warning: kokeb.ambesa.net: mtm set sender to mtm@identd.net using -f Date: Thu, 31 Jul 2003 11:57:31 -0400 From: Mike Makonnen To: Bruce Evans Message-ID: <20030731155730.GA23825@kokeb.ambesa.net> References: <200307301853.h6UIrxY4063377@repoman.freebsd.org> <20030731191020.Q642@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <20030731191020.Q642@gamplex.bde.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.1-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d hostname ipfilter ipsec netif ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 15:58:03 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 31, 2003 at 07:17:19PM +1000, Bruce Evans wrote: > On Wed, 30 Jul 2003, Mike Makonnen wrote: > > > mtm 2003/07/30 11:53:59 PDT > > > > FreeBSD src repository > > > > Modified files: > > etc/rc.d hostname ipfilter ipsec netif ttys > > Log: > > tty whacking should occur early, but not so early that the > > required commands are not on a mounted file system. > > > > Noticed by: bde > > Thanks. Now `id' is the only command used before its file system > is mounted on my nfs clients. id seems to be used only in rc.subr. What do you think of the following ? Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon! --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="id.diff" Index: etc/rc.subr =================================================================== RCS file: /home/ncvs/src/etc/rc.subr,v retrieving revision 1.14 diff -u -r1.14 rc.subr --- etc/rc.subr 24 Jul 2003 18:17:21 -0000 1.14 +++ etc/rc.subr 31 Jul 2003 15:54:58 -0000 @@ -47,6 +47,8 @@ SYSCTL_N="${SYSCTL} -n" CMD_OSTYPE="${SYSCTL_N} kern.ostype" OSTYPE=`${CMD_OSTYPE}` +ID="/usr/bin/id" +IDCMD="if [ -x $ID ]; then $ID -un; fi" case ${OSTYPE} in FreeBSD) @@ -504,7 +506,7 @@ _group=\$${name}_group _groups=\$${name}_groups if [ -n "$_user" ]; then # unset $_user if running as that user - if [ "$_user" = "$(id -un)" ]; then + if [ "$_user" = "$(eval $IDCMD)" ]; then unset _user fi fi --qDbXVdCdHGoSgWSk-- From owner-cvs-src@FreeBSD.ORG Thu Jul 31 09:11:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B423637B401; Thu, 31 Jul 2003 09:11:12 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D6743FBD; Thu, 31 Jul 2003 09:11:11 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6VGB9QX085924; Thu, 31 Jul 2003 09:11:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6VGB93X085923; Thu, 31 Jul 2003 09:11:09 -0700 (PDT) Date: Thu, 31 Jul 2003 09:11:09 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030731161109.GA77736@dragon.nuxi.com> References: <200307300740.h6U7ejji009718@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307300740.h6U7ejji009718@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/sparc64 dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:11:13 -0000 On Wed, Jul 30, 2003 at 12:40:45AM -0700, Ruslan Ermilov wrote: > ru 2003/07/30 00:40:45 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Removed files: > release/sparc64 dokern.sh > Log: > Embed a simplistic version of the dokern.sh script directly into > release/Makefile. Why is this needed?? Would you PLEASE STOP special casing everything in the release Makefiles so they are so hard to read?? We were very orthogonal that every platform had an {ARCH}/dokern.sh -- even if it was a very simple one-liner. From owner-cvs-src@FreeBSD.ORG Thu Jul 31 09:19:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A23D937B401; Thu, 31 Jul 2003 09:19:08 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59CC43FDF; Thu, 31 Jul 2003 09:19:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6VGJ5QX089589; Thu, 31 Jul 2003 09:19:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6VGJ59N089588; Thu, 31 Jul 2003 09:19:05 -0700 (PDT) Date: Thu, 31 Jul 2003 09:19:05 -0700 From: "David O'Brien" To: Ruslan Ermilov , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org Message-ID: <20030731161905.GB69708@dragon.nuxi.com> References: <200307250855.h6P8tpCr098669@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:19:09 -0000 On Wed, Jul 30, 2003 at 03:35:03PM -0400, John Baldwin wrote: > > On 25-Jul-2003 Ruslan Ermilov wrote: > > ru 2003/07/25 01:55:51 PDT > > > > FreeBSD src repository > > > > Modified files: > > release Makefile > > Log: > > The RELEASE9 knob is now OBE. > > > > OK'ed by: jhb > > No, it is _not_ ok'd. You committed this before I had reviewed > the actual patch and not in the manner I had stated. Please > have more patience. Yes RU. "make release.9" should build all the "floppies" and related bits. W/in release/Makefile there should be this rule: release.9: release.9.${TARGET_ARCH} for convieance sake. 'release.10' would build the BOOTMFS kernel. 'release.11' would make the cdrom boot image (ie, the "huge" flopy). 'release.12' would make say the driver floppy. Then each release.9.${TARGET_ARCH} target should issue "${MAKE} release.10 FDSIZE=", those needing a driver floppy would issue ""${MAKE} release.12 =", etc... Think C -- small subroutines w/o #ifdef's are good. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 09:27:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F35537B404 for ; Thu, 31 Jul 2003 09:27:27 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4FE43F93 for ; Thu, 31 Jul 2003 09:27:25 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12869 invoked from network); 31 Jul 2003 16:27:24 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 31 Jul 2003 16:27:24 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6VGRMGI071549; Thu, 31 Jul 2003 12:27:23 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200307310125.h6V1P5Ph097537@repoman.freebsd.org> Date: Thu, 31 Jul 2003 12:27:42 -0400 (EDT) From: John Baldwin To: Peter Wemm cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:27:27 -0000 On 31-Jul-2003 Peter Wemm wrote: > peter 2003/07/30 18:25:05 PDT > > FreeBSD src repository > > Modified files: > sys/vm vm_glue.c > Log: > Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain > in sync with the backend machdep code. When cpu_thread_init() does not > have the same idea of KSTACK_PAGES as the thing that created the kstack, > all hell breaks loose. > > Bad alc! no cookie! :-) Does this fix Kris' SMP panic? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Jul 31 09:55:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A619C37B401; Thu, 31 Jul 2003 09:55:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E979843F75; Thu, 31 Jul 2003 09:55:44 -0700 (PDT) (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 h6VGti0U077495; Thu, 31 Jul 2003 09:55:44 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VGti7W077494; Thu, 31 Jul 2003 09:55:44 -0700 (PDT) Message-Id: <200307311655.h6VGti7W077494@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 31 Jul 2003 09:55:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/amd amd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:55:46 -0000 ru 2003/07/31 09:55:44 PDT FreeBSD src repository Modified files: sys/dev/amd amd.c Log: Record the missing module dependency ("amd" on "cam"). Reviewed by: scottl Revision Changes Path 1.22 +1 -0 src/sys/dev/amd/amd.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 10:27:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB0637B401; Thu, 31 Jul 2003 10:27:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AD543F93; Thu, 31 Jul 2003 10:27:52 -0700 (PDT) (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 h6VHRq0U082021; Thu, 31 Jul 2003 10:27:52 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VHRqQS082020; Thu, 31 Jul 2003 10:27:52 -0700 (PDT) Message-Id: <200307311727.h6VHRqQS082020@repoman.freebsd.org> From: John Baldwin Date: Thu, 31 Jul 2003 10:27:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_command.c db_output.c ddb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:27:53 -0000 jhb 2003/07/31 10:27:52 PDT FreeBSD src repository Modified files: sys/ddb db_command.c db_output.c ddb.h Log: Add a one-shot callout facility to db_printf() that executes the registered callout when a specified number of lines have been output. This can be used to implement pagers for ddb commands that output a lot of text. A simple paging function is included that automatically rearms itself when fired. Reviewed by: bde, julian Revision Changes Path 1.51 +1 -0 src/sys/ddb/db_command.c 1.29 +66 -0 src/sys/ddb/db_output.c 1.34 +8 -0 src/sys/ddb/ddb.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 10:29:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0CA37B401; Thu, 31 Jul 2003 10:29:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5360243FA3; Thu, 31 Jul 2003 10:29:43 -0700 (PDT) (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 h6VHTh0U082171; Thu, 31 Jul 2003 10:29:43 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VHThJP082168; Thu, 31 Jul 2003 10:29:43 -0700 (PDT) Message-Id: <200307311729.h6VHThJP082168@repoman.freebsd.org> From: John Baldwin Date: Thu, 31 Jul 2003 10:29:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_ps.c src/sys/dev/pci pci.c src/sys/kern kern_ktr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:29:44 -0000 jhb 2003/07/31 10:29:43 PDT FreeBSD src repository Modified files: sys/ddb db_ps.c sys/dev/pci pci.c sys/kern kern_ktr.c Log: Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new pager callout instead of homerolling their own paging facility. Revision Changes Path 1.48 +6 -28 src/sys/ddb/db_ps.c 1.224 +4 -29 src/sys/dev/pci/pci.c 1.40 +11 -23 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 10:59:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E11637B401 for ; Thu, 31 Jul 2003 10:59:27 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5933C43FDD for ; Thu, 31 Jul 2003 10:59:25 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 10027 invoked from network); 31 Jul 2003 17:59:24 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 31 Jul 2003 17:59:24 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6VHxMGI071799; Thu, 31 Jul 2003 13:59:22 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030731170953.U5558@gamplex.bde.org> Date: Thu, 31 Jul 2003 13:59:42 -0400 (EDT) From: John Baldwin To: Bruce Evans cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Peter Wemm cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:59:28 -0000 On 31-Jul-2003 Bruce Evans wrote: > On Wed, 30 Jul 2003, Peter Wemm wrote: > >> peter 2003/07/30 18:36:24 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/kern subr_trap.c >> Log: >> When ktracing context switches, make sure we record involuntary switches. >> Otherwise, when we get a evicted from the cpu, there is no record of it. >> This is not a default ktrace flag. > > This seems to be missing for many other calls to mi_switch(). Perhaps > mi_switch() itself should handle it. Unfortuantely it can't since ktrace uses a mutex internally and ktrcsw() can't be called with sched_lock held. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Jul 31 10:59:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC1737B40B for ; Thu, 31 Jul 2003 10:59:31 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C6E43FD7 for ; Thu, 31 Jul 2003 10:59:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24968 invoked from network); 31 Jul 2003 17:59:27 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 31 Jul 2003 17:59:27 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6VHxPGI071802; Thu, 31 Jul 2003 13:59:25 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030731161109.GA77736@dragon.nuxi.com> Date: Thu, 31 Jul 2003 13:59:45 -0400 (EDT) From: John Baldwin To: "David O'Brien" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/sparc64 dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:59:35 -0000 On 31-Jul-2003 David O'Brien wrote: > On Wed, Jul 30, 2003 at 12:40:45AM -0700, Ruslan Ermilov wrote: >> ru 2003/07/30 00:40:45 PDT >> >> FreeBSD src repository >> >> Modified files: >> release Makefile >> Removed files: >> release/sparc64 dokern.sh >> Log: >> Embed a simplistic version of the dokern.sh script directly into >> release/Makefile. > > Why is this needed?? Would you PLEASE STOP special casing everything in > the release Makefiles so they are so hard to read?? We were very > orthogonal that every platform had an {ARCH}/dokern.sh -- even if it was > a very simple one-liner. The removal of dokern.sh does seem to be of very dubious benefit. Actually, what I think should happen is that if dokern.sh doesn't exist, then we shouldn't even bother building a BOOTMFS kernel and should just use the default kernel instead. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Jul 31 11:35:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57AF37B401; Thu, 31 Jul 2003 11:35:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3A243F3F; Thu, 31 Jul 2003 11:35:44 -0700 (PDT) (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 h6VIZi0U090933; Thu, 31 Jul 2003 11:35:44 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VIZh30090932; Thu, 31 Jul 2003 11:35:43 -0700 (PDT) Message-Id: <200307311835.h6VIZh30090932@repoman.freebsd.org> From: Robert Watson Date: Thu, 31 Jul 2003 11:35:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 18:35:45 -0000 rwatson 2003/07/31 11:35:43 PDT FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c Log: Remove a suser() check in the mac_biba policy: the MAC Framework itself already checks suser on a network interface relabel, so don't dup it here. Rely solely on the Biba definition of privilege, which is already tested. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Submitted by: Andrew Reisse Revision Changes Path 1.63 +0 -19 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 11:50:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBAC37B401; Thu, 31 Jul 2003 11:50:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E8D43F93; Thu, 31 Jul 2003 11:50:59 -0700 (PDT) (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 h6VIox0U091647; Thu, 31 Jul 2003 11:50:59 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VIow8g091646; Thu, 31 Jul 2003 11:50:58 -0700 (PDT) Message-Id: <200307311850.h6VIow8g091646@repoman.freebsd.org> From: John Baldwin Date: Thu, 31 Jul 2003 11:50:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 18:51:00 -0000 jhb 2003/07/31 11:50:58 PDT FreeBSD src repository Modified files: sys/kern subr_witness.c sys/sys lock.h Log: Add a new function to look for a spinlock's instance when it is held by another thread. We use the td_oncpu member of the other field to locate it's associated CPU and then search the that CPU's list of spin locks contained in its per-CPU data. This is not always safe and may in fact panic or just not work, but it is useful in at least one case. Revision Changes Path 1.157 +21 -0 src/sys/kern/subr_witness.c 1.48 +1 -0 src/sys/sys/lock.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 11:52:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C38E37B407; Thu, 31 Jul 2003 11:52:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987DF43FBD; Thu, 31 Jul 2003 11:52:19 -0700 (PDT) (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 h6VIqI0U091708; Thu, 31 Jul 2003 11:52:18 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VIqIBm091707; Thu, 31 Jul 2003 11:52:18 -0700 (PDT) Message-Id: <200307311852.h6VIqIBm091707@repoman.freebsd.org> From: John Baldwin Date: Thu, 31 Jul 2003 11:52:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 18:52:20 -0000 jhb 2003/07/31 11:52:18 PDT FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: If a spin lock is held for too long and WITNESS is enabled, then call witness_display_spinlock() to see if we can find out where the current owner of the spin lock last acquired the lock. Revision Changes Path 1.131 +9 -3 src/sys/kern/kern_mutex.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 12:41:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E0C37B401; Thu, 31 Jul 2003 12:41:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C336643F85; Thu, 31 Jul 2003 12:41:32 -0700 (PDT) (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 h6VJfW0U094733; Thu, 31 Jul 2003 12:41:32 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VJfWgF094732; Thu, 31 Jul 2003 12:41:32 -0700 (PDT) Message-Id: <200307311941.h6VJfWgF094732@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 31 Jul 2003 12:41:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_int Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 19:41:34 -0000 obrien 2003/07/31 12:41:32 PDT FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_int Makefile Log: If ${GCC_CPU}-c.c exists, we need to use it. Revision Changes Path 1.35 +3 -0 src/gnu/usr.bin/cc/cc_int/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 31 12:48:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A70937B401; Thu, 31 Jul 2003 12:48:03 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5F543F3F; Thu, 31 Jul 2003 12:48:02 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id D54F42A7EA; Thu, 31 Jul 2003 12:48:02 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Thu, 31 Jul 2003 12:48:02 -0700 From: Peter Wemm Message-Id: <20030731194802.D54F42A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 19:48:04 -0000 John Baldwin wrote: > > On 31-Jul-2003 Peter Wemm wrote: > > peter 2003/07/30 18:25:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_glue.c > > Log: > > Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain > > in sync with the backend machdep code. When cpu_thread_init() does not > > have the same idea of KSTACK_PAGES as the thing that created the kstack, > > all hell breaks loose. > > > > Bad alc! no cookie! :-) > > Does this fix Kris' SMP panic? I believe so. It wasn't a SMP panic, bento had a raised KSTACK_PAGES. 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 From owner-cvs-src@FreeBSD.ORG Thu Jul 31 13:00:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D2A37B407; Thu, 31 Jul 2003 13:00:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B253443F85; Thu, 31 Jul 2003 13:00:06 -0700 (PDT) (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 h6VK060U001165; Thu, 31 Jul 2003 13:00:06 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VK061P001164; Thu, 31 Jul 2003 13:00:06 -0700 (PDT) Message-Id: <200307312000.h6VK061P001164@repoman.freebsd.org> From: Robert Watson Date: Thu, 31 Jul 2003 13:00:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 20:00:07 -0000 rwatson 2003/07/31 13:00:06 PDT FreeBSD src repository Modified files: sys/security/mac_mls mac_mls.c Log: Improve consistency with the Biba policy -- rename mac_mls_subject_equal_ok() to mac_mls_subject_privileged(), which more consistently reflects the fact that this is really about our notion of privilege in the MLS policy. Since we don't use suser() for privilege in MLS, remove the suser check from the ifnet relabel ioctl, and replace it with an MLS privilege check. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.51 +10 -23 src/sys/security/mac_mls/mac_mls.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 13:46:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D88537B40B; Thu, 31 Jul 2003 13:46:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF3143FDF; Thu, 31 Jul 2003 13:46:34 -0700 (PDT) (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 h6VKkY0U004304; Thu, 31 Jul 2003 13:46:34 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VKkYNR004301; Thu, 31 Jul 2003 13:46:34 -0700 (PDT) Message-Id: <200307312046.h6VKkYNR004301@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 13:46:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pstat pstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 20:46:35 -0000 phk 2003/07/31 13:46:34 PDT FreeBSD src repository Modified files: usr.sbin/pstat pstat.c Log: When dumping swap information, drop the "Type" field which displays a constant string of little information these days. This removes the need to #include which is due to become a kernel only include file. Revision Changes Path 1.86 +4 -7 src/usr.sbin/pstat/pstat.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 13:53:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF81637B401; Thu, 31 Jul 2003 13:53:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6790143F3F; Thu, 31 Jul 2003 13:53:05 -0700 (PDT) (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 h6VKr50U004642; Thu, 31 Jul 2003 13:53:05 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VKr4A2004641; Thu, 31 Jul 2003 13:53:04 -0700 (PDT) Message-Id: <200307312053.h6VKr4A2004641@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 13:53:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 20:53:06 -0000 phk 2003/07/31 13:53:04 PDT FreeBSD src repository Modified files: lib/libkvm kvm_getswapinfo.c Log: Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. Revision Changes Path 1.22 +0 -79 src/lib/libkvm/kvm_getswapinfo.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:09:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C811B37B401; Thu, 31 Jul 2003 14:09:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B9F43F93; Thu, 31 Jul 2003 14:09:11 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VL9B0U006216; Thu, 31 Jul 2003 14:09:11 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VL9B0T006215; Thu, 31 Jul 2003 14:09:11 -0700 (PDT) Message-Id: <200307312109.h6VL9B0T006215@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 31 Jul 2003 14:09:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386 Makefile.inc src/lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_getcontext.S thr_switch.S src/lib/libpthread/arch/i386/include pthread_md.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:09:12 -0000 deischen 2003/07/31 14:09:11 PDT FreeBSD src repository Modified files: lib/libpthread/arch/i386 Makefile.inc lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_getcontext.S lib/libpthread/arch/i386/include pthread_md.h Removed files: lib/libpthread/arch/i386/i386 thr_switch.S Log: Take the same approach for i386 as that for ia64 and amd64. Use the userland version of [gs]etcontext to switch between a thread and the UTS scheduler (and back again). This also fixes a bug in i386 _thr_setcontext() which wasn't properly restoring the context. Reviewed by: davidxu Revision Changes Path 1.2 +1 -1 src/lib/libpthread/arch/i386/Makefile.inc 1.5 +12 -68 src/lib/libpthread/arch/i386/i386/thr_enter_uts.S 1.3 +29 -30 src/lib/libpthread/arch/i386/i386/thr_getcontext.S 1.8 +0 -113 src/lib/libpthread/arch/i386/i386/thr_switch.S (dead) 1.5 +33 -14 src/lib/libpthread/arch/i386/include/pthread_md.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:20:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 592D037B405; Thu, 31 Jul 2003 14:20:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC6843FDD; Thu, 31 Jul 2003 14:20:08 -0700 (PDT) (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 h6VLK80U006668; Thu, 31 Jul 2003 14:20:08 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLK8nO006667; Thu, 31 Jul 2003 14:20:08 -0700 (PDT) Message-Id: <200307312120.h6VLK8nO006667@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 14:20:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:20:10 -0000 phk 2003/07/31 14:20:08 PDT FreeBSD src repository Modified files: usr.sbin/pstat pstat.8 pstat.c Log: Remove options processing for dumping swapdevice radix map. Revision Changes Path 1.39 +0 -4 src/usr.sbin/pstat/pstat.8 1.87 +1 -1 src/usr.sbin/pstat/pstat.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:27:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AAF237B401 for ; Thu, 31 Jul 2003 14:27:13 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819D943FCB for ; Thu, 31 Jul 2003 14:27:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 3245 invoked from network); 31 Jul 2003 21:27:09 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 31 Jul 2003 21:27:09 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6VLR69s000519; Thu, 31 Jul 2003 17:27:07 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030731194802.D54F42A7EA@canning.wemm.org> Date: Thu, 31 Jul 2003 17:27:26 -0400 (EDT) From: John Baldwin To: Peter Wemm cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:27:13 -0000 On 31-Jul-2003 Peter Wemm wrote: > John Baldwin wrote: >> >> On 31-Jul-2003 Peter Wemm wrote: >> > peter 2003/07/30 18:25:05 PDT >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/vm vm_glue.c >> > Log: >> > Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain >> > in sync with the backend machdep code. When cpu_thread_init() does not >> > have the same idea of KSTACK_PAGES as the thing that created the kstack, >> > all hell breaks loose. >> > >> > Bad alc! no cookie! :-) >> >> Does this fix Kris' SMP panic? > > I believe so. It wasn't a SMP panic, bento had a raised KSTACK_PAGES. Ah, ok. It was announced as an SMP panic. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:29:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31FB37B401; Thu, 31 Jul 2003 14:29:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEC943F3F; Thu, 31 Jul 2003 14:29:05 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VLT50U007026; Thu, 31 Jul 2003 14:29:05 -0700 (PDT) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLT5mj007025; Thu, 31 Jul 2003 14:29:05 -0700 (PDT) Message-Id: <200307312129.h6VLT5mj007025@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 31 Jul 2003 14:29:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/i386 _atomic_lock.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:29:06 -0000 deischen 2003/07/31 14:29:05 PDT FreeBSD src repository Removed files: lib/libpthread/arch/i386/i386 _atomic_lock.S Log: This file hasn't been used for some time; nuke it. Revision Changes Path 1.6 +0 -42 src/lib/libpthread/arch/i386/i386/_atomic_lock.S (dead) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:30:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD0137B404; Thu, 31 Jul 2003 14:30:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4751B43FCB; Thu, 31 Jul 2003 14:30:29 -0700 (PDT) (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 h6VLUT0U007139; Thu, 31 Jul 2003 14:30:29 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLUSif007138; Thu, 31 Jul 2003 14:30:28 -0700 (PDT) Message-Id: <200307312130.h6VLUSif007138@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 14:30:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm.h kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:30:30 -0000 phk 2003/07/31 14:30:28 PDT FreeBSD src repository Modified files: lib/libkvm kvm.h kvm_getswapinfo.c Log: Retire the SWIF_DUMP_TREE code, this is in the way for a rework of the swap_pager layout. Revision Changes Path 1.15 +0 -1 src/lib/libkvm/kvm.h 1.23 +0 -190 src/lib/libkvm/kvm_getswapinfo.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:34:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6637037B401; Thu, 31 Jul 2003 14:34:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0192E43F85; Thu, 31 Jul 2003 14:34:37 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6VLYa0U007312; Thu, 31 Jul 2003 14:34:36 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLYa35007311; Thu, 31 Jul 2003 14:34:36 -0700 (PDT) Message-Id: <200307312134.h6VLYa35007311@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 31 Jul 2003 14:34:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/filters Makefile lpf.c src/usr.sbin/lpr/filters.ru/koi2855 Makefile koi2855.c src/usr.sbin/lpr/filters.ru/koi2alt Makefile koi2alt.c src/usr.sbin/lpr/lptest Makefile lptest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:34:38 -0000 gad 2003/07/31 14:34:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/filters Makefile lpf.c usr.sbin/lpr/filters.ru/koi2855 Makefile koi2855.c usr.sbin/lpr/filters.ru/koi2alt Makefile koi2alt.c usr.sbin/lpr/lptest Makefile lptest.c Log: MFC: all changes to use __FBSDID(), and to fix 'sccsid' lines to consistently match style(9) guidelines in lpr/filters* and lpr/lptest. This include Makefile changes so these programs can find lp.cdefs.h in lpr/common_source. Revision Changes Path 1.1.2.2 +2 -0 src/usr.sbin/lpr/filters.ru/koi2855/Makefile 1.1.2.2 +3 -2 src/usr.sbin/lpr/filters.ru/koi2855/koi2855.c 1.1.2.2 +2 -0 src/usr.sbin/lpr/filters.ru/koi2alt/Makefile 1.1.8.2 +3 -2 src/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c 1.1.1.1.14.2 +2 -0 src/usr.sbin/lpr/filters/Makefile 1.6.2.3 +6 -5 src/usr.sbin/lpr/filters/lpf.c 1.3.6.2 +2 -0 src/usr.sbin/lpr/lptest/Makefile 1.2.8.3 +5 -4 src/usr.sbin/lpr/lptest/lptest.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:38:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D0737B404; Thu, 31 Jul 2003 14:38:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB6543FE9; Thu, 31 Jul 2003 14:38:33 -0700 (PDT) (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 h6VLcX0U007575; Thu, 31 Jul 2003 14:38:33 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLcXfN007574; Thu, 31 Jul 2003 14:38:33 -0700 (PDT) Message-Id: <200307312138.h6VLcXfN007574@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 14:38:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:38:35 -0000 phk 2003/07/31 14:38:33 PDT FreeBSD src repository Modified files: lib/libkvm kvm_getswapinfo.c Log: Disable and lobotomize the kvm image reading swapinfo code, the kernel layout is about to change. The sysctl based method still returns correct information. Revision Changes Path 1.24 +1 -125 src/lib/libkvm/kvm_getswapinfo.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:39:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58F637B401; Thu, 31 Jul 2003 14:39:27 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF6443FCB; Thu, 31 Jul 2003 14:39:27 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 61B812ED4A1; Thu, 31 Jul 2003 14:39:27 -0700 (PDT) Date: Thu, 31 Jul 2003 14:39:27 -0700 From: Alfred Perlstein To: Poul-Henning Kamp Message-ID: <20030731213927.GJ93527@elvis.mu.org> References: <200307312138.h6VLcXfN007574@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307312138.h6VLcXfN007574@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:39:28 -0000 * Poul-Henning Kamp [030731 14:38] wrote: > phk 2003/07/31 14:38:33 PDT > > FreeBSD src repository > > Modified files: > lib/libkvm kvm_getswapinfo.c > Log: > Disable and lobotomize the kvm image reading swapinfo code, the kernel > layout is about to change. > > The sysctl based method still returns correct information. doesn't that screw people who want to do analysis on cores? -- -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.' From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:42:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A564837B405; Thu, 31 Jul 2003 14:42:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF2D43FBF; Thu, 31 Jul 2003 14:42:13 -0700 (PDT) (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 h6VLgD0U007768; Thu, 31 Jul 2003 14:42:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLgCPo007767; Thu, 31 Jul 2003 14:42:12 -0700 (PDT) Message-Id: <200307312142.h6VLgCPo007767@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 14:42:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:42:14 -0000 phk 2003/07/31 14:42:12 PDT FreeBSD src repository Modified files: lib/libkvm kvm_getswapinfo.c Log: Remove various unused variables, prototypes and local variables. Revision Changes Path 1.25 +0 -25 src/lib/libkvm/kvm_getswapinfo.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:44:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D985137B401; Thu, 31 Jul 2003 14:44:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9DE43F93; Thu, 31 Jul 2003 14:44:32 -0700 (PDT) (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 h6VLiW0U007890; Thu, 31 Jul 2003 14:44:32 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VLiWRG007889; Thu, 31 Jul 2003 14:44:32 -0700 (PDT) Message-Id: <200307312144.h6VLiWRG007889@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 14:44:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libkvm kvm.c kvm_file.c kvm_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:44:33 -0000 phk 2003/07/31 14:44:32 PDT FreeBSD src repository Modified files: lib/libkvm kvm.c kvm_file.c kvm_proc.c Log: Remove unnecssary includes. These were probably not cleaned up back in whatever murky past these files were split into separate files. Revision Changes Path 1.24 +0 -1 src/lib/libkvm/kvm.c 1.17 +0 -1 src/lib/libkvm/kvm_file.c 1.70 +0 -1 src/lib/libkvm/kvm_proc.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 14:47:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F4937B401; Thu, 31 Jul 2003 14:47:40 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7A743FAF; Thu, 31 Jul 2003 14:47:39 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6VLlbmE001124; Thu, 31 Jul 2003 23:47:37 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alfred Perlstein From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 31 Jul 2003 14:39:27 PDT." <20030731213927.GJ93527@elvis.mu.org> Date: Thu, 31 Jul 2003 23:47:37 +0200 Message-ID: <1123.1059688057@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 21:47:40 -0000 In message <20030731213927.GJ93527@elvis.mu.org>, Alfred Perlstein writes: >* Poul-Henning Kamp [030731 14:38] wrote: >> phk 2003/07/31 14:38:33 PDT >> >> FreeBSD src repository >> >> Modified files: >> lib/libkvm kvm_getswapinfo.c >> Log: >> Disable and lobotomize the kvm image reading swapinfo code, the kernel >> layout is about to change. >> >> The sysctl based method still returns correct information. > >doesn't that screw people who want to do analysis on cores? See my headsup to arch@ -- 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. From owner-cvs-src@FreeBSD.ORG Thu Jul 31 15:06:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C92537B401; Thu, 31 Jul 2003 15:06:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3202E43FBD; Thu, 31 Jul 2003 15:06:37 -0700 (PDT) (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 h6VM6b0U009703; Thu, 31 Jul 2003 15:06:37 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VM6al4009702; Thu, 31 Jul 2003 15:06:36 -0700 (PDT) Message-Id: <200307312206.h6VM6al4009702@repoman.freebsd.org> From: David Xu Date: Thu, 31 Jul 2003 15:06:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/include ksd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 22:06:38 -0000 davidxu 2003/07/31 15:06:36 PDT FreeBSD src repository Modified files: lib/libpthread/arch/amd64/include ksd.h Log: Use FSBase to map kse, GCC generates code which uses %fs to access TLS data. Reminded by: marcel Revision Changes Path 1.3 +4 -4 src/lib/libpthread/arch/amd64/include/ksd.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 15:19:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA9637B401; Thu, 31 Jul 2003 15:19:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B977243FBF; Thu, 31 Jul 2003 15:19:28 -0700 (PDT) (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 h6VMJS0U010169; Thu, 31 Jul 2003 15:19:28 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VMJS0J010168; Thu, 31 Jul 2003 15:19:28 -0700 (PDT) Message-Id: <200307312219.h6VMJS0J010168@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 31 Jul 2003 15:19:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.c swap_pager.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 22:19:29 -0000 phk 2003/07/31 15:19:28 PDT FreeBSD src repository Modified files: sys/vm swap_pager.c swap_pager.h Log: Remove unused stuff. Move used stuff to swap_pager.c where it belongs. This file no longer exports anything to userland. Revision Changes Path 1.212 +15 -1 src/sys/vm/swap_pager.c 1.46 +0 -16 src/sys/vm/swap_pager.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 15:33:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD23E37B401; Thu, 31 Jul 2003 15:33:32 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC9643F3F; Thu, 31 Jul 2003 15:33:27 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h6VMXPCE079277; Fri, 1 Aug 2003 00:33:25 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h6VMXPHK079276; Fri, 1 Aug 2003 00:33:25 +0200 (CEST) Date: Fri, 1 Aug 2003 00:33:25 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20030731223325.GA79216@freebie.xs4all.nl> References: <200307311336.h6VDavpI057091@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307311336.h6VDavpI057091@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 22:33:33 -0000 On Thu, Jul 31, 2003 at 06:36:57AM -0700, Andrew Gallatin wrote: > gallatin 2003/07/31 06:36:57 PDT > > FreeBSD src repository > > Modified files: > sys/dev/pdq if_fea.c > Log: > Make this compile on alpha. Another EISA card ;) -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Thu Jul 31 16:10:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CD437B401; Thu, 31 Jul 2003 16:10:34 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B19B43F93; Thu, 31 Jul 2003 16:10:33 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h6VNAWHo099806; Fri, 1 Aug 2003 00:10:32 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h6VNAVWs099805; Fri, 1 Aug 2003 00:10:31 +0100 (BST) 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])h6VN7RZ2086128; Fri, 1 Aug 2003 00:07:27 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200307312307.h6VN7RZ2086128@grimreaper.grondar.org> To: Ruslan Ermilov In-Reply-To: Your message of "Thu, 31 Jul 2003 09:55:44 PDT." <200307311655.h6VGti7W077494@repoman.freebsd.org> Date: Fri, 01 Aug 2003 00:07:27 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=1.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO version=2.55 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/amd amd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 23:10:34 -0000 Ruslan Ermilov writes: > Modified files: > sys/dev/amd amd.c > Log: > Record the missing module dependency ("amd" on "cam"). Hi There is a similar dependancy of "isp" on "cam". M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Thu Jul 31 17:03:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D872037B401; Thu, 31 Jul 2003 17:03:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780EC43FBD; Thu, 31 Jul 2003 17:03:27 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7103R0U021323; Thu, 31 Jul 2003 17:03:27 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7103RYY021322; Thu, 31 Jul 2003 17:03:27 -0700 (PDT) Message-Id: <200308010003.h7103RYY021322@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 31 Jul 2003 17:03:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/lpr/chkprintcap chkprintcap.cskimprintcap.c src/usr.sbin/lpr/lpq lpq.c src/usr.sbin/lpr/lpr lpr.c src/usr.sbin/lpr/lprm lprm.c src/usr.sbin/lpr/pac pac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 00:03:28 -0000 gad 2003/07/31 17:03:26 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/lpr/chkprintcap chkprintcap.c skimprintcap.c usr.sbin/lpr/lpq lpq.c usr.sbin/lpr/lpr lpr.c usr.sbin/lpr/lprm lprm.c usr.sbin/lpr/pac pac.c Log: MFC: all remaining changes for lpr/* to use __FBSDID(), and to fix 'sccsid' lines so they consistently match style(9) guidelines. Revision Changes Path 1.3.2.3 +3 -2 src/usr.sbin/lpr/chkprintcap/chkprintcap.c 1.1.2.3 +2 -4 src/usr.sbin/lpr/chkprintcap/skimprintcap.c 1.7.2.5 +5 -4 src/usr.sbin/lpr/lpq/lpq.c 1.32.2.12 +6 -5 src/usr.sbin/lpr/lpr/lpr.c 1.6.2.4 +5 -4 src/usr.sbin/lpr/lprm/lprm.c 1.10.2.5 +5 -4 src/usr.sbin/lpr/pac/pac.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 17:06:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E4337B401; Thu, 31 Jul 2003 17:06:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A02A43F3F; Thu, 31 Jul 2003 17:06:42 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7106g0U021473; Thu, 31 Jul 2003 17:06:42 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7106fvl021472; Thu, 31 Jul 2003 17:06:41 -0700 (PDT) Message-Id: <200308010006.h7106fvl021472@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 31 Jul 2003 17:06:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/common_source lp.local.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 00:06:43 -0000 gad 2003/07/31 17:06:41 PDT FreeBSD src repository Modified files: usr.sbin/lpr/common_source lp.local.h Log: Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 Revision Changes Path 1.4 +1 -1 src/usr.sbin/lpr/common_source/lp.local.h From owner-cvs-src@FreeBSD.ORG Thu Jul 31 17:59:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C37237B401; Thu, 31 Jul 2003 17:59:04 -0700 (PDT) Received: from godel.mtl.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832C343FCB; Thu, 31 Jul 2003 17:59:03 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: from godel.mtl.distributel.net (localhost [127.0.0.1]) h6VKwkVH014588; Thu, 31 Jul 2003 20:58:46 GMT (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by godel.mtl.distributel.net (8.12.9/8.12.9/Submit) id h6VKwjYo014587; Thu, 31 Jul 2003 20:58:46 GMT X-Authentication-Warning: godel.mtl.distributel.net: bmilekic set sender to bmilekic@technokratis.com using -f Date: Thu, 31 Jul 2003 20:58:45 +0000 From: Bosko Milekic To: Bosko Milekic Message-ID: <20030731205845.GA14545@technokratis.com> References: <200307310339.h6V3dpH9006124@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307310339.h6V3dpH9006124@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 00:59:04 -0000 On Wed, Jul 30, 2003 at 08:39:51PM -0700, Bosko Milekic wrote: > bmilekic 2003/07/30 20:39:51 PDT > > FreeBSD src repository > > Modified files: > sys/alpha/alpha pmap.c > sys/amd64/amd64 pmap.c > sys/i386/i386 pmap.c > sys/ia64/ia64 pmap.c > sys/powerpc/powerpc pmap.c > Log: > Make sure that when the PV ENTRY zone is created in pmap, that it's > created not only with UMA_ZONE_VM but also with UMA_ZONE_NOFREE. In > the i386 case in particular, the pmap code would hook a special > page allocation routine that allocated from kernel_map and not kmem_map, > and so when/if the pageout daemon drained the zones, it could actually > push out slabs from the PV ENTRY zone but call UMA's default page_free, > which resulted in pages allocated from kernel_map being freed to > kmem_map; bad. kmem_free() ignores the return value of the > vm_map_delete and just returns. I'm not sure what the exact > repercussions could be, but it doesn't look good. > > In the PAE case on i386, we also set-up a zone in pmap, so be > conservative for now and make that zone also ZONE_NOFREE and > ZONE_VM. Do this for the pmap zones for the other archs too, > although in some cases it may not be entirely necessarily. We'd > rather be safe than sorry at this point. Upon further consideration, it turns out that the pageout daemon is only initialized much after proc0, where the PV ENTRY zone has an object set and hence has NOFREE set implicitly by UMA. I'll have to consider this a little further to make sure, but I still think that explicitly creating the zone NOFREE is a good idea, just to be on the safe side (and to make it clear, particularly since the pmap_zone_set_obj() is done much later). > Perhaps all UMA_ZONE_VM zones should by default be also > UMA_ZONE_NOFREE? > > May fix some of silby's crashes on the PV ENTRY zone. > > Revision Changes Path > 1.132 +1 -1 src/sys/alpha/alpha/pmap.c > 1.427 +1 -1 src/sys/amd64/amd64/pmap.c > 1.420 +3 -2 src/sys/i386/i386/pmap.c > 1.117 +2 -2 src/sys/ia64/ia64/pmap.c > 1.62 +2 -2 src/sys/powerpc/powerpc/pmap.c > -- Bosko Milekic * bmilekic@technokratis.com * bmilekic@FreeBSD.org TECHNOkRATIS Consulting Services * http://www.technokratis.com/ From owner-cvs-src@FreeBSD.ORG Thu Jul 31 19:13:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380EA37B40D; Thu, 31 Jul 2003 19:13:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F362843FCB; Thu, 31 Jul 2003 19:13:25 -0700 (PDT) (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 h712DP0U028000; Thu, 31 Jul 2003 19:13:25 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h712DP6A027999; Thu, 31 Jul 2003 19:13:25 -0700 (PDT) Message-Id: <200308010213.h712DP6A027999@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 31 Jul 2003 19:13:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire if_fwe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 02:13:30 -0000 simokawa 2003/07/31 19:13:25 PDT FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: - Detect full of DMA channel correctly. Revision Changes Path 1.17 +1 -2 src/sys/dev/firewire/if_fwe.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 19:21:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C2B37B401; Thu, 31 Jul 2003 19:21:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6048A43F3F; Thu, 31 Jul 2003 19:21:55 -0700 (PDT) (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 h712Lt0U028446; Thu, 31 Jul 2003 19:21:55 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h712LtSN028445; Thu, 31 Jul 2003 19:21:55 -0700 (PDT) Message-Id: <200308010221.h712LtSN028445@repoman.freebsd.org> From: Alan Cox Date: Thu, 31 Jul 2003 19:21:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_generic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 02:21:56 -0000 alc 2003/07/31 19:21:55 PDT FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Remove Giant from writev(2). Eliminate trivial style differences between writev(2) and readv(2). Revision Changes Path 1.124 +4 -11 src/sys/kern/sys_generic.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 19:24:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34D737B401; Thu, 31 Jul 2003 19:24:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C27843FDF; Thu, 31 Jul 2003 19:24:39 -0700 (PDT) (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 h712Od0U028554; Thu, 31 Jul 2003 19:24:39 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h712Od8u028553; Thu, 31 Jul 2003 19:24:39 -0700 (PDT) Message-Id: <200308010224.h712Od8u028553@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 31 Jul 2003 19:24:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 02:24:40 -0000 simokawa 2003/07/31 19:24:39 PDT FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now. Revision Changes Path 1.59 +2 -2 src/sys/dev/firewire/sbp.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 19:25:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFFF37B401; Thu, 31 Jul 2003 19:25:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A30D43FCB; Thu, 31 Jul 2003 19:25:33 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h712PX0U028744; Thu, 31 Jul 2003 19:25:33 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h712PW2i028743; Thu, 31 Jul 2003 19:25:32 -0700 (PDT) Message-Id: <200308010225.h712PW2i028743@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 31 Jul 2003 19:25:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 puc.4 src/sys/isa ppc.c ppcreg.h src/sys/dev/ppc ppc.c ppc_puc.c src/sys/dev/puc puc.c src/sys/conf files.alpha files.amd64 files.i386 files.ia64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 02:25:34 -0000 ambrisko 2003/07/31 19:25:32 PDT FreeBSD src repository Modified files: share/man/man4 puc.4 sys/dev/ppc ppc.c sys/dev/puc puc.c sys/conf files.alpha files.amd64 files.i386 files.ia64 Added files: sys/dev/ppc ppc_puc.c Removed files: sys/isa ppc.c ppcreg.h Log: Add printer support to puc(4) driver. - Move isa/ppc* to sys/dev/ppc (repo-copy) - Add an attachment method to ppc for puc - In puc we need to walk the chain of parents. Still to do, is to make ppc(4) & puc(4) work on other platforms. Testers wanted. PR: 38372 (in spirit done differently) Verified by: Make universe (if I messed up a platform please fix) Revision Changes Path 1.3 +5 -4 src/share/man/man4/puc.4 1.104 +1 -1 src/sys/conf/files.alpha 1.19 +1 -1 src/sys/conf/files.amd64 1.449 +2 -1 src/sys/conf/files.i386 1.54 +1 -1 src/sys/conf/files.ia64 1.42 +35 -42 src/sys/dev/ppc/ppc.c 1.1 +83 -0 src/sys/dev/ppc/ppc_puc.c (new) 1.24 +15 -2 src/sys/dev/puc/puc.c 1.42 +0 -2159 src/sys/isa/ppc.c (dead) 1.16 +0 -272 src/sys/isa/ppcreg.h (dead) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 21:51:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 926EA37B401; Thu, 31 Jul 2003 21:51:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C3F43F3F; Thu, 31 Jul 2003 21:51:22 -0700 (PDT) (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 h714pL0U041502; Thu, 31 Jul 2003 21:51:21 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h714pLPD041501; Thu, 31 Jul 2003 21:51:21 -0700 (PDT) Message-Id: <200308010451.h714pLPD041501@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 31 Jul 2003 21:51:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.h firewirereg.h fwdev.c fwohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 04:51:23 -0000 simokawa 2003/07/31 21:51:21 PDT FreeBSD src repository Modified files: sys/dev/firewire firewire.h firewirereg.h fwdev.c fwohci.c Log: Clean up fwdev. Allocate iso DMA channel dynamically. This allows us to have more /dev/fw* than number of DMA channels for asyn. transactions and etc. Revision Changes Path 1.13 +2 -2 src/sys/dev/firewire/firewire.h 1.28 +1 -1 src/sys/dev/firewire/firewirereg.h 1.30 +225 -209 src/sys/dev/firewire/fwdev.c 1.59 +7 -0 src/sys/dev/firewire/fwohci.c From owner-cvs-src@FreeBSD.ORG Thu Jul 31 22:02:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D34F37B401; Thu, 31 Jul 2003 22:02:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F8043F85; Thu, 31 Jul 2003 22:02:56 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7152u0U041987; Thu, 31 Jul 2003 22:02:56 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7152thi041986; Thu, 31 Jul 2003 22:02:55 -0700 (PDT) Message-Id: <200308010502.h7152thi041986@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 31 Jul 2003 22:02:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ppc ppcvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 05:02:57 -0000 ambrisko 2003/07/31 22:02:55 PDT FreeBSD src repository Added files: sys/dev/ppc ppcvar.h Log: Forgot an added file in the last commit. Revision Changes Path 1.1 +49 -0 src/sys/dev/ppc/ppcvar.h (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 31 22:28:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970E937B401; Thu, 31 Jul 2003 22:28:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BB443FA3; Thu, 31 Jul 2003 22:28:44 -0700 (PDT) (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 h715Si0U044028; Thu, 31 Jul 2003 22:28:44 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h715ShmO044027; Thu, 31 Jul 2003 22:28:43 -0700 (PDT) Message-Id: <200308010528.h715ShmO044027@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 31 Jul 2003 22:28:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.ia64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 05:28:45 -0000 marcel 2003/07/31 22:28:43 PDT FreeBSD src repository Modified files: sys/conf files.ia64 Log: Fix ordering bug created by previous commit. While here, make ppc(4) dependent on isa. Revision Changes Path 1.55 +1 -1 src/sys/conf/files.ia64 From owner-cvs-src@FreeBSD.ORG Fri Aug 1 00:21:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D6337B401; Fri, 1 Aug 2003 00:21:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3FD43FAF; Fri, 1 Aug 2003 00:21:35 -0700 (PDT) (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 h717LY0U050982; Fri, 1 Aug 2003 00:21:34 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h717LYQU050981; Fri, 1 Aug 2003 00:21:34 -0700 (PDT) Message-Id: <200308010721.h717LYQU050981@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Aug 2003 00:21:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 07:21:35 -0000 marcel 2003/08/01 00:21:34 PDT FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Write the preserved registers to (and read them from) struct reg and struct fpreg. Revision Changes Path 1.145 +4 -4 src/sys/ia64/ia64/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 00:24:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1189D37B401; Fri, 1 Aug 2003 00:24:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0CE43FA3; Fri, 1 Aug 2003 00:24:31 -0700 (PDT) (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 h717OV0U051116; Fri, 1 Aug 2003 00:24:31 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h717OVwR051115; Fri, 1 Aug 2003 00:24:31 -0700 (PDT) Message-Id: <200308010724.h717OVwR051115@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 00:24:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox Makefile ada.rc current.rc default.rc dsa.rc dwp.rc experimental.rc releng_4.rc stanley.rc src/tools/tools/tinderbox/etc Makefile ada.rc current.rc default.rc dsa.rc dwp.rc experimental.rc releng_4.rc stanley.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 07:24:32 -0000 des 2003/08/01 00:24:31 PDT FreeBSD src repository Modified files: tools/tools/tinderbox Makefile tools/tools/tinderbox/etc ada.rc current.rc default.rc dsa.rc dwp.rc experimental.rc releng_4.rc stanley.rc Added files: tools/tools/tinderbox/etc Makefile Removed files: tools/tools/tinderbox ada.rc current.rc default.rc dsa.rc dwp.rc experimental.rc releng_4.rc stanley.rc Log: The rc files have been repo-copied to a separate subdirectory. Revision Changes Path 1.9 +1 -11 src/tools/tools/tinderbox/Makefile 1.2 +0 -10 src/tools/tools/tinderbox/ada.rc (dead) 1.4 +0 -9 src/tools/tools/tinderbox/current.rc (dead) 1.2 +0 -21 src/tools/tools/tinderbox/default.rc (dead) 1.2 +0 -10 src/tools/tools/tinderbox/dsa.rc (dead) 1.2 +0 -10 src/tools/tools/tinderbox/dwp.rc (dead) 1.1 +14 -0 src/tools/tools/tinderbox/etc/Makefile (new) 1.2 +0 -0 src/tools/tools/tinderbox/etc/ada.rc 1.4 +0 -0 src/tools/tools/tinderbox/etc/current.rc 1.2 +0 -0 src/tools/tools/tinderbox/etc/default.rc 1.2 +0 -0 src/tools/tools/tinderbox/etc/dsa.rc 1.2 +0 -0 src/tools/tools/tinderbox/etc/dwp.rc 1.5 +0 -0 src/tools/tools/tinderbox/etc/experimental.rc 1.3 +0 -0 src/tools/tools/tinderbox/etc/releng_4.rc 1.4 +0 -0 src/tools/tools/tinderbox/etc/stanley.rc 1.5 +0 -11 src/tools/tools/tinderbox/experimental.rc (dead) 1.3 +0 -9 src/tools/tools/tinderbox/releng_4.rc (dead) 1.4 +0 -13 src/tools/tools/tinderbox/stanley.rc (dead) From owner-cvs-src@FreeBSD.ORG Fri Aug 1 00:55:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F63237B401; Fri, 1 Aug 2003 00:55:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEA043F75; Fri, 1 Aug 2003 00:55:14 -0700 (PDT) (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 h717tE0U057634; Fri, 1 Aug 2003 00:55:14 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h717tE6E057633; Fri, 1 Aug 2003 00:55:14 -0700 (PDT) Message-Id: <200308010755.h717tE6E057633@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 00:55:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/www Makefile daemon.png index.cgi valid-css.gif valid-css.png X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 07:55:15 -0000 des 2003/08/01 00:55:14 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/www Makefile index.cgi Added files: tools/tools/tinderbox/www daemon.png valid-css.png Removed files: tools/tools/tinderbox/www valid-css.gif Log: Use PNG instead of GIF; add WWWOWN and WWWGRP variables to the Makefile; add a shortcut icon. Revision Changes Path 1.3 +5 -3 src/tools/tools/tinderbox/www/Makefile 1.1 +20 -0 src/tools/tools/tinderbox/www/daemon.png (new) 1.9 +1 -0 src/tools/tools/tinderbox/www/index.cgi 1.2 +0 -7 src/tools/tools/tinderbox/www/valid-css.gif (dead) 1.1 +4 -0 src/tools/tools/tinderbox/www/valid-css.png (new) From owner-cvs-src@FreeBSD.ORG Fri Aug 1 02:04:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01AD37B401; Fri, 1 Aug 2003 02:04:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3938143FA3; Fri, 1 Aug 2003 02:04:33 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7194X0U061764; Fri, 1 Aug 2003 02:04:33 -0700 (PDT) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7194W4a061763; Fri, 1 Aug 2003 02:04:32 -0700 (PDT) Message-Id: <200308010904.h7194W4a061763@repoman.freebsd.org> From: Gordon Tetlow Date: Fri, 1 Aug 2003 02:04:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 09:04:34 -0000 gordon 2003/08/01 02:04:32 PDT FreeBSD src repository Modified files: rescue/rescue Makefile Log: When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -P from passing the -P flag to crunchgen which seems to confuse crunchgen horribly. This is the preferable solution to modifing crunchgen to unset the MAKEFLAGS environment variable. Submitted by: gad@ Revision Changes Path 1.15 +2 -2 src/rescue/rescue/Makefile From owner-cvs-src@FreeBSD.ORG Fri Aug 1 02:40:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B117C37B401; Fri, 1 Aug 2003 02:40:21 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC37843FBD; Fri, 1 Aug 2003 02:40:20 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h719eJHo056627; Fri, 1 Aug 2003 10:40:19 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h719eJ7P056626; Fri, 1 Aug 2003 10:40:19 +0100 (BST) 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])h719ZwZ2090933; Fri, 1 Aug 2003 10:35:58 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200308010935.h719ZwZ2090933@grimreaper.grondar.org> To: Gordon Tetlow In-Reply-To: Your message of "Fri, 01 Aug 2003 02:04:32 PDT." <200308010904.h7194W4a061763@repoman.freebsd.org> Date: Fri, 01 Aug 2003 10:35:58 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 09:40:22 -0000 Gordon Tetlow writes: > Modified files: > rescue/rescue Makefile > Log: > When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -P > from passing the -P flag to crunchgen which seems to confuse crunchgen > horribly. This is the preferable solution to modifing crunchgen to > unset the MAKEFLAGS environment variable. Hi Will this fix "make rerelease"? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Fri Aug 1 03:02:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFCCA37B401; Fri, 1 Aug 2003 03:02:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6D443F85; Fri, 1 Aug 2003 03:02:59 -0700 (PDT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71A2x0U064252; Fri, 1 Aug 2003 03:02:59 -0700 (PDT) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71A2wpV064251; Fri, 1 Aug 2003 03:02:58 -0700 (PDT) Message-Id: <200308011002.h71A2wpV064251@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Fri, 1 Aug 2003 03:02:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 10:03:00 -0000 rushani 2003/08/01 03:02:58 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC noted: rue(4) Revision Changes Path 1.13.2.86 +14 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.22.2.364 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 04:03:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD8B37B401; Fri, 1 Aug 2003 04:03:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B8643FBD; Fri, 1 Aug 2003 04:03:40 -0700 (PDT) (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 h71B3d0U068106; Fri, 1 Aug 2003 04:03:39 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71B3d2P068105; Fri, 1 Aug 2003 04:03:39 -0700 (PDT) Message-Id: <200308011103.h71B3d2P068105@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 1 Aug 2003 04:03:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 11:03:41 -0000 hrs 2003/08/01 04:03:39 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix to keep consistent description. Revision Changes Path 1.22.2.365 +3 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 04:31:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8499237B401; Fri, 1 Aug 2003 04:31:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E9843F85; Fri, 1 Aug 2003 04:31:20 -0700 (PDT) (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 h71BVJ0U069170; Fri, 1 Aug 2003 04:31:19 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71BVJZ0069169; Fri, 1 Aug 2003 04:31:19 -0700 (PDT) Message-Id: <200308011131.h71BVJZ0069169@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Aug 2003 04:31:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs fsutil.c main.c setup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 11:31:21 -0000 ru 2003/08/01 04:31:19 PDT FreeBSD src repository Modified files: sbin/fsck_ffs fsutil.c main.c setup.c Log: Spell "file system" correctly. Revision Changes Path 1.22 +1 -1 src/sbin/fsck_ffs/fsutil.c 1.38 +1 -1 src/sbin/fsck_ffs/main.c 1.44 +1 -1 src/sbin/fsck_ffs/setup.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 05:46:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32ACC37B407; Fri, 1 Aug 2003 05:46:32 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC74143FB1; Fri, 1 Aug 2003 05:46:28 -0700 (PDT) (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.9/8.12.9) with ESMTP id h71CkNnq013022 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Aug 2003 08:46:23 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h71CkI779145; Fri, 1 Aug 2003 08:46:18 -0400 (EDT) (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: <16170.24858.752620.296203@grasshopper.cs.duke.edu> Date: Fri, 1 Aug 2003 08:46:18 -0400 (EDT) To: Wilko Bulte In-Reply-To: <20030731223325.GA79216@freebie.xs4all.nl> References: <200307311336.h6VDavpI057091@repoman.freebsd.org> <20030731223325.GA79216@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 12:46:33 -0000 Wilko Bulte writes: > On Thu, Jul 31, 2003 at 06:36:57AM -0700, Andrew Gallatin wrote: > > gallatin 2003/07/31 06:36:57 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pdq if_fea.c > > Log: > > Make this compile on alpha. > > Another EISA card ;) > Yep. Latest breakage is fireire, which is new in the last 24 hours. Drew From owner-cvs-src@FreeBSD.ORG Fri Aug 1 06:29:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB5537B401; Fri, 1 Aug 2003 06:29:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3712543F3F; Fri, 1 Aug 2003 06:29:59 -0700 (PDT) (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 h71DTw0U080378; Fri, 1 Aug 2003 06:29:58 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71DTwtP080377; Fri, 1 Aug 2003 06:29:58 -0700 (PDT) Message-Id: <200308011329.h71DTwtP080377@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Aug 2003 06:29:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/arp arp.8 arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 13:30:00 -0000 yar 2003/08/01 06:29:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/arp arp.8 arp.c Log: MFC: The "-i" option to limit the scope of operation to the ARP entries on a particular interface. arp.8 1.21 arp.c 1.46 Revision Changes Path 1.8.2.12 +8 -0 src/usr.sbin/arp/arp.8 1.22.2.13 +25 -4 src/usr.sbin/arp/arp.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 06:40:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC4B37B404; Fri, 1 Aug 2003 06:40:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D2F43FBD; Fri, 1 Aug 2003 06:40:58 -0700 (PDT) (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 h71Dew0U080828; Fri, 1 Aug 2003 06:40:58 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71DewlM080827; Fri, 1 Aug 2003 06:40:58 -0700 (PDT) Message-Id: <200308011340.h71DewlM080827@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Aug 2003 06:40:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 13:40:59 -0000 yar 2003/08/01 06:40:58 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: arp(8) -i. Revision Changes Path 1.22.2.366 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 06:46:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F44637B401; Fri, 1 Aug 2003 06:46:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE1643FBF; Fri, 1 Aug 2003 06:46:22 -0700 (PDT) (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 h71DkM0U081094; Fri, 1 Aug 2003 06:46:22 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71DkMUM081093; Fri, 1 Aug 2003 06:46:22 -0700 (PDT) Message-Id: <200308011346.h71DkMUM081093@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Aug 2003 06:46:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 13:46:23 -0000 yar 2003/08/01 06:46:22 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC noted: arp(8) -i. Revision Changes Path 1.604 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 06:48:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2318C37B401; Fri, 1 Aug 2003 06:48:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FD743FA3; Fri, 1 Aug 2003 06:48:13 -0700 (PDT) (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 h71DmD0U081146; Fri, 1 Aug 2003 06:48:13 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71DmDt8081145; Fri, 1 Aug 2003 06:48:13 -0700 (PDT) Message-Id: <200308011348.h71DmDt8081145@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Aug 2003 06:48:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 13:48:14 -0000 yar 2003/08/01 06:48:13 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Grammar: Add a missing article. Revision Changes Path 1.22.2.367 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 07:05:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E9437B401; Fri, 1 Aug 2003 07:05:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2DD43FBF; Fri, 1 Aug 2003 07:05:08 -0700 (PDT) (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 h71E570U082914; Fri, 1 Aug 2003 07:05:07 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71E57iG082912; Fri, 1 Aug 2003 07:05:07 -0700 (PDT) Message-Id: <200308011405.h71E57iG082912@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Aug 2003 07:05:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/ftp cmds.c ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 14:05:09 -0000 yar 2003/08/01 07:05:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/ftp cmds.c ftp.c Log: Invalidate the remote directory cache on commands altering the remote directory contents. Not applicable directly to CURRENT since the latter uses the contributed lukemftp as the default ftp client. Luke Mewburn has applied this fix to his ftp client, too, so CURRENT's will get fixed upon the next import of lukemftp. Submitted by: demon Reviewed by: lukem (at) netbsd.org Revision Changes Path 1.16.2.4 +20 -8 src/usr.bin/ftp/cmds.c 1.28.2.6 +1 -0 src/usr.bin/ftp/ftp.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 07:12:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F23A37B401; Fri, 1 Aug 2003 07:12:01 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9958443F85; Fri, 1 Aug 2003 07:11:59 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id AAA25087; Sat, 2 Aug 2003 00:11:57 +1000 Date: Sat, 2 Aug 2003 00:11:56 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Gordon Tetlow In-Reply-To: <200308010904.h7194W4a061763@repoman.freebsd.org> Message-ID: <20030802000356.P1436@gamplex.bde.org> References: <200308010904.h7194W4a061763@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 14:12:01 -0000 On Fri, 1 Aug 2003, Gordon Tetlow wrote: > gordon 2003/08/01 02:04:32 PDT > > FreeBSD src repository > > Modified files: > rescue/rescue Makefile > Log: > When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -P > from passing the -P flag to crunchgen which seems to confuse crunchgen > horribly. Doesn't also prevent make -j <#> -P from passing the -j <#> flag and any other useful flags that may be in MAKEFLAGS? > This is the preferable solution to modifing crunchgen to > unset the MAKEFLAGS environment variable. Certainly, since unsetting MAKEFLAGS very generally would be more likely to lose something important in it. Setting MAKEFLAGS to ${MAKEFLAGS:N-P} might be safe enough to do generally. Bruce From owner-cvs-src@FreeBSD.ORG Fri Aug 1 08:45:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2070237B401; Fri, 1 Aug 2003 08:45:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BBB43FD7; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) (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 h71FjF0U088252; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71FjFHg088247; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) Message-Id: <200308011545.h71FjFHg088247@repoman.freebsd.org> From: Robert Watson Date: Fri, 1 Aug 2003 08:45:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 15:45:17 -0000 rwatson 2003/08/01 08:45:14 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.94 +18 -28 src/sys/kern/kern_mac.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 09:10:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7925F37B401; Fri, 1 Aug 2003 09:10:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1381343FBD; Fri, 1 Aug 2003 09:10:49 -0700 (PDT) (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 h71GAm0U095593; Fri, 1 Aug 2003 09:10:48 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71GAmFF095592; Fri, 1 Aug 2003 09:10:48 -0700 (PDT) Message-Id: <200308011610.h71GAmFF095592@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Aug 2003 09:10:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pccard pcic_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 16:10:49 -0000 imp 2003/08/01 09:10:48 PDT FreeBSD src repository Modified files: sys/pccard pcic_pci.c Log: Add comment point o2micro people to NEWCARD Revision Changes Path 1.126 +2 -0 src/sys/pccard/pcic_pci.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 09:23:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8DB37B401; Fri, 1 Aug 2003 09:23:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C00F43FBD; Fri, 1 Aug 2003 09:23:24 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71GNO0U096037; Fri, 1 Aug 2003 09:23:24 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71GNOon096036; Fri, 1 Aug 2003 09:23:24 -0700 (PDT) Message-Id: <200308011623.h71GNOon096036@repoman.freebsd.org> From: David Schultz Date: Fri, 1 Aug 2003 09:23:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/jot jot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 16:23:25 -0000 das 2003/08/01 09:23:24 PDT FreeBSD src repository Modified files: usr.bin/jot jot.c Log: Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, it would print it with probability 1/2**32. It seems that the correct behavior is to print 4 with probability 1/4, but I'd like to avoid breaking POLA until all the range inconsistencies in jot can be fixed in one pass. See PR for details. PR: 54878 Submitted by: David Brinegar Revision Changes Path 1.25 +1 -1 src/usr.bin/jot/jot.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:00:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E210937B401; Fri, 1 Aug 2003 10:00:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B71843F3F; Fri, 1 Aug 2003 10:00:50 -0700 (PDT) (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 h71H0o0U000821; Fri, 1 Aug 2003 10:00:50 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71H0owV000816; Fri, 1 Aug 2003 10:00:50 -0700 (PDT) Message-Id: <200308011700.h71H0owV000816@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 1 Aug 2003 10:00:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_ktr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:00:51 -0000 obrien 2003/08/01 10:00:49 PDT FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Fix kernel build -- 'c' was the unused var, not 'lines'. Revision Changes Path 1.41 +1 -1 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:19:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816B637B401; Fri, 1 Aug 2003 10:19:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1951E43F3F; Fri, 1 Aug 2003 10:19:13 -0700 (PDT) (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 h71HJC0U002355; Fri, 1 Aug 2003 10:19:12 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71HJCcJ002354; Fri, 1 Aug 2003 10:19:12 -0700 (PDT) Message-Id: <200308011719.h71HJCcJ002354@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 1 Aug 2003 10:19:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire if_fwe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:19:14 -0000 simokawa 2003/08/01 10:19:12 PDT FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: Workaround for gcc on alpha/ia64. (warning: `xferq' might be used uninitialized in this function) Revision Changes Path 1.18 +4 -6 src/sys/dev/firewire/if_fwe.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:26:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E61337B401; Fri, 1 Aug 2003 10:26:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FF443FD7; Fri, 1 Aug 2003 10:26:41 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71HQf0U002719; Fri, 1 Aug 2003 10:26:41 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71HQf93002718; Fri, 1 Aug 2003 10:26:41 -0700 (PDT) Message-Id: <200308011726.h71HQf93002718@repoman.freebsd.org> From: Bosko Milekic Date: Fri, 1 Aug 2003 10:26:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:26:42 -0000 bmilekic 2003/08/01 10:26:41 PDT FreeBSD src repository Modified files: usr.sbin/pkg_install/lib match.c Log: Use strncmp() and not strcmp() here to properly match installed ports. Submitted by: Harold Gutch Revision Changes Path 1.14 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:34:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DAE37B401; Fri, 1 Aug 2003 10:34:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AD843F3F; Fri, 1 Aug 2003 10:33:59 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71HXx0U002991; Fri, 1 Aug 2003 10:33:59 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71HXxAF002990; Fri, 1 Aug 2003 10:33:59 -0700 (PDT) Message-Id: <200308011733.h71HXxAF002990@repoman.freebsd.org> From: John Polstra Date: Fri, 1 Aug 2003 10:33:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:34:00 -0000 jdp 2003/08/01 10:33:59 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h if_em_osdep.h Log: Add facilities for tuning the "em" driver's interrupt delays without recompiling the driver. See the comments near the top of "if_em.h" for descriptions of these delays. Four new loader tunables control the system-wide default values: hw.em.tx_int_delay hw.em.rx_int_delay hw.em.tx_abs_int_delay hw.em.rx_abs_int_delay The tunables are specified in microseconds. The valid range is 0-67108 usec., and 0 means that the timer is disabled. There are also four new sysctls (actually, a set of four for each "em" device in the system) to query and change the interrupt delays after the system is up: hw.em0.tx_int_delay hw.em0.rx_int_delay hw.em0.tx_abs_int_delay (not present for 82542/3/4 adapters) hw.em0.rx_abs_int_delay (not present for 82542/3/4 adapters) It seems to be OK to change these values even while the adapter is passing traffic. Approved by: Prafulla Deuskar MFC after: 4 weeks Revision Changes Path 1.28 +108 -9 src/sys/dev/em/if_em.c 1.19 +11 -4 src/sys/dev/em/if_em.h 1.12 +28 -30 src/sys/dev/em/if_em_osdep.h From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:42:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0F437B401; Fri, 1 Aug 2003 10:42:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA54D43F85; Fri, 1 Aug 2003 10:42:27 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71HgR0U003421; Fri, 1 Aug 2003 10:42:27 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71HgRmW003420; Fri, 1 Aug 2003 10:42:27 -0700 (PDT) Message-Id: <200308011742.h71HgRmW003420@repoman.freebsd.org> From: Bosko Milekic Date: Fri, 1 Aug 2003 10:42:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:42:28 -0000 bmilekic 2003/08/01 10:42:27 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Only free the pcpu cache buckets if they are non-NULL. Crashed this person's machine: harti Pointy-hat to: me Revision Changes Path 1.70 +6 -4 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 10:54:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E39D37B401; Fri, 1 Aug 2003 10:54:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0B843F85; Fri, 1 Aug 2003 10:54:13 -0700 (PDT) (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 h71HsC0U003916; Fri, 1 Aug 2003 10:54:12 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71HsChg003915; Fri, 1 Aug 2003 10:54:12 -0700 (PDT) Message-Id: <200308011754.h71HsChg003915@repoman.freebsd.org> From: Martin Blapp Date: Fri, 1 Aug 2003 10:54:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:54:14 -0000 mbr 2003/08/01 10:54:12 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: I'll maintain dhclient from now on. Ok'd by: murray Revision Changes Path 1.77 +1 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Fri Aug 1 11:42:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E207537B405; Fri, 1 Aug 2003 11:42:47 -0700 (PDT) Received: from ns2.gnf.org (ns2.gnf.org [63.196.132.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27A243FA3; Fri, 1 Aug 2003 11:42:45 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch02.lj.gnf.org [172.25.10.20]) by ns2.gnf.org (8.12.8p1/8.12.8) with ESMTP id h71Ighoq064723; Fri, 1 Aug 2003 11:42:43 -0700 (PDT) (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); Fri, 1 Aug 2003 11:42:45 -0700 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.9/8.12.9) with ESMTP id h71Igii2048356; Fri, 1 Aug 2003 11:42:45 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.9/8.12.9/Submit) id h71IgiCB048355; Fri, 1 Aug 2003 11:42:44 -0700 (PDT) Date: Fri, 1 Aug 2003 11:42:43 -0700 From: Gordon Tetlow To: Bruce Evans Message-ID: <20030801184243.GT12582@roark.gnf.org> References: <200308010904.h7194W4a061763@repoman.freebsd.org> <20030802000356.P1436@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="53TzBEXPl5+8hjUY" Content-Disposition: inline In-Reply-To: <20030802000356.P1436@gamplex.bde.org> User-Agent: Mutt/1.4i 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 . X-OriginalArrivalTime: 01 Aug 2003 18:42:45.0676 (UTC) FILETIME=[B2D0A6C0:01C3585C] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 18:42:48 -0000 --53TzBEXPl5+8hjUY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 02, 2003 at 12:11:56AM +1000, Bruce Evans wrote: > On Fri, 1 Aug 2003, Gordon Tetlow wrote: >=20 > > gordon 2003/08/01 02:04:32 PDT > > > > FreeBSD src repository > > > > Modified files: > > rescue/rescue Makefile > > Log: > > When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -P > > from passing the -P flag to crunchgen which seems to confuse crunchgen > > horribly. >=20 > Doesn't also prevent make -j <#> -P from passing the -j <#> flag and any > other useful flags that may be in MAKEFLAGS? That's true, but it's only on a single invocation of crunchgen. I should have been more clear in my commit message. > > This is the preferable solution to modifing crunchgen to > > unset the MAKEFLAGS environment variable. >=20 > Certainly, since unsetting MAKEFLAGS very generally would be more likely > to lose something important in it. >=20 > Setting MAKEFLAGS to ${MAKEFLAGS:N-P} might be safe enough to do generall= y. I'll test out this solution. There are other flags that are potentially dangerous (perhaps -v, although I haven't tested it to see if it causes problems). -gordon --53TzBEXPl5+8hjUY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/KrSjRu2t9DV9ZfsRAojiAKCzOrAvVW74pcAZTPwfL4XsJ2XyMACfU7Jq EPHZ32o0hrVQdk7Rv2ou6IA= =Cz2w -----END PGP SIGNATURE----- --53TzBEXPl5+8hjUY-- From owner-cvs-src@FreeBSD.ORG Fri Aug 1 11:44:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FABA37B401; Fri, 1 Aug 2003 11:44:58 -0700 (PDT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AD843FCB; Fri, 1 Aug 2003 11:44:57 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.9/8.12.9) with ESMTP id h71IitCx018170; Fri, 1 Aug 2003 14:44:55 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20030802000356.P1436@gamplex.bde.org> References: <200308010904.h7194W4a061763@repoman.freebsd.org> <20030802000356.P1436@gamplex.bde.org> Date: Fri, 1 Aug 2003 14:44:54 -0400 To: Bruce Evans , Gordon Tetlow From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 18:44:58 -0000 At 12:11 AM +1000 8/2/03, Bruce Evans wrote: >On Fri, 1 Aug 2003, Gordon Tetlow wrote: > >> gordon 2003/08/01 02:04:32 PDT >> >> FreeBSD src repository >> >> Modified files: >> rescue/rescue Makefile >> Log: > > When using crunchgen, blow away MAKEFLAGS. This fixes > > make -j <#> -P from passing the -P flag to crunchgen > > which seems to confuse crunchgen horribly. > >Doesn't also prevent make -j <#> -P from passing the -j <#> >flag and any other useful flags that may be in MAKEFLAGS? Yes, but chances are that '-j' isn't going to make much of a significant difference when crunchgen is building it's makefiles. I'm not even sure that it is safe for '-j' (I actually have no idea whether it is safe or not). > > This is the preferable solution to modifing crunchgen to >> unset the MAKEFLAGS environment variable. > >Certainly, since unsetting MAKEFLAGS very generally would be >more likely to lose something important in it. > >Setting MAKEFLAGS to ${MAKEFLAGS:N-P} might be safe enough >to do generally. crunchgen also fails if you specify any debugging flags on the original 'make' command, so the problem is much more than just -P. By making this change in the rescue Makefile, we'll quickly sidestep a number of surprise headaches for someone trying to do buildworlds. But at the same time, if someone really wants crunchgen to run *it's* 'make' with some flags set, they will have an easy way to do that. Also, this change only effects building src/rescue, and not does not effect any other users of crunchgen. A better fix would be to make crunchgen a lot smarter about the output (from make) that it is parsing, but that will also take longer to write up. I do hope to look into that, but probably not right away. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Fri Aug 1 11:48:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D74F37B408; Fri, 1 Aug 2003 11:48:20 -0700 (PDT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4194D43FAF; Fri, 1 Aug 2003 11:48:19 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.12.9/8.12.9) with ESMTP id h71ImFkM030383; Fri, 1 Aug 2003 14:48:17 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200308010935.h719ZwZ2090933@grimreaper.grondar.org> References: <200308010935.h719ZwZ2090933@grimreaper.grondar.org> Date: Fri, 1 Aug 2003 14:48:14 -0400 To: Mark Murray , Gordon Tetlow From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 18:48:20 -0000 At 10:35 AM +0100 8/1/03, Mark Murray wrote: >Gordon Tetlow writes: >> Modified files: >> rescue/rescue Makefile >> Log: > > When using crunchgen, blow away MAKEFLAGS. This fixes > > make -j <#> -P from passing the -P flag to crunchgen > > which seems to confuse crunchgen horribly. This is the > > preferable solution to modifing crunchgen to unset the > > MAKEFLAGS environment variable. > >Hi > >Will this fix "make rerelease"? I don't think it will do much for 'make rerelease', but then I don't know what problem comes up for 'make rerelease'. Does that die while trying to build /rescue? -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:08:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF6937B401; Fri, 1 Aug 2003 12:08:38 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E5B43FB1; Fri, 1 Aug 2003 12:08:37 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h71J8WCE083883; Fri, 1 Aug 2003 21:08:32 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h71J8VPl083882; Fri, 1 Aug 2003 21:08:31 +0200 (CEST) Date: Fri, 1 Aug 2003 21:08:31 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20030801190831.GA83865@freebie.xs4all.nl> References: <200307311336.h6VDavpI057091@repoman.freebsd.org> <20030731223325.GA79216@freebie.xs4all.nl> <16170.24858.752620.296203@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16170.24858.752620.296203@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:08:39 -0000 On Fri, Aug 01, 2003 at 08:46:18AM -0400, Andrew Gallatin wrote: > > Wilko Bulte writes: > > On Thu, Jul 31, 2003 at 06:36:57AM -0700, Andrew Gallatin wrote: > > > gallatin 2003/07/31 06:36:57 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/pdq if_fea.c > > > Log: > > > Make this compile on alpha. > > > > Another EISA card ;) > > > > Yep. Latest breakage is fireire, which is new in the last 24 hours. ifconfig fpa0 panics alpha. I'm trying to figure out why. Works on x86 -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:13:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F9E37B401; Fri, 1 Aug 2003 12:13:15 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A619343F3F; Fri, 1 Aug 2003 12:13:14 -0700 (PDT) (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.9/8.12.9) with ESMTP id h71JDCnq014707 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Aug 2003 15:13:12 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h71JD7C79547; Fri, 1 Aug 2003 15:13:07 -0400 (EDT) (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: <16170.48067.780749.772913@grasshopper.cs.duke.edu> Date: Fri, 1 Aug 2003 15:13:07 -0400 (EDT) To: Wilko Bulte In-Reply-To: <20030801190831.GA83865@freebie.xs4all.nl> References: <200307311336.h6VDavpI057091@repoman.freebsd.org> <20030731223325.GA79216@freebie.xs4all.nl> <16170.24858.752620.296203@grasshopper.cs.duke.edu> <20030801190831.GA83865@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:13:16 -0000 Wilko Bulte writes: > > ifconfig fpa0 panics alpha. > > I'm trying to figure out why. Works on x86 Unaligned access, right? Drew From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:28:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9AF37B401; Fri, 1 Aug 2003 12:28:50 -0700 (PDT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243AD43F75; Fri, 1 Aug 2003 12:28:49 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.12.9/8.12.9) with ESMTP id h71JSlkM004244; Fri, 1 Aug 2003 15:28:47 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200307251840.h6PIea2N049887@repoman.freebsd.org> References: <200307251840.h6PIea2N049887@repoman.freebsd.org> Date: Fri, 1 Aug 2003 15:28:46 -0400 To: Garance A Drosehn , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src/sys/sys cdefs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:28:50 -0000 At 11:40 AM -0700 7/25/03, Garance A Drosehn wrote: > > Modified files: > sys/sys cdefs.h > > Log: > [...] the "do-nothing" versions of __RCSID(), __RCSID_SOURCE(), > __SCCSID(), and __COPYRIGHT() were not strictly correct. [...] > > So, change the do-nothing versions of those macros to use the > 'struct __hack' tactic, as was already used with __FBSDID(). > > Approved by: discussions with bde > MFC after: 1 week Just an update on this: Looking at the version of sys/cdefs.h in 4.x-stable, it does not even have the do-nothing versions of the above macros. So, I think I'll just skip the MFC of this, unless people want me to add the do-nothing versions of the above macros. (4.x-stable does have the do-nothing version of __FBSDID, but it already uses 'struct __hack' so there's nothing to do for that) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:35:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C4A37B401; Fri, 1 Aug 2003 12:35:27 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71EA43FCB; Fri, 1 Aug 2003 12:35:26 -0700 (PDT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.9/8.12.9) with ESMTP id h71JZPHo019790; Fri, 1 Aug 2003 20:35:25 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)h71JZPjf019789; Fri, 1 Aug 2003 20:35:25 +0100 (BST) 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])h71JWmZ2096463; Fri, 1 Aug 2003 20:32:48 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200308011932.h71JWmZ2096463@grimreaper.grondar.org> To: Garance A Drosihn In-Reply-To: Your message of "Fri, 01 Aug 2003 14:48:14 EDT." Date: Fri, 01 Aug 2003 20:32:48 +0100 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Gordon Tetlow cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:35:28 -0000 Garance A Drosihn writes: > >Will this fix "make rerelease"? > > I don't think it will do much for 'make rerelease', but then I > don't know what problem comes up for 'make rerelease'. Does > that die while trying to build /rescue? The actual breakage comes much later. It looks like building rescue/ causes some .o files to be made with -DFOO type options. Later, the "real" binaries are built without the -DFOO, and link errors and the like result. It looks like there is a conflict with ${.OBJDIR}, in that for each build, a separate ${.OBJDIR} should be used. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:51:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F3737B401; Fri, 1 Aug 2003 12:51:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D560743FE1; Fri, 1 Aug 2003 12:51:44 -0700 (PDT) (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 h71Jpi0U019082; Fri, 1 Aug 2003 12:51:44 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71JphH0019081; Fri, 1 Aug 2003 12:51:43 -0700 (PDT) Message-Id: <200308011951.h71JphH0019081@repoman.freebsd.org> From: Alan Cox Date: Fri, 1 Aug 2003 12:51:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:51:45 -0000 alc 2003/08/01 12:51:43 PDT FreeBSD src repository Modified files: sys/vm vm_kern.c Log: Update the comment at the head of kmem_alloc_nofault() to describe its purpose and use. Revision Changes Path 1.102 +5 -1 src/sys/vm/vm_kern.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 12:56:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF2837B404; Fri, 1 Aug 2003 12:56:09 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6764043F3F; Fri, 1 Aug 2003 12:56:07 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.9/8.12.9) with ESMTP id h71Ju4CE084286; Fri, 1 Aug 2003 21:56:04 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.9/8.12.9/Submit) id h71Ju4SK084285; Fri, 1 Aug 2003 21:56:04 +0200 (CEST) Date: Fri, 1 Aug 2003 21:56:04 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20030801195604.GA84268@freebie.xs4all.nl> References: <200307311336.h6VDavpI057091@repoman.freebsd.org> <20030731223325.GA79216@freebie.xs4all.nl> <16170.24858.752620.296203@grasshopper.cs.duke.edu> <20030801190831.GA83865@freebie.xs4all.nl> <16170.48067.780749.772913@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16170.48067.780749.772913@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.8-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pdq if_fea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 19:56:09 -0000 On Fri, Aug 01, 2003 at 03:13:07PM -0400, Andrew Gallatin wrote: > > Wilko Bulte writes: > > > > ifconfig fpa0 panics alpha. > > > > I'm trying to figure out why. Works on x86 > > Unaligned access, right? No, access violation. See posting to -current I sent recently. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte From owner-cvs-src@FreeBSD.ORG Fri Aug 1 13:28:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E621B37B401; Fri, 1 Aug 2003 13:28:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4108843F93; Fri, 1 Aug 2003 13:28:21 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71KSL0U021428; Fri, 1 Aug 2003 13:28:21 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71KSKjN021427; Fri, 1 Aug 2003 13:28:20 -0700 (PDT) Message-Id: <200308012028.h71KSKjN021427@repoman.freebsd.org> From: David Malone Date: Fri, 1 Aug 2003 13:28:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/systat Makefile cmdtab.c extern.h icmp6.c ip6.c netstat.c systat.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 20:28:22 -0000 dwmalone 2003/08/01 13:28:20 PDT FreeBSD src repository Modified files: usr.bin/systat Makefile cmdtab.c extern.h netstat.c systat.1 Added files: usr.bin/systat icmp6.c ip6.c Log: Add ip6 and icmp6 displays to systat. MFC after: 2 weeks Revision Changes Path 1.14 +3 -1 src/usr.bin/systat/Makefile 1.9 +8 -0 src/usr.bin/systat/cmdtab.c 1.13 +14 -0 src/usr.bin/systat/extern.h 1.1 +283 -0 src/usr.bin/systat/icmp6.c (new) 1.1 +303 -0 src/usr.bin/systat/ip6.c (new) 1.20 +3 -0 src/usr.bin/systat/netstat.c 1.39 +18 -0 src/usr.bin/systat/systat.1 From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:07:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA13337B401; Fri, 1 Aug 2003 14:07:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A2743F75; Fri, 1 Aug 2003 14:07:25 -0700 (PDT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71L7P0U024306; Fri, 1 Aug 2003 14:07:25 -0700 (PDT) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71L7PBY024305; Fri, 1 Aug 2003 14:07:25 -0700 (PDT) Message-Id: <200308012107.h71L7PBY024305@repoman.freebsd.org> From: Diomidis Spinellis Date: Fri, 1 Aug 2003 14:07:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/sed/TEST sed.test X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:07:26 -0000 dds 2003/08/01 14:07:25 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/sed/TEST sed.test Log: MFC version 1.3 PR: misc/25585 Submitted by: Walter Briscoe Approved by: schweikh (mentor) Revision Changes Path 1.2.8.1 +19 -11 src/usr.bin/sed/TEST/sed.test From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:10:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DB437B401; Fri, 1 Aug 2003 14:10:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD8943F3F; Fri, 1 Aug 2003 14:10:38 -0700 (PDT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71LAb0U024477; Fri, 1 Aug 2003 14:10:37 -0700 (PDT) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LAbfp024476; Fri, 1 Aug 2003 14:10:37 -0700 (PDT) Message-Id: <200308012110.h71LAbfp024476@repoman.freebsd.org> From: Diomidis Spinellis Date: Fri, 1 Aug 2003 14:10:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/sed sed.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:10:39 -0000 dds 2003/08/01 14:10:37 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/sed sed.1 Log: MFC version 1.30 Fixed .Nm element, updated HISTORY section, added AUTHORS section. Approved by: schweikh (mentor) Revision Changes Path 1.9.2.11 +6 -2 src/usr.bin/sed/sed.1 From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:15:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FDD37B401; Fri, 1 Aug 2003 14:15:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C0143FBF; Fri, 1 Aug 2003 14:15:28 -0700 (PDT) (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 h71LFS0U024707; Fri, 1 Aug 2003 14:15:28 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LFSZN024706; Fri, 1 Aug 2003 14:15:28 -0700 (PDT) Message-Id: <200308012115.h71LFSZN024706@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 14:15:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tbmaster.1 tbmaster.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:15:29 -0000 des 2003/08/01 14:15:28 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.1 tbmaster.pl Log: Re-add support for patches. Revision Changes Path 1.5 +8 -1 src/tools/tools/tinderbox/tbmaster.1 1.34 +1 -0 src/tools/tools/tinderbox/tbmaster.pl From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:16:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1387937B401; Fri, 1 Aug 2003 14:16:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBDA43FA3; Fri, 1 Aug 2003 14:16:31 -0700 (PDT) (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 h71LGV0U024787; Fri, 1 Aug 2003 14:16:31 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LGVdp024786; Fri, 1 Aug 2003 14:16:31 -0700 (PDT) Message-Id: <200308012116.h71LGVdp024786@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 14:16:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:16:32 -0000 des 2003/08/01 14:16:31 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/etc experimental.rc Log: powerpc still needs a patch. Revision Changes Path 1.6 +2 -0 src/tools/tools/tinderbox/etc/experimental.rc From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:17:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8740B37B401; Fri, 1 Aug 2003 14:17:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2101643FB1; Fri, 1 Aug 2003 14:17:44 -0700 (PDT) (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 h71LHh0U024878; Fri, 1 Aug 2003 14:17:43 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LHhsQ024877; Fri, 1 Aug 2003 14:17:43 -0700 (PDT) Message-Id: <200308012117.h71LHhsQ024877@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 14:17:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc experimental.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:17:44 -0000 des 2003/08/01 14:17:43 PDT FreeBSD src repository Modified files: tools/tools/tinderbox/etc experimental.rc Log: Use a more generic patch name. Revision Changes Path 1.7 +1 -1 src/tools/tools/tinderbox/etc/experimental.rc From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:18:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A259837B401; Fri, 1 Aug 2003 14:18:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB5443F93; Fri, 1 Aug 2003 14:18:18 -0700 (PDT) (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 h71LII0U024919; Fri, 1 Aug 2003 14:18:18 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LIHnP024918; Fri, 1 Aug 2003 14:18:17 -0700 (PDT) Message-Id: <200308012118.h71LIHnP024918@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 14:18:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox powerpc.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:18:19 -0000 des 2003/08/01 14:18:17 PDT FreeBSD src repository Added files: tools/tools/tinderbox powerpc.diff Log: powerpc patch. Revision Changes Path 1.1 +67 -0 src/tools/tools/tinderbox/powerpc.diff (new) From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:31:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361F337B401; Fri, 1 Aug 2003 14:31:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F8F43FAF; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) (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 h71LVa0U025455; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LVaUb025454; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) Message-Id: <200308012131.h71LVaUb025454@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Aug 2003 14:31:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:31:37 -0000 imp 2003/08/01 14:31:36 PDT FreeBSD src repository Modified files: sys/i386/pci pci_cfgreg.c Log: Add hw.pci.irq_override_mask, which is a mask of interrupts that are considered to be good to try when it otherwise has no clue about which interrupts to try. This is a band-aide and we really should try to balance the IRQs that we arbitrarily pick, but it should help some people that would otherwise get bad IRQs. Revision Changes Path 1.103 +14 -0 src/sys/i386/pci/pci_cfgreg.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:38:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC30A37B401; Fri, 1 Aug 2003 14:38:02 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF33E43F85; Fri, 1 Aug 2003 14:38:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h71Lc0QX044909; Fri, 1 Aug 2003 14:38:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h71LbwhK044908; Fri, 1 Aug 2003 14:37:58 -0700 (PDT) Date: Fri, 1 Aug 2003 14:37:58 -0700 From: "David O'Brien" To: Garance A Drosihn Message-ID: <20030801213758.GA44836@dragon.nuxi.com> References: <200308010935.h719ZwZ2090933@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 cc: Gordon Tetlow cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Murray Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:38:03 -0000 On Fri, Aug 01, 2003 at 02:48:14PM -0400, Garance A Drosihn wrote: > >Will this fix "make rerelease"? > > I don't think it will do much for 'make rerelease', but then I > don't know what problem comes up for 'make rerelease'. Does > that die while trying to build /rescue? 'make rerelease's fragility has been known for a long time. Our crunchgen use should be done not in the standard /usr/obj/.../ directory as we do today. Instead we should be using "crunchgen -p obj-prefix". From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:43:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EF337B401; Fri, 1 Aug 2003 14:43:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B97843F75; Fri, 1 Aug 2003 14:43:21 -0700 (PDT) (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 h71LhL0U025947; Fri, 1 Aug 2003 14:43:21 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LhLs9025946; Fri, 1 Aug 2003 14:43:21 -0700 (PDT) Message-Id: <200308012143.h71LhLs9025946@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 1 Aug 2003 14:43:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:43:22 -0000 bmah 2003/08/01 14:43:21 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: dhclient(8) -i, systat(1) ip6/icmp6, NO_FLOPPIES for alpha/amd64/ia64. Revision Changes Path 1.605 +12 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:45:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DB237B401; Fri, 1 Aug 2003 14:45:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEAF43F3F; Fri, 1 Aug 2003 14:45:56 -0700 (PDT) (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 h71Lju0U026113; Fri, 1 Aug 2003 14:45:56 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71Ljufa026112; Fri, 1 Aug 2003 14:45:56 -0700 (PDT) Message-Id: <200308012145.h71Ljufa026112@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Aug 2003 14:45:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c pcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:45:57 -0000 imp 2003/08/01 14:45:56 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c pcireg.h Log: Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. Update the MI device scanning code to use PCI_MAXHDRTYPE rather than the hard coded 2. Revision Changes Path 1.225 +1 -1 src/sys/dev/pci/pci.c 1.33 +1 -9 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:50:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 550A637B401; Fri, 1 Aug 2003 14:50:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F7543FCB; Fri, 1 Aug 2003 14:50:09 -0700 (PDT) (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 h71Lo90U026213; Fri, 1 Aug 2003 14:50:09 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71Lo9gf026212; Fri, 1 Aug 2003 14:50:09 -0700 (PDT) Message-Id: <200308012150.h71Lo9gf026212@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Aug 2003 14:50:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:50:10 -0000 imp 2003/08/01 14:50:09 PDT FreeBSD src repository Modified files: sys/i386/pci pci_bus.c Log: The MI code was modified to filter the devices based on its header type. We know about header types 0, 1 and 2. Ignore the rest in the MD i386 code when we're looking for bridges. You cannot look at the vendor tag. And if you don't you certainly can't look at function > 0 if the device isn't there. The new soekris boards' GEODE cpu has issues with the old way. This is reported to have fixed it. MFC After: 2 days Revision Changes Path 1.103 +8 -0 src/sys/i386/pci/pci_bus.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:54:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6322B37B401; Fri, 1 Aug 2003 14:54:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED80143FB1; Fri, 1 Aug 2003 14:54:35 -0700 (PDT) (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 h71LsZ0U026429; Fri, 1 Aug 2003 14:54:35 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LsZaR026428; Fri, 1 Aug 2003 14:54:35 -0700 (PDT) Message-Id: <200308012154.h71LsZaR026428@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Aug 2003 14:54:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox powerpc.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:54:36 -0000 des 2003/08/01 14:54:35 PDT FreeBSD src repository Modified files: tools/tools/tinderbox powerpc.diff Log: Parts of the patch have been committed. Revision Changes Path 1.2 +0 -18 src/tools/tools/tinderbox/powerpc.diff From owner-cvs-src@FreeBSD.ORG Fri Aug 1 15:17:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8918537B401; Fri, 1 Aug 2003 15:17:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2039043F93; Fri, 1 Aug 2003 15:17:13 -0700 (PDT) (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 h71MHC0U028655; Fri, 1 Aug 2003 15:17:12 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71MHCn0028654; Fri, 1 Aug 2003 15:17:12 -0700 (PDT) Message-Id: <200308012217.h71MHCn0028654@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Aug 2003 15:17:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/ia64/sys Ovfork.S fork.S setlogin.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 22:17:14 -0000 marcel 2003/08/01 15:17:12 PDT FreeBSD src repository Modified files: lib/libc/ia64/sys Ovfork.S fork.S setlogin.S Log: The END() must expand to the .endp directive with the same name as on the corresponding .proc directive, or the .endp must not have a name at all. While here, remove an artificial dependency in Ovfork.S by performing manual register renaming. Revision Changes Path 1.6 +3 -4 src/lib/libc/ia64/sys/Ovfork.S 1.6 +1 -1 src/lib/libc/ia64/sys/fork.S 1.4 +1 -1 src/lib/libc/ia64/sys/setlogin.S From owner-cvs-src@FreeBSD.ORG Fri Aug 1 17:26:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA6537B401; Fri, 1 Aug 2003 17:26:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DA443FB1; Fri, 1 Aug 2003 17:26:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h720QV0U040736; Fri, 1 Aug 2003 17:26:31 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h720QVjU040735; Fri, 1 Aug 2003 17:26:31 -0700 (PDT) Message-Id: <200308020026.h720QVjU040735@repoman.freebsd.org> From: Peter Wemm Date: Fri, 1 Aug 2003 17:26:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include ieeefp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 00:26:32 -0000 peter 2003/08/01 17:26:31 PDT FreeBSD src repository Modified files: sys/amd64/include ieeefp.h Log: Fix a dumbass mistake. I had the 'set' and 'get' reversed in the fpsetround/fpgetround macro pairs. Revision Changes Path 1.10 +2 -2 src/sys/amd64/include/ieeefp.h From owner-cvs-src@FreeBSD.ORG Fri Aug 1 17:49:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A228437B401; Fri, 1 Aug 2003 17:49:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4DC43FBF; Fri, 1 Aug 2003 17:49:37 -0700 (PDT) (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 h720nb0U041567; Fri, 1 Aug 2003 17:49:37 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h720nbW0041566; Fri, 1 Aug 2003 17:49:37 -0700 (PDT) Message-Id: <200308020049.h720nbW0041566@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Aug 2003 17:49:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/ia64/sys Makefile.inc getcontext.S swapcontext.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 00:49:38 -0000 marcel 2003/08/01 17:49:36 PDT FreeBSD src repository Modified files: lib/libc/ia64/sys Makefile.inc Added files: lib/libc/ia64/sys getcontext.S swapcontext.S Log: Override the default stubs for getcontext(2) and swapcontext(2) so that we can flush the register stack prior to entering the kernel. This avoids having dirty registers and saves us from having to manually write them to the backing store from within the kernel. In that respect, flushing the RSE is both functionally required as well as performance optimal. On average we had 18 dirty registers when getcontext(2) was called from libthr. Since libthr does not switch back to a context created by getcontext(2), not having dealt with the dirty registers was harmless. Revision Changes Path 1.7 +2 -2 src/lib/libc/ia64/sys/Makefile.inc 1.1 +39 -0 src/lib/libc/ia64/sys/getcontext.S (new) 1.1 +39 -0 src/lib/libc/ia64/sys/swapcontext.S (new) From owner-cvs-src@FreeBSD.ORG Fri Aug 1 18:12:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCAAE37B401; Fri, 1 Aug 2003 18:12:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B2343FA3; Fri, 1 Aug 2003 18:12:32 -0700 (PDT) (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 h721CW0U043305; Fri, 1 Aug 2003 18:12:32 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h721CW0C043304; Fri, 1 Aug 2003 18:12:32 -0700 (PDT) Message-Id: <200308020112.h721CW0C043304@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Aug 2003 18:12:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include ucontext.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 01:12:33 -0000 marcel 2003/08/01 18:12:31 PDT FreeBSD src repository Modified files: sys/ia64/include ucontext.h Log: Don't use uint64_t. Use unsigned long instead. One is supposed to use ucontext_t without having to include headers other than . Revision Changes Path 1.4 +2 -2 src/sys/ia64/include/ucontext.h From owner-cvs-src@FreeBSD.ORG Fri Aug 1 18:55:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F8537B401; Fri, 1 Aug 2003 18:55:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F37643F85; Fri, 1 Aug 2003 18:55:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h721t30U044974; Fri, 1 Aug 2003 18:55:03 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h721t3Rx044973; Fri, 1 Aug 2003 18:55:03 -0700 (PDT) Message-Id: <200308020155.h721t3Rx044973@repoman.freebsd.org> From: Peter Wemm Date: Fri, 1 Aug 2003 18:55:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 01:55:04 -0000 peter 2003/08/01 18:55:03 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c acpidump.h Log: Dump the HPET information block. What is the HPET I hear you ask? It is the High Precision Event Timer that is supposed to supplement and eventually replace the 8254 timer and the RTC periodic interrupts. Among other things, it is 64 bit (can be run in 32 bit mode for 32 bit cpus), and is suitable as a replacement for the ACPI timer on SMP systems (the specs are much better) and as a replacement for the ITC based synthetic clock for on ia64 systems. It seems IA64 and AMD64 systems tend to have this. It is likely to start showing up in i386 systems if it isn't already on some of them. Revision Changes Path 1.8 +25 -0 src/usr.sbin/acpi/acpidump/acpi.c 1.8 +13 -0 src/usr.sbin/acpi/acpidump/acpidump.h From owner-cvs-src@FreeBSD.ORG Fri Aug 1 18:58:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C39D37B401; Fri, 1 Aug 2003 18:58:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEBC43FAF; Fri, 1 Aug 2003 18:58:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h721wX0U045166; Fri, 1 Aug 2003 18:58:33 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h721wXoN045165; Fri, 1 Aug 2003 18:58:33 -0700 (PDT) Message-Id: <200308020158.h721wXoN045165@repoman.freebsd.org> From: Peter Wemm Date: Fri, 1 Aug 2003 18:58:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 01:58:34 -0000 peter 2003/08/01 18:58:33 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c Log: Hoo sed I kan spel? Revision Changes Path 1.9 +1 -1 src/usr.sbin/acpi/acpidump/acpi.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 21:18:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5270137B401; Fri, 1 Aug 2003 21:18:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F0A43FB1; Fri, 1 Aug 2003 21:18:56 -0700 (PDT) (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 h724Iu0U058463; Fri, 1 Aug 2003 21:18:56 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h724IuZs058462; Fri, 1 Aug 2003 21:18:56 -0700 (PDT) Message-Id: <200308020418.h724IuZs058462@repoman.freebsd.org> From: Alan Cox Date: Fri, 1 Aug 2003 21:18:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 04:18:57 -0000 alc 2003/08/01 21:18:56 PDT FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init(). (See revision 1.140 of kern/sys_pipe.c for a detailed rationale.) Submitted by: tegge Revision Changes Path 1.152 +1 -1 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 22:05:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A3637B401; Fri, 1 Aug 2003 22:05:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E8D43FA3; Fri, 1 Aug 2003 22:05:35 -0700 (PDT) (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 h7255Z0U061245; Fri, 1 Aug 2003 22:05:35 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7255YmL061244; Fri, 1 Aug 2003 22:05:34 -0700 (PDT) Message-Id: <200308020505.h7255YmL061244@repoman.freebsd.org> From: Alan Cox Date: Fri, 1 Aug 2003 22:05:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 05:05:36 -0000 alc 2003/08/01 22:05:34 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Eliminate an abuse of kmem_alloc_pageable() in bufinit() by using VM_ALLOC_NOOBJ to allocate the bogus page. Reviewed by: tegge Revision Changes Path 1.395 +1 -6 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 22:14:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3595C37B491; Fri, 1 Aug 2003 22:14:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31B443FA3; Fri, 1 Aug 2003 22:14:17 -0700 (PDT) (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 h725EH0U061639; Fri, 1 Aug 2003 22:14:17 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h725EHrp061638; Fri, 1 Aug 2003 22:14:17 -0700 (PDT) Message-Id: <200308020514.h725EHrp061638@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 1 Aug 2003 22:14:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 05:14:19 -0000 nyan 2003/08/01 22:14:17 PDT FreeBSD src repository Modified files: sys/i386/pci pci_cfgreg.c Log: PC98 uses different mask of IRQ. Revision Changes Path 1.104 +8 -2 src/sys/i386/pci/pci_cfgreg.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 22:48:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2FA37B401; Fri, 1 Aug 2003 22:48:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A34043F75; Fri, 1 Aug 2003 22:48:04 -0700 (PDT) (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 h725m30U062750; Fri, 1 Aug 2003 22:48:03 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h725m3CF062749; Fri, 1 Aug 2003 22:48:03 -0700 (PDT) Message-Id: <200308020548.h725m3CF062749@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Aug 2003 22:48:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 05:48:04 -0000 sam 2003/08/01 22:48:03 PDT FreeBSD src repository src/sys/contrib/dev/ath - Imported sources Update of /home/ncvs/src/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv62726 Log Message: Version 0.9.5.2: o correct BSSID setup in ah_writeAssocid for 5211 and 5212 (fixes reception of broadcast frames after association) o correct transmit retry counts returned by 5211 in ah_procTxDesc o add missing regulatory domain support that caused use of 11b channels to be disallowed with some cards (e.g. mini-pci cards in certain IBM laptops) o miscellaneous fixes to regulatory domain support o increase size of 5212 ANI table to avoid overflow o add monitor mode o remove OS_QSORT support o fix handling of HAL_RXDESC_INTREQ in ah_setupRxDesc o rewrite 5212 descriptor handling for portability o FreeBSD: track alq_open API change Status: Vendor Tag: ATHEROS Release Tags: V0_9_5_2 U src/sys/contrib/dev/ath/COPYRIGHT U src/sys/contrib/dev/ath/README U src/sys/contrib/dev/ath/ah.h U src/sys/contrib/dev/ath/ah_desc.h U src/sys/contrib/dev/ath/ah_devid.h U src/sys/contrib/dev/ath/version.h U src/sys/contrib/dev/ath/freebsd/ah_if.m U src/sys/contrib/dev/ath/freebsd/ah_osdep.c U src/sys/contrib/dev/ath/freebsd/ah_osdep.h C src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu U src/sys/contrib/dev/ath/freebsd/opt_ah.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jATHEROS:yesterday -jATHEROS src/sys/contrib/dev/ath From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:09:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618A937B401; Fri, 1 Aug 2003 23:09:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2364B43FCB; Fri, 1 Aug 2003 23:09:50 -0700 (PDT) (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 h7269n0U064666; Fri, 1 Aug 2003 23:09:49 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7269naH064665; Fri, 1 Aug 2003 23:09:49 -0700 (PDT) Message-Id: <200308020609.h7269naH064665@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Aug 2003 23:09:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:09:51 -0000 sam 2003/08/01 23:09:49 PDT FreeBSD src repository Modified files: . exclude Log: atheros hal Revision Changes Path 1.99 +1 -0 CVSROOT/exclude From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:10:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBE437B404; Fri, 1 Aug 2003 23:10:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3599E43FD7; Fri, 1 Aug 2003 23:10:27 -0700 (PDT) (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 h726AR0U064776; Fri, 1 Aug 2003 23:10:27 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726AQ24064775; Fri, 1 Aug 2003 23:10:26 -0700 (PDT) Message-Id: <200308020610.h726AQ24064775@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Aug 2003 23:10:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/ath/freebsd i386-elf.hal.o.uu X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:10:28 -0000 sam 2003/08/01 23:10:26 PDT FreeBSD src repository Modified files: sys/contrib/dev/ath/freebsd i386-elf.hal.o.uu Log: resolve merge conflict Revision Changes Path 1.3 +3255 -3039 src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:14:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BAD37B401; Fri, 1 Aug 2003 23:14:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7103D43F3F; Fri, 1 Aug 2003 23:14:15 -0700 (PDT) (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 h726EF0U064933; Fri, 1 Aug 2003 23:14:15 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726EFeR064932; Fri, 1 Aug 2003 23:14:15 -0700 (PDT) Message-Id: <200308020614.h726EFeR064932@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Aug 2003 23:14:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:14:16 -0000 sam 2003/08/01 23:14:15 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the hal o add monitor mode support o fix short preamble handling in beacon setup (noop) o correct resume handling Revision Changes Path 1.5 +17 -14 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:17:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5A337B401; Fri, 1 Aug 2003 23:17:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0628B43FA3; Fri, 1 Aug 2003 23:17:00 -0700 (PDT) (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 h726Gx0U065092; Fri, 1 Aug 2003 23:16:59 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726GxPC065091; Fri, 1 Aug 2003 23:16:59 -0700 (PDT) Message-Id: <200308020616.h726GxPC065091@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Aug 2003 23:16:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:17:00 -0000 sam 2003/08/01 23:16:59 PDT FreeBSD src repository Modified files: share/man/man4 ath.4 Log: update to reflect bugs fixed in v0.9.5.2 of the hal Revision Changes Path 1.6 +1 -15 src/share/man/man4/ath.4 From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:17:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F63B37B404; Fri, 1 Aug 2003 23:17:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05043FA3; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) (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 h726H10U065123; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726H1sO065122; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) Message-Id: <200308020617.h726H1sO065122@repoman.freebsd.org> From: Alan Cox Date: Fri, 1 Aug 2003 23:17:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:17:02 -0000 alc 2003/08/01 23:17:01 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). See revision 1.140 of kern/sys_pipe.c for a detailed rationale. Submitted by: tegge - Remove GIANT_REQUIRED from pmap_mapdev(). Revision Changes Path 1.421 +1 -3 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:31:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BEB537B401; Fri, 1 Aug 2003 23:31:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC86F43F75; Fri, 1 Aug 2003 23:31:26 -0700 (PDT) (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 h726VQ0U065711; Fri, 1 Aug 2003 23:31:26 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726VQqf065710; Fri, 1 Aug 2003 23:31:26 -0700 (PDT) Message-Id: <200308020631.h726VQqf065710@repoman.freebsd.org> From: Murray Stokely Date: Fri, 1 Aug 2003 23:31:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:31:27 -0000 murray 2003/08/01 23:31:26 PDT FreeBSD src repository Modified files: . access Log: Neil Blakey-Milner is working on ports these days. We'll remove his src/ designation for now until his situation changes. Approved by: nbm Nagged by: grim reaper script (for inactive committers) Revision Changes Path 1.609 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:33:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B5E37B401; Fri, 1 Aug 2003 23:33:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A229543FBF; Fri, 1 Aug 2003 23:33:25 -0700 (PDT) (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 h726XP0U065802; Fri, 1 Aug 2003 23:33:25 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726XPRY065801; Fri, 1 Aug 2003 23:33:25 -0700 (PDT) Message-Id: <200308020633.h726XPRY065801@repoman.freebsd.org> From: Murray Stokely Date: Fri, 1 Aug 2003 23:33:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:33:26 -0000 murray 2003/08/01 23:33:25 PDT FreeBSD src repository Modified files: . access Log: Jesus is working on docs. Removing him here won't prevent him from committing to man pages in src/ in the future should he desire to do so. Approved by: jesusr Nagged by: grim reaper inactivity script. Revision Changes Path 1.610 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:52:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65CA37B401; Fri, 1 Aug 2003 23:52:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705B943FAF; Fri, 1 Aug 2003 23:52:37 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h726qb0U066612; Fri, 1 Aug 2003 23:52:37 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726qaUs066611; Fri, 1 Aug 2003 23:52:36 -0700 (PDT) Message-Id: <200308020652.h726qaUs066611@repoman.freebsd.org> From: Julian Elischer Date: Fri, 1 Aug 2003 23:52:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:52:38 -0000 julian 2003/08/01 23:52:36 PDT FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: Relax the check for bad LDTE allocations. It turns out that there is code that blindly allocates LDTEs starting at slot 6 and I quess it doesn't really matter to us if they overwrite the BSDI syscall slot, since it isn't a BSDI binary. Also add some code to help track down other such users (commented out for now). Reviewed by: deischen@ Revision Changes Path 1.87 +21 -4 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 01:13:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 363B637B401; Sat, 2 Aug 2003 01:13:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B6F43FDF; Sat, 2 Aug 2003 01:13:46 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from tiger (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with SMTP id h728DiUp048349; Sat, 2 Aug 2003 01:13:45 -0700 (PDT) (envelope-from davidxu@freebsd.org) Message-ID: <002e01c358ce$6df2ecd0$0701a8c0@tiger> From: "David Xu" To: "Julian Elischer" , , , References: <200308020652.h726qaUs066611@repoman.freebsd.org> Date: Sat, 2 Aug 2003 16:16:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 08:13:47 -0000 ----- Original Message -----=20 From: "Julian Elischer" To: ; ; = Sent: Saturday, August 02, 2003 2:52 PM Subject: cvs commit: src/sys/i386/i386 sys_machdep.c > julian 2003/08/01 23:52:36 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/i386/i386 sys_machdep.c=20 > Log: > Relax the check for bad LDTE allocations. It turns out that > there is code that blindly allocates LDTEs starting at slot 6 > and I quess it doesn't really matter to us if they overwrite the = BSDI > syscall slot, since it isn't a BSDI binary. Also add some code to = help track > down other such users (commented out for now). > =20 > Reviewed by: deischen@ > =20 > Revision Changes Path > 1.87 +21 -4 src/sys/i386/i386/sys_machdep.c >=20 The code is incorrect: dp =3D &((union descriptor *)(pldt->ldt_base))[NLDT]; /* * start scanning a bit up to leave room for NVidia and * Wine, which still user the "Blat" method of allocation. */ for (i =3D NLDT + 1; i < pldt->ldt_len; ++i) { if (dp->sd.sd_type =3D=3D SDT_SYSNULL) break; dp++; } dp is set to start from NLDT not NLDT+1, so the 'i' and 'dp' is out of synchronous. And why is complaint included in DEBUG section ? #ifdef DEBUG /* complain a for a while if using old methods */ if (ldt_warnings++ < NUM_LDT_WARNINGS) { printf("Warning: pid %d used static ldt allocation.\n", td->td_proc->p_pid); printf("See the i386_set_ldt man page for more info\n"); } #endif -- David Xu From owner-cvs-src@FreeBSD.ORG Sat Aug 2 01:22:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC06C37B401; Sat, 2 Aug 2003 01:22:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929C843FB1; Sat, 2 Aug 2003 01:22:03 -0700 (PDT) (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 h728M30U076828; Sat, 2 Aug 2003 01:22:03 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h728M3Dr076827; Sat, 2 Aug 2003 01:22:03 -0700 (PDT) Message-Id: <200308020822.h728M3Dr076827@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Aug 2003 01:22:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/libefi efiboot.h efifs.c src/sys/boot/efi/loader main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 08:22:04 -0000 marcel 2003/08/02 01:22:03 PDT FreeBSD src repository Modified files: sys/boot/efi/libefi efiboot.h efifs.c sys/boot/efi/loader main.c Log: Don't hardcode unit 0 for the current device if we're loaded from an EFI file system. When booting from a CD and there's already an EFI system partition on the disk, setting the current device to unit 0 will select the harddisk. This invariably breaks installing FreeBSD when other operating systems have been installed before. We obviously want to do the same when we're booting over the network. Maybe later. Based on a patch (from memory) from: arun Revision Changes Path 1.8 +3 -0 src/sys/boot/efi/libefi/efiboot.h 1.8 +12 -1 src/sys/boot/efi/libefi/efifs.c 1.20 +8 -17 src/sys/boot/efi/loader/main.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:00:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FAB37B401; Sat, 2 Aug 2003 02:00:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F036443FAF; Sat, 2 Aug 2003 02:00:50 -0700 (PDT) (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 h7290o0U078203; Sat, 2 Aug 2003 02:00:50 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7290o3X078202; Sat, 2 Aug 2003 02:00:50 -0700 (PDT) Message-Id: <200308020900.h7290o3X078202@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 2 Aug 2003 02:00:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:00:51 -0000 hrs 2003/08/02 02:00:50 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: puc(4) printer support em(4) support for tuning the interrupt delays Revision Changes Path 1.606 +8 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:23:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C06E37B404; Sat, 2 Aug 2003 02:23:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD5F43F93; Sat, 2 Aug 2003 02:23:03 -0700 (PDT) (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 h729N30U079910; Sat, 2 Aug 2003 02:23:03 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729N3eh079909; Sat, 2 Aug 2003 02:23:03 -0700 (PDT) Message-Id: <200308020923.h729N3eh079909@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 2 Aug 2003 02:23:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:23:04 -0000 nyan 2003/08/02 02:23:03 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386: revision 1.449. Revision Changes Path 1.274 +1 -0 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:25:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BE737B401; Sat, 2 Aug 2003 02:25:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AF843F75; Sat, 2 Aug 2003 02:25:26 -0700 (PDT) (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 h729PQ0U080030; Sat, 2 Aug 2003 02:25:26 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729PPvd080021; Sat, 2 Aug 2003 02:25:25 -0700 (PDT) Message-Id: <200308020925.h729PPvd080021@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 2 Aug 2003 02:25:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 ppc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:25:27 -0000 nyan 2003/08/02 02:25:25 PDT FreeBSD src repository Modified files: sys/pc98/pc98 ppc.c Log: Merged from sys/dev/ppc/ppc.c revision 1.42. Revision Changes Path 1.15 +37 -44 src/sys/pc98/pc98/ppc.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:33:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816F037B401; Sat, 2 Aug 2003 02:33:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A67143FAF; Sat, 2 Aug 2003 02:33:59 -0700 (PDT) (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 h729Xw0U080383; Sat, 2 Aug 2003 02:33:58 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729Xwex080382; Sat, 2 Aug 2003 02:33:58 -0700 (PDT) Message-Id: <200308020933.h729Xwex080382@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 2 Aug 2003 02:33:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:34:00 -0000 nyan 2003/08/02 02:33:58 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: puc(4) printer also works on pc98. Revision Changes Path 1.607 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:36:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DEB37B401; Sat, 2 Aug 2003 02:36:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0C243F75; Sat, 2 Aug 2003 02:36:50 -0700 (PDT) (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 h729an0U080519; Sat, 2 Aug 2003 02:36:49 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729anMI080518; Sat, 2 Aug 2003 02:36:49 -0700 (PDT) Message-Id: <200308020936.h729anMI080518@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 2 Aug 2003 02:36:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/pc98 dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:36:51 -0000 ru 2003/08/02 02:36:49 PDT FreeBSD src repository Modified files: release/pc98 dokern.sh Log: MFi386: sort. OK'ed by: nyan Revision Changes Path 1.79 +50 -50 src/release/pc98/dokern.sh From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:40:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC41237B401; Sat, 2 Aug 2003 02:40:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68CDD43FCB; Sat, 2 Aug 2003 02:40:54 -0700 (PDT) (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 h729es0U080740; Sat, 2 Aug 2003 02:40:54 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729esD2080739; Sat, 2 Aug 2003 02:40:54 -0700 (PDT) Message-Id: <200308020940.h729esD2080739@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Aug 2003 02:40:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_physio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:40:55 -0000 phk 2003/08/02 02:40:54 PDT FreeBSD src repository Modified files: sys/kern kern_physio.c Log: Grab Giant in physio() since non-giant drivers are starting to appear. Revision Changes Path 1.60 +3 -0 src/sys/kern/kern_physio.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:41:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CA237B401; Sat, 2 Aug 2003 02:41:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7032743FCB; Sat, 2 Aug 2003 02:41:32 -0700 (PDT) (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 h729fW0U080775; Sat, 2 Aug 2003 02:41:32 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729fWQm080774; Sat, 2 Aug 2003 02:41:32 -0700 (PDT) Message-Id: <200308020941.h729fWQm080774@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 2 Aug 2003 02:41:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:41:34 -0000 nyan 2003/08/02 02:41:32 PDT FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.400. Revision Changes Path 1.193 +6 -3 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 02:45:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BEB037B401; Sat, 2 Aug 2003 02:45:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5CB43F85; Sat, 2 Aug 2003 02:45:10 -0700 (PDT) (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 h729jA0U080972; Sat, 2 Aug 2003 02:45:10 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h729jArq080971; Sat, 2 Aug 2003 02:45:10 -0700 (PDT) Message-Id: <200308020945.h729jArq080971@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Aug 2003 02:45:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 09:45:11 -0000 phk 2003/08/02 02:45:10 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Grab Giant in bufdonebio() since drivers may not hold it. This only protects the "struct buf" consumers (ie: DEV_STRATEGY()), but does not protect BIO_STRATEGY() users. Revision Changes Path 1.396 +4 -0 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 03:11:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862AA37B401; Sat, 2 Aug 2003 03:11:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C3E43FBD; Sat, 2 Aug 2003 03:11:59 -0700 (PDT) (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 h72ABw0U083129; Sat, 2 Aug 2003 03:11:58 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72ABwjN083128; Sat, 2 Aug 2003 03:11:58 -0700 (PDT) Message-Id: <200308021011.h72ABwjN083128@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Aug 2003 03:11:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 10:11:59 -0000 phk 2003/08/02 03:11:58 PDT FreeBSD src repository Modified files: sys/geom geom_dev.c Log: Kick Giant compatibility one layer up. Revision Changes Path 1.64 +1 -9 src/sys/geom/geom_dev.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 04:02:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1112337B401; Sat, 2 Aug 2003 04:02:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E0F43FA3; Sat, 2 Aug 2003 04:02:54 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72B2s0U084963; Sat, 2 Aug 2003 04:02:54 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72B2sHd084962; Sat, 2 Aug 2003 04:02:54 -0700 (PDT) Message-Id: <200308021102.h72B2sHd084962@repoman.freebsd.org> From: Pierre Beyssac Date: Sat, 2 Aug 2003 04:02:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/burncd burncd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 11:02:55 -0000 pb 2003/08/02 04:02:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/burncd burncd.c Log: MFC: rev 1.37, fix "write from stdin". Revision Changes Path 1.10.2.7 +5 -2 src/usr.sbin/burncd/burncd.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 06:07:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E1037B401; Sat, 2 Aug 2003 06:07:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C2243FBF; Sat, 2 Aug 2003 06:07:23 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id XAA03855; Sat, 2 Aug 2003 23:07:16 +1000 Date: Sat, 2 Aug 2003 23:07:15 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Makonnen In-Reply-To: <20030731155730.GA23825@kokeb.ambesa.net> Message-ID: <20030802223548.O612@gamplex.bde.org> References: <200307301853.h6UIrxY4063377@repoman.freebsd.org> <20030731155730.GA23825@kokeb.ambesa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d hostname ipfilter ipsec netif ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 13:07:25 -0000 On Thu, 31 Jul 2003, Mike Makonnen wrote: > On Thu, Jul 31, 2003 at 07:17:19PM +1000, Bruce Evans wrote: > > Thanks. Now `id' is the only command used before its file system > > is mounted on my nfs clients. id seems to be used only in rc.subr. > > What do you think of the following ? I tested that it works for me. % Index: etc/rc.subr % =================================================================== % RCS file: /home/ncvs/src/etc/rc.subr,v % retrieving revision 1.14 % diff -u -r1.14 rc.subr % --- etc/rc.subr 24 Jul 2003 18:17:21 -0000 1.14 % +++ etc/rc.subr 31 Jul 2003 15:54:58 -0000 % @@ -47,6 +47,8 @@ % SYSCTL_N="${SYSCTL} -n" % CMD_OSTYPE="${SYSCTL_N} kern.ostype" % OSTYPE=`${CMD_OSTYPE}` % +ID="/usr/bin/id" % +IDCMD="if [ -x $ID ]; then $ID -un; fi" % % case ${OSTYPE} in % FreeBSD) % @@ -504,7 +506,7 @@ % _group=\$${name}_group _groups=\$${name}_groups % % if [ -n "$_user" ]; then # unset $_user if running as that user % - if [ "$_user" = "$(id -un)" ]; then % + if [ "$_user" = "$(eval $IDCMD)" ]; then % unset _user % fi % fi I would put all the logic inline (id is only used once...). ${name}_user is documented to require /usr mounted. Apparently something is breaking the rules by setting it early. Bruce From owner-cvs-src@FreeBSD.ORG Sat Aug 2 06:25:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D9A37B407; Sat, 2 Aug 2003 06:25:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05FD43F3F; Sat, 2 Aug 2003 06:25:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72DPW0U000421; Sat, 2 Aug 2003 06:25:32 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72DPWlE000420; Sat, 2 Aug 2003 06:25:32 -0700 (PDT) Message-Id: <200308021325.h72DPWlE000420@repoman.freebsd.org> From: Bruce Evans Date: Sat, 2 Aug 2003 06:25:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 13:25:33 -0000 bde 2003/08/02 06:25:31 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Support the Titan VScom PCI-200HV2 2 port serial card. MFC after: 3 days Revision Changes Path 1.22 +10 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 07:41:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2683F37B401; Sat, 2 Aug 2003 07:41:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C898443FA3; Sat, 2 Aug 2003 07:41:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72Eft0U004021; Sat, 2 Aug 2003 07:41:55 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72EftfS004020; Sat, 2 Aug 2003 07:41:55 -0700 (PDT) Message-Id: <200308021441.h72EftfS004020@repoman.freebsd.org> From: Bruce Evans Date: Sat, 2 Aug 2003 07:41:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/i386 locore.s swtch.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 14:41:56 -0000 bde 2003/08/02 07:41:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 locore.s swtch.s Log: MFC 1.173 (don't hide the name of tmpstk); 1.172+1.174: (clear the bss before using it, and use up to date comments about this). Adjustments for RELENG_4 (n/a in -current). locore.s: Don't staticize tmpstk since it is needed in swtch.s. Adjust comments some more to cover the BDE_DEBUGEGR case. swtch.s: Don't hide the name of tmpstk here either. This is part of making RELENG_4 kernels work when compiled by gcc-3.3. Fixing bss clearing is the only nontrivial part. Revision Changes Path 1.132.2.11 +24 -28 src/sys/i386/i386/locore.s 1.89.2.11 +1 -1 src/sys/i386/i386/swtch.s From owner-cvs-src@FreeBSD.ORG Sat Aug 2 07:54:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C3B37B401; Sat, 2 Aug 2003 07:54:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE1C43FAF; Sat, 2 Aug 2003 07:54:51 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72Eso0U004445; Sat, 2 Aug 2003 07:54:50 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72EsoMh004444; Sat, 2 Aug 2003 07:54:50 -0700 (PDT) Message-Id: <200308021454.h72EsoMh004444@repoman.freebsd.org> From: Bruce Evans Date: Sat, 2 Aug 2003 07:54:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/i386/i386 locore.s swtch.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 14:54:52 -0000 bde 2003/08/02 07:54:50 PDT FreeBSD src repository Modified files: (Branch: RELENG_3) sys/i386/i386 locore.s swtch.s Log: MFC locore.s 1.172-1.174 (don't hide the name of tmpstk, and clear the bss properly) with adjustments for RELENG_3. The adjustments are the same as for RELENG_4. This is part of some making RELENG_3 kernels work when compiled by gcc-3.3. Fixing bss clearing and ATOMIC_ASM constrains are the only nontrivial parts. Revision Changes Path 1.118.2.6 +24 -27 src/sys/i386/i386/locore.s 1.75.2.5 +2 -2 src/sys/i386/i386/swtch.s From owner-cvs-src@FreeBSD.ORG Sat Aug 2 09:34:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2879637B401; Sat, 2 Aug 2003 09:34:24 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D7943F85; Sat, 2 Aug 2003 09:34:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc12) with ESMTP id <2003080216340701400ndodhe>; Sat, 2 Aug 2003 16:34: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 JAA56066; Sat, 2 Aug 2003 09:34:06 -0700 (PDT) Date: Sat, 2 Aug 2003 09:34:04 -0700 (PDT) From: Julian Elischer To: David Xu In-Reply-To: <002e01c358ce$6df2ecd0$0701a8c0@tiger> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Julian Elischer cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 16:34:25 -0000 On Sat, 2 Aug 2003, David Xu wrote: > > ----- Original Message ----- > From: "Julian Elischer" > To: ; ; > Sent: Saturday, August 02, 2003 2:52 PM > Subject: cvs commit: src/sys/i386/i386 sys_machdep.c > > > > julian 2003/08/01 23:52:36 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 sys_machdep.c > > Log: > > Relax the check for bad LDTE allocations. It turns out that > > there is code that blindly allocates LDTEs starting at slot 6 > > and I quess it doesn't really matter to us if they overwrite the BSDI > > syscall slot, since it isn't a BSDI binary. Also add some code to help track > > down other such users (commented out for now). > > > > Reviewed by: deischen@ > > > > Revision Changes Path > > 1.87 +21 -4 src/sys/i386/i386/sys_machdep.c > > > > The code is incorrect: > > dp = &((union descriptor *)(pldt->ldt_base))[NLDT]; > /* > * start scanning a bit up to leave room for NVidia and > * Wine, which still user the "Blat" method of allocation. > */ > for (i = NLDT + 1; i < pldt->ldt_len; ++i) { > if (dp->sd.sd_type == SDT_SYSNULL) > break; > dp++; > } > > dp is set to start from NLDT not NLDT+1, so the 'i' and 'dp' is > out of synchronous. oops If you have not already fixed it, I will after sending this.. (that's what you get from last-minute tweeks to a patch) > > And why is complaint included in DEBUG section ? > #ifdef DEBUG > /* complain a for a while if using old methods */ > if (ldt_warnings++ < NUM_LDT_WARNINGS) { > printf("Warning: pid %d used static ldt allocation.\n", > td->td_proc->p_pid); > printf("See the i386_set_ldt man page for more info\n"); > } > #endif because libthr uses it so it will always complain. Mike has said he can not fix it for a while, It sounds from his description that it is more work for libthr to use the dynamic allocator. > > -- > David Xu > > From owner-cvs-src@FreeBSD.ORG Sat Aug 2 09:45:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB7437B401; Sat, 2 Aug 2003 09:45:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C4343FB1; Sat, 2 Aug 2003 09:45:33 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72GjW0U015613; Sat, 2 Aug 2003 09:45:32 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72GjWZE015612; Sat, 2 Aug 2003 09:45:32 -0700 (PDT) Message-Id: <200308021645.h72GjWZE015612@repoman.freebsd.org> From: Julian Elischer Date: Sat, 2 Aug 2003 09:45:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 16:45:33 -0000 julian 2003/08/02 09:45:32 PDT FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: fix braino in last commit. Beaten with clue-stick by: Davidxu Revision Changes Path 1.88 +1 -1 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 10:08:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3696937B401; Sat, 2 Aug 2003 10:08:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47ED43F3F; Sat, 2 Aug 2003 10:08:21 -0700 (PDT) (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 h72H8L0U017321; Sat, 2 Aug 2003 10:08:21 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72H8Lb1017320; Sat, 2 Aug 2003 10:08:21 -0700 (PDT) Message-Id: <200308021708.h72H8Lb1017320@repoman.freebsd.org> From: Alan Cox Date: Sat, 2 Aug 2003 10:08:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 17:08:22 -0000 alc 2003/08/02 10:08:21 PDT FreeBSD src repository Modified files: sys/kern sys_process.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). See revision 1.140 of kern/sys_pipe.c for a detailed rationale. Submitted by: tegge Revision Changes Path 1.111 +1 -1 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 10:35:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3601537B436; Sat, 2 Aug 2003 10:35:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D4743F85; Sat, 2 Aug 2003 10:35:00 -0700 (PDT) (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 h72HZ00U018373; Sat, 2 Aug 2003 10:35:00 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72HZ0xO018372; Sat, 2 Aug 2003 10:35:00 -0700 (PDT) Message-Id: <200308021735.h72HZ0xO018372@repoman.freebsd.org> From: John Baldwin Date: Sat, 2 Aug 2003 10:35:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_ktr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 17:35:01 -0000 jhb 2003/08/02 10:35:00 PDT FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Both 'c' an 'lines' are unused, the bogus init of lines was accidentally left behind. Revision Changes Path 1.42 +1 -2 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 10:41:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A83F637B401 for ; Sat, 2 Aug 2003 10:41:10 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FC743F93 for ; Sat, 2 Aug 2003 10:41:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14145 invoked from network); 2 Aug 2003 17:41:08 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 2 Aug 2003 17:41:08 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h72Hf69s009184; Sat, 2 Aug 2003 13:41:06 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200308011700.h71H0owV000816@repoman.freebsd.org> Date: Sat, 02 Aug 2003 13:41:27 -0400 (EDT) From: John Baldwin To: "David E. O'Brien" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_ktr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 17:41:11 -0000 On 01-Aug-2003 David E. O'Brien wrote: > obrien 2003/08/01 10:00:49 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_ktr.c > Log: > Fix kernel build -- 'c' was the unused var, not 'lines'. Both are unused. The init of lines is bogus and should have been removed as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Sat Aug 2 11:21:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8D237B401; Sat, 2 Aug 2003 11:21:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7547443FBD; Sat, 2 Aug 2003 11:21:03 -0700 (PDT) (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 h72IL30U021114; Sat, 2 Aug 2003 11:21:03 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72IL379021113; Sat, 2 Aug 2003 11:21:03 -0700 (PDT) Message-Id: <200308021821.h72IL379021113@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 2 Aug 2003 11:21:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 18:21:04 -0000 ru 2003/08/02 11:21:03 PDT FreeBSD src repository Modified files: release Makefile Log: - Boot-only CD-ROM support (bootonly.iso). Submitted by: jhb, ru - Moved the creation of the ports distribution to release.7. - Call MFS root floppy mfsroot.flp even on a small PC98 disk. Submitted by: jhb Reviewed by: ru, jhb Revision Changes Path 1.809 +35 -20 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Sat Aug 2 11:46:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873BA37B401; Sat, 2 Aug 2003 11:46:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A48043FFD; Sat, 2 Aug 2003 11:46:02 -0700 (PDT) (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 h72Ik20U022361; Sat, 2 Aug 2003 11:46:02 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72Ik2c9022360; Sat, 2 Aug 2003 11:46:02 -0700 (PDT) Message-Id: <200308021846.h72Ik2c9022360@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 2 Aug 2003 11:46:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ep Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 18:46:04 -0000 ru 2003/08/02 11:46:02 PDT FreeBSD src repository Modified files: sys/modules/ep Makefile Log: There's already the elink.ko module available, don't embed it here. Reviewed by: markm Revision Changes Path 1.5 +1 -2 src/sys/modules/ep/Makefile From owner-cvs-src@FreeBSD.ORG Sat Aug 2 12:26:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F8737B401; Sat, 2 Aug 2003 12:26:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8826F43FA3; Sat, 2 Aug 2003 12:26:09 -0700 (PDT) (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 h72JQ90U024700; Sat, 2 Aug 2003 12:26:09 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72JQ9ne024699; Sat, 2 Aug 2003 12:26:09 -0700 (PDT) Message-Id: <200308021926.h72JQ9ne024699@repoman.freebsd.org> From: Alan Cox Date: Sat, 2 Aug 2003 12:26:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 19:26:10 -0000 alc 2003/08/02 12:26:09 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/powerpc/powerpc pmap.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). See revision 1.140 of kern/sys_pipe.c for a detailed rationale. Submitted by: tegge Revision Changes Path 1.428 +1 -1 src/sys/amd64/amd64/pmap.c 1.63 +1 -1 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 12:52:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35ED237B405; Sat, 2 Aug 2003 12:52:52 -0700 (PDT) Received: from pool-151-200-10-97.res.east.verizon.net (pool-138-88-98-72.res.east.verizon.net [138.88.98.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5783643F93; Sat, 2 Aug 2003 12:52:50 -0700 (PDT) (envelope-from mtm@identd.net) Received: from kokeb.ambesa.net (ucz5d838ke6lss5w@localhost [127.0.0.1]) id h72Jqikv003418; Sat, 2 Aug 2003 15:52:44 -0400 (EDT) (envelope-from mtm@identd.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.9/8.12.9/Submit) id h72Jqiwg003417; Sat, 2 Aug 2003 15:52:44 -0400 (EDT) (envelope-from mtm@identd.net) X-Authentication-Warning: kokeb.ambesa.net: mtm set sender to mtm@identd.net using -f Date: Sat, 2 Aug 2003 15:52:44 -0400 From: Mike Makonnen To: Julian Elischer Message-ID: <20030802195243.GA3396@kokeb.ambesa.net> References: <002e01c358ce$6df2ecd0$0701a8c0@tiger> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.1-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 19:52:52 -0000 On Sat, Aug 02, 2003 at 09:34:04AM -0700, Julian Elischer wrote: > > > > > And why is complaint included in DEBUG section ? > > #ifdef DEBUG > > /* complain a for a while if using old methods */ > > if (ldt_warnings++ < NUM_LDT_WARNINGS) { > > printf("Warning: pid %d used static ldt allocation.\n", > > td->td_proc->p_pid); > > printf("See the i386_set_ldt man page for more info\n"); > > } > > #endif > > because libthr uses it so it will always complain. > Mike has said he can not fix it for a while, > It sounds from his description that it is more work for libthr > to use the dynamic allocator. As I indicated to Julian, I don't have time to do this now. I will be going off-line in a couple of weeks for I don't know how long. In the mean time I have a bunch of other stuff I have to get to. But, if someone else wants to do it I can tell you exactly what you need to do. It's relatively simple. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon! From owner-cvs-src@FreeBSD.ORG Sat Aug 2 13:36:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B258F37B401; Sat, 2 Aug 2003 13:36:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C7B43FB1; Sat, 2 Aug 2003 13:36:29 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72KaT0U033544; Sat, 2 Aug 2003 13:36:29 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72KaS9u033543; Sat, 2 Aug 2003 13:36:28 -0700 (PDT) Message-Id: <200308022036.h72KaS9u033543@repoman.freebsd.org> From: Jens Schweikhardt Date: Sat, 2 Aug 2003 13:36:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 20:36:30 -0000 schweikh 2003/08/02 13:36:28 PDT FreeBSD src repository Modified files: games/fortune/datfiles freebsd-tips Log: Fix a tip about how to create an empty file[1]. Remove tip about retired kget(8). Fix a typo. PR: conf/54334 Submitted by: Mark Huizer MFC after: 3 days Revision Changes Path 1.31 +2 -6 src/games/fortune/datfiles/freebsd-tips From owner-cvs-src@FreeBSD.ORG Sat Aug 2 14:03:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EFF37B401; Sat, 2 Aug 2003 14:03:41 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AA943FBD; Sat, 2 Aug 2003 14:03:40 -0700 (PDT) (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.9/8.12.9) with ESMTP id h72L3ewO013862; Sat, 2 Aug 2003 14:03:40 -0700 (PDT) (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.9/8.12.9) with ESMTP id h72L3d8J025110; Sat, 2 Aug 2003 14:03:40 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h72L3drd025109; Sat, 2 Aug 2003 14:03:39 -0700 (PDT) (envelope-from marcel) Date: Sat, 2 Aug 2003 14:03:39 -0700 From: Marcel Moolenaar To: Mike Makonnen Message-ID: <20030802210339.GB25026@dhcp01.pn.xcllnt.net> References: <002e01c358ce$6df2ecd0$0701a8c0@tiger> <20030802195243.GA3396@kokeb.ambesa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030802195243.GA3396@kokeb.ambesa.net> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 21:03:41 -0000 On Sat, Aug 02, 2003 at 03:52:44PM -0400, Mike Makonnen wrote: > > As I indicated to Julian, I don't have time to do this now. I will > be going off-line in a couple of weeks for I don't know how long. > In the mean time I have a bunch of other stuff I have to get to. > But, if someone else wants to do it I can tell you exactly > what you need to do. It's relatively simple. Can you post the description to threads@? I'll see if I can find a spare moment... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sat Aug 2 14:05:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C015537B401; Sat, 2 Aug 2003 14:05:15 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4F43FA3; Sat, 2 Aug 2003 14:05:14 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h72L57nj022330; Sat, 2 Aug 2003 17:05:08 -0400 (EDT) Date: Sat, 2 Aug 2003 17:05:07 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Mike Makonnen In-Reply-To: <20030802195243.GA3396@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org cc: David Xu Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 21:05:16 -0000 On Sat, 2 Aug 2003, Mike Makonnen wrote: > On Sat, Aug 02, 2003 at 09:34:04AM -0700, Julian Elischer wrote: > > > > > > > > And why is complaint included in DEBUG section ? > > > #ifdef DEBUG > > > /* complain a for a while if using old methods */ > > > if (ldt_warnings++ < NUM_LDT_WARNINGS) { > > > printf("Warning: pid %d used static ldt allocation.\n", > > > td->td_proc->p_pid); > > > printf("See the i386_set_ldt man page for more info\n"); > > > } > > > #endif > > > > because libthr uses it so it will always complain. > > Mike has said he can not fix it for a while, > > It sounds from his description that it is more work for libthr > > to use the dynamic allocator. > > As I indicated to Julian, I don't have time to do this now. I will > be going off-line in a couple of weeks for I don't know how long. > In the mean time I have a bunch of other stuff I have to get to. > But, if someone else wants to do it I can tell you exactly > what you need to do. It's relatively simple. I think David or I can do it. We've got to do it for libpthread, so it's not too much of a problem to make the change in libthr also. -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Sat Aug 2 15:29:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A14F37B401; Sat, 2 Aug 2003 15:29:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2157A43F93; Sat, 2 Aug 2003 15:29:11 -0700 (PDT) (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 h72MTA0U039827; Sat, 2 Aug 2003 15:29:10 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72MTA0f039826; Sat, 2 Aug 2003 15:29:10 -0700 (PDT) Message-Id: <200308022229.h72MTA0f039826@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Aug 2003 15:29:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/truss ia64-fbsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 22:29:11 -0000 marcel 2003/08/02 15:29:10 PDT FreeBSD src repository Modified files: usr.bin/truss ia64-fbsd.c Log: Fix truss on ia64. The syscall arguments are written to the trap frame, occupying scratch registers r16 and up. We don't have to save any scratch registers for syscalls, so we have plenty of room there. Consequently, when we fetch the registers from the process, we automaticly have all the arguments and don't need to read them seperately. Revision Changes Path 1.4 +5 -17 src/usr.bin/truss/ia64-fbsd.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 15:39:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C610037B401; Sat, 2 Aug 2003 15:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF8E43F75; Sat, 2 Aug 2003 15:39:11 -0700 (PDT) (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 h72MdB0U040228; Sat, 2 Aug 2003 15:39:11 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72MdBau040227; Sat, 2 Aug 2003 15:39:11 -0700 (PDT) Message-Id: <200308022239.h72MdBau040227@repoman.freebsd.org> From: David Xu Date: Sat, 2 Aug 2003 15:39:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 22:39:12 -0000 davidxu 2003/08/02 15:39:10 PDT FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 enter_uts.S Log: -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead. Revision Changes Path 1.3 +1 -1 src/lib/libpthread/arch/amd64/amd64/enter_uts.S From owner-cvs-src@FreeBSD.ORG Sat Aug 2 15:41:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CDA37B482; Sat, 2 Aug 2003 15:41:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A622643FEA; Sat, 2 Aug 2003 15:40:35 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72MeS0U040375; Sat, 2 Aug 2003 15:40:28 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72MeRC2040374; Sat, 2 Aug 2003 15:40:27 -0700 (PDT) Message-Id: <200308022240.h72MeRC2040374@repoman.freebsd.org> From: Bosko Milekic Date: Sat, 2 Aug 2003 15:40:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 22:41:36 -0000 bmilekic 2003/08/02 15:40:27 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: When INVARIANTS is on and we're in uma_zalloc_free(), we need to make sure that uma_dbg_free() is called if we're about to call uma_zfree_internal() but we're asking it to skip the dtor and uma_dbg_free() call itself. So, if we're about to call uma_zfree_internal() from uma_zfree_arg() and skip == 1, call uma_dbg_free() ourselves. Revision Changes Path 1.71 +15 -0 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 16:03:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD0737B401; Sat, 2 Aug 2003 16:03:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9558043FAF; Sat, 2 Aug 2003 16:03:38 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h72N3c0U042141; Sat, 2 Aug 2003 16:03:38 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h72N3cXc042140; Sat, 2 Aug 2003 16:03:38 -0700 (PDT) Message-Id: <200308022303.h72N3cXc042140@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 2 Aug 2003 16:03:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 23:03:39 -0000 gad 2003/08/02 16:03:38 PDT FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.c Log: Fix an 'bad file descriptor' error which would come up when using the 'C' flag on an entry that also specifies 'user:group' info. Submitted by: Riccardo Torrini in -current MFC after: 4 days Revision Changes Path 1.71 +0 -1 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 19:23:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CBE37B401; Sat, 2 Aug 2003 19:23:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A730B43FA3; Sat, 2 Aug 2003 19:23:39 -0700 (PDT) (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 h732Nd0U057039; Sat, 2 Aug 2003 19:23:39 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h732NdVH057038; Sat, 2 Aug 2003 19:23:39 -0700 (PDT) Message-Id: <200308030223.h732NdVH057038@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 19:23:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tr extern.h str.c tr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 02:23:40 -0000 ache 2003/08/02 19:23:39 PDT FreeBSD src repository Modified files: usr.bin/tr extern.h str.c tr.c Log: This patch address two problems. 1st one is relatively minor: according our own manpage, upper and lower classes must be sorted, but currently not. 2nd one is serious: tr '[:lower:]' '[:upper:]' (and vice versa) currently works only if upper and lower classes have exact the same number of elements. When it is not true, like for many ISO8859-x locales which have bigger amount of lowercase letters, tr may do nasty things. See this page http://www.opengroup.org/onlinepubs/007908799/xcu/tr.html for detailed description of desired tr behaviour in such cases. Revision Changes Path 1.6 +4 -1 src/usr.bin/tr/extern.h 1.17 +12 -2 src/usr.bin/tr/str.c 1.17 +54 -17 src/usr.bin/tr/tr.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 20:51:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEB837B401; Sat, 2 Aug 2003 20:51:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB5A43F75; Sat, 2 Aug 2003 20:51:28 -0700 (PDT) (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 h733pS0U066301; Sat, 2 Aug 2003 20:51:28 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h733pSRj066300; Sat, 2 Aug 2003 20:51:28 -0700 (PDT) Message-Id: <200308030351.h733pSRj066300@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 20:51:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tr extern.h str.c tr.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 03:51:29 -0000 ache 2003/08/02 20:51:28 PDT FreeBSD src repository Modified files: usr.bin/tr extern.h str.c tr.1 Log: POSIX requires 'c-c' must conform collate and be in collation order Revision Changes Path 1.7 +1 -1 src/usr.bin/tr/extern.h 1.18 +17 -12 src/usr.bin/tr/str.c 1.21 +5 -2 src/usr.bin/tr/tr.1 From owner-cvs-src@FreeBSD.ORG Sat Aug 2 21:18:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671E637B401; Sat, 2 Aug 2003 21:18:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0402D43F3F; Sat, 2 Aug 2003 21:18:08 -0700 (PDT) (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 h734I70U068076; Sat, 2 Aug 2003 21:18:07 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h734I7oe068075; Sat, 2 Aug 2003 21:18:07 -0700 (PDT) Message-Id: <200308030418.h734I7oe068075@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 21:18:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tr tr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 04:18:08 -0000 ache 2003/08/02 21:18:07 PDT FreeBSD src repository Modified files: usr.bin/tr tr.c Log: Remove charcoll() stabilization added in 1.16, it gains nothing but conflicts with ranges. Revision Changes Path 1.18 +1 -5 src/usr.bin/tr/tr.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 21:28:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F6837B401; Sat, 2 Aug 2003 21:28:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A8943FBF; Sat, 2 Aug 2003 21:28:10 -0700 (PDT) (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 h734SA0U068421; Sat, 2 Aug 2003 21:28:10 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h734SAa5068420; Sat, 2 Aug 2003 21:28:10 -0700 (PDT) Message-Id: <200308030428.h734SAa5068420@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 21:28:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh expand.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 04:28:11 -0000 ache 2003/08/02 21:28:10 PDT FreeBSD src repository Modified files: bin/sh expand.c Log: Remove collate_range_cmp() stabilization, it conflicts with ranges Revision Changes Path 1.45 +2 -9 src/bin/sh/expand.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 21:36:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300AD37B405; Sat, 2 Aug 2003 21:36:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505BF43FEA; Sat, 2 Aug 2003 21:36:10 -0700 (PDT) (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 h734aA0U068763; Sat, 2 Aug 2003 21:36:10 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h734a96o068762; Sat, 2 Aug 2003 21:36:09 -0700 (PDT) Message-Id: <200308030436.h734a96o068762@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 21:36:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libregex regex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 04:36:13 -0000 ache 2003/08/02 21:36:09 PDT FreeBSD src repository Modified files: gnu/lib/libregex regex.c Log: Remove collate_range_cmp() stabilization, it conflicts with ranges Revision Changes Path 1.10 +4 -7 src/gnu/lib/libregex/regex.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 21:40:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B5E37B401; Sat, 2 Aug 2003 21:40:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDBC43F85; Sat, 2 Aug 2003 21:40:41 -0700 (PDT) (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 h734ef0U068993; Sat, 2 Aug 2003 21:40:41 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h734eeqX068992; Sat, 2 Aug 2003 21:40:40 -0700 (PDT) Message-Id: <200308030440.h734eeqX068992@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 21:40:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale collcmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 04:40:42 -0000 ache 2003/08/02 21:40:40 PDT FreeBSD src repository Modified files: lib/libc/locale collcmp.c Log: Remove __collate_range_cmp() stabilization, it conflicts with ranges Revision Changes Path 1.15 +2 -10 src/lib/libc/locale/collcmp.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 21:47:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D5337B401; Sat, 2 Aug 2003 21:47:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A183043F93; Sat, 2 Aug 2003 21:47:34 -0700 (PDT) (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 h734lY0U069245; Sat, 2 Aug 2003 21:47:34 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h734lYM6069244; Sat, 2 Aug 2003 21:47:34 -0700 (PDT) Message-Id: <200308030447.h734lYM6069244@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 21:47:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/man/man glob.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 04:47:35 -0000 ache 2003/08/02 21:47:34 PDT FreeBSD src repository Modified files: gnu/usr.bin/man/man glob.c Log: Remove collate_range_cmp() stabilization, it conflicts with ranges Revision Changes Path 1.5 +4 -7 src/gnu/usr.bin/man/man/glob.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 22:20:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA8037B401; Sat, 2 Aug 2003 22:20:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E9C43FAF; Sat, 2 Aug 2003 22:20:31 -0700 (PDT) (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 h735KV0U071349; Sat, 2 Aug 2003 22:20:31 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h735KV96071348; Sat, 2 Aug 2003 22:20:31 -0700 (PDT) Message-Id: <200308030520.h735KV96071348@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Aug 2003 22:20:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale collcmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 05:20:32 -0000 ache 2003/08/02 22:20:31 PDT FreeBSD src repository Modified files: lib/libc/locale collcmp.c Log: Remove commented out and never used code Revision Changes Path 1.16 +1 -34 src/lib/libc/locale/collcmp.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 22:55:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D709637B401; Sat, 2 Aug 2003 22:55:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BE243FB1; Sat, 2 Aug 2003 22:55:22 -0700 (PDT) (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 h735tM0U072509; Sat, 2 Aug 2003 22:55:22 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h735tM6U072508; Sat, 2 Aug 2003 22:55:22 -0700 (PDT) Message-Id: <200308030555.h735tM6U072508@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 2 Aug 2003 22:55:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 05:55:23 -0000 ume 2003/08/02 22:55:22 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall config.c Log: Always put an entry for ::1. It may avoid useless DNS lookup for localhost. MFC after: 3 days Revision Changes Path 1.212 +5 -8 src/usr.sbin/sysinstall/config.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 23:08:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D86137B401; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3D843FAF; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) (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 h7368n0U073869; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7368m9F073868; Sat, 2 Aug 2003 23:08:48 -0700 (PDT) Message-Id: <200308030608.h7368m9F073868@repoman.freebsd.org> From: Alan Cox Date: Sat, 2 Aug 2003 23:08:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 06:08:50 -0000 alc 2003/08/02 23:08:48 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Revise obj_alloc(). Most notably, use the object's lock to prevent two concurrent invocations from acquiring the same address(es). Also, in case of an incomplete allocation, free any allocated pages. In collaboration with: tegge Revision Changes Path 1.72 +30 -17 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sat Aug 2 23:17:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBB837B401; Sat, 2 Aug 2003 23:17:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B66343FD7; Sat, 2 Aug 2003 23:17:07 -0700 (PDT) (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 h736H60U074247; Sat, 2 Aug 2003 23:17:06 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h736H6Y8074246; Sat, 2 Aug 2003 23:17:06 -0700 (PDT) Message-Id: <200308030617.h736H6Y8074246@repoman.freebsd.org> From: Warner Losh Date: Sat, 2 Aug 2003 23:17:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 06:17:08 -0000 imp 2003/08/02 23:17:06 PDT FreeBSD src repository Modified files: usr.sbin/pccard/pccardd cardd.h Log: Go ahead and allow ports as high as 0xfff to be used for pccard devices. Only some devices support above 0x400, but since you have to explicitly enable this range, you are assumed to know what you are doing. Revision Changes Path 1.31 +1 -1 src/usr.sbin/pccard/pccardd/cardd.h