From owner-cvs-src@FreeBSD.ORG Sun Mar 28 00:10:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54FB16A4CE; Sun, 28 Mar 2004 00:10:04 -0800 (PST) Received: from darkness.comp.waw.pl (unknown [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 139ED43D31; Sun, 28 Mar 2004 00:10:04 -0800 (PST) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id C09FEACBCF; Sun, 28 Mar 2004 10:10:02 +0200 (CEST) Date: Sun, 28 Mar 2004 10:10:02 +0200 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20040328081002.GW8930@darkness.comp.waw.pl> References: <4066159C.7030102@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5t1z8kqiv7KqGNMe" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c tcp_syncache.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6 in6_pcb.c in6_pcb.h in6_src.c udp6_output.c udp6_usrreq.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, 28 Mar 2004 08:10:04 -0000 --5t1z8kqiv7KqGNMe Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 27, 2004 at 09:52:57PM -0500, Robert Watson wrote: +> The credential is only used during the functions, and the reference is +> owned by the calling thread for the duration of the calls. This change +> basically moves the td->td_ucred dereference to the caller, rather than +> doing them in the function. It should be no less safe than the existing +> code, and since td_ucred is a thread-local reference, it should be safe +> assuming curthread=3D=3Dtd in the caller. The only place I've found, where curthread !=3D td, is NFS code, where thread0 is used instead of curthread, but it should be also safe. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --5t1z8kqiv7KqGNMe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAZohaForvXbEpPzQRAk7uAJ9Al4JNVmgHJthnZq7jUjEezbETMQCgl+50 2C9uOrEdByAbX5oNd70TH+I= =tvhQ -----END PGP SIGNATURE----- --5t1z8kqiv7KqGNMe-- From owner-cvs-src@FreeBSD.ORG Sun Mar 28 01:01:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F0FD16A4D1; Sun, 28 Mar 2004 01:01:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2038843D41; Sun, 28 Mar 2004 01:01:28 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2S91RGe031135; Sun, 28 Mar 2004 01:01:27 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2S91RLp031082; Sun, 28 Mar 2004 01:01:27 -0800 (PST) (envelope-from ume) Message-Id: <200403280901.i2S91RLp031082@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 28 Mar 2004 01:01:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet6 in6.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, 28 Mar 2004 09:01:28 -0000 ume 2004/03/28 01:01:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet6 in6.c Log: MFC 1.45: missing splx(). Revision Changes Path 1.7.2.11 +3 -1 src/sys/netinet6/in6.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 03:50:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604DA16A4CE; Sun, 28 Mar 2004 03:50:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5994A43D2D; Sun, 28 Mar 2004 03:50:45 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SBojGe068578; Sun, 28 Mar 2004 03:50:45 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SBoiUb068577; Sun, 28 Mar 2004 03:50:44 -0800 (PST) (envelope-from simokawa) Message-Id: <200403281150.i2SBoiUb068577@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 28 Mar 2004 03:50:44 -0800 (PST) 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/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.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, 28 Mar 2004 11:50:45 -0000 simokawa 2004/03/28 03:50:44 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.c Log: Sync with -current: * all - s/__FUNCTION__/__func__/. - Compatibility for RELENG_4 and DragonFly. * firewire - Fix kldload failure - Add a PCI ID of NEC uPD72873. - Fix a bug reported misc/64623. - Timestamp just before queuing. - Retry bus probe if it fails. - Use device_printf() for debug message. - Invalidiate CROM while update. - Don't process minimum/invalid CROM. * sbp - Add ORB_SHORTAGE flag. - Add sbp.tags tunable. - Revive doorbell support. It's not enabled by default. Revision Changes Path 1.3.2.29 +60 -26 src/sys/dev/firewire/firewire.c 1.2.2.12 +1 -1 src/sys/dev/firewire/firewire.h 1.1.2.20 +13 -6 src/sys/dev/firewire/firewirereg.h 1.2.2.5 +18 -3 src/sys/dev/firewire/fwcrom.c 1.2.4.16 +30 -18 src/sys/dev/firewire/fwdev.c 1.1.2.4 +13 -4 src/sys/dev/firewire/fwdma.c 1.1.2.14 +14 -6 src/sys/dev/firewire/fwmem.c 1.1.2.27 +22 -14 src/sys/dev/firewire/fwohci.c 1.3.2.20 +77 -33 src/sys/dev/firewire/fwohci_pci.c 1.2.2.12 +2 -1 src/sys/dev/firewire/fwohcireg.h 1.1.2.10 +4 -4 src/sys/dev/firewire/fwohcivar.h 1.1.2.18 +31 -21 src/sys/dev/firewire/if_fwe.c 1.5.2.27 +167 -80 src/sys/dev/firewire/sbp.c 1.2.2.4 +65 -65 src/sys/dev/firewire/sbp_targ.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 03:50:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C16A16A4CF; Sun, 28 Mar 2004 03:50:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEA543D2F; Sun, 28 Mar 2004 03:50:55 -0800 (PST) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SBosGe068607; Sun, 28 Mar 2004 03:50:54 -0800 (PST) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SBossG068606; Sun, 28 Mar 2004 03:50:54 -0800 (PST) (envelope-from schweikh) Message-Id: <200403281150.i2SBossG068606@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 28 Mar 2004 03:50:54 -0800 (PST) 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_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: Sun, 28 Mar 2004 11:50:55 -0000 schweikh 2004/03/28 03:50:54 PST FreeBSD src repository Modified files: lib/libkvm kvm_proc.c Log: Fix a warning: compare u_long ps_strings to 0 instead of NULL. Revision Changes Path 1.73 +1 -1 src/lib/libkvm/kvm_proc.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 04:03:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E4F16A4CF; Sun, 28 Mar 2004 04:03:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE2443D2F; Sun, 28 Mar 2004 04:03:39 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SC3dGe073386; Sun, 28 Mar 2004 04:03:39 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SC3dOg073385; Sun, 28 Mar 2004 04:03:39 -0800 (PST) (envelope-from nyan) Message-Id: <200403281203.i2SC3dOg073385@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 28 Mar 2004 04:03:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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: Sun, 28 Mar 2004 12:03:40 -0000 nyan 2004/03/28 04:03:39 PST FreeBSD src repository Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.586. Revision Changes Path 1.334 +1 -0 src/sys/pc98/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 04:06:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0AA16A4CF; Sun, 28 Mar 2004 04:06:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7FD43D2F; Sun, 28 Mar 2004 04:06:30 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SC6TGe073578; Sun, 28 Mar 2004 04:06:29 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SC6TaP073577; Sun, 28 Mar 2004 04:06:29 -0800 (PST) (envelope-from nyan) Message-Id: <200403281206.i2SC6TaP073577@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 28 Mar 2004 04:06:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Mar 2004 12:06:30 -0000 nyan 2004/03/28 04:06:29 PST FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: MFi386: revision 1.1136. Revision Changes Path 1.30 +4 -4 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sun Mar 28 05:40:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 187BA16A4CE; Sun, 28 Mar 2004 05:40:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F093843D2D; Sun, 28 Mar 2004 05:40:23 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SDeNGe099379; Sun, 28 Mar 2004 05:40:23 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SDeNhY099378; Sun, 28 Mar 2004 05:40:23 -0800 (PST) (envelope-from nyan) Message-Id: <200403281340.i2SDeNhY099378@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 28 Mar 2004 05:40:23 -0800 (PST) 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 fd.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, 28 Mar 2004 13:40:24 -0000 nyan 2004/03/28 05:40:23 PST FreeBSD src repository Modified files: sys/pc98/pc98 fd.c Log: - Fix PC98 supports after importing auto selection. [1] - Fix 1.44MB floppy drive probe sequence. [2] Submitted by: Watanabe Kazuhiro [1] chi@bd.mbn.or.jp (Chiharu Shibata) [2] Revision Changes Path 1.146 +54 -65 src/sys/pc98/pc98/fd.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 05:42:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D791016A4CF; Sun, 28 Mar 2004 05:42:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F3943D48; Sun, 28 Mar 2004 05:42:27 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SDgRGe001374; Sun, 28 Mar 2004 05:42:27 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SDgRZa001373; Sun, 28 Mar 2004 05:42:27 -0800 (PST) (envelope-from nyan) Message-Id: <200403281342.i2SDgRZa001373@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 28 Mar 2004 05:42:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/fdcontrol Makefile src/usr.sbin/fdformat Makefile src/usr.sbin/fdread Makefile fdutil.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, 28 Mar 2004 13:42:28 -0000 nyan 2004/03/28 05:42:27 PST FreeBSD src repository Modified files: usr.sbin/fdcontrol Makefile usr.sbin/fdformat Makefile usr.sbin/fdread Makefile fdutil.c Log: Add PC98 supports. Submitted by: Watanabe Kazuhiro (mostly) Revision Changes Path 1.10 +4 -0 src/usr.sbin/fdcontrol/Makefile 1.12 +5 -1 src/usr.sbin/fdformat/Makefile 1.4 +5 -1 src/usr.sbin/fdread/Makefile 1.4 +65 -5 src/usr.sbin/fdread/fdutil.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 06:05:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC4516A4CE; Sun, 28 Mar 2004 06:05:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994CF43D1D; Sun, 28 Mar 2004 06:05:29 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SE5TGe006533; Sun, 28 Mar 2004 06:05:29 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SE5STq006532; Sun, 28 Mar 2004 06:05:28 -0800 (PST) (envelope-from mtm) Message-Id: <200403281405.i2SE5STq006532@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 28 Mar 2004 06:05:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_create.c thr_exit.c thr_gc.c thr_init.c thr_join.c thr_private.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, 28 Mar 2004 14:05:29 -0000 mtm 2004/03/28 06:05:28 PST FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_create.c thr_exit.c thr_init.c thr_join.c thr_private.h Removed files: lib/libthr/thread thr_gc.c Log: Remove the garbage collector thread. All resources are freed in-line. If the exiting thread cannot release a resource, then the next thread to exit will release it. Revision Changes Path 1.6 +0 -1 src/lib/libthr/thread/Makefile.inc 1.14 +0 -15 src/lib/libthr/thread/thr_create.c 1.12 +38 -10 src/lib/libthr/thread/thr_exit.c 1.9 +0 -203 src/lib/libthr/thread/thr_gc.c (dead) 1.13 +2 -4 src/lib/libthr/thread/thr_init.c 1.12 +3 -3 src/lib/libthr/thread/thr_join.c 1.34 +1 -8 src/lib/libthr/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Sun Mar 28 07:11:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0D716A4CE; Sun, 28 Mar 2004 07:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F8AD43D1D; Sun, 28 Mar 2004 07:11:58 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SFBwGe021941; Sun, 28 Mar 2004 07:11:58 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SFBwT1021937; Sun, 28 Mar 2004 07:11:58 -0800 (PST) (envelope-from ume) Message-Id: <200403281511.i2SFBwT1021937@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 28 Mar 2004 07:11:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet6 ip6_output.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, 28 Mar 2004 15:11:58 -0000 ume 2004/03/28 07:11:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet6 ip6_output.c Log: MFC 1.62 (partly), 1.77 (partly): - notify a proper path MTU to applications. - strictly follow RFC2460 section 5 last paragraph (sending rule when PMTU < 1280). Revision Changes Path 1.13.2.20 +164 -75 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 07:13:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E8A116A4CE; Sun, 28 Mar 2004 07:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3063343D31; Sun, 28 Mar 2004 07:13:38 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SFDbGe022356; Sun, 28 Mar 2004 07:13:37 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SFDbF6022355; Sun, 28 Mar 2004 07:13:37 -0800 (PST) (envelope-from ume) Message-Id: <200403281513.i2SFDbF6022355@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 28 Mar 2004 07:13:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet6 icmp6.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, 28 Mar 2004 15:13:38 -0000 ume 2004/03/28 07:13:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet6 icmp6.c Log: MFC 1.52: in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU should be updated. Revision Changes Path 1.6.2.14 +13 -7 src/sys/netinet6/icmp6.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 07:48:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6963016A4CE; Sun, 28 Mar 2004 07:48:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E84143D1D; Sun, 28 Mar 2004 07:48:01 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SFm1Ge028624; Sun, 28 Mar 2004 07:48:01 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SFm1of028623; Sun, 28 Mar 2004 07:48:01 -0800 (PST) (envelope-from pjd) Message-Id: <200403281548.i2SFm1of028623@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 28 Mar 2004 07:48:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_usrreq.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, 28 Mar 2004 15:48:01 -0000 pjd 2004/03/28 07:48:00 PST FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: Remove unused argument. Revision Changes Path 1.98 +3 -4 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 08:56:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FB716A4CE; Sun, 28 Mar 2004 08:56:07 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED3C43D2D; Sun, 28 Mar 2004 08:56:06 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2SGtwF3098590; Sun, 28 Mar 2004 20:55:58 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2SGtwQp098589; Sun, 28 Mar 2004 20:55:58 +0400 (MSD) (envelope-from ache) Date: Sun, 28 Mar 2004 20:55:56 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20040328165555.GA98496@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403270814.i2R8EGiO061708@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403270814.i2R8EGiO061708@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.73 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile UTF-8.src src/share/monetdef Makefile be_BY.UTF-8.src bg_BG.UTF-8.src cs_CZ.UTF-8.src en_GB.UTF-8.src en_IE.UTF-8.src hy_AM.UTF-8.src kk_KZ.UTF-8.src pl_PL.UTF-8.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, 28 Mar 2004 16:56:07 -0000 On Sat, Mar 27, 2004 at 12:14:16AM -0800, Tim J. Robbins wrote: > tjr 2004/03/27 00:14:16 PST > > FreeBSD src repository > > Modified files: > etc/mtree BSD.usr.dist Please add corresponding NLS dirs to BSD.local.dist -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Sun Mar 28 10:01:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12BA16A4CE; Sun, 28 Mar 2004 10:01:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0FC43D1D; Sun, 28 Mar 2004 10:01:16 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SI1GGe064283; Sun, 28 Mar 2004 10:01:16 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SI1Gbm064282; Sun, 28 Mar 2004 10:01:16 -0800 (PST) (envelope-from marcel) Message-Id: <200403281801.i2SI1Gbm064282@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Mar 2004 10:01:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools README src/tools/tools/gdb_regofs Makefile ia64.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, 28 Mar 2004 18:01:16 -0000 marcel 2004/03/28 10:01:16 PST FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/gdb_regofs Makefile ia64.c Log: Add a simple tool that prints out a register offset table to map from the gdb(1) register number to offsets within struct reg and struct fpreg. The tool is useful only on selected platforms. On ia64 the registers are all over the place to simplify handling of them in various situations, but which makes creating or maintaining such an offset table error prone to do by hand. Since remote kernel debugging operates on the same register numbers, it would be a natural choice to use an identical offset table in the kernel. However, since the kernel does not operate on struct reg nor struct fpreg in the remote gdb(1) case, such would not make sense. Whether we want to use this tool to create offsets for use in the kernel or duplicate the knowledge of which register number maps to what register is something that will become clear soon. Note: in order to build cross debuggers, one cannot use target headers and/or target definitions. That's why offsets need to be hardcoded in the first place. Unpleasant, but necessary. Revision Changes Path 1.31 +4 -0 src/tools/tools/README 1.1 +5 -0 src/tools/tools/gdb_regofs/Makefile (new) 1.1 +213 -0 src/tools/tools/gdb_regofs/ia64.c (new) From owner-cvs-src@FreeBSD.ORG Sun Mar 28 11:31:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8989916A4CE; Sun, 28 Mar 2004 11:31:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830EA43D1F; Sun, 28 Mar 2004 11:31:49 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SJVnGe086559; Sun, 28 Mar 2004 11:31:49 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SJVnQc086555; Sun, 28 Mar 2004 11:31:49 -0800 (PST) (envelope-from mlaier) Message-Id: <200403281931.i2SJVnQc086555@repoman.freebsd.org> From: Max Laier Date: Sun, 28 Mar 2004 11:31:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENBSD Subject: cvs commit: src/sys/contrib/pf - 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: Sun, 28 Mar 2004 19:31:49 -0000 mlaier 2004/03/28 11:31:49 PST FreeBSD src repository src/sys/contrib/pf - Imported sources Update of /home/ncvs/src/sys/contrib/pf In directory repoman.freebsd.org:/tmp/cvs-serv85327 Log Message: Import two fixes from OpenBSD's stable branch: - Fix binat for incoming connections when a netblock (not just a single address) is used for source in the binat rule. closes PR 3535, reported by Karl O.Pinc. ok henning@, cedric@ - Fix a problem related to empty anchor rulesets, which could cause a kernel panic. Approved by: bms(mentor) Status: Vendor Tag: OPENBSD Release Tags: pf_openbsd_3_4_001 U src/sys/contrib/pf/net/if_pflog.c U src/sys/contrib/pf/net/if_pflog.h U src/sys/contrib/pf/net/if_pfsync.c U src/sys/contrib/pf/net/if_pfsync.h C src/sys/contrib/pf/net/pf.c C src/sys/contrib/pf/net/pf_ioctl.c U src/sys/contrib/pf/net/pf_norm.c U src/sys/contrib/pf/net/pf_osfp.c U src/sys/contrib/pf/net/pf_table.c U src/sys/contrib/pf/net/pfvar.h U src/sys/contrib/pf/netinet/in4_cksum.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENBSD:yesterday -jOPENBSD src/sys/contrib/pf From owner-cvs-src@FreeBSD.ORG Sun Mar 28 11:39:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07ABD16A4CE; Sun, 28 Mar 2004 11:39:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC00543D39; Sun, 28 Mar 2004 11:39:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SJd8Ge087280; Sun, 28 Mar 2004 11:39:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SJd8o1087279; Sun, 28 Mar 2004 11:39:08 -0800 (PST) (envelope-from phk) Message-Id: <200403281939.i2SJd8o1087279@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Mar 2004 11:39:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Mar 2004 19:39:09 -0000 phk 2004/03/28 11:39:08 PST FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Tell fdisk(8) about our geometry. Strictly speaking this is unnecessary, but it allows nanobsd to work on systems from before the -x and -y arguments to mdconfig(8) worked for vnode backing. Submitted by: "Oivind H. Danielsen" Revision Changes Path 1.4 +2 -0 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-src@FreeBSD.ORG Sun Mar 28 12:04:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3152F16A4CE; Sun, 28 Mar 2004 12:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1358743D39; Sun, 28 Mar 2004 12:04:13 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SK4CGe094241; Sun, 28 Mar 2004 12:04:12 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SK4Con094238; Sun, 28 Mar 2004 12:04:12 -0800 (PST) (envelope-from mlaier) Message-Id: <200403282004.i2SK4Con094238@repoman.freebsd.org> From: Max Laier Date: Sun, 28 Mar 2004 12:04:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf.c pf_ioctl.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, 28 Mar 2004 20:04:13 -0000 mlaier 2004/03/28 12:04:12 PST FreeBSD src repository Modified files: sys/contrib/pf/net pf.c pf_ioctl.c Log: Commit two fixes from OpenBSD's stable branch: - Fix binat for incoming connections when a netblock (not just a single address) is used for source in the binat rule. closes PR 3535, reported by Karl O.Pinc. ok henning@, cedric@ - Fix a problem related to empty anchor rulesets, which could cause a kernel panic. Approved by: bms(mentor) Revision Changes Path 1.5 +39 -5 src/sys/contrib/pf/net/pf.c 1.5 +2 -1 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 13:43:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4335416A4CE; Sun, 28 Mar 2004 13:43:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC4E43D2D; Sun, 28 Mar 2004 13:43:28 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SLhSGe021264; Sun, 28 Mar 2004 13:43:28 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SLhRK6021263; Sun, 28 Mar 2004 13:43:27 -0800 (PST) (envelope-from bms) Message-Id: <200403282143.i2SLhRK6021263@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 28 Mar 2004 13:43:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Mar 2004 21:43:28 -0000 bms 2004/03/28 13:43:27 PST FreeBSD src repository Modified files: sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Use the BSD madvise() syscall implementation for Linux binary emulation, instead of treating it as an unimplemented syscall. This appears to make StarOffice 7.0 Linux binaries work according to submitter; also tested with nvidia driver by submitter. Submitted by: Matthias Schuendehuette Revision Changes Path 1.38 +0 -1 src/sys/i386/linux/linux_dummy.c 1.59 +0 -4 src/sys/i386/linux/linux_proto.h 1.53 +1 -1 src/sys/i386/linux/linux_syscall.h 1.60 +1 -1 src/sys/i386/linux/linux_sysent.c 1.56 +1 -1 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Mar 28 14:51:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA94616A4CF; Sun, 28 Mar 2004 14:51:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5BB43D3F; Sun, 28 Mar 2004 14:51:01 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SMp1Ge034925; Sun, 28 Mar 2004 14:51:01 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SMp1qW034924; Sun, 28 Mar 2004 14:51:01 -0800 (PST) (envelope-from rwatson) Message-Id: <200403282251.i2SMp1qW034924@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 14:51:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/ibcs2 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Mar 2004 22:51:02 -0000 rwatson 2004/03/28 14:51:01 PST FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.master Log: ibcs2_wait() now MPSAFE. Submitted by: Dan Nelson Revision Changes Path 1.18 +1 -1 src/sys/i386/ibcs2/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Mar 28 14:51:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BBBC16A4CE; Sun, 28 Mar 2004 14:51:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D82C43D2F; Sun, 28 Mar 2004 14:51:41 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SMpeGe035924; Sun, 28 Mar 2004 14:51:40 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SMpecr035923; Sun, 28 Mar 2004 14:51:40 -0800 (PST) (envelope-from rwatson) Message-Id: <200403282251.i2SMpecr035923@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 14:51:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.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, 28 Mar 2004 22:51:41 -0000 rwatson 2004/03/28 14:51:40 PST FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Regen from ibcs2_wait() becoming MPSAFE. Submitted by: Dan Nelson Revision Changes Path 1.19 +1 -2 src/sys/i386/ibcs2/ibcs2_proto.h 1.16 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.20 +2 -2 src/sys/i386/ibcs2/ibcs2_sysent.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 14:54:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56ED716A4CE; Sun, 28 Mar 2004 14:54:05 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C02D43D39; Sun, 28 Mar 2004 14:54:05 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i2SMs44a048192; Sun, 28 Mar 2004 14:54:04 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i2SMs4wB060048; Sun, 28 Mar 2004 14:54:04 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i2SMs4G4060047; Sun, 28 Mar 2004 14:54:04 -0800 (PST) (envelope-from marcel) Date: Sun, 28 Mar 2004 14:54:04 -0800 From: Marcel Moolenaar To: Bruce M Simpson Message-ID: <20040328225404.GA60005@dhcp01.pn.xcllnt.net> References: <200403282143.i2SLhRK6021263@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403282143.i2SLhRK6021263@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 28 Mar 2004 22:54:05 -0000 On Sun, Mar 28, 2004 at 01:43:27PM -0800, Bruce M Simpson wrote: > Log: > Use the BSD madvise() syscall implementation for Linux binary emulation, > instead of treating it as an unimplemented syscall. This appears to make > StarOffice 7.0 Linux binaries work according to submitter; also tested > with nvidia driver by submitter. Any intrest to fix alpha in the same way? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sun Mar 28 15:12:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E05616A4CF; Sun, 28 Mar 2004 15:12:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B7B43D1F; Sun, 28 Mar 2004 15:12:19 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SNCJGe041551; Sun, 28 Mar 2004 15:12:19 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SNCJmq041547; Sun, 28 Mar 2004 15:12:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200403282312.i2SNCJmq041547@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 15:12:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mutex.h src/sys/netinet ip_input.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, 28 Mar 2004 23:12:20 -0000 rwatson 2004/03/28 15:12:19 PST FreeBSD src repository Modified files: sys/sys mutex.h sys/netinet ip_input.c Log: Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it. Previously, Giant would be grabbed at entry to the IP local delivery code when debug.mpsafenet was set to true, as that implied Giant wouldn't be grabbed in the driver path. Now, we will use this primitive to conditionally grab Giant in the event the entire network stack isn't running MPSAFE (debug.mpsafenet == 0). Revision Changes Path 1.267 +0 -2 src/sys/netinet/ip_input.c 1.70 +3 -3 src/sys/sys/mutex.h From owner-cvs-src@FreeBSD.ORG Sun Mar 28 15:44:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4216A4CF; Sun, 28 Mar 2004 15:44:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205C643D4C; Sun, 28 Mar 2004 15:44:30 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SNiTGe047755; Sun, 28 Mar 2004 15:44:29 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2SNiTbg047754; Sun, 28 Mar 2004 15:44:29 -0800 (PST) (envelope-from gad) Message-Id: <200403282344.i2SNiTbg047754@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 15:44:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Sun, 28 Mar 2004 23:44:30 -0000 gad 2004/03/28 15:44:29 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Sort the routine prototypes. Revision Changes Path 1.73 +9 -10 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 16:12:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E5D516A4CF; Sun, 28 Mar 2004 16:12:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A7843D45; Sun, 28 Mar 2004 16:12:04 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T0C4Ge054393; Sun, 28 Mar 2004 16:12:04 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T0C3P1054389; Sun, 28 Mar 2004 16:12:03 -0800 (PST) (envelope-from gad) Message-Id: <200403290012.i2T0C3P1054389@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 16:12:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 00:12:04 -0000 gad 2004/03/28 16:12:03 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Sort the declarations of global variables. Revision Changes Path 1.74 +25 -24 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 16:16:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDFF916A4CE; Sun, 28 Mar 2004 16:16:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9E543D1D; Sun, 28 Mar 2004 16:16:19 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T0GJGe054860; Sun, 28 Mar 2004 16:16:19 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T0GJOv054859; Sun, 28 Mar 2004 16:16:19 -0800 (PST) (envelope-from gad) Message-Id: <200403290016.i2T0GJOv054859@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 16:16:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 00:16:20 -0000 gad 2004/03/28 16:16:19 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Split two 'fmt' strings so they're easier to read on 80-char windows. Revision Changes Path 1.75 +4 -2 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 16:25:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D5416A4CE; Sun, 28 Mar 2004 16:25:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FD543D41; Sun, 28 Mar 2004 16:25:10 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T0P9Ge056766; Sun, 28 Mar 2004 16:25:09 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T0P9MF056765; Sun, 28 Mar 2004 16:25:09 -0800 (PST) (envelope-from gad) Message-Id: <200403290025.i2T0P9MF056765@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 16:25:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 00:25:10 -0000 gad 2004/03/28 16:25:09 PST FreeBSD src repository Modified files: bin/ps ps.c Log: In the routines I've been working on, sort the variable declartions so that non-pointers are listed after pointer-type variables. Noticed by: bde Revision Changes Path 1.76 +9 -9 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 16:33:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71EED16A4CE; Sun, 28 Mar 2004 16:33:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E6243D41; Sun, 28 Mar 2004 16:33:03 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T0X3Ge058751; Sun, 28 Mar 2004 16:33:03 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T0X3H8058750; Sun, 28 Mar 2004 16:33:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200403290033.i2T0X3H8058750@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 16:33:02 -0800 (PST) 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, 29 Mar 2004 00:33:03 -0000 rwatson 2004/03/28 16:33:02 PST FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Conditionally assert Giant in fputsock() based on the value of debug.mpsafenet. Revision Changes Path 1.229 +1 -0 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 16:33:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52AC416A4CE; Sun, 28 Mar 2004 16:33:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B3343D31; Sun, 28 Mar 2004 16:33:40 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T0XeGe058787; Sun, 28 Mar 2004 16:33:40 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T0Xd6l058786; Sun, 28 Mar 2004 16:33:39 -0800 (PST) (envelope-from rwatson) Message-Id: <200403290033.i2T0Xd6l058786@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 16:33:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpfdesc.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, 29 Mar 2004 00:33:40 -0000 rwatson 2004/03/28 16:33:39 PST FreeBSD src repository Modified files: sys/net bpfdesc.h Log: Modify BPF descriptor assertions to assert Giant when a BPF descriptor lock is asserted and running non-MPSAFE. Revision Changes Path 1.26 +4 -1 src/sys/net/bpfdesc.h From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:15:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 209B716A4CE; Sun, 28 Mar 2004 17:15:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0278C43D41; Sun, 28 Mar 2004 17:15:28 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1FRGe074014; Sun, 28 Mar 2004 17:15:27 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1FRYC074013; Sun, 28 Mar 2004 17:15:27 -0800 (PST) (envelope-from gad) Message-Id: <200403290115.i2T1FRYC074013@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 17:15:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 01:15:28 -0000 gad 2004/03/28 17:15:27 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Various style improvements, mostly in comments and indentation. Suggested by: bde (well, for most of them) Revision Changes Path 1.77 +58 -43 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:15:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949C616A4F6; Sun, 28 Mar 2004 17:15:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E5043D5A; Sun, 28 Mar 2004 17:15:39 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1FdGe074043; Sun, 28 Mar 2004 17:15:39 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1Fd6n074042; Sun, 28 Mar 2004 17:15:39 -0800 (PST) (envelope-from kensmith) Message-Id: <200403290115.i2T1Fd6n074042@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Mar 2004 17:15:39 -0800 (PST) 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: Mon, 29 Mar 2004 01:15:41 -0000 kensmith 2004/03/28 17:15:39 PST FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Remove "-frename-registers" option for sparc64 kernel builds. That was not present in what I originally tested when checking to see if the kernel built/ran with the -O2 change. Recent instability in sparc64 kernel was tracked to this. A reproducible kernel stack traceback followed by hard hang during the call to msleep() at the point the kernel waits 15 seconds for the SCSI bus to settle crept in to recent kernel builds and it seems to go away with this patch. Noticed by: kris Approved by: rwatson (mentor) Revision Changes Path 1.50 +3 -1 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:18:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6331A16A4CE; Sun, 28 Mar 2004 17:18:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456A143D1D; Sun, 28 Mar 2004 17:18:14 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1IEGe074143; Sun, 28 Mar 2004 17:18:14 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1IESn074142; Sun, 28 Mar 2004 17:18:14 -0800 (PST) (envelope-from gad) Message-Id: <200403290118.i2T1IESn074142@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 17:18:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 01:18:14 -0000 gad 2004/03/28 17:18:14 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Since "kp" is a pointer, I should be comparing against NULL not 0. Noticed by: bde Revision Changes Path 1.78 +1 -1 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:24:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3830616A4CE; Sun, 28 Mar 2004 17:24:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D2743D39; Sun, 28 Mar 2004 17:24:14 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1ODGe076054; Sun, 28 Mar 2004 17:24:13 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1ODdJ076053; Sun, 28 Mar 2004 17:24:13 -0800 (PST) (envelope-from kensmith) Message-Id: <200403290124.i2T1ODdJ076053@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Mar 2004 17:24:13 -0800 (PST) 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 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: Mon, 29 Mar 2004 01:24:14 -0000 kensmith 2004/03/28 17:24:13 PST FreeBSD src repository Modified files: sys/sparc64/sparc64 vm_machdep.c Log: MFi386: correctly calculate the top-of-stack when a kthread is created with a larger kernel stack. Remove inclusion of opt_kstack_pages.h now that it's unused. Reviewed by: marcel Approved by: rwatson (mentor) Revision Changes Path 1.61 +3 -4 src/sys/sparc64/sparc64/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:27:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F8F16A4CE; Sun, 28 Mar 2004 17:27:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B572143D46; Sun, 28 Mar 2004 17:27:13 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1RDGe076217; Sun, 28 Mar 2004 17:27:13 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1RD0M076216; Sun, 28 Mar 2004 17:27:13 -0800 (PST) (envelope-from gad) Message-Id: <200403290127.i2T1RD0M076216@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 17:27:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 01:27:14 -0000 gad 2004/03/28 17:27:13 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Have this source explicitly include , since it references values such as P_CONTROLT and PS_INMEM. But this still won't define PID_MAX for us, since that is hidden inside of '#ifdef _KERNEL'. Noticed by: bde Revision Changes Path 1.79 +1 -0 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:29:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE4B16A4CE; Sun, 28 Mar 2004 17:29:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F78243D31; Sun, 28 Mar 2004 17:29:14 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1TEGe076346; Sun, 28 Mar 2004 17:29:14 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1TEln076345; Sun, 28 Mar 2004 17:29:14 -0800 (PST) (envelope-from tjr) Message-Id: <200403290129.i2T1TEln076345@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 28 Mar 2004 17:29:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/monetdef Makefile ja_JP.UTF-8.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: Mon, 29 Mar 2004 01:29:14 -0000 tjr 2004/03/28 17:29:14 PST FreeBSD src repository Modified files: share/monetdef Makefile Added files: share/monetdef ja_JP.UTF-8.src Log: Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of using the ja_JP.eucJP version. Although the latter looks like plain ASCII, it is actually JIS Roman, so it is not correct to treat it as UTF-8. Revision Changes Path 1.54 +1 -2 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/ja_JP.UTF-8.src (new) From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:37:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BC516A4CE; Sun, 28 Mar 2004 17:37:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297D043D1F; Sun, 28 Mar 2004 17:37:07 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1b6Ge078286; Sun, 28 Mar 2004 17:37:06 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1b6ni078285; Sun, 28 Mar 2004 17:37:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200403290137.i2T1b6ni078285@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 17:37:06 -0800 (PST) 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: Mon, 29 Mar 2004 01:37:07 -0000 rwatson 2004/03/28 17:37:06 PST FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: When validating that the length sum in recvit(), we fail to release Giant on an error. Add a Giant acquisition. Reviewed by: sam, bms Revision Changes Path 1.176 +1 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:39:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0097B16A4CE; Sun, 28 Mar 2004 17:39:08 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87ED043D46; Sun, 28 Mar 2004 17:39:07 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i2T1akxC036711; Sun, 28 Mar 2004 20:36:46 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i2T1ak3q036708; Sun, 28 Mar 2004 20:36:46 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 28 Mar 2004 20:36:46 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200403290137.i2T1b6ni078285@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 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: Mon, 29 Mar 2004 01:39:08 -0000 On Sun, 28 Mar 2004, Robert Watson wrote: > FreeBSD src repository > > Modified files: > sys/kern uipc_syscalls.c > Log: > When validating that the length sum in recvit(), we fail to release > Giant on an error. Add a Giant acquisition. This should read "Add a Giant release". Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:53:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1815F16A4CE; Sun, 28 Mar 2004 17:53:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA2243D46; Sun, 28 Mar 2004 17:53:31 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1rVGe082228; Sun, 28 Mar 2004 17:53:31 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1rVTv082227; Sun, 28 Mar 2004 17:53:31 -0800 (PST) (envelope-from tjr) Message-Id: <200403290153.i2T1rVTv082227@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 28 Mar 2004 17:53:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/monetdef Makefile ko_KR.UTF-8.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: Mon, 29 Mar 2004 01:53:32 -0000 tjr 2004/03/28 17:53:31 PST FreeBSD src repository Modified files: share/monetdef Makefile Added files: share/monetdef ko_KR.UTF-8.src Log: Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of using the ko_KR.eucKR version. Revision Changes Path 1.55 +1 -0 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/ko_KR.UTF-8.src (new) From owner-cvs-src@FreeBSD.ORG Sun Mar 28 17:55:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B2716A4CE; Sun, 28 Mar 2004 17:55:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6912643D1D; Sun, 28 Mar 2004 17:55:33 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T1tXGe082331; Sun, 28 Mar 2004 17:55:33 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T1tWw4082330; Sun, 28 Mar 2004 17:55:32 -0800 (PST) (envelope-from rwatson) Message-Id: <200403290155.i2T1tWw4082330@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 17:55:32 -0800 (PST) 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_socket.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, 29 Mar 2004 01:55:33 -0000 rwatson 2004/03/28 17:55:32 PST FreeBSD src repository Modified files: sys/kern sys_socket.c Log: Conditionally acquire Giant when entering the socket layer via file descriptor operations based on debug.mpsafenet, rather than acquiring Giant unconditionally. Revision Changes Path 1.56 +6 -6 src/sys/kern/sys_socket.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 18:01:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B44F16A4CE; Sun, 28 Mar 2004 18:01:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D6243D53; Sun, 28 Mar 2004 18:01:42 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T21gGe083391; Sun, 28 Mar 2004 18:01:42 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T21gsM083387; Sun, 28 Mar 2004 18:01:42 -0800 (PST) (envelope-from kensmith) Message-Id: <200403290201.i2T21gsM083387@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Mar 2004 18:01:42 -0800 (PST) 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: Mon, 29 Mar 2004 02:01:43 -0000 kensmith 2004/03/28 18:01:42 PST FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c Log: MFi386: correctly calculate the top-of-stack when a kthread is created with a larger kernel stack. Remove inclusion of opt_kstack_pages.h now that it's unused. Note: If anyone's toes got stepped on by me doing this let me know privately please. Approved by: rwatson (mentor) Revision Changes Path 1.101 +2 -4 src/sys/alpha/alpha/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 18:15:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE00C16A4CE; Sun, 28 Mar 2004 18:15:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C4A43D58; Sun, 28 Mar 2004 18:15:29 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T2FTGe087441; Sun, 28 Mar 2004 18:15:29 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T2FTMj087440; Sun, 28 Mar 2004 18:15:29 -0800 (PST) (envelope-from wpaul) Message-Id: <200403290215.i2T2FTMj087440@repoman.freebsd.org> From: Bill Paul Date: Sun, 28 Mar 2004 18:15:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h ntoskrnl_var.h resource_var.h src/sys/dev/if_ndis if_ndis.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, 29 Mar 2004 02:15:30 -0000 wpaul 2004/03/28 18:15:29 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h ntoskrnl_var.h resource_var.h sys/dev/if_ndis if_ndis.c Log: Add missing cprd_flags member to partial resource structure in resource_var.h. In kern_ndis.c:ndis_convert_res(), fill in the cprd_flags and cprd_sharedisp fields as best we can. In if_ndis.c:ndis_setmulti(), don't bother updating the multicast filter if our multicast address list is empty. Add some missing updates to ndis_var.h and ntoskrnl_var.h that I forgot to check in when I added the KeDpc stuff. Revision Changes Path 1.48 +10 -0 src/sys/compat/ndis/kern_ndis.c 1.23 +1 -0 src/sys/compat/ndis/ndis_var.h 1.12 +3 -1 src/sys/compat/ndis/ntoskrnl_var.h 1.2 +1 -0 src/sys/compat/ndis/resource_var.h 1.51 +2 -0 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 18:19:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B61D16A4CE; Sun, 28 Mar 2004 18:19:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2462C43D2D; Sun, 28 Mar 2004 18:19:44 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T2JhGe087542; Sun, 28 Mar 2004 18:19:43 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T2Jhxs087541; Sun, 28 Mar 2004 18:19:43 -0800 (PST) (envelope-from bms) Message-Id: <200403290219.i2T2Jhxs087541@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 28 Mar 2004 18:19:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 29 Mar 2004 02:19:44 -0000 bms 2004/03/28 18:19:43 PST FreeBSD src repository Modified files: sys/alpha/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: MFi386: Use the BSD madvise() syscall implementation for Linux binary emulation, instead of treating it as an unimplemented syscall. Requested by: marcel Revision Changes Path 1.38 +0 -1 src/sys/alpha/linux/linux_dummy.c 1.17 +0 -4 src/sys/alpha/linux/linux_proto.h 1.15 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.15 +1 -1 src/sys/alpha/linux/linux_sysent.c 1.57 +1 -1 src/sys/alpha/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Mar 28 18:21:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB2C16A4CF; Sun, 28 Mar 2004 18:21:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8B743D39; Sun, 28 Mar 2004 18:21:56 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T2LuGe088770; Sun, 28 Mar 2004 18:21:56 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T2Lu7W088769; Sun, 28 Mar 2004 18:21:56 -0800 (PST) (envelope-from rwatson) Message-Id: <200403290221.i2T2Lu7W088769@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Mar 2004 18:21:56 -0800 (PST) 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: Mon, 29 Mar 2004 02:21:57 -0000 rwatson 2004/03/28 18:21:56 PST FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Conditionally acquire Giant when entering the sockets layer via the socket-specific system calls based on debug.mpsafenet, rather than acquiring Giant unconditionally. Revision Changes Path 1.177 +31 -31 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 19:03:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A2C16A4CE; Sun, 28 Mar 2004 19:03:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1453743D45; Sun, 28 Mar 2004 19:03:30 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T33TGe098458; Sun, 28 Mar 2004 19:03:29 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T33T32098457; Sun, 28 Mar 2004 19:03:29 -0800 (PST) (envelope-from gad) Message-Id: <200403290303.i2T33T32098457@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 28 Mar 2004 19:03:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Mon, 29 Mar 2004 03:03:30 -0000 gad 2004/03/28 19:03:29 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Oops. Remove some ';'s in #defines added by a previous update. Noticed by: bde Revision Changes Path 1.80 +2 -2 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Mar 28 21:45:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57E4D16A4CE; Sun, 28 Mar 2004 21:45:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A57E43D2F; Sun, 28 Mar 2004 21:45:02 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T5j2Ge038451; Sun, 28 Mar 2004 21:45:02 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T5j12P038450; Sun, 28 Mar 2004 21:45:01 -0800 (PST) (envelope-from mtm) Message-Id: <200403290545.i2T5j12P038450@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 28 Mar 2004 21:45:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_private.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, 29 Mar 2004 05:45:02 -0000 mtm 2004/03/28 21:45:01 PST FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_private.h Log: o Remove more references to SIGTHR o Remove clock resolution information left over from libc_r Revision Changes Path 1.14 +0 -51 src/lib/libthr/thread/thr_init.c 1.35 +0 -7 src/lib/libthr/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Sun Mar 28 21:53:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED78116A4CF; Sun, 28 Mar 2004 21:53:48 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DC443D39; Sun, 28 Mar 2004 21:53:48 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i2T5rmdZ049259; Sun, 28 Mar 2004 21:53:48 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i2T5rmT5061828; Sun, 28 Mar 2004 21:53:48 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i2T5rmiq061826; Sun, 28 Mar 2004 21:53:48 -0800 (PST) (envelope-from marcel) Date: Sun, 28 Mar 2004 21:53:48 -0800 From: Marcel Moolenaar To: Bruce M Simpson Message-ID: <20040329055348.GA61594@dhcp01.pn.xcllnt.net> References: <200403290219.i2T2Jhxs087541@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403290219.i2T2Jhxs087541@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 29 Mar 2004 05:53:49 -0000 On Sun, Mar 28, 2004 at 06:19:43PM -0800, Bruce M Simpson wrote: > bms 2004/03/28 18:19:43 PST > > FreeBSD src repository > > Modified files: > sys/alpha/linux linux_dummy.c linux_proto.h > linux_syscall.h linux_sysent.c > syscalls.master > Log: > MFi386: Use the BSD madvise() syscall implementation for Linux binary > emulation, instead of treating it as an unimplemented syscall. Thanks! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Mon Mar 29 00:53:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF6216A4CF; Mon, 29 Mar 2004 00:53:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7028443D2D; Mon, 29 Mar 2004 00:53:27 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T8rRGe085614; Mon, 29 Mar 2004 00:53:27 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T8rQqe085613; Mon, 29 Mar 2004 00:53:26 -0800 (PST) (envelope-from julian) Message-Id: <200403290853.i2T8rQqe085613@repoman.freebsd.org> From: Julian Elischer Date: Mon, 29 Mar 2004 00:53:26 -0800 (PST) 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 ohci.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, 29 Mar 2004 08:53:27 -0000 julian 2004/03/29 00:53:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ohci.c Log: MFC 1.142 MFNetBSD Version 1.146 various probing and attaching tweeks. Submitted by: Rudolf Cejka Revision Changes Path 1.39.2.11 +57 -46 src/sys/dev/usb/ohci.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 01:03:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2220416A4CE; Mon, 29 Mar 2004 01:03:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045E443D49; Mon, 29 Mar 2004 01:03:15 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T93EGe088636; Mon, 29 Mar 2004 01:03:14 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T93EA4088635; Mon, 29 Mar 2004 01:03:14 -0800 (PST) (envelope-from tjr) Message-Id: <200403290903.i2T93EA4088635@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 01:03:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/monetdef 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, 29 Mar 2004 09:03:15 -0000 tjr 2004/03/29 01:03:14 PST FreeBSD src repository Modified files: share/monetdef Makefile Log: Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink. Revision Changes Path 1.56 +0 -2 src/share/monetdef/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 29 01:23:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4717B16A4CF; Mon, 29 Mar 2004 01:23:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2D443D58; Mon, 29 Mar 2004 01:23:20 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T9NJGe092710; Mon, 29 Mar 2004 01:23:19 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T9NJ34092709; Mon, 29 Mar 2004 01:23:19 -0800 (PST) (envelope-from julian) Message-Id: <200403290923.i2T9NJ34092709@repoman.freebsd.org> From: Julian Elischer Date: Mon, 29 Mar 2004 01:23:19 -0800 (PST) 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 ohci.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, 29 Mar 2004 09:23:20 -0000 julian 2004/03/29 01:23:19 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ohci.c Log: MFC 1.142 After examining the remaining diffs after MFCing, I've decided that -current has this right and 4.x has this wrong.. Set the buffer end address as startpage + offset + buflen instead of startpage + buflen After all, the buffer START is startpage + offset Revision Changes Path 1.39.2.12 +1 -1 src/sys/dev/usb/ohci.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 01:29:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0FCF16A4CF; Mon, 29 Mar 2004 01:29:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B940E43D45; Mon, 29 Mar 2004 01:29:51 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T9TpGe092969; Mon, 29 Mar 2004 01:29:51 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T9TpqI092968; Mon, 29 Mar 2004 01:29:51 -0800 (PST) (envelope-from pjd) Message-Id: <200403290929.i2T9TpqI092968@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 29 Mar 2004 01:29:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/fingerd Makefile fingerd.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, 29 Mar 2004 09:29:52 -0000 pjd 2004/03/29 01:29:51 PST FreeBSD src repository Modified files: libexec/fingerd Makefile fingerd.c Log: Make fingerd(8) WARNS2 clean. Revision Changes Path 1.11 +1 -0 src/libexec/fingerd/Makefile 1.24 +1 -1 src/libexec/fingerd/fingerd.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 01:35:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559EE16A4CF; Mon, 29 Mar 2004 01:35:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3749A43D4C; Mon, 29 Mar 2004 01:35:08 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2T9Z8Ge094867; Mon, 29 Mar 2004 01:35:08 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2T9Z7uC094866; Mon, 29 Mar 2004 01:35:07 -0800 (PST) (envelope-from mtm) Message-Id: <200403290935.i2T9Z7uC094866@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 01:35:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_cond.c 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: Mon, 29 Mar 2004 09:35:08 -0000 mtm 2004/03/29 01:35:07 PST FreeBSD src repository Modified files: lib/libthr/thread thr_cond.c thr_mutex.c Log: The thread suspend function now returns ETIMEDOUT, not EAGAIN. Revision Changes Path 1.12 +1 -2 src/lib/libthr/thread/thr_cond.c 1.25 +1 -1 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 03:07:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F1216A4CE; Mon, 29 Mar 2004 03:07:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2CE43D31; Mon, 29 Mar 2004 03:07:35 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TB7ZGe015372; Mon, 29 Mar 2004 03:07:35 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TB7ZEA015371; Mon, 29 Mar 2004 03:07:35 -0800 (PST) (envelope-from tjr) Message-Id: <200403291107.i2TB7ZEA015371@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 03:07:35 -0800 (PST) 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: Mon, 29 Mar 2004 11:07:36 -0000 tjr 2004/03/29 03:07:35 PST FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add directories under /usr/share/nls and /usr/local/share/nls for the new UTF-8 locales. Reminded by: ache Revision Changes Path 1.109 +102 -2 src/etc/mtree/BSD.local.dist 1.300 +100 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Mon Mar 29 03:14:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBBA16A4CE; Mon, 29 Mar 2004 03:14:20 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99EA43D3F; Mon, 29 Mar 2004 03:14:19 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 87CA65309; Mon, 29 Mar 2004 13:14:18 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 82FE55308; Mon, 29 Mar 2004 13:14:11 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0149733CAA; Mon, 29 Mar 2004 13:14:10 +0200 (CEST) To: obrien@FreeBSD.org References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403261706.46836.jhb@FreeBSD.org> <20040326223518.GA78950@dragon.nuxi.com> <4064ED3E.4000407@freebsd.org> <20040327063641.GA85117@dragon.nuxi.com> <20040327071459.GA98009@FreeBSD.org> <20040327072259.GA85580@dragon.nuxi.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 29 Mar 2004 13:14:10 +0200 In-Reply-To: <20040327072259.GA85580@dragon.nuxi.com> (David O'Brien's message of "Fri, 26 Mar 2004 23:22:59 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: src-committers@FreeBSD.org cc: John Baldwin cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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, 29 Mar 2004 11:14:20 -0000 "David O'Brien" writes: > Sorry, but I'd like to have a useful boot0 -- one that tells me my > partition is something other than "???". That can't be done with a > 1-sector boot0. Are you sure that the bug you're seeing isn't the one that was fixed by this commit: des@dwp /sys/boot/i386/boot0% ncvs log -r1.27 boot0.s [...] ---------------------------- revision 1.27 date: 2003/11/20 20:28:18; author: jhb; state: Exp; lines: +1 -1 Update the size of the OS string table that wasn't updated in the previous commit that removed the UNIX entry. Submitted by: Rudolf Cejka Approved by: re (rwatson) =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=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Mar 29 03:18:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF09916A4CE; Mon, 29 Mar 2004 03:18:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24EA43D1D; Mon, 29 Mar 2004 03:18:25 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TBIPGe017446; Mon, 29 Mar 2004 03:18:25 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TBIPgt017445; Mon, 29 Mar 2004 03:18:25 -0800 (PST) (envelope-from des) Message-Id: <200403291118.i2TBIPgt017445@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 29 Mar 2004 03:18:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: NETBSD Subject: cvs commit: src/sys/sys - 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: Mon, 29 Mar 2004 11:18:25 -0000 des 2004/03/29 03:18:25 PST FreeBSD src repository src/sys/sys - Imported sources Update of /home/ncvs/src/sys/sys In directory repoman.freebsd.org:/tmp/cvs-serv17420 Log Message: Synch with NetBSD: avoid "unused parameter" warning. Status: Vendor Tag: NETBSD Release Tags: NetBSD_20040329 U src/sys/sys/tree.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Mon Mar 29 03:24:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C5316A4CE; Mon, 29 Mar 2004 03:24:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E2643D39; Mon, 29 Mar 2004 03:24:03 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TBO3Ge019347; Mon, 29 Mar 2004 03:24:03 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TBO3SG019346; Mon, 29 Mar 2004 03:24:03 -0800 (PST) (envelope-from mtm) Message-Id: <200403291124.i2TBO3SG019346@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 03:24:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_cond.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, 29 Mar 2004 11:24:03 -0000 mtm 2004/03/29 03:24:02 PST FreeBSD src repository Modified files: lib/libthr/thread thr_cond.c Log: If a condition variable is statically initialized don't return an error. Return successfully without doing anything. Revision Changes Path 1.13 +6 -2 src/lib/libthr/thread/thr_cond.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 04:51:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE1616A4CF; Mon, 29 Mar 2004 04:51:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7A943D5A; Mon, 29 Mar 2004 04:51:47 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TCpkGe043783; Mon, 29 Mar 2004 04:51:46 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TCpkiL043779; Mon, 29 Mar 2004 04:51:46 -0800 (PST) (envelope-from nyan) Message-Id: <200403291251.i2TCpkiL043779@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 29 Mar 2004 04:51:46 -0800 (PST) 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 clock.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, 29 Mar 2004 12:51:47 -0000 nyan 2004/03/29 04:51:46 PST FreeBSD src repository Modified files: sys/pc98/pc98 clock.c Log: Add a comment about time stamper. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) Revision Changes Path 1.136 +1 -1 src/sys/pc98/pc98/clock.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 05:51:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8325316A4CE; Mon, 29 Mar 2004 05:51:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6597643D39; Mon, 29 Mar 2004 05:51:52 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDpqGe057190; Mon, 29 Mar 2004 05:51:52 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDppLA057186; Mon, 29 Mar 2004 05:51:51 -0800 (PST) (envelope-from mtm) Message-Id: <200403291351.i2TDppLA057186@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:51:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_detach.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, 29 Mar 2004 13:51:52 -0000 mtm 2004/03/29 05:51:51 PST FreeBSD src repository Modified files: lib/libthr/thread thr_detach.c Log: o If a thread is marked as detached AND on the dead threads list the correct return value is ESRCH. o Don't check the attribute for NULL. It's the caller's responsibility. o Make the bitwise comparison explicit. Revision Changes Path 1.7 +3 -3 src/lib/libthr/thread/thr_detach.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 05:53:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A80BC16A4CE; Mon, 29 Mar 2004 05:53:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B31B43D1F; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDriGe057849; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDriMX057848; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm) Message-Id: <200403291353.i2TDriMX057848@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:53:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_join.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, 29 Mar 2004 13:53:44 -0000 mtm 2004/03/29 05:53:43 PST FreeBSD src repository Modified files: lib/libthr/thread thr_join.c Log: o Don't explicitly check the thread for NULL. That is the caller's responsibility. o If a thread is not joinable, the correct return value is EINVAL. Revision Changes Path 1.13 +10 -6 src/lib/libthr/thread/thr_join.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 05:54:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE01216A4CE; Mon, 29 Mar 2004 05:54:00 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA7443D2F; Mon, 29 Mar 2004 05:54:00 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 25FBD54840; Mon, 29 Mar 2004 07:54:00 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 9903D6D455; Mon, 29 Mar 2004 07:53:59 -0600 (CST) Date: Mon, 29 Mar 2004 07:53:59 -0600 From: "Jacques A. Vidrine" To: "Tim J. Robbins" Message-ID: <20040329135359.GA24438@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , "Tim J. Robbins" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403270814.i2R8EGiO061708@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403270814.i2R8EGiO061708@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef 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, 29 Mar 2004 13:54:01 -0000 On Sat, Mar 27, 2004 at 12:14:16AM -0800, Tim J. Robbins wrote: > Log: > Add UTF-8 versions of all the currently supported system locales. Most of > the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made > a few minor adjustments and merged the makefiles. My hero! Thanks a ton for handling this. Now if only I could find a UTF-8 terminal program that sucks less than gnome-terminal or mlterm. :-/ Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Mon Mar 29 05:56:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C69D16A4CE; Mon, 29 Mar 2004 05:56:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4021043D3F; Mon, 29 Mar 2004 05:56:05 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDu4Ge058003; Mon, 29 Mar 2004 05:56:04 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDu4Fw058002; Mon, 29 Mar 2004 05:56:04 -0800 (PST) (envelope-from mtm) Message-Id: <200403291356.i2TDu4Fw058002@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:56:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_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: Mon, 29 Mar 2004 13:56:05 -0000 mtm 2004/03/29 05:56:04 PST FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: Make the minimum implementation of pthread_kill conform to the functionality spelled out in SUSv3. o Signal of 0 means do everything except send the signal o Check that the signal is not invalid o Check that the target thread is not dead/invalid Revision Changes Path 1.11 +13 -0 src/lib/libthr/thread/thr_sig.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 05:57:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39CDA16A4CE; Mon, 29 Mar 2004 05:57:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C95D43D46; Mon, 29 Mar 2004 05:57:56 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDvtGe058128; Mon, 29 Mar 2004 05:57:55 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDvtU1058127; Mon, 29 Mar 2004 05:57:55 -0800 (PST) (envelope-from mtm) Message-Id: <200403291357.i2TDvtU1058127@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:57:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mattr_kind_np.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, 29 Mar 2004 13:57:56 -0000 mtm 2004/03/29 05:57:55 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mattr_kind_np.c Log: o Also check that the mutex type is not less than the minimum allowable value. o Don't check attribute for NULL. It's the callers responsibility. Revision Changes Path 1.2 +3 -2 src/lib/libthr/thread/thr_mattr_kind_np.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 06:01:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9BC816A4CE; Mon, 29 Mar 2004 06:01:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4CC43D2D; Mon, 29 Mar 2004 06:01:34 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TE1YGe059081; Mon, 29 Mar 2004 06:01:34 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TE1YcQ059070; Mon, 29 Mar 2004 06:01:34 -0800 (PST) (envelope-from nectar) Message-Id: <200403291401.i2TE1YcQ059070@repoman.freebsd.org> From: Jacques Vidrine Date: Mon, 29 Mar 2004 06:01:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/netinet ip6.h src/sys/netinet6 ip6_output.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, 29 Mar 2004 14:01:35 -0000 nectar 2004/03/29 06:01:33 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/conf newvers.sh sys/netinet ip6.h sys/netinet6 ip6_output.c Log: MFC ip6.h 1.11, ip6_output.c 1.79: Validate IPv6 socket options more carefully. Revision Changes Path 1.282.2.12 +4 -0 src/UPDATING 1.56.2.11 +1 -1 src/sys/conf/newvers.sh 1.10.2.1 +1 -0 src/sys/netinet/ip6.h 1.71.2.2 +37 -1 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 06:14:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891FE16A4CE; Mon, 29 Mar 2004 06:14:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC9F43D31; Mon, 29 Mar 2004 06:14:22 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TEELGe063218; Mon, 29 Mar 2004 06:14:21 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TEELj1063217; Mon, 29 Mar 2004 06:14:21 -0800 (PST) (envelope-from kensmith) Message-Id: <200403291414.i2TEELj1063217@repoman.freebsd.org> From: Ken Smith Date: Mon, 29 Mar 2004 06:14:21 -0800 (PST) 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/pw edgroup.c fileupd.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, 29 Mar 2004 14:14:22 -0000 kensmith 2004/03/29 06:14:21 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pw edgroup.c fileupd.c Log: Fixes to file locking issues. MFC: usr.sbin/pw/edgroup.c 1.9 usr.sbin/pw/fileupd.c 1.10 Revision Changes Path 1.8.2.1 +3 -4 src/usr.sbin/pw/edgroup.c 1.9.2.1 +3 -5 src/usr.sbin/pw/fileupd.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 06:18:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E870016A4D0; Mon, 29 Mar 2004 06:18:33 -0800 (PST) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B2043D54; Mon, 29 Mar 2004 06:18:33 -0800 (PST) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i2TEIX8o025207; Mon, 29 Mar 2004 09:18:33 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i2TEIWNe025206; Mon, 29 Mar 2004 09:18:32 -0500 (EST) Date: Mon, 29 Mar 2004 09:18:32 -0500 From: Ken Smith To: Ken Smith Message-ID: <20040329141832.GC23644@electra.cse.Buffalo.EDU> References: <200403291414.i2TEELj1063217@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403291414.i2TEELj1063217@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/usr.sbin/pw edgroup.c fileupd.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, 29 Mar 2004 14:18:34 -0000 On Mon, Mar 29, 2004 at 06:14:21AM -0800, Ken Smith wrote: > kensmith 2004/03/29 06:14:21 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > usr.sbin/pw edgroup.c fileupd.c > Log: > Fixes to file locking issues. > > MFC: usr.sbin/pw/edgroup.c 1.9 > usr.sbin/pw/fileupd.c 1.10 > > Revision Changes Path > 1.8.2.1 +3 -4 src/usr.sbin/pw/edgroup.c > 1.9.2.1 +3 -5 src/usr.sbin/pw/fileupd.c Oops. Approved by: rwatson (mentor) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Mon Mar 29 09:00:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15316A4CE; Mon, 29 Mar 2004 09:00:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91DF743D2D; Mon, 29 Mar 2004 09:00:05 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TH05Ge004683; Mon, 29 Mar 2004 09:00:05 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TH05q8004682; Mon, 29 Mar 2004 09:00:05 -0800 (PST) (envelope-from rwatson) Message-Id: <200403291700.i2TH05q8004682@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 09:00:05 -0800 (PST) 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_domain.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, 29 Mar 2004 17:00:05 -0000 rwatson 2004/03/29 09:00:05 PST FreeBSD src repository Modified files: sys/kern uipc_domain.c Log: If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE; otherwise, assert Giant in the callouts. Revision Changes Path 1.35 +11 -2 src/sys/kern/uipc_domain.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 09:57:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 247AD16A4CF; Mon, 29 Mar 2004 09:57:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0889B43D41; Mon, 29 Mar 2004 09:57:44 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2THvhGe018214; Mon, 29 Mar 2004 09:57:43 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2THvhro018213; Mon, 29 Mar 2004 09:57:43 -0800 (PST) (envelope-from rwatson) Message-Id: <200403291757.i2THvhro018213@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 09:57:43 -0800 (PST) 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_socket.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, 29 Mar 2004 17:57:44 -0000 rwatson 2004/03/29 09:57:43 PST FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: In sofree(), moving caching of 'head' from 'so->so_head' to later in the function once it has been determined to be non-NULL to simplify locking on an earlier return. Revision Changes Path 1.166 +2 -2 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 10:04:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B523516A4CE; Mon, 29 Mar 2004 10:04:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9810143D1D; Mon, 29 Mar 2004 10:04:29 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TI4TGe021192; Mon, 29 Mar 2004 10:04:29 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TI4ToZ021191; Mon, 29 Mar 2004 10:04:29 -0800 (PST) (envelope-from julian) Message-Id: <200403291804.i2TI4ToZ021191@repoman.freebsd.org> From: Julian Elischer Date: Mon, 29 Mar 2004 10:04:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 29 Mar 2004 18:04:29 -0000 julian 2004/03/29 10:04:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files Log: Turn allow people to compile the EHCI driver into a kernel. It is not yet perfect, but it does work enough to be useful. Revision Changes Path 1.340.2.151 +2 -0 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Mon Mar 29 10:06:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AB316A4CE; Mon, 29 Mar 2004 10:06:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5235B43D3F; Mon, 29 Mar 2004 10:06:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TI6GGe021439; Mon, 29 Mar 2004 10:06:16 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TI6GX2021438; Mon, 29 Mar 2004 10:06:16 -0800 (PST) (envelope-from rwatson) Message-Id: <200403291806.i2TI6GX2021438@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 10:06:16 -0800 (PST) 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_socket.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, 29 Mar 2004 18:06:16 -0000 rwatson 2004/03/29 10:06:16 PST FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Use a common return path for filt_soread() and filt_sowrite() to simplify the impact of locking on these functions. Submitted by: sam Sponsored by: FreeBSD Foundation Revision Changes Path 1.167 +20 -16 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 10:06:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E616616A4E1; Mon, 29 Mar 2004 10:06:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED6C43D31; Mon, 29 Mar 2004 10:06:33 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TI6XGe021519; Mon, 29 Mar 2004 10:06:33 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TI6XaI021518; Mon, 29 Mar 2004 10:06:33 -0800 (PST) (envelope-from rik) Message-Id: <200403291806.i2TI6XaI021518@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Mar 2004 10:06:33 -0800 (PST) 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/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.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, 29 Mar 2004 18:06:34 -0000 rik 2004/03/29 10:06:33 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.h Log: MFC: Update code for Cronyx-Sigma adapters. Old code will be deleted after switching system files to new one. Approved by: imp (mentor) Approved by: re Revision Changes Path 1.1.4.1 +32 -0 src/sys/dev/cx/cronyxfw.h (new) 1.1.4.1 +1438 -0 src/sys/dev/cx/csigma.c (new) 1.1.4.1 +852 -0 src/sys/dev/cx/csigmafw.h (new) 1.1.4.1 +905 -0 src/sys/dev/cx/cxddk.c (new) 1.1.4.1 +487 -0 src/sys/dev/cx/cxddk.h (new) 1.1.4.1 +486 -0 src/sys/dev/cx/cxreg.h (new) 1.7.2.1 +3270 -0 src/sys/dev/cx/if_cx.c (new) 1.2.2.1 +96 -0 src/sys/dev/cx/machdep.h (new) 1.2.2.1 +31 -0 src/sys/dev/cx/ng_cx.h (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 10:37:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA17216A4CE; Mon, 29 Mar 2004 10:37:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A7743D54; Mon, 29 Mar 2004 10:37:37 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TIbbGe027828; Mon, 29 Mar 2004 10:37:37 -0800 (PST) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TIbb9r027813; Mon, 29 Mar 2004 10:37:37 -0800 (PST) (envelope-from dfr) Message-Id: <200403291837.i2TIbb9r027813@repoman.freebsd.org> From: Doug Rabson Date: Mon, 29 Mar 2004 10:37:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf rtld.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, 29 Mar 2004 18:37:38 -0000 dfr 2004/03/29 10:37:37 PST FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: If we change obj_rtld.path after initialising __progname, make sure we change __progname to point at the new storage otherwise it ends up pointing at freed memory which leads to confusing garbled error messages. Revision Changes Path 1.95 +1 -0 src/libexec/rtld-elf/rtld.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 10:42:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3579616A4CE; Mon, 29 Mar 2004 10:42:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189C443D49; Mon, 29 Mar 2004 10:42:52 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TIgpGe029919; Mon, 29 Mar 2004 10:42:51 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TIgpr0029918; Mon, 29 Mar 2004 10:42:51 -0800 (PST) (envelope-from rwatson) Message-Id: <200403291842.i2TIgpr0029918@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 10:42:51 -0800 (PST) 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_tun.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, 29 Mar 2004 18:42:52 -0000 rwatson 2004/03/29 10:42:51 PST FreeBSD src repository Modified files: sys/net if_tun.c Log: Lock down if_tun global variables using a new mutex, tunmtx. As with other pseudo-interfaces, break out tear-down of a softc into a separate tun_destroy() function, and invoke that from the module unloader. Hold tunmtx across manipulations of the global softc list. Revision Changes Path 1.138 +31 -11 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 11:23:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4454216A4CF; Mon, 29 Mar 2004 11:23:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2494843D4C; Mon, 29 Mar 2004 11:23:45 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TJNjGe039126; Mon, 29 Mar 2004 11:23:45 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TJNjmZ039125; Mon, 29 Mar 2004 11:23:45 -0800 (PST) (envelope-from pjd) Message-Id: <200403291923.i2TJNjmZ039125@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 29 Mar 2004 11:23:45 -0800 (PST) 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 copy.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: Mon, 29 Mar 2004 19:23:46 -0000 pjd 2004/03/29 11:23:45 PST FreeBSD src repository Modified files: share/man/man9 copy.9 Log: Note that we can pass NULL as 4th argument for copystr() and copyinstr() functions. With little mdoc(7) help from: hmp Revision Changes Path 1.13 +10 -2 src/share/man/man9/copy.9 From owner-cvs-src@FreeBSD.ORG Mon Mar 29 11:38:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FEC16A4CE; Mon, 29 Mar 2004 11:38:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091B343D2F; Mon, 29 Mar 2004 11:38:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TJc5Ge041323; Mon, 29 Mar 2004 11:38:05 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TJc5tr041322; Mon, 29 Mar 2004 11:38:05 -0800 (PST) (envelope-from peter) Message-Id: <200403291938.i2TJc5tr041322@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Mar 2004 11:38:05 -0800 (PST) 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 src/sys/i386/i386 vm_machdep.c src/sys/powerpc/powerpc 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: Mon, 29 Mar 2004 19:38:06 -0000 peter 2004/03/29 11:38:05 PST FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c sys/i386/i386 vm_machdep.c sys/powerpc/powerpc vm_machdep.c Log: Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some files still #included the opt_ file. powerpc hadn't been updated yet. Revision Changes Path 1.231 +0 -1 src/sys/amd64/amd64/vm_machdep.c 1.234 +0 -1 src/sys/i386/i386/vm_machdep.c 1.99 +3 -5 src/sys/powerpc/powerpc/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 11:42:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B99016A4CE; Mon, 29 Mar 2004 11:42:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E06D43D48; Mon, 29 Mar 2004 11:42:22 -0800 (PST) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TJgLGe043261; Mon, 29 Mar 2004 11:42:21 -0800 (PST) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TJgL7j043260; Mon, 29 Mar 2004 11:42:21 -0800 (PST) (envelope-from hmp) Message-Id: <200403291942.i2TJgL7j043260@repoman.freebsd.org> From: Hiten Pandya Date: Mon, 29 Mar 2004 11:42:21 -0800 (PST) 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 copy.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: Mon, 29 Mar 2004 19:42:22 -0000 hmp 2004/03/29 11:42:21 PST FreeBSD src repository Modified files: share/man/man9 copy.9 Log: Mdoc Police: * Use .Fa instead of .Pa for function arguments. * Utilize the .Po/.Pc commands for parenthesis so the format is not ruined. Inspired by: pjd's last commit to this file Revision Changes Path 1.14 +25 -21 src/share/man/man9/copy.9 From owner-cvs-src@FreeBSD.ORG Mon Mar 29 12:00:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3133C16A4D6; Mon, 29 Mar 2004 12:00:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14B3843D2F; Mon, 29 Mar 2004 12:00:55 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TK0sGe045639; Mon, 29 Mar 2004 12:00:54 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TK0sk0045638; Mon, 29 Mar 2004 12:00:54 -0800 (PST) (envelope-from des) Message-Id: <200403292000.i2TK0sk0045638@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 29 Mar 2004 12:00:54 -0800 (PST) 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 ntpdate X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 29 Mar 2004 20:00:55 -0000 des 2004/03/29 12:00:54 PST FreeBSD src repository Modified files: etc/rc.d ntpdate Log: Fix the case where $ntpdate_hosts was not specified and /etc/ntp.conf does not exist. Submitted by: ru Revision Changes Path 1.9 +2 -2 src/etc/rc.d/ntpdate From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:10:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E29416A4CE; Mon, 29 Mar 2004 13:10:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E427A43D1F; Mon, 29 Mar 2004 13:10:05 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLA5Ge067779; Mon, 29 Mar 2004 13:10:05 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLA5wh067778; Mon, 29 Mar 2004 13:10:05 -0800 (PST) (envelope-from imp) Message-Id: <200403292110.i2TLA5wh067778@repoman.freebsd.org> From: Warner Losh Date: Mon, 29 Mar 2004 13:10:05 -0800 (PST) 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/oltr if_oltr.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, 29 Mar 2004 21:10:06 -0000 imp 2004/03/29 13:10:05 PST FreeBSD src repository Modified files: sys/contrib/dev/oltr if_oltr.c Log: Eliminate support for FreeBSD 3.x and earlier now that we're in the glide path for the 5.x branch. Revision Changes Path 1.33 +0 -203 src/sys/contrib/dev/oltr/if_oltr.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:15:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A348416A4CE; Mon, 29 Mar 2004 13:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850D143D31; Mon, 29 Mar 2004 13:15:42 -0800 (PST) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLFgGe069762; Mon, 29 Mar 2004 13:15:42 -0800 (PST) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLFgBp069761; Mon, 29 Mar 2004 13:15:42 -0800 (PST) (envelope-from robert) Message-Id: <200403292115.i2TLFgBp069761@repoman.freebsd.org> From: Robert Drehmel Date: Mon, 29 Mar 2004 13:15:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/libkern index.c rindex.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, 29 Mar 2004 21:15:42 -0000 robert 2004/03/29 13:15:42 PST FreeBSD src repository Modified files: sys/libkern index.c rindex.c Log: Bring these files closer to style(9) conformance by comparing a dereferenced character pointer to '\0' instead of using the ! operator. Revision Changes Path 1.8 +1 -1 src/sys/libkern/index.c 1.9 +1 -1 src/sys/libkern/rindex.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:32:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54BE16A4CE; Mon, 29 Mar 2004 13:32:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A77E243D2D; Mon, 29 Mar 2004 13:32:33 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLWXGe073860; Mon, 29 Mar 2004 13:32:33 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLWXUA073859; Mon, 29 Mar 2004 13:32:33 -0800 (PST) (envelope-from rik) Message-Id: <200403292132.i2TLWXUA073859@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Mar 2004 13:32:33 -0800 (PST) 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/include cserial.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, 29 Mar 2004 21:32:34 -0000 rik 2004/03/29 13:32:33 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/i386/include cserial.h Log: MFC: ioctls for Cronyx serial adapters. Approved by: imp (mentor) Approved by: re Revision Changes Path 1.1.4.1 +449 -0 src/sys/i386/include/cserial.h (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:34:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615C016A4CE; Mon, 29 Mar 2004 13:34:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C2C43D49; Mon, 29 Mar 2004 13:34:30 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLYUGe073945; Mon, 29 Mar 2004 13:34:30 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLYUIX073944; Mon, 29 Mar 2004 13:34:30 -0800 (PST) (envelope-from rik) Message-Id: <200403292134.i2TLYUIX073944@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Mar 2004 13:34:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/cx 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, 29 Mar 2004 21:34:30 -0000 rik 2004/03/29 13:34:30 PST FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/cx Makefile Log: MFC: modules support for Cronyx-Sigma adapters. Approved by: imp (mentor) Approved by: re Revision Changes Path 1.2.2.1 +43 -0 src/sys/modules/cx/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:36:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDCA16A4EA; Mon, 29 Mar 2004 13:36:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEAD43D31; Mon, 29 Mar 2004 13:36:20 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLaJGe074095; Mon, 29 Mar 2004 13:36:20 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLaJds074094; Mon, 29 Mar 2004 13:36:19 -0800 (PST) (envelope-from rik) Message-Id: <200403292136.i2TLaJds074094@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Mar 2004 13:36:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.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, 29 Mar 2004 21:36:21 -0000 rik 2004/03/29 13:36:19 PST FreeBSD src repository Added files: (Branch: RELENG_4) sbin/sconfig Makefile sconfig.8 sconfig.c Log: MFC: configuration utility for Cronyx adapters. Replacement for cxconfig. Old code will be deleted after switching system files to new one. Approved by: imp(mentor) Approved by: re Revision Changes Path 1.3.2.1 +8 -0 src/sbin/sconfig/Makefile (new) 1.3.2.1 +455 -0 src/sbin/sconfig/sconfig.8 (new) 1.2.4.1 +1138 -0 src/sbin/sconfig/sconfig.c (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 13:46:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B430C16A4CE; Mon, 29 Mar 2004 13:46:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969BC43D45; Mon, 29 Mar 2004 13:46:52 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TLkqGe076200; Mon, 29 Mar 2004 13:46:52 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TLkq1X076199; Mon, 29 Mar 2004 13:46:52 -0800 (PST) (envelope-from tjr) Message-Id: <200403292146.i2TLkq1X076199@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 13:46:52 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 29 Mar 2004 21:46:52 -0000 tjr 2004/03/29 13:46:52 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc Log: Remove duplicate MLINK. Revision Changes Path 1.54 +1 -1 src/lib/libc/locale/Makefile.inc From owner-cvs-src@FreeBSD.ORG Mon Mar 29 14:16:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B83916A4CE; Mon, 29 Mar 2004 14:16:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256D243D1D; Mon, 29 Mar 2004 14:16:40 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TMGdGe083266; Mon, 29 Mar 2004 14:16:39 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TMGdUs083265; Mon, 29 Mar 2004 14:16:39 -0800 (PST) (envelope-from rwatson) Message-Id: <200403292216.i2TMGdUs083265@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 14:16:39 -0800 (PST) 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_tun.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, 29 Mar 2004 22:16:40 -0000 rwatson 2004/03/29 14:16:39 PST FreeBSD src repository Modified files: sys/net if_tun.c Log: Add per-softc locking to if_tun: - Add tun_mtx to tun_softc. Annotate what is (and isn't) locked by it. - Lock down tun_flags, tun_pid. - In the output path, cache the value of tun_flags so it's consistent when processing a particular packet rather than re-reading the field. - In general, use unlocked reads for debugging. - Annotate a couple of places where additional unlocked reads may be possible. - Annotate that tun_pid is used as a bug in tunopen(). if_tun is now largely MPSAFE, although questions remain about some of the cdevsw fields and how they are synchronized. Revision Changes Path 1.139 +66 -6 src/sys/net/if_tun.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 14:41:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACAA16A4CE; Mon, 29 Mar 2004 14:41:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E337543D2D; Mon, 29 Mar 2004 14:41:21 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TMfLGe088271; Mon, 29 Mar 2004 14:41:21 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TMfLVa088267; Mon, 29 Mar 2004 14:41:21 -0800 (PST) (envelope-from peter) Message-Id: <200403292241.i2TMfLVa088267@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Mar 2004 14:41:21 -0800 (PST) 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 src/sys/fs/umapfs umap_vnops.c src/sys/kern vfs_default.c src/sys/modules Makefile src/sys/sys vnode.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, 29 Mar 2004 22:41:22 -0000 peter 2004/03/29 14:41:21 PST FreeBSD src repository Modified files: sys/conf NOTES sys/fs/umapfs umap_vnops.c sys/kern vfs_default.c sys/modules Makefile sys/sys vnode.h Log: Clean up the stub fake vnode locking implemenations. The main reason this stuff was here (NFS) was fixed by Alfred in November. The only remaining consumer of the stub functions was umapfs, which is horribly horribly broken. It has missed out on about the last 5 years worth of maintenence that was done on nullfs (from which umapfs is derived). It needs major work to bring it up to date with the vnode locking protocol. umapfs really needs to find a caretaker to bring it into the 21st century. Functions GC'ed: vop_noislocked, vop_nolock, vop_nounlock, vop_sharedlock. Revision Changes Path 1.1208 +2 -1 src/sys/conf/NOTES 1.39 +9 -0 src/sys/fs/umapfs/umap_vnops.c 1.92 +0 -160 src/sys/kern/vfs_default.c 1.375 +0 -1 src/sys/modules/Makefile 1.235 +0 -4 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Mon Mar 29 14:45:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 748E016A4CE; Mon, 29 Mar 2004 14:45:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5652A43D1F; Mon, 29 Mar 2004 14:45:34 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TMjYGe089388; Mon, 29 Mar 2004 14:45:34 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TMjY6n089387; Mon, 29 Mar 2004 14:45:34 -0800 (PST) (envelope-from peter) Message-Id: <200403292245.i2TMjY6n089387@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Mar 2004 14:45:34 -0800 (PST) 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_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, 29 Mar 2004 22:45:34 -0000 peter 2004/03/29 14:45:34 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Kill some XXXKSE's. vnlru/syncer are single threaded. Revision Changes Path 1.488 +2 -3 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 14:46:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C7816A4CF; Mon, 29 Mar 2004 14:46:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B556043D2D; Mon, 29 Mar 2004 14:46:54 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TMksGe089470; Mon, 29 Mar 2004 14:46:54 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TMksTC089469; Mon, 29 Mar 2004 14:46:54 -0800 (PST) (envelope-from peter) Message-Id: <200403292246.i2TMksTC089469@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Mar 2004 14:46:54 -0800 (PST) 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: Mon, 29 Mar 2004 22:46:55 -0000 peter 2004/03/29 14:46:54 PST FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Shorten some XXXKSE commentry Revision Changes Path 1.274 +2 -4 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 16:18:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE2716A4CE; Mon, 29 Mar 2004 16:18:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88A043D3F; Mon, 29 Mar 2004 16:18:16 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U0IGGe009912; Mon, 29 Mar 2004 16:18:16 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U0IGEE009911; Mon, 29 Mar 2004 16:18:16 -0800 (PST) (envelope-from kuriyama) Message-Id: <200403300018.i2U0IGEE009911@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 29 Mar 2004 16:18:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvecheck approvers checkoutlist cvs_acls.pl verifymsg verifymsgcheck X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 00:18:16 -0000 kuriyama 2004/03/29 16:18:16 PST FreeBSD src repository Modified files: . checkoutlist cvs_acls.pl verifymsg Added files: . approvecheck approvers verifymsgcheck Log: Check whether this commit is approved by appropriate party or not in specific modules/branches. We hope this check reduces accidental commits to reserved branches (such as security branches). Reviewed by: core Revision Changes Path 1.1 +115 -0 CVSROOT/approvecheck (new) 1.1 +23 -0 CVSROOT/approvers (new) 1.20 +3 -0 CVSROOT/checkoutlist 1.25 +24 -0 CVSROOT/cvs_acls.pl 1.5 +1 -3 CVSROOT/verifymsg 1.1 +20 -0 CVSROOT/verifymsgcheck (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 17:39:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DD716A4CE; Mon, 29 Mar 2004 17:39:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4D443D3F; Mon, 29 Mar 2004 17:39:00 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U1d0Ge033367; Mon, 29 Mar 2004 17:39:00 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U1d0nd033366; Mon, 29 Mar 2004 17:39:00 -0800 (PST) (envelope-from kuriyama) Message-Id: <200403300139.i2U1d0nd033366@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 29 Mar 2004 17:39:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk Makefile disk.c libdisk.h open_disk.c rules.c write_i386_disk.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, 30 Mar 2004 01:39:01 -0000 kuriyama 2004/03/29 17:39:00 PST FreeBSD src repository Modified files: lib/libdisk Makefile disk.c libdisk.h open_disk.c rules.c write_i386_disk.c Log: Make libdisk WARNS=4 clean. Glanced by: jhb Revision Changes Path 1.41 +1 -1 src/lib/libdisk/Makefile 1.120 +2 -2 src/lib/libdisk/disk.c 1.61 +1 -0 src/lib/libdisk/libdisk.h 1.3 +8 -4 src/lib/libdisk/open_disk.c 1.34 +4 -4 src/lib/libdisk/rules.c 1.8 +15 -15 src/lib/libdisk/write_i386_disk.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 17:45:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3833116A4CE; Mon, 29 Mar 2004 17:45:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D2243D48; Mon, 29 Mar 2004 17:45:24 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U1jNGe035344; Mon, 29 Mar 2004 17:45:23 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U1jNWQ035343; Mon, 29 Mar 2004 17:45:23 -0800 (PST) (envelope-from gad) Message-Id: <200403300145.i2U1jNWQ035343@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 29 Mar 2004 17:45:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Tue, 30 Mar 2004 01:45:24 -0000 gad 2004/03/29 17:45:23 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Replace pscomp() with a cleaner version, mostly written by bde (*). This corrects a problem of lost-precision for `-r' (sort-by-CPU). Also, for sort-by-CPU and sort-by-memory, any processes which have the same value CPU or MEMORY are now sorted by TTY and then (if needed) by pid. (* - I just added the NODEV checks, after doing some testing of my own) Submitted by: bde MFC after: 1 week Revision Changes Path 1.81 +42 -13 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 17:59:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D6116A4CE; Mon, 29 Mar 2004 17:59:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF8643D2F; Mon, 29 Mar 2004 17:59:22 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U1xMGe037474; Mon, 29 Mar 2004 17:59:22 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U1xMcK037473; Mon, 29 Mar 2004 17:59:22 -0800 (PST) (envelope-from gad) Message-Id: <200403300159.i2U1xMcK037473@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 29 Mar 2004 17:59:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Tue, 30 Mar 2004 01:59:23 -0000 gad 2004/03/29 17:59:22 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Minor style fixes, mostly adding indent-protection on some comment-blocks. Noticed by: bde MFC after: 1 week Revision Changes Path 1.82 +6 -6 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 18:02:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7156516A4CE; Mon, 29 Mar 2004 18:02:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5372F43D41; Mon, 29 Mar 2004 18:02:41 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U22fGe039303; Mon, 29 Mar 2004 18:02:41 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U22faN039302; Mon, 29 Mar 2004 18:02:41 -0800 (PST) (envelope-from gad) Message-Id: <200403300202.i2U22faN039302@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 29 Mar 2004 18:02:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Tue, 30 Mar 2004 02:02:41 -0000 gad 2004/03/29 18:02:41 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Bruce would really like the prototype for fmt() to be split across lines this way (although I still think it "looks weird"...). Requested by: bde MFC after: 1 week Revision Changes Path 1.83 +2 -1 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 18:16:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B4A16A4CE; Mon, 29 Mar 2004 18:16:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A637443D2D; Mon, 29 Mar 2004 18:16:25 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U2GPGe042374; Mon, 29 Mar 2004 18:16:25 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U2GPpw042371; Mon, 29 Mar 2004 18:16:25 -0800 (PST) (envelope-from rwatson) Message-Id: <200403300216.i2U2GPpw042371@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Mar 2004 18:16:25 -0800 (PST) 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_usrreq.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, 30 Mar 2004 02:16:25 -0000 rwatson 2004/03/29 18:16:25 PST FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Prefer NULL to 0 when testing and assigning pointer values. Revision Changes Path 1.118 +57 -56 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 19:46:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6CA16A4CE; Mon, 29 Mar 2004 19:46:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2416143D2F; Mon, 29 Mar 2004 19:46:01 -0800 (PST) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U3k0Ge061788; Mon, 29 Mar 2004 19:46:00 -0800 (PST) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U3k0rZ061787; Mon, 29 Mar 2004 19:46:00 -0800 (PST) (envelope-from vkashyap) Message-Id: <200403300346.i2U3k0rZ061787@repoman.freebsd.org> From: Vinod Kashyap Date: Mon, 29 Mar 2004 19:46:00 -0800 (PST) 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.i386 src/sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h twa_reg.h src/sys/i386/conf GENERIC src/sys/modules/twa 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, 30 Mar 2004 03:46:01 -0000 vkashyap 2004/03/29 19:46:00 PST FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf GENERIC Added files: sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h twa_reg.h sys/modules/twa Makefile Log: Initial check-in of the device driver for 3ware's 9000 series PATA/SATA RAID controllers. This driver is a SIM under CAM, and so, behaves like a driver for a SCSI controller. Revision Changes Path 1.482 +5 -0 src/sys/conf/files.i386 1.1 +2399 -0 src/sys/dev/twa/twa.c (new) 1.1 +322 -0 src/sys/dev/twa/twa.h (new) 1.1 +703 -0 src/sys/dev/twa/twa_cam.c (new) 1.1 +77 -0 src/sys/dev/twa/twa_externs.h (new) 1.1 +1032 -0 src/sys/dev/twa/twa_freebsd.c (new) 1.1 +23838 -0 src/sys/dev/twa/twa_fwimg.c (new) 1.1 +247 -0 src/sys/dev/twa/twa_globals.c (new) 1.1 +62 -0 src/sys/dev/twa/twa_includes.h (new) 1.1 +125 -0 src/sys/dev/twa/twa_ioctl.h (new) 1.1 +463 -0 src/sys/dev/twa/twa_reg.h (new) 1.399 +1 -0 src/sys/i386/conf/GENERIC 1.1 +24 -0 src/sys/modules/twa/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 20:20:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A1F16A4CE; Mon, 29 Mar 2004 20:20:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B62443D1D; Mon, 29 Mar 2004 20:20:34 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U4KYGe068959; Mon, 29 Mar 2004 20:20:34 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U4KXix068958; Mon, 29 Mar 2004 20:20:33 -0800 (PST) (envelope-from gad) Message-Id: <200403300420.i2U4KXix068958@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 29 Mar 2004 20:20:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Tue, 30 Mar 2004 04:20:34 -0000 gad 2004/03/29 20:20:33 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Switch to using strtoul() for parsing a potential UID or GID, which gets this to correctly handle UID's and GID's larger than 2147483647. Noticed by: bde MFC after: 1 week Revision Changes Path 1.84 +8 -9 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 21:01:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91D516A4CE; Mon, 29 Mar 2004 21:01:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8AA43D2F; Mon, 29 Mar 2004 21:01:48 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U51mGe083881; Mon, 29 Mar 2004 21:01:48 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U51m5r083877; Mon, 29 Mar 2004 21:01:48 -0800 (PST) (envelope-from scottl) Message-Id: <200403300501.i2U51m5r083877@repoman.freebsd.org> From: Scott Long Date: Mon, 29 Mar 2004 21:01:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf udf_vfsops.c udf_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, 30 Mar 2004 05:01:49 -0000 scottl 2004/03/29 21:01:48 PST FreeBSD src repository Modified files: sys/fs/udf udf_vfsops.c udf_vnops.c Log: Catch all cases where bread() returns an error and a valid *bp, and release the *bp. Obtained from: DragonFlyBSD Revision Changes Path 1.17 +2 -0 src/sys/fs/udf/udf_vfsops.c 1.35 +9 -6 src/sys/fs/udf/udf_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 21:12:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D0D16A4CE; Mon, 29 Mar 2004 21:12:39 -0800 (PST) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A03D43D41; Mon, 29 Mar 2004 21:12:38 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i2U5CZtO007643; Tue, 30 Mar 2004 00:12:36 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200403262207.i2QM7SPX014969@repoman.freebsd.org> References: <200403262207.i2QM7SPX014969@repoman.freebsd.org> Date: Tue, 30 Mar 2004 00:12:34 -0500 To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: stable@FreeBSD.org cc: David.E.Tweten@nasa.gov Subject: Re: `ps' vs commit: src/sys/kern kern_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: Tue, 30 Mar 2004 05:12:39 -0000 At 2:07 PM -0800 3/26/04, Pawel Jakub Dawidek wrote: >pjd 2004/03/26 14:07:28 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/kern kern_proc.c > Log: > MFC informations leakage fix. > > Reviewed by: rwatson > > Revision Changes Path > 1.63.2.11 +7 -3 src/sys/kern/kern_proc.c I am guessing that this might be the commit to RELENG_4 which has changed the behavior of `ps' wrt displaying command-line args. This is the issue reported by David Tweten in the thread: "Ps(1) Restricting Command Lines" on freebsd-stable. If you're still awake David, could you see what happens if you undo the above change and rebuild your kernel? I'm afraid to try it, because if this isn't the problem then I'll probably start looking for something else, and I need to head home! -- 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 Mon Mar 29 21:44:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D816A4D1; Mon, 29 Mar 2004 21:44:55 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E54E43D41; Mon, 29 Mar 2004 21:44:55 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 16FB01880C1A; Mon, 29 Mar 2004 21:44:54 -0800 (PST) From: Wes Peters Organization: Softweyr To: darrenr@FreeBSD.org (Darren Reed) User-Agent: KMail/1.6 References: <20040309041200.41CB516A4CF@hub.freebsd.org> In-Reply-To: <20040309041200.41CB516A4CF@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403082237.32608.wes@softweyr.com> cc: src-committers@FreeBSD.org cc: Steve Kargl cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Max Laier cc: Tim Robbins cc: Luigi Rizzo cc: Sam Leffler Subject: Re: ideal firewall solution X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 30 Mar 2004 05:44:55 -0000 X-Original-Date: Mon, 8 Mar 2004 22:37:32 -0800 X-List-Received-Date: Tue, 30 Mar 2004 05:44:55 -0000 On Monday 08 March 2004 08:12 pm, Darren Reed wrote: > In some mail I received from Sam Leffler, sie wrote > > > > To me there is no clear winner. > > Agreed. The question that should have been asked and clearly > answered is: > > What does FreeBSD gain from having pf in the base tree ? > > > > Honestly, i believe that the microcode-based approach of ipfw2 is > > > a lot simpler to maintain and extend than the one used in pf > > > (which resembles a lot the original ipfw), and dropping it would > > > be a step backward. > > > ipfw2 has some instructions (e.g. the 'address set') that greatly > > > simplify the writing of rulesets. > > Has anone reviewed the Checkpoint patent with respect to whether > or not ipfw2 violates it ? > > They patent an instruction/virtual mechanism for evaluating filter > rules that is compiled by some user program. I haven't looked at > it in detail because ipfw2 isn't my area of responsiblity but > someone should (if they haven't.) When/if that is done, if someone > can think about what it would be to use BPF instead of ipfw2 and > if that makes any difference to the Checkpoint patent, I'd be > further interested to know. Patent #5,606,668 - read clause 8. Probably unenforceable, because as written it falls all over the earlier work done in bpf and other sources. If they had patented it as a unique application of packet filtering, it would probably fare better. As it is, claim 8 is almost exactly a description of the workings of BPF or any other microcoded filter, with the exception of the words "security rule." IANAL, this is based on my (very probably shaky) memory of a legal analysis done 6 years ago, at an employer where we were developing very similar "code" to go in an ASIC while being a Checkpoint FW-1 source customer. Sticky ground all around. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Mon Mar 29 21:44:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC1316A4D4; Mon, 29 Mar 2004 21:44:55 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7539A43D39; Mon, 29 Mar 2004 21:44:55 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 6BCDF1880C1A; Mon, 29 Mar 2004 21:44:54 -0800 (PST) From: Wes Peters Organization: Softweyr To: darrenr@FreeBSD.org (Darren Reed) User-Agent: KMail/1.6 References: <20040309035345.6CBC916A4D0@hub.freebsd.org> In-Reply-To: <20040309035345.6CBC916A4D0@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403082246.55841.wes@softweyr.com> cc: cvs-src@FreeBSD.org cc: Max Laier cc: cvs-all@FreeBSD.org cc: Steve Kargl cc: src-committers@FreeBSD.org Subject: Re: ipfilter/ipfw/pf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 30 Mar 2004 05:44:55 -0000 X-Original-Date: Mon, 8 Mar 2004 22:46:55 -0800 X-List-Received-Date: Tue, 30 Mar 2004 05:44:55 -0000 On Monday 08 March 2004 07:53 pm, Darren Reed wrote: > In some mail I received from Wes Peters, sie wrote > > > ipfilter I'm not so sure about, Darren doesn't seem to have been all > > that active lately. I suspect the locking changes have given him > > reason to hide, he usually prefers to wait until such states of flux > > have settled out before he tries to repair what he sees as damage to > > ipfilter. ;^) > > There's one main reason you don't see regular updates of ipfilter > and that is every one in the past has introduced an ABI change > which has hurt users, one way or another. By minimizing the frequency > of updating IPFilter, the frequency in which users get hurt is also > reduced. That's exactly what I tried (and apparently failed) to write. > This is a problem that has been impacting FreeBSD & NetBSD users > for a long time. IPFilter v4 (now released) has been designed in > a manner that allows this problem of ABI changes to be eliminated. > This is a first for the open source community when it comes to > firewall software and there are no indications from other development > that suggest anyone else is going to pick up this ball. > > Version 4 of IPFilter brings with it many things you would find > in pf that are not in the current version of IPFilter in the tree. > It also brings in support for some other experimental ideas that > have floated around for ipfw, such as coverting filter rules into > C code and compiling that up for policy enforcement. Wow. I'll be happy to see that. I've been a contented ipfilter user for years now, dating before my involvment with DoBox 2000-2002. > As for locking - IPFIlter has been working MP aware on Solaris for > years. Indeed, once the locking primitives became available on > FreeBSD, IPFilter was able to start using them. It didn't need > to wait for "big lock" to change :) The same was not true for the > pfil interace but that has since been addressed. > > When will IPFilter v4 be in the tree? Sometime very soon, when > a 4.1.1 is baked. When was 4.1 released ? Mid February (before > pf was brought into the tree.) It is being tested on 5.2.1 and > 5.2, at present. Are there regular snapshots of -current around > somewhere to download and install ? That's great news. Let me know if you need a beta site on FreeBSD; I'll volunteer a couple of poor overworked IT guys at work so you get a real test. As for snapshots, my recommendation is to use cvsup to populate your own CVS heirarchy on your development machine so you the logs and complete version information at your disposal. Let me know if you need any help setting that up; I'm happy to help. It's not a major investment in disk space -- my local CVSROOT including ports and docs is about 2 GBytes. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Mon Mar 29 22:16:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D4216A4CE; Mon, 29 Mar 2004 22:16:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A7C43D31; Mon, 29 Mar 2004 22:16:41 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U6GfGe001000; Mon, 29 Mar 2004 22:16:41 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U6GfcP000999; Mon, 29 Mar 2004 22:16:41 -0800 (PST) (envelope-from kuriyama) Message-Id: <200403300616.i2U6GfcP000999@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 29 Mar 2004 22:16:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk 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, 30 Mar 2004 06:16:42 -0000 kuriyama 2004/03/29 22:16:41 PST FreeBSD src repository Modified files: lib/libdisk Makefile Log: Down to WARNS=2 for a while. Revision Changes Path 1.42 +1 -1 src/lib/libdisk/Makefile From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:01:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051AA16A4CE; Mon, 29 Mar 2004 23:01:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA9E43D39; Mon, 29 Mar 2004 23:01:57 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U71vGe010708; Mon, 29 Mar 2004 23:01:57 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U71vG5010704; Mon, 29 Mar 2004 23:01:57 -0800 (PST) (envelope-from bde) Message-Id: <200403300701.i2U71vG5010704@repoman.freebsd.org> From: Bruce Evans Date: Mon, 29 Mar 2004 23:01:57 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 07:01:58 -0000 bde 2004/03/29 23:01:57 PST FreeBSD src repository Modified files: sys/conf NOTES Log: Fixed a style bug in previous commit (misformatted comment). Fixed some nearby bugs (rotted and missing comments). Use similar wording for describing broken options. Revision Changes Path 1.1209 +4 -3 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:02:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B0416A4CF; Mon, 29 Mar 2004 23:02:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CAF643D2F; Mon, 29 Mar 2004 23:02:05 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U724Ge010855; Mon, 29 Mar 2004 23:02:04 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U724nk010851; Mon, 29 Mar 2004 23:02:04 -0800 (PST) (envelope-from tjr) Message-Id: <200403300702.i2U724nk010851@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 23:02:04 -0800 (PST) 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 isdigit.3 isxdigit.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, 30 Mar 2004 07:02:05 -0000 tjr 2004/03/29 23:02:04 PST FreeBSD src repository Modified files: lib/libc/locale isdigit.3 isxdigit.3 Log: Document the isnumber() and ishexnumber() functions, and explain how they differ (at least in theory) from isdigit() and isxdigit(). Revision Changes Path 1.17 +18 -5 src/lib/libc/locale/isdigit.3 1.17 +16 -8 src/lib/libc/locale/isxdigit.3 From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:11:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D227216A4D0; Mon, 29 Mar 2004 23:11:17 -0800 (PST) Received: from darkness.comp.waw.pl (unknown [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8A343D1F; Mon, 29 Mar 2004 23:11:17 -0800 (PST) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id F123AACAFE; Tue, 30 Mar 2004 09:11:15 +0200 (CEST) Date: Tue, 30 Mar 2004 09:11:15 +0200 From: Pawel Jakub Dawidek To: Garance A Drosihn Message-ID: <20040330071115.GF8930@darkness.comp.waw.pl> References: <200403262207.i2QM7SPX014969@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tTm07/aDcFLy+pwu" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: stable@FreeBSD.org cc: src-committers@FreeBSD.org cc: David.E.Tweten@nasa.gov Subject: Re: `ps' vs commit: src/sys/kern kern_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: Tue, 30 Mar 2004 07:11:18 -0000 --tTm07/aDcFLy+pwu Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 30, 2004 at 12:12:34AM -0500, Garance A Drosihn wrote: +> At 2:07 PM -0800 3/26/04, Pawel Jakub Dawidek wrote: +> >pjd 2004/03/26 14:07:28 PST +> > +> > FreeBSD src repository +> > +> > Modified files: (Branch: RELENG_4) +> > sys/kern kern_proc.c +> > Log: +> > MFC informations leakage fix. +> > +> > Reviewed by: rwatson +> > +> > Revision Changes Path +> > 1.63.2.11 +7 -3 src/sys/kern/kern_proc.c +>=20 +> I am guessing that this might be the commit to RELENG_4 which +> has changed the behavior of `ps' wrt displaying command-line +> args. This is the issue reported by David Tweten in the thread: +> "Ps(1) Restricting Command Lines" +> on freebsd-stable. +>=20 +> If you're still awake David, could you see what happens if you +> undo the above change and rebuild your kernel? I'm afraid to +> try it, because if this isn't the problem then I'll probably +> start looking for something else, and I need to head home! It is probably my fault. I'll check it again. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --tTm07/aDcFLy+pwu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAaR2TForvXbEpPzQRAoPIAJ4/Kmlm1qDgvGcIG2C3AGTc4YuWQACglB3t q3aOseOKcVrFDzZ5+OaBIRI= =50TW -----END PGP SIGNATURE----- --tTm07/aDcFLy+pwu-- From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:19:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D09116A4CE; Mon, 29 Mar 2004 23:19:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3155843D41; Mon, 29 Mar 2004 23:19:36 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U7JZGe014374; Mon, 29 Mar 2004 23:19:35 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U7JZR0014373; Mon, 29 Mar 2004 23:19:35 -0800 (PST) (envelope-from tjr) Message-Id: <200403300719.i2U7JZR0014373@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 23:19:35 -0800 (PST) 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 digittoint.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, 30 Mar 2004 07:19:36 -0000 tjr 2004/03/29 23:19:35 PST FreeBSD src repository Modified files: lib/libc/locale digittoint.3 Log: Trim cross-references. Revision Changes Path 1.3 +2 -15 src/lib/libc/locale/digittoint.3 From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:23:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D60316A4CE; Mon, 29 Mar 2004 23:23:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5054243D2F; Mon, 29 Mar 2004 23:23:55 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U7NtGe016243; Mon, 29 Mar 2004 23:23:55 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U7Nt0q016242; Mon, 29 Mar 2004 23:23:55 -0800 (PST) (envelope-from tjr) Message-Id: <200403300723.i2U7Nt0q016242@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 29 Mar 2004 23:23:54 -0800 (PST) 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 isideogram.3 isphonogram.3 isrune.3 isspecial.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, 30 Mar 2004 07:23:55 -0000 tjr 2004/03/29 23:23:54 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc Added files: lib/libc/locale isideogram.3 isphonogram.3 isrune.3 isspecial.3 Log: Add basic manual pages for isideogram(), isphonogram(), isrune() and isspecial(). Revision Changes Path 1.55 +2 -1 src/lib/libc/locale/Makefile.inc 1.1 +57 -0 src/lib/libc/locale/isideogram.3 (new) 1.1 +57 -0 src/lib/libc/locale/isphonogram.3 (new) 1.1 +63 -0 src/lib/libc/locale/isrune.3 (new) 1.1 +56 -0 src/lib/libc/locale/isspecial.3 (new) From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:31:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D81C16A4CF for ; Mon, 29 Mar 2004 23:31:31 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D137E43D5C for ; Mon, 29 Mar 2004 23:31:30 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 28471 invoked from network); 30 Mar 2004 07:31:29 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 30 Mar 2004 07:31:29 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 30 Mar 2004 01:31:28 -0600 (CST) From: Mike Silbersack To: Alan Cox In-Reply-To: <20040327202805.GU19961@cs.rice.edu> Message-ID: <20040330013023.W9585@odysseus.silby.com> References: <200403271950.i2RJoN9P033780@repoman.freebsd.org> <20040327202805.GU19961@cs.rice.edu> 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_param.c sys_pipe.c src/sys/sys pipe.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, 30 Mar 2004 07:31:31 -0000 On Sat, 27 Mar 2004, Alan Cox wrote: > I hope this also serves to motivate people to work on eliminating the > buffer map. Consider uiomove_fromphys() as my contribution to that > effort. :-) > > Alan Although that would be beyond my current skillset, this change will be helpful when I finally getting around to implementing the pipe memory allocation changes I posted about a few months ago. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:35:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062E916A4CE; Mon, 29 Mar 2004 23:35:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCC243D49; Mon, 29 Mar 2004 23:35:18 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U7ZIGe018456; Mon, 29 Mar 2004 23:35:18 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U7ZI9N018455; Mon, 29 Mar 2004 23:35:18 -0800 (PST) (envelope-from njl) Message-Id: <200403300735.i2U7ZI9N018455@repoman.freebsd.org> From: Nate Lawson Date: Mon, 29 Mar 2004 23:35:18 -0800 (PST) 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.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, 30 Mar 2004 07:35:19 -0000 njl 2004/03/29 23:35:18 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Disable serialize_methods and enable _OSI support by default. The former is necessary because some IBMs use recursive methods (pointed out by Robert Moore from Intel). The latter was a typo on my part. It was disabled by default when it should have been enabled. Revision Changes Path 1.130 +14 -5 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:37:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62E616A4CE; Mon, 29 Mar 2004 23:37:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A917743D49; Mon, 29 Mar 2004 23:37:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U7b4Ge018603; Mon, 29 Mar 2004 23:37:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U7b4MK018602; Mon, 29 Mar 2004 23:37:04 -0800 (PST) (envelope-from ru) Message-Id: <200403300737.i2U7b4MK018602@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Mar 2004 23:37:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/diskinfo diskinfo.8 diskinfo.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, 30 Mar 2004 07:37:05 -0000 ru 2004/03/29 23:37:04 PST FreeBSD src repository Modified files: usr.sbin/diskinfo diskinfo.8 diskinfo.c Log: Sync manpage's synopsis with usage(). Revision Changes Path 1.4 +1 -2 src/usr.sbin/diskinfo/diskinfo.8 1.3 +4 -1 src/usr.sbin/diskinfo/diskinfo.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:53:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CF516A4CE; Mon, 29 Mar 2004 23:53:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7D143D53; Mon, 29 Mar 2004 23:53:18 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U7rIGe022512; Mon, 29 Mar 2004 23:53:18 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U7rIMA022511; Mon, 29 Mar 2004 23:53:18 -0800 (PST) (envelope-from pjd) Message-Id: <200403300753.i2U7rIMA022511@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 29 Mar 2004 23:53:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern kern_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: Tue, 30 Mar 2004 07:53:19 -0000 pjd 2004/03/29 23:53:17 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern kern_proc.c Log: This is the right fix for the information leakage. Reported by: Dave Tweten Revision Changes Path 1.63.2.12 +8 -8 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Mon Mar 29 23:59:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60B316A4D0 for ; Mon, 29 Mar 2004 23:59:50 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7AFB843D48 for ; Mon, 29 Mar 2004 23:59:50 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 78632 invoked by uid 1000); 30 Mar 2004 07:59:52 -0000 Date: Mon, 29 Mar 2004 23:59:52 -0800 (PST) From: Nate Lawson To: Julian Elischer In-Reply-To: Message-ID: <20040329235454.F78512@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: David Schultz cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: David O'Brien Subject: Re: cvs commit: src/sys/kern subr_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: Tue, 30 Mar 2004 07:59:51 -0000 On Wed, 24 Mar 2004, Julian Elischer wrote: > On Wed, 24 Mar 2004, David Schultz wrote: > > > On Mon, Mar 22, 2004, David O'Brien wrote: > > > On Mon, Mar 22, 2004 at 06:06:48PM -0800, Nate Lawson wrote: > > > > > + if (bootverbose && flags & INTR_MPSAFE) > > > .. > > > > I recommend you parenthesize (flags & INTR_MPSAFE). > > > > > > man operator :-) > > > > For some reason, gcc complains about the lack of excessive > > parentheses for expressions like 'a && b || c' and > > 'foo >> shift1 + shift2', but not for 'a && b & c'. > > It's too bad there's no documentation on which parts of > > operator(7) are supposed to be considered obvious (along > > with a note that =='s priority over & is a mistake---that > > one often bites me.) > > > > I agree. it is often late at night when staring at code looking for a > bug that one fails to notice the subtlties of operator precedence. > > One person's "obvious" is not always obvious to others. Especially if > one has noticed differences in precedence between different languages > one has worked with in one's life. > > a couple of extra parens on a statement with 'non-normal' form > such as that above can save hours later. I agree with one exception -- when parens are used in an overly obvious way (like MDAS) or in an attempt to force precedence (which they cannot do.) Parens only indicate associativity, they cannot override precedence. -Nate From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:00:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756F016A4D2; Tue, 30 Mar 2004 00:00:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0412C43D4C; Tue, 30 Mar 2004 00:00:12 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U80BGe022792; Tue, 30 Mar 2004 00:00:11 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U80B7V022791; Tue, 30 Mar 2004 00:00:11 -0800 (PST) (envelope-from alc) Message-Id: <200403300800.i2U80B7V022791@repoman.freebsd.org> From: Alan Cox Date: Tue, 30 Mar 2004 00:00:11 -0800 (PST) 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_param.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, 30 Mar 2004 08:00:55 -0000 alc 2004/03/30 00:00:11 PST FreeBSD src repository Modified files: sys/kern subr_param.c Log: White space and wording changes to init_param3(). Mostly submitted by: bde Revision Changes Path 1.63 +3 -5 src/sys/kern/subr_param.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:11:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D5B16A4CE; Tue, 30 Mar 2004 00:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1719143D4C; Tue, 30 Mar 2004 00:11:58 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U8BvGe027097; Tue, 30 Mar 2004 00:11:57 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U8BvQk027093; Tue, 30 Mar 2004 00:11:57 -0800 (PST) (envelope-from tjr) Message-Id: <200403300811.i2U8BvQk027093@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 30 Mar 2004 00:11:57 -0800 (PST) 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 ctype.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, 30 Mar 2004 08:11:58 -0000 tjr 2004/03/30 00:11:57 PST FreeBSD src repository Modified files: lib/libc/locale ctype.3 Log: Add cross-references to isideogram(3), isphonogram(3), isrune(3), isspecial(3) and wctype(3). Revision Changes Path 1.14 +6 -1 src/lib/libc/locale/ctype.3 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:29:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6926916A4CE; Tue, 30 Mar 2004 00:29:39 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB3843D48; Tue, 30 Mar 2004 00:29:38 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2U8Tb79043942; Tue, 30 Mar 2004 12:29:37 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2U8TbHu043937; Tue, 30 Mar 2004 12:29:37 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 12:29:36 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20040330082936.GA43805@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403300702.i2U724nk010851@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403300702.i2U724nk010851@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.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, 30 Mar 2004 08:29:39 -0000 On Mon, Mar 29, 2004 at 11:02:04PM -0800, Tim J. Robbins wrote: > Document the isnumber() and ishexnumber() functions, and explain how they > differ (at least in theory) from isdigit() and isxdigit(). Currently we don't support number != digit flag in our mklocale(1) format. I think it worth to mention this fact in the BUGS section (short term solution) or add such flag (long term one). -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:33:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4865B16A4CE; Tue, 30 Mar 2004 00:33:55 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF6F43D39; Tue, 30 Mar 2004 00:33:54 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2U8XqAK044124; Tue, 30 Mar 2004 12:33:52 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2U8XpFP044123; Tue, 30 Mar 2004 12:33:52 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 12:33:51 +0400 From: Andrey Chernov To: "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040330083351.GA43988@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403300702.i2U724nk010851@repoman.freebsd.org> <20040330082936.GA43805@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040330082936.GA43805@nagual.pp.ru> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) Subject: Re: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.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, 30 Mar 2004 08:33:55 -0000 On Tue, Mar 30, 2004 at 12:29:36PM +0400, Andrey Chernov wrote: > solution) or add such flag (long term one). If you plan to add NUMBER, please consider idea, that it will be not single flag but always "| PUNCT" to be compatible with standard. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:55:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADBA616A4CE; Tue, 30 Mar 2004 00:55:20 -0800 (PST) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C5743D49; Tue, 30 Mar 2004 00:55:20 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i2U8tBkg088483; Tue, 30 Mar 2004 10:55:11 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i2U8sSnu008706; Tue, 30 Mar 2004 08:54:28 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i2U8sSxL008705; Tue, 30 Mar 2004 08:54:28 GMT (envelope-from eivind) Date: Tue, 30 Mar 2004 08:53:28 +0000 From: Eivind Eklund To: Wes Peters Message-ID: <20040330085328.GB2645@FreeBSD.org> References: <20040309035345.6CBC916A4D0@hub.freebsd.org> <200403082246.55841.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403082246.55841.wes@softweyr.com> User-Agent: Mutt/1.5.4i cc: Darren Reed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Setting up a local CVS mirror (was Re: ipfilter/ipfw/pf) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 08:55:20 -0000 On Mon, Mar 08, 2004 at 10:46:55PM -0800, Wes Peters wrote: > As for snapshots, my recommendation is to use cvsup to populate your own > CVS heirarchy on your development machine so you the logs and complete > version information at your disposal. Let me know if you need any help > setting that up; I'm happy to help. It's not a major investment in disk > space -- my local CVSROOT including ports and docs is about 2 GBytes. The easiest way to set this up (that I know of) is mkdir /home/ncvs && \ cd /home/ncvs && \ fetch http://people.freebsd.org/~eivind/cvsupdate && \ chmod 755 cvsupdate && \ ./cvsupdate cvsupdate can also take a cvsup server name on the command line, and a collection on the command line (it builds supfiles on the fly). Look inside the script for details (it's small and trivial.) Eivind. From owner-cvs-src@FreeBSD.ORG Tue Mar 30 00:55:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D88016A4F5; Tue, 30 Mar 2004 00:55:33 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863EF43D67; Tue, 30 Mar 2004 00:55:32 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.204.41) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92701068C99; Tue, 30 Mar 2004 18:55:31 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 214A841BD; Tue, 30 Mar 2004 18:57:18 +1000 (EST) Date: Tue, 30 Mar 2004 18:57:17 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040330085717.GA49670@cat.robbins.dropbear.id.au> References: <200403300702.i2U724nk010851@repoman.freebsd.org> <20040330082936.GA43805@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040330082936.GA43805@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.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, 30 Mar 2004 08:55:34 -0000 On Tue, Mar 30, 2004 at 12:29:36PM +0400, Andrey Chernov wrote: > On Mon, Mar 29, 2004 at 11:02:04PM -0800, Tim J. Robbins wrote: > > Document the isnumber() and ishexnumber() functions, and explain how they > > differ (at least in theory) from isdigit() and isxdigit(). > > Currently we don't support number != digit flag in our mklocale(1) format. > I think it worth to mention this fact in the BUGS section (short term > solution) or add such flag (long term one). My understanding is that we do have support for this in an obscure way: isdigit() doesn't use the LC_CTYPE data file at all, and always returns results from the C/POSIX locale (_DefaultRuneLocale). isnumber() uses the current locale (_CurrentRuneLocale). So anything listed in the LC_CTYPE file as DIGIT will only affect isnumber(), not isdigit(). I don't know whether this was an intended feature or not. But you're right - I'll add something to the manual page about the number != digit limitation. Tim From owner-cvs-src@FreeBSD.ORG Tue Mar 30 01:03:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0356816A4CF; Tue, 30 Mar 2004 01:03:20 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEE743D49; Tue, 30 Mar 2004 01:03:19 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2U93FWv045458; Tue, 30 Mar 2004 13:03:15 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2U93E3g045453; Tue, 30 Mar 2004 13:03:14 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 13:03:13 +0400 From: Andrey Chernov To: Tim Robbins Message-ID: <20040330090311.GA45283@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Robbins , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403300702.i2U724nk010851@repoman.freebsd.org> <20040330082936.GA43805@nagual.pp.ru> <20040330085717.GA49670@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040330085717.GA49670@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.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, 30 Mar 2004 09:03:20 -0000 On Tue, Mar 30, 2004 at 06:57:17PM +1000, Tim Robbins wrote: > My understanding is that we do have support for this in an obscure way: > isdigit() doesn't use the LC_CTYPE data file at all, and always returns > results from the C/POSIX locale (_DefaultRuneLocale). isnumber() uses It is as intendend - POSIX explicetely disallows any digits excepting '0'-'9' in sequence, the like about hex ones, and all our locales are ASCII-compatible. > the current locale (_CurrentRuneLocale). So anything listed in the > LC_CTYPE file as DIGIT will only affect isnumber(), not isdigit(). > I don't know whether this was an intended feature or not. I prefer to have a clear picture, i.e. left DIGIT as is, i.e. single flag (in case someone will test flags directly), and add another NUMBER flag (which will be always "| PUNCT"). -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 01:18:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB77416A4CE; Tue, 30 Mar 2004 01:18:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE2743D1F; Tue, 30 Mar 2004 01:18:15 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2U9IFGe046849; Tue, 30 Mar 2004 01:18:15 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2U9IFLM046848; Tue, 30 Mar 2004 01:18:15 -0800 (PST) (envelope-from des) Message-Id: <200403300918.i2U9IFLM046848@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 01:18:15 -0800 (PST) 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/netstat inet.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, 30 Mar 2004 09:18:15 -0000 des 2004/03/30 01:18:15 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/netstat inet.c Log: MFC (rev 1.61): do not print warning if kernel does not support PIM Revision Changes Path 1.37.2.12 +2 -1 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 02:24:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2132016A4CE; Tue, 30 Mar 2004 02:24:02 -0800 (PST) Received: from yellow.csi.cam.ac.uk (yellow.csi.cam.ac.uk [131.111.8.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B5043D49; Tue, 30 Mar 2004 02:24:01 -0800 (PST) (envelope-from fanf2@hermes.cam.ac.uk) Received: from fanf2 (helo=localhost) by yellow.csi.cam.ac.uk with local-esmtp (Exim 4.12) id 1B8GPY-0000LB-00; Tue, 30 Mar 2004 11:24:00 +0100 Date: Tue, 30 Mar 2004 11:24:00 +0100 (BST) From: Tony Finch X-X-Sender: fanf2@yellow.csi.cam.ac.uk To: Nate Lawson In-Reply-To: <20040329235454.F78512@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Tony Finch cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_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: Tue, 30 Mar 2004 10:24:02 -0000 On Mon, 29 Mar 2004, Nate Lawson wrote: > > Parens only indicate associativity, they cannot override precedence. They can do both. a + (b + c) // overriding associativity a * (b + c) // overriding precedence They cannot control order of evaluation. -- Tony Finch http://dotat.at/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 02:24:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC0C16A4CE; Tue, 30 Mar 2004 02:24:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904F643D2F; Tue, 30 Mar 2004 02:24:53 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UAOrGe061869; Tue, 30 Mar 2004 02:24:53 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UAOrmm061868; Tue, 30 Mar 2004 02:24:53 -0800 (PST) (envelope-from ru) Message-Id: <200403301024.i2UAOrmm061868@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Mar 2004 02:24:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/nge if_nge.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, 30 Mar 2004 10:24:53 -0000 ru 2004/03/30 02:24:52 PST FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: The VLAN TCI field should be operated in network byte order. This fixes the VLAN support for nge(4). Reported by: Jacob S. Barrett MFC after: 3 days Revision Changes Path 1.55 +2 -2 src/sys/dev/nge/if_nge.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 03:30:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48A616A4CE; Tue, 30 Mar 2004 03:30:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75A943D3F; Tue, 30 Mar 2004 03:30:02 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UBU2Ge075527; Tue, 30 Mar 2004 03:30:02 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UBU2uS075526; Tue, 30 Mar 2004 03:30:02 -0800 (PST) (envelope-from dwmalone) Message-Id: <200403301130.i2UBU2uS075526@repoman.freebsd.org> From: David Malone Date: Tue, 30 Mar 2004 03:30:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure/lib/libcrypto 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: Tue, 30 Mar 2004 11:30:03 -0000 dwmalone 2004/03/30 03:30:02 PST FreeBSD src repository Modified files: secure/lib/libcrypto Makefile.inc Log: Build OpenSSL so that it extects that is may be used in a threaded environment. This stops some ports keeling over on an OpenSSL assert. (The patch is not exactly the one from the PR, but has been refined based on advice from freebsd-threads.) PR: 51205 Submitted by: Jim Westfall MFC after: 1 month Revision Changes Path 1.37 +1 -0 src/secure/lib/libcrypto/Makefile.inc From owner-cvs-src@FreeBSD.ORG Tue Mar 30 04:22:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0ADB16A4CE; Tue, 30 Mar 2004 04:22:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47B443D1F; Tue, 30 Mar 2004 04:22:31 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UCMVGe088412; Tue, 30 Mar 2004 04:22:31 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UCMVQW088411; Tue, 30 Mar 2004 04:22:31 -0800 (PST) (envelope-from nyan) Message-Id: <200403301222.i2UCMVQW088411@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 30 Mar 2004 04:22:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk write_pc98_disk.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, 30 Mar 2004 12:22:31 -0000 nyan 2004/03/30 04:22:31 PST FreeBSD src repository Modified files: lib/libdisk write_pc98_disk.c Log: MFi386: WARNS=4 clean. Revision Changes Path 1.10 +7 -7 src/lib/libdisk/write_pc98_disk.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 05:57:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60E816A4CE; Tue, 30 Mar 2004 05:57:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9906043D49; Tue, 30 Mar 2004 05:57:34 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UDvYGe014379; Tue, 30 Mar 2004 05:57:34 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UDvYOk014378; Tue, 30 Mar 2004 05:57:34 -0800 (PST) (envelope-from benno) Message-Id: <200403301357.i2UDvYOk014378@repoman.freebsd.org> From: Benno Rice Date: Tue, 30 Mar 2004 05:57:34 -0800 (PST) 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 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, 30 Mar 2004 13:57:34 -0000 benno 2004/03/30 05:57:34 PST FreeBSD src repository Modified files: sys/powerpc/powerpc vm_machdep.c Log: Replace td2 with td on the assumption that this was a typo. This should at least unbreak the build. Pointy hat to: peter Not tested either by: benno Revision Changes Path 1.100 +1 -1 src/sys/powerpc/powerpc/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 06:03:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA5C16A4CE; Tue, 30 Mar 2004 06:03:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76CBC43D49; Tue, 30 Mar 2004 06:03:03 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UE33Ge016721; Tue, 30 Mar 2004 06:03:03 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UE32Ec016674; Tue, 30 Mar 2004 06:03:02 -0800 (PST) (envelope-from dwmalone) Message-Id: <200403301403.i2UE32Ec016674@repoman.freebsd.org> From: David Malone Date: Tue, 30 Mar 2004 06:03:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_pppoe.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, 30 Mar 2004 14:03:04 -0000 dwmalone 2004/03/30 06:03:02 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.h Log: MFC 1.19: Make the vaule of PTT_RELAY_SID match the RFC. Revision Changes Path 1.7.2.6 +2 -2 src/sys/netgraph/ng_pppoe.h From owner-cvs-src@FreeBSD.ORG Tue Mar 30 06:15:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF9A16A4CE; Tue, 30 Mar 2004 06:15:29 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA3DC43D48; Tue, 30 Mar 2004 06:15:28 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.10) with ESMTP id i2UEFRRQ000908; Tue, 30 Mar 2004 18:15:27 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Tue, 30 Mar 2004 18:15:27 +0400 (MSD) From: Dmitry Morozovsky To: Roman Kurakin In-Reply-To: <200403291806.i2TI6XaI021518@repoman.freebsd.org> Message-ID: <20040330181508.A698@woozle.rinet.ru> References: <200403291806.i2TI6XaI021518@repoman.freebsd.org> X-NCC-RegID: ru.rinet 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/dev/cx cronyxfw.h csigma.c csigmafw.hcxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.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, 30 Mar 2004 14:15:30 -0000 On Mon, 29 Mar 2004, Roman Kurakin wrote: RK> MFC: Update code for Cronyx-Sigma adapters. Old code will be deleted after RK> switching system files to new one. Finally! Thanks a lot! Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 06:20:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B48C16A4CE; Tue, 30 Mar 2004 06:20:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23A943D1D; Tue, 30 Mar 2004 06:20:45 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UEKjGe019680; Tue, 30 Mar 2004 06:20:45 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UEKjVl019679; Tue, 30 Mar 2004 06:20:45 -0800 (PST) (envelope-from des) Message-Id: <200403301420.i2UEKjVl019679@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 06:20:45 -0800 (PST) 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, 30 Mar 2004 14:20:46 -0000 des 2004/03/30 06:20:45 PST FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Remove the POSIX and en_US.US-ASCII links after ache@ explained why they are unnecessary (and a bad idea). Revision Changes Path 1.110 +0 -2 src/etc/mtree/BSD.local.dist 1.301 +0 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Tue Mar 30 06:22:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E9B16A4CE; Tue, 30 Mar 2004 06:22:16 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444AB43D2F; Tue, 30 Mar 2004 06:22:15 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2UEMEbU052400; Tue, 30 Mar 2004 18:22:14 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2UEMEkU052397; Tue, 30 Mar 2004 18:22:14 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 18:22:13 +0400 From: Andrey Chernov To: Dag-Erling Smorgrav Message-ID: <20040330142213.GA52230@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403301420.i2UEKjVl019679@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403301420.i2UEKjVl019679@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: 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, 30 Mar 2004 14:22:16 -0000 On Tue, Mar 30, 2004 at 06:20:45AM -0800, Dag-Erling Smorgrav wrote: > des 2004/03/30 06:20:45 PST > > FreeBSD src repository > > Modified files: > etc/mtree BSD.local.dist BSD.usr.dist > Log: > Remove the POSIX and en_US.US-ASCII links after ache@ explained why they > are unnecessary (and a bad idea). Thanx! -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:05:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1EA16A4CE; Tue, 30 Mar 2004 07:05:12 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CE643D2D; Tue, 30 Mar 2004 07:05:11 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i2UF8f00018241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Mar 2004 18:08:42 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2UF5F0c094885; Tue, 30 Mar 2004 18:05:15 +0300 (EEST) (envelope-from ru) Date: Tue, 30 Mar 2004 18:05:15 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav Message-ID: <20040330150515.GC94442@ip.net.ua> References: <200403292000.i2TK0sk0045638@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pQhZXvAqiZgbeUkD" Content-Disposition: inline In-Reply-To: <200403292000.i2TK0sk0045638@repoman.freebsd.org> User-Agent: Mutt/1.5.6i 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/rc.d ntpdate X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 15:05:12 -0000 --pQhZXvAqiZgbeUkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 29, 2004 at 12:00:54PM -0800, Dag-Erling Smorgrav wrote: > des 2004/03/29 12:00:54 PST >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d ntpdate=20 > Log: > Fix the case where $ntpdate_hosts was not specified and /etc/ntp.conf > does not exist. > =20 > Submitted by: ru > =20 > Revision Changes Path > 1.9 +2 -2 src/etc/rc.d/ntpdate >=20 Are you also going to document the new ${ntpdate_hosts} rc.conf(5) knob, or should I? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --pQhZXvAqiZgbeUkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAaYyrUkv4P6juNwoRAjmNAJ9PL4Vl/j2fnuPes0FAS2dseTU3TwCfcFSY 90RcSudI/HmIxr4ah4FTOh0= =ciun -----END PGP SIGNATURE----- --pQhZXvAqiZgbeUkD-- From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:05:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F4916A4CF; Tue, 30 Mar 2004 07:05:57 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A20643D2F; Tue, 30 Mar 2004 07:05:57 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 93D035308; Tue, 30 Mar 2004 17:05:56 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id BCD49530C; Tue, 30 Mar 2004 17:05:48 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id A99CB33CAC; Tue, 30 Mar 2004 17:05:48 +0200 (CEST) To: Ruslan Ermilov References: <200403292000.i2TK0sk0045638@repoman.freebsd.org> <20040330150515.GC94442@ip.net.ua> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 30 Mar 2004 17:05:48 +0200 In-Reply-To: <20040330150515.GC94442@ip.net.ua> (Ruslan Ermilov's message of "Tue, 30 Mar 2004 18:05:15 +0300") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ntpdate X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 15:05:57 -0000 Ruslan Ermilov writes: > Are you also going to document the new ${ntpdate_hosts} rc.conf(5) knob, > or should I? I'll do it right away! DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:10:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3863816A4CE; Tue, 30 Mar 2004 07:10:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B27943D2F; Tue, 30 Mar 2004 07:10:40 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UFAdGe030931; Tue, 30 Mar 2004 07:10:39 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UFAd1g030930; Tue, 30 Mar 2004 07:10:39 -0800 (PST) (envelope-from des) Message-Id: <200403301510.i2UFAd1g030930@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 07:10:39 -0800 (PST) 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: Tue, 30 Mar 2004 15:10:40 -0000 des 2004/03/30 07:10:39 PST FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Document ntpdate_hosts. Revision Changes Path 1.210 +6 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:10:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B10416A501; Tue, 30 Mar 2004 07:10:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A4FF43D48; Tue, 30 Mar 2004 07:10:51 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UFApGe030968; Tue, 30 Mar 2004 07:10:51 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UFAo3D030967; Tue, 30 Mar 2004 07:10:50 -0800 (PST) (envelope-from gad) Message-Id: <200403301510.i2UFAo3D030967@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 30 Mar 2004 07:10:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/pkill pkill.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, 30 Mar 2004 15:10:53 -0000 gad 2004/03/30 07:10:50 PST FreeBSD src repository Modified files: usr.bin/pkill pkill.c Log: Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(), so we get one line per process instead of one for each kernel-thread. Noticed by: ache & tjr Revision Changes Path 1.16 +5 -1 src/usr.bin/pkill/pkill.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:11:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E28816A4CE; Tue, 30 Mar 2004 07:11:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4039343D53; Tue, 30 Mar 2004 07:11:17 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UFBHGe031773; Tue, 30 Mar 2004 07:11:17 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UFBG8K031769; Tue, 30 Mar 2004 07:11:16 -0800 (PST) (envelope-from des) Message-Id: <200403301511.i2UFBG8K031769@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 07:11:16 -0800 (PST) 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: Tue, 30 Mar 2004 15:11:17 -0000 des 2004/03/30 07:11:16 PST FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Bump date and remove trailing whitespace. Revision Changes Path 1.211 +4 -4 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:28:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BE316A4CF; Tue, 30 Mar 2004 07:28:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15CB443D1F; Tue, 30 Mar 2004 07:28:10 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UFS9Ge035157; Tue, 30 Mar 2004 07:28:09 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UFS9wX035156; Tue, 30 Mar 2004 07:28:09 -0800 (PST) (envelope-from rik) Message-Id: <200403301528.i2UFS9wX035156@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 30 Mar 2004 07:28:09 -0800 (PST) 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 ng_sppp.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: Tue, 30 Mar 2004 15:28:10 -0000 rik 2004/03/30 07:28:09 PST FreeBSD src repository Added files: share/man/man4 ng_sppp.4 Log: Manual page for ng_sppp module. Approved by: imp (mentor) Reviewed by: julian Revision Changes Path 1.1 +151 -0 src/share/man/man4/ng_sppp.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:33:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FCE616A4CE; Tue, 30 Mar 2004 07:33:14 -0800 (PST) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i2UFXDJw030463; Tue, 30 Mar 2004 10:33:14 -0500 (EST) (envelope-from green@green.homeunix.org) Received: from localhost (green@localhost)i2UFXDhZ030459; Tue, 30 Mar 2004 10:33:13 -0500 (EST) (envelope-from green@green.homeunix.org) Message-Id: <200403301533.i2UFXDhZ030459@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Andrey Chernov , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: Message from Andrey Chernov <20040330142213.GA52230@nagual.pp.ru> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Mar 2004 10:33:13 -0500 Sender: green@green.homeunix.org Subject: Re: 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, 30 Mar 2004 15:33:14 -0000 Andrey Chernov wrote: > On Tue, Mar 30, 2004 at 06:20:45AM -0800, Dag-Erling Smorgrav wrote: > > des 2004/03/30 06:20:45 PST > > > > FreeBSD src repository > > > > Modified files: > > etc/mtree BSD.local.dist BSD.usr.dist > > Log: > > Remove the POSIX and en_US.US-ASCII links after ache@ explained why they > > are unnecessary (and a bad idea). > > Thanx! I did not see an explanation. I saw that the mtree could fail but not why it SHOULD inherently be broken. This is where the system is supposed to be documented and enforced to have the correct directory structure. Let's see some real explanation. Either mtree is doing the wrong thing, installworld is doing the wrong thing, or something else is screwing things up -- but correctly documenting and enforcing these links in the etc/mtree CANNOT be the wrong thing! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:52:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB6B16A4CE; Tue, 30 Mar 2004 07:52:35 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE8D43D46; Tue, 30 Mar 2004 07:52:34 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2UFqX58075184; Tue, 30 Mar 2004 19:52:33 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2UFqXaK075183; Tue, 30 Mar 2004 19:52:33 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 19:52:33 +0400 From: Andrey Chernov To: "Brian F. Feldman" Message-ID: <20040330155233.GA71146@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Brian F. Feldman" , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20040330142213.GA52230@nagual.pp.ru> <200403301533.i2UFXDhZ030459@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403301533.i2UFXDhZ030459@green.homeunix.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Dag-Erling Smorgrav Subject: Re: 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, 30 Mar 2004 15:52:35 -0000 On Tue, Mar 30, 2004 at 10:33:13AM -0500, Brian F. Feldman wrote: > I did not see an explanation. I saw that the mtree could fail but not why See recent discussion in current@ > correctly documenting and enforcing these links in the etc/mtree CANNOT be > the wrong thing! The situation is not so easy, it depends on which mtree mode you use (-P or -L). I'll try to be short. Imagine, say, you have /var/mail linked to /disk1/mail. To enforce correct permissions on /disk1/mail you need to use MTREE_FOLLOWS_SYMLINKS= -L in your /etc/make.conf (or set it in the env. etc). At least in the past some ports try to change /var/mail permission, so it is real life example. But, once you use -L, all symlinks in the BSD.*.dist becomes just directories and mtree will reports mismatch. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 07:56:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855D316A4CE; Tue, 30 Mar 2004 07:56:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E84D43D3F; Tue, 30 Mar 2004 07:56:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UFuGGe041411; Tue, 30 Mar 2004 07:56:16 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UFuGhL041410; Tue, 30 Mar 2004 07:56:16 -0800 (PST) (envelope-from nectar) Message-Id: <200403301556.i2UFuGhL041410@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 30 Mar 2004 07:56:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/include nss_tls.h src/lib/libc/net nsdispatch.c nss_compat.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, 30 Mar 2004 15:56:17 -0000 nectar 2004/03/30 07:56:15 PST FreeBSD src repository Modified files: lib/libc/include nss_tls.h lib/libc/net nsdispatch.c nss_compat.c Log: When a dynamic NSS module is built and linked against a thread library, it may pull in that thread library at run time. If the process started out single-threaded, this could cause attempts to release locks that do not exist. Guard against this possibility by checking __isthreaded before invoking thread primitives. A similar problem remains if the process is linked against one thread library, but the NSS module is linked against another. This can only be avoided by careful design of the NSS module. Submitted by: Sean McNeil (mostly; bugs are mine) Revision Changes Path 1.3 +1 -1 src/lib/libc/include/nss_tls.h 1.11 +39 -20 src/lib/libc/net/nsdispatch.c 1.3 +3 -2 src/lib/libc/net/nss_compat.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 08:28:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5126A16A4CE; Tue, 30 Mar 2004 08:28:03 -0800 (PST) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i2UGRxKG030895; Tue, 30 Mar 2004 11:27:59 -0500 (EST) (envelope-from green@green.homeunix.org) Received: from localhost (green@localhost)i2UGRx9q030892; Tue, 30 Mar 2004 11:27:59 -0500 (EST) (envelope-from green@green.homeunix.org) Message-Id: <200403301627.i2UGRx9q030892@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Andrey Chernov , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: Message from Andrey Chernov <20040330155233.GA71146@nagual.pp.ru> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Mar 2004 11:27:58 -0500 Sender: green@green.homeunix.org Subject: Re: 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, 30 Mar 2004 16:28:03 -0000 Andrey Chernov wrote: > On Tue, Mar 30, 2004 at 10:33:13AM -0500, Brian F. Feldman wrote: > The situation is not so easy, it depends on which mtree mode you use (-P > or -L). I'll try to be short. Imagine, say, you have /var/mail linked to > /disk1/mail. To enforce correct permissions on /disk1/mail you need to use > > MTREE_FOLLOWS_SYMLINKS= -L > > in your /etc/make.conf (or set it in the env. etc). At least in the past > some ports try to change /var/mail permission, so it is real life example. > > But, once you use -L, all symlinks in the BSD.*.dist becomes > just directories and mtree will reports mismatch. Okay, now I understand what the situation is that would make this not work well. Why not just warn and ignore it, then? The proper fix would be to resolve, at the end of reading the mtree spec file, any type=link (when -L) and fail if they cannot be dereferenced internally. --- spec.c 19 Nov 2003 15:28:21 -0000 1.21 +++ spec.c 30 Mar 2004 16:27:35 -0000 @@ -147,7 +147,10 @@ errx(1, "filename %s is ill-encoded", p); set(NULL, centry); - if (!root) { + if (ftsoptions & FTS_LOGICAL && centry->type == F_LINK) { + warnx("line %d: symbolic link %s ignored in -L mode", + lineno, centry->name); + } else if (!root) { last = root = centry; root->parent = root; } else if (last->type == F_DIR && !(last->flags & F_DONE)) { -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 09:43:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9BF416A4CE; Tue, 30 Mar 2004 09:43:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC3343D45; Tue, 30 Mar 2004 09:43:26 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UHhQGe071509; Tue, 30 Mar 2004 09:43:26 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UHhQmC071508; Tue, 30 Mar 2004 09:43:26 -0800 (PST) (envelope-from kensmith) Message-Id: <200403301743.i2UHhQmC071508@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Mar 2004 09:43:26 -0800 (PST) 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/errata 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: Tue, 30 Mar 2004 17:43:27 -0000 kensmith 2004/03/30 09:43:26 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: Add two most recent Security Advisories to errata. Revision Changes Path 1.67 +19 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:18:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25FB16A4CE; Tue, 30 Mar 2004 10:18:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D488C43D45; Tue, 30 Mar 2004 10:18:34 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UIIYGe078796; Tue, 30 Mar 2004 10:18:34 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UIIYMw078795; Tue, 30 Mar 2004 10:18:34 -0800 (PST) (envelope-from kensmith) Message-Id: <200403301818.i2UIIYMw078795@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Mar 2004 10:18:34 -0800 (PST) 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/errata 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: Tue, 30 Mar 2004 18:18:35 -0000 kensmith 2004/03/30 10:18:34 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add information about the most recent Security Advisory. Revision Changes Path 1.1.2.122 +9 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:28:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D1816A4CE; Tue, 30 Mar 2004 10:28:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2D43D31; Tue, 30 Mar 2004 10:28:31 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UISVGe080981; Tue, 30 Mar 2004 10:28:31 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UISVhJ080980; Tue, 30 Mar 2004 10:28:31 -0800 (PST) (envelope-from mlaier) Message-Id: <200403301828.i2UISVhJ080980@repoman.freebsd.org> From: Max Laier Date: Tue, 30 Mar 2004 10:28:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf.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, 30 Mar 2004 18:28:31 -0000 mlaier 2004/03/30 10:28:31 PST FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Shut up a couple of annoying gcc warnings. Do not enclose the fixes with #ifdefs in order to loop it back to OpenBSD after the next import. There are a some implicit asserts involved which might be better spelled out explicitly (af == AF_INET ...) Approved by: bms(mentor) Revision Changes Path 1.6 +16 -14 src/sys/contrib/pf/net/pf.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:28:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D3DE16A4CF; Tue, 30 Mar 2004 10:28:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001A843D39; Tue, 30 Mar 2004 10:28:36 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UISaGe081043; Tue, 30 Mar 2004 10:28:36 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UISakv081042; Tue, 30 Mar 2004 10:28:36 -0800 (PST) (envelope-from cperciva) Message-Id: <200403301828.i2UISakv081042@repoman.freebsd.org> From: Colin Percival Date: Tue, 30 Mar 2004 10:28:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar calendar.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: Tue, 30 Mar 2004 18:28:37 -0000 cperciva 2004/03/30 10:28:36 PST FreeBSD src repository Modified files: usr.bin/calendar calendar.1 Log: From the list of calendars, remove some duplicate entries which were added as a result of mis-sorting. PR Submitter wanted to see a sorted list of non-national holidays followed by a sorted list of national holidays; I'm not going to do this, because I don't think we want to get into the "what is a nation?" debate. PR: docs/64848 Submitted by: Ulrich Spoerlein (approximately) MFC after: 3 days Revision Changes Path 1.34 +3 -9 src/usr.bin/calendar/calendar.1 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:47:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B326416A4CE for ; Tue, 30 Mar 2004 10:47:05 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 76DFA43D5A for ; Tue, 30 Mar 2004 10:47:05 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 81865 invoked by uid 1000); 30 Mar 2004 18:47:05 -0000 Date: Tue, 30 Mar 2004 10:47:05 -0800 (PST) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20040325.171634.59655793.imp@bsdimp.com> Message-ID: <20040330104458.J81785@root.org> References: <20040325.151018.82302651.imp@bsdimp.com> <20040325.171634.59655793.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: wpaul@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/compat/ndis kern_ndis.c subr_ndis.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, 30 Mar 2004 18:47:05 -0000 On Thu, 25 Mar 2004, M. Warner Losh wrote: > In message: <20040325234024.GJ26131@elvis.mu.org> > Alfred Perlstein writes: > : * M. Warner Losh [040325 14:11] wrote: > : > In message: > : > des@des.no (Dag-Erling Sm?rgrav) writes: > : > : Bill Paul writes: > : > : > : > : des@dwp ~% gf BUS_GET_RESOURCE_LIST > : > : qsrc/sys/compat/ndis/kern_ndis.c: brl = BUS_GET_RESOURCE_LIST(device_get_parent(dev), dev); > : > : src/sys/dev/if_ndis/if_ndis_pci.c: rl = BUS_GET_RESOURCE_LIST(device_get_parent(dev), dev); > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); > : > > : > Acutally, there are alot of downstream users of rl. > : > : :( > : > : Shouldn't we have macros: > : > : BUS_GET_RESOURCE_NEXT ? > : > : (instead of SLIST_NEXT) > > We already do. bus_generic_rl_get_resource, et al. The problem here > is that the pci bus never intended its resources to be exposed outside > of the bus layer. But windows drivers need it, so there needs to be > some tweaks need to be made. > > It looks like I was incorrect about the downstream uses of it. I > thought that pci and pccard did that, but it appears that they now use > the common functions that matt dodd moved into subr_bus a while ago. Fixing this to be FIFO instead of LIFO would also have helped for floppy devices that specified a 6-port resource as three 2-port resources. When put in LIFO order, this gave 5-6,3-4,1-2 instead of 1-2,3-4,5-6. The latter would have been easier to parse. -Nate From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:48:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9752016A4CE; Tue, 30 Mar 2004 10:48:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9093E43D41; Tue, 30 Mar 2004 10:48:04 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UIm4Ge085140; Tue, 30 Mar 2004 10:48:04 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UIm45M085139; Tue, 30 Mar 2004 10:48:04 -0800 (PST) (envelope-from des) Message-Id: <200403301848.i2UIm45M085139@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 10:48:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/games/fortune/datfiles Makefile fortunes fortunes-o.real fortunes.sp.ok fortunes2 fortunes2-o freebsd-tips gerrold.limerick limerick murphy murphy-o startrek startrek.sp.ok X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 18:48:04 -0000 des 2004/03/30 10:48:04 PST FreeBSD src repository Modified files: (Branch: RELENG_4) games/fortune/datfiles Makefile fortunes fortunes-o.real fortunes.sp.ok fortunes2 fortunes2-o freebsd-tips limerick murphy murphy-o startrek startrek.sp.ok Added files: (Branch: RELENG_4) games/fortune/datfiles gerrold.limerick Log: Synch with -CURRENT. Revision Changes Path 1.24.2.5 +4 -4 src/games/fortune/datfiles/Makefile 1.34.2.13 +130 -36 src/games/fortune/datfiles/fortunes 1.4.2.6 +4 -7 src/games/fortune/datfiles/fortunes-o.real 1.3.6.1 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok 1.17.2.12 +82 -54 src/games/fortune/datfiles/fortunes2 1.6.2.4 +37 -246 src/games/fortune/datfiles/fortunes2-o 1.14.2.13 +12 -12 src/games/fortune/datfiles/freebsd-tips 1.5.8.1 +823 -0 src/games/fortune/datfiles/gerrold.limerick (new) 1.3.2.2 +1 -1 src/games/fortune/datfiles/limerick 1.2.2.4 +18 -34 src/games/fortune/datfiles/murphy 1.1.2.3 +5 -0 src/games/fortune/datfiles/murphy-o 1.1.1.1.14.3 +3 -3 src/games/fortune/datfiles/startrek 1.1.1.1.14.1 +2 -1 src/games/fortune/datfiles/startrek.sp.ok From owner-cvs-src@FreeBSD.ORG Tue Mar 30 10:53:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD57A16A4CF; Tue, 30 Mar 2004 10:53:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5A43D1D; Tue, 30 Mar 2004 10:53:18 -0800 (PST) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UIrIGe087050; Tue, 30 Mar 2004 10:53:18 -0800 (PST) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UIrI5B087049; Tue, 30 Mar 2004 10:53:18 -0800 (PST) (envelope-from vkashyap) Message-Id: <200403301853.i2UIrI5B087049@repoman.freebsd.org> From: Vinod Kashyap Date: Tue, 30 Mar 2004 10:53:18 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 18:53:19 -0000 vkashyap 2004/03/30 10:53:18 PST FreeBSD src repository Modified files: sys/conf options Log: Added options for 3ware 9000 series RAID controller driver (twa). Revision Changes Path 1.436 +4 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:02:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F8816A4CE for ; Tue, 30 Mar 2004 11:02:00 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 75A3243D5C for ; Tue, 30 Mar 2004 11:02:00 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 81929 invoked by uid 1000); 30 Mar 2004 19:02:00 -0000 Date: Tue, 30 Mar 2004 11:02:00 -0800 (PST) From: Nate Lawson To: Robert Watson In-Reply-To: <20040329015546.85A3016A4F3@hub.freebsd.org> Message-ID: <20040330105844.B81785@root.org> References: <20040329015546.85A3016A4F3@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/sys/kern sys_socket.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, 30 Mar 2004 19:02:00 -0000 On Sun, 28 Mar 2004, Robert Watson wrote: > Modified files: > sys/kern sys_socket.c > Log: > Conditionally acquire Giant when entering the socket layer via file > descriptor operations based on debug.mpsafenet, rather than acquiring > Giant unconditionally. > > Revision Changes Path > 1.56 +6 -6 src/sys/kern/sys_socket.c This adds a small race if someone happens to disable debug.mpsafenet while a thread is holding Giant. This may not be an issue since this is only a debugging sysctl and shouldn't be changed during network operation. Still, it's important to note this. I've been finishing up ACPI locking and revisited a similar issue in the embedded controller driver. When changing use of the global lock, I acquire the outer lock so I am certain no one is holding the inner lock and neglects to release it on the way out of a function because the global lock flag changed. -Nate From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:06:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7576616A4CE; Tue, 30 Mar 2004 11:06:44 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A0443D48; Tue, 30 Mar 2004 11:06:44 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i2UJ4IxC097443; Tue, 30 Mar 2004 14:04:18 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i2UJ4ImV097440; Tue, 30 Mar 2004 14:04:18 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 30 Mar 2004 14:04:18 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Nate Lawson In-Reply-To: <20040330105844.B81785@root.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/kern sys_socket.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, 30 Mar 2004 19:06:44 -0000 On Tue, 30 Mar 2004, Nate Lawson wrote: > On Sun, 28 Mar 2004, Robert Watson wrote: > > Modified files: > > sys/kern sys_socket.c > > Log: > > Conditionally acquire Giant when entering the socket layer via file > > descriptor operations based on debug.mpsafenet, rather than acquiring > > Giant unconditionally. > > > > Revision Changes Path > > 1.56 +6 -6 src/sys/kern/sys_socket.c > > This adds a small race if someone happens to disable debug.mpsafenet > while a thread is holding Giant. This may not be an issue since this is > only a debugging sysctl and shouldn't be changed during network > operation. Still, it's important to note this. debug.mpsafenet is only modifiable as a tunable; as a sysctl, it's read-only. It's critical that this remain the case, or Very Bad Things Might Happen, especially given that accesses to debug.mpsafenet aren't synchronized so you can get stale values if it's changed, as well as the sorts of races you've identified. :-) > I've been finishing up ACPI locking and revisited a similar issue in the > embedded controller driver. When changing use of the global lock, I > acquire the outer lock so I am certain no one is holding the inner lock > and neglects to release it on the way out of a function because the > global lock flag changed. For the purposes of the network stack locking work, I think supporting run-time change of the policy isn't really useful to us -- at least, not at the cost of finding a more flexible solution that's also more expensive. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:14:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E6016A4CE for ; Tue, 30 Mar 2004 11:14:04 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 814A943D41 for ; Tue, 30 Mar 2004 11:14:04 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 81985 invoked by uid 1000); 30 Mar 2004 19:14:05 -0000 Date: Tue, 30 Mar 2004 11:14:05 -0800 (PST) From: Nate Lawson To: Tony Finch In-Reply-To: Message-ID: <20040330111248.Q81785@root.org> References: 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_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: Tue, 30 Mar 2004 19:14:04 -0000 On Tue, 30 Mar 2004, Tony Finch wrote: > On Mon, 29 Mar 2004, Nate Lawson wrote: > > > > Parens only indicate associativity, they cannot override precedence. > > They can do both. > > a + (b + c) // overriding associativity > a * (b + c) // overriding precedence > > They cannot control order of evaluation. Correct. I meant to say that but was a bit addled from returning from a trip. Thanks. Things like this are meaningless: *(ptr++) -Nate From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:19:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F2516A4CE; Tue, 30 Mar 2004 11:19:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E9243D46; Tue, 30 Mar 2004 11:19:03 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UJJ3Ge092401; Tue, 30 Mar 2004 11:19:03 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UJJ3QS092400; Tue, 30 Mar 2004 11:19:03 -0800 (PST) (envelope-from cperciva) Message-Id: <200403301919.i2UJJ3QS092400@repoman.freebsd.org> From: Colin Percival Date: Tue, 30 Mar 2004 11:19:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc master.passwd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 19:19:03 -0000 cperciva 2004/03/30 11:19:02 PST FreeBSD src repository Modified files: etc master.passwd Log: Synchronize with reality: nologin(8) is now in /usr/sbin Reminded by: trhodes Revision Changes Path 1.36 +16 -16 src/etc/master.passwd From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:23:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6F416A4CE; Tue, 30 Mar 2004 11:23:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320AC43D1D; Tue, 30 Mar 2004 11:23:39 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UJNdGe095496; Tue, 30 Mar 2004 11:23:39 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UJNcHr095495; Tue, 30 Mar 2004 11:23:38 -0800 (PST) (envelope-from ru) Message-Id: <200403301923.i2UJNcHr095495@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Mar 2004 11:23:38 -0800 (PST) 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_ste.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, 30 Mar 2004 19:23:39 -0000 ru 2004/03/30 11:23:38 PST FreeBSD src repository Modified files: sys/pci if_ste.c Log: Switch ste_encap() over to using m_defrag(). No functional change, the previous ste_encap() was correct WRT long mbuf chains; this just reduces code duplication. MFC after: 3 days Prodded by: ambrisko Revision Changes Path 1.64 +2 -14 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:24:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1CB416A4CF; Tue, 30 Mar 2004 11:24:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DBC43D2D; Tue, 30 Mar 2004 11:24:56 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UJOuGe095586; Tue, 30 Mar 2004 11:24:56 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UJOu7P095585; Tue, 30 Mar 2004 11:24:56 -0800 (PST) (envelope-from cperciva) Message-Id: <200403301924.i2UJOu7P095585@repoman.freebsd.org> From: Colin Percival Date: Tue, 30 Mar 2004 11:24:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/adduser adduser.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, 30 Mar 2004 19:24:56 -0000 cperciva 2004/03/30 11:24:56 PST FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: Sychronize with reality: nologin(8) is now in /usr/sbin Reminded by: trhodes Revision Changes Path 1.22 +3 -3 src/usr.sbin/adduser/adduser.sh From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:25:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1C616A4CE; Tue, 30 Mar 2004 11:25:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C9C43D49; Tue, 30 Mar 2004 11:25:45 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UJPjGe095697; Tue, 30 Mar 2004 11:25:45 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UJPiIT095696; Tue, 30 Mar 2004 11:25:44 -0800 (PST) (envelope-from des) Message-Id: <200403301925.i2UJPiIT095696@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 11:25:44 -0800 (PST) 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 tinderbox.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: Tue, 30 Mar 2004 19:25:45 -0000 des 2004/03/30 11:25:44 PST FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.pl Log: Previous commit fixed one braino but left another in place. Revision Changes Path 1.35 +1 -1 src/tools/tools/tinderbox/tinderbox.pl From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:40:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E76016A4CE; Tue, 30 Mar 2004 11:40:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AFA43D1D; Tue, 30 Mar 2004 11:40:36 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UJeaGe098080; Tue, 30 Mar 2004 11:40:36 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UJeZ2q098079; Tue, 30 Mar 2004 11:40:35 -0800 (PST) (envelope-from des) Message-Id: <200403301940.i2UJeZ2q098079@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 11:40:35 -0800 (PST) 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/calendar Makefile calendar.1calendar.birthday calendar.christian calendar.computer calendar.freebsd calendar.history calendar.holiday calendar.lotr calendar.music ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 30 Mar 2004 19:40:36 -0000 des 2004/03/30 11:40:35 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/calendar Makefile calendar.1 usr.bin/calendar/calendars calendar.australia calendar.birthday calendar.christian calendar.computer calendar.freebsd calendar.history calendar.holiday calendar.lotr calendar.music calendar.usholiday usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag calendar.geschichte calendar.literatur calendar.musik calendar.wissenschaft usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.all calendar.common calendar.pagan Added files: (Branch: RELENG_4) usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.holiday calendar.military Log: Synch with -CURRENT. Revision Changes Path 1.12.8.7 +1 -6 src/usr.bin/calendar/Makefile 1.16.2.10 +3 -9 src/usr.bin/calendar/calendar.1 1.2.2.3 +8 -4 src/usr.bin/calendar/calendars/calendar.australia 1.12.2.5 +25 -10 src/usr.bin/calendar/calendars/calendar.birthday 1.8.2.1 +5 -1 src/usr.bin/calendar/calendars/calendar.christian 1.7.2.2 +7 -6 src/usr.bin/calendar/calendars/calendar.computer 1.67.2.5 +25 -2 src/usr.bin/calendar/calendars/calendar.freebsd 1.13.2.3 +7 -5 src/usr.bin/calendar/calendars/calendar.history 1.9.2.6 +3 -4 src/usr.bin/calendar/calendars/calendar.holiday 1.1.2.2 +1 -0 src/usr.bin/calendar/calendars/calendar.lotr 1.8.2.3 +66 -17 src/usr.bin/calendar/calendars/calendar.music 1.7.2.1 +12 -12 src/usr.bin/calendar/calendars/calendar.usholiday 1.7.2.3 +15 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag 1.8.2.4 +25 -23 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte 1.7.2.2 +18 -0 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur 1.7.2.3 +51 -8 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik 1.7.2.3 +1 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft 1.5.2.2 +3 -1 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all 1.10.2.3 +57 -13 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common 1.2.2.1 +22 -0 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday (new) 1.2.2.1 +27 -0 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military (new) 1.5.2.2 +2 -2 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:43:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B381B16A4D0 for ; Tue, 30 Mar 2004 11:43:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BA3543D31 for ; Tue, 30 Mar 2004 11:43:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 82135 invoked by uid 1000); 30 Mar 2004 19:43:26 -0000 Date: Tue, 30 Mar 2004 11:43:26 -0800 (PST) From: Nate Lawson To: Takanori Watanabe In-Reply-To: <20040327162613.6C32A16A4E1@hub.freebsd.org> Message-ID: <20040330113454.I81785@root.org> References: <20040327162613.6C32A16A4E1@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/sys/dev/acpica 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: Tue, 30 Mar 2004 19:43:25 -0000 On Sat, 27 Mar 2004, Takanori Watanabe wrote: > Modified files: > sys/dev/acpica acpi.c > Log: > Add ACPI PnP string. This affects devinfo(8) output with -v option. > > Revision Changes Path > 1.129 +46 -0 src/sys/dev/acpica/acpi.c Excellent, thanks for this work. > --- src/sys/dev/acpica/acpi.c:1.128 Thu Mar 18 23:05:01 2004 > +++ src/sys/dev/acpica/acpi.c Sat Mar 27 08:26:00 2004 > @@ -140,6 +140,50 @@ > static int acpi_supported_sleep_state_sysctl(SYSCTL_HANDLER_ARGS); > static int acpi_sleep_state_sysctl(SYSCTL_HANDLER_ARGS); > static int acpi_pm_func(u_long cmd, void *arg, ...); > +static int acpi_child_location_str_method(device_t acdev, device_t child, > + char *buf, size_t buflen); > +static int acpi_child_pnpinfo_str_method(device_t acdev, device_t child, > + char *buf, size_t buflen); > + > +int > +acpi_child_location_str_method(device_t cbdev, device_t child, char *buf, > + size_t buflen) > +{ > + struct acpi_device *dinfo= device_get_ivars(child); style -- space before '='. You should remove this initialization anyway since it is duplicated below. > + > + dinfo = device_get_ivars(child); > + if(dinfo->ad_handle) style -- space after "if" > + snprintf(buf, buflen, "path=%s", acpi_name(dinfo->ad_handle)); > + else > + snprintf(buf, buflen, "magic=unknown"); > + return (0); > +} style -- use 4 spaces instead of a tab, tabs for 8-space indents. This applies to the whole commit. See other parts of this file. > +int > +acpi_child_pnpinfo_str_method(device_t cbdev, device_t child, char *buf, > + size_t buflen) > +{ > + struct acpi_device *dinfo = device_get_ivars(child); Duplicate initialization. > + ACPI_DEVICE_INFO adinfo; > + ACPI_BUFFER adbuf = {sizeof(adinfo), &adinfo}; Please dynamically allocate buffer elements as done elsewhere. Our kernel stack is restricted. > + char * end; style -- space after *. > + int error; > + > + dinfo = device_get_ivars(child); > + error = AcpiGetObjectInfo(dinfo->ad_handle, &adbuf); > + > + if(error) style -- space needed after "if" > + snprintf(buf, buflen, "Unknown"); > + else > + snprintf(buf, buflen, "_HID=%s _UID=%u", > + (adinfo.Valid & ACPI_VALID_HID)? > + adinfo.HardwareId.Value : "UNKNOWN", > + (unsigned int)((adinfo.Valid & ACPI_VALID_UID)? > + strtoul(adinfo.UniqueId.Value, &end, 10):0 )); > + > + return (0); > +} How about adding first _CID value if it's valid? Instead of cast, just use "%ul" as the format. This would simplify the statement to: > (adinfo.Valid & ACPI_VALID_UID) ? > strtoul(adinfo.UniqueId.Value, &end, 10) : 0); Also note spaces added above. Thanks, Nate From owner-cvs-src@FreeBSD.ORG Tue Mar 30 11:46:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAAC16A4D3 for ; Tue, 30 Mar 2004 11:46:04 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C14F43D41 for ; Tue, 30 Mar 2004 11:46:04 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1B8PBT-0008SK-KK for cvs-src@FreeBSD.org; Tue, 30 Mar 2004 20:46:03 +0100 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 31088-07 for ; Tue, 30 Mar 2004 20:46:03 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1B8PBT-0008S8-6v for cvs-src@FreeBSD.org; Tue, 30 Mar 2004 20:46:03 +0100 Received: (qmail 24675 invoked by uid 1004); 30 Mar 2004 19:46:03 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.054503 secs); 30 Mar 2004 19:46:03 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 30 Mar 2004 19:46:02 -0000 Message-Id: <6.0.1.1.1.20040330204402.0317b5f8@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Tue, 30 Mar 2004 20:45:23 +0100 To: Dag-Erling Smorgrav From: Colin Percival In-Reply-To: <200403301940.i2UJeZ2q098079@repoman.freebsd.org> References: <200403301940.i2UJeZ2q098079@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/usr.bin/calendar Makefile calendar.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: Tue, 30 Mar 2004 19:46:04 -0000 At 20:40 30/03/2004, Dag-Erling Smorgrav wrote: > Modified files: (Branch: RELENG_4) > usr.bin/calendar Makefile calendar.1 > Log: > Synch with -CURRENT. So much for my "MFC After: 3 days". :) Colin Percival From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:01:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 082AC16A4CE; Tue, 30 Mar 2004 12:01:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE80D43D31; Tue, 30 Mar 2004 12:01:25 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UK1PGe003496; Tue, 30 Mar 2004 12:01:25 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UK1PXV003495; Tue, 30 Mar 2004 12:01:25 -0800 (PST) (envelope-from dwmalone) Message-Id: <200403302001.i2UK1PXV003495@repoman.freebsd.org> From: David Malone Date: Tue, 30 Mar 2004 12:01:25 -0800 (PST) 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 pass5.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, 30 Mar 2004 20:01:26 -0000 dwmalone 2004/03/30 12:01:25 PST FreeBSD src repository Modified files: sbin/fsck_ffs pass5.c Log: Remove a stray \n from a setproctitle. Submitted by: Niki Denev Revision Changes Path 1.38 +1 -1 src/sbin/fsck_ffs/pass5.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:25:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB0316A4CE; Tue, 30 Mar 2004 12:25:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93AE43D1F; Tue, 30 Mar 2004 12:25:33 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UKPXGe010568; Tue, 30 Mar 2004 12:25:33 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UKPXVP010567; Tue, 30 Mar 2004 12:25:33 -0800 (PST) (envelope-from rwatson) Message-Id: <200403302025.i2UKPXVP010567@repoman.freebsd.org> From: Robert Watson Date: Tue, 30 Mar 2004 12:25:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/nfsd nfsd.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, 30 Mar 2004 20:25:34 -0000 rwatson 2004/03/30 12:25:33 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/nfsd nfsd.c Log: MFC src/usr.sbin/sbin/nfsd.c:1.29: Problem: When an NFS server is port-scanned nfsd sometimes exits. This has happened 3 times the last few weeks. Nfsd has been written to exit when accept(2) fails. Unfortunately accept can sometimes make a "normal" return with errno ECONNABORTED and in this case nfsd exits prematurely. Solution: Check for ECONNABORTED (and also EINTR, since nfsd uses signals) and continue. Submitted by: Bjoern Groenvall PR: 61084 Reminded by: Lewis Thompson Revision Changes Path 1.15.2.2 +9 -1 src/sbin/nfsd/nfsd.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:27:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D3916A4CE; Tue, 30 Mar 2004 12:27:48 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF21643D2D; Tue, 30 Mar 2004 12:27:47 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2UKRkFa003736; Wed, 31 Mar 2004 00:27:46 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2UKRjgY003735; Wed, 31 Mar 2004 00:27:45 +0400 (MSD) (envelope-from ache) Date: Wed, 31 Mar 2004 00:27:44 +0400 From: Andrey Chernov To: "Brian F. Feldman" Message-ID: <20040330202743.GA3407@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Brian F. Feldman" , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20040330155233.GA71146@nagual.pp.ru> <200403301627.i2UGRx9q030892@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403301627.i2UGRx9q030892@green.homeunix.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.76 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Dag-Erling Smorgrav Subject: Re: 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, 30 Mar 2004 20:27:48 -0000 On Tue, Mar 30, 2004 at 11:27:58AM -0500, Brian F. Feldman wrote: > Okay, now I understand what the situation is that would make this not work > well. Why not just warn and ignore it, then? Warnings can be too verbose, in case too many dirs affected, so they can hide real errors. In opposite situation, i.e. no warnings at all, some errors could be skipped. So this thing needs a proper fix, not just a workaround. > The proper fix would be to > resolve, at the end of reading the mtree spec file, any type=link (when -L) > and fail if they cannot be dereferenced internally. It can be kinda of two-passes mode, if -L is specified: 1st pass checks everything excepting type=link, in -L mode 2nd pass checks type=link only, in -P mode And remember that both workaround and proper fix will make us very different from any other *BSD. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:32:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E2A16A4CE; Tue, 30 Mar 2004 12:32:15 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE0843D1F; Tue, 30 Mar 2004 12:32:15 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2UKWDkj012792; Tue, 30 Mar 2004 13:32:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Mar 2004 13:32:25 -0700 (MST) Message-Id: <20040330.133225.67033839.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040330104458.J81785@root.org> References: <20040325234024.GJ26131@elvis.mu.org> <20040325.171634.59655793.imp@bsdimp.com> <20040330104458.J81785@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: wpaul@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/compat/ndis kern_ndis.c subr_ndis.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, 30 Mar 2004 20:32:15 -0000 In message: <20040330104458.J81785@root.org> Nate Lawson writes: : On Thu, 25 Mar 2004, M. Warner Losh wrote: : > In message: <20040325234024.GJ26131@elvis.mu.org> : > Alfred Perlstein writes: : > : * M. Warner Losh [040325 14:11] wrote: : > : > In message: : > : > des@des.no (Dag-Erling Sm?rgrav) writes: : > : > : Bill Paul writes: : > : > : : > : > : des@dwp ~% gf BUS_GET_RESOURCE_LIST : > : > : qsrc/sys/compat/ndis/kern_ndis.c: brl = BUS_GET_RESOURCE_LIST(device_get_parent(dev), dev); : > : > : src/sys/dev/if_ndis/if_ndis_pci.c: rl = BUS_GET_RESOURCE_LIST(device_get_parent(dev), dev); : > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); : > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); : > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); : > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); : > : > : src/sys/kern/subr_bus.c: rl = BUS_GET_RESOURCE_LIST(dev, child); : > : > : > : > Acutally, there are alot of downstream users of rl. : > : : > : :( : > : : > : Shouldn't we have macros: : > : : > : BUS_GET_RESOURCE_NEXT ? : > : : > : (instead of SLIST_NEXT) : > : > We already do. bus_generic_rl_get_resource, et al. The problem here : > is that the pci bus never intended its resources to be exposed outside : > of the bus layer. But windows drivers need it, so there needs to be : > some tweaks need to be made. : > : > It looks like I was incorrect about the downstream uses of it. I : > thought that pci and pccard did that, but it appears that they now use : > the common functions that matt dodd moved into subr_bus a while ago. : : Fixing this to be FIFO instead of LIFO would also have helped for floppy : devices that specified a 6-port resource as three 2-port resources. When : put in LIFO order, this gave 5-6,3-4,1-2 instead of 1-2,3-4,5-6. The : latter would have been easier to parse. I'll look at dealing... Warner From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:43:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DC116A4CE; Tue, 30 Mar 2004 12:43:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF89443D31; Tue, 30 Mar 2004 12:43:07 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UKh7Ge014709; Tue, 30 Mar 2004 12:43:07 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UKh7XX014705; Tue, 30 Mar 2004 12:43:07 -0800 (PST) (envelope-from simon) Message-Id: <200403302043.i2UKh7XX014705@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 30 Mar 2004 12:43:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/nfsd nfsd.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, 30 Mar 2004 20:43:08 -0000 simon 2004/03/30 12:43:07 PST FreeBSD src repository (doc committer) Modified files: usr.sbin/nfsd nfsd.8 Log: Add a cross reference to exports(5). While exports is not directly tied to nfsd(8), exports is the configuration file users will most likely need to configure when dealing with a NFS server. Submitted by: Florian Hars PR: docs/64714 MFC after: 3 days Revision Changes Path 1.21 +1 -0 src/usr.sbin/nfsd/nfsd.8 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:48:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAE516A4CE; Tue, 30 Mar 2004 12:48:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA5D43D3F; Tue, 30 Mar 2004 12:48:16 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UKmGGe020920; Tue, 30 Mar 2004 12:48:16 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UKmGSH020919; Tue, 30 Mar 2004 12:48:16 -0800 (PST) (envelope-from cperciva) Message-Id: <200403302048.i2UKmGSH020919@repoman.freebsd.org> From: Colin Percival Date: Tue, 30 Mar 2004 12:48:16 -0800 (PST) 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/info main.c pkg_info.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: Tue, 30 Mar 2004 20:48:16 -0000 cperciva 2004/03/30 12:48:16 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/info main.c pkg_info.1 Log: Synopsis fixes: * `pkg_info -flags' needs either `-a' or a package name. [1] * Add -Q option to manual page. * Update `usage:' to match the manual page. PR: misc/64786 [1] Reviewed by: ru MFC after: 3 days Revision Changes Path 1.44 +5 -5 src/usr.sbin/pkg_install/info/main.c 1.49 +3 -7 src/usr.sbin/pkg_install/info/pkg_info.1 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:50:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B177C16A4CE; Tue, 30 Mar 2004 12:50:38 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786B443D39; Tue, 30 Mar 2004 12:50:38 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 81725652EC; Tue, 30 Mar 2004 21:50:37 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38304-04-11; Tue, 30 Mar 2004 21:50:37 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1AB7665219; Tue, 30 Mar 2004 21:50:37 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 3849A60EE; Tue, 30 Mar 2004 21:50:35 +0100 (BST) Date: Tue, 30 Mar 2004 21:50:35 +0100 From: Bruce M Simpson To: Ruslan Ermilov Message-ID: <20040330205035.GD3697@empiric.dek.spc.org> Mail-Followup-To: Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403301923.i2UJNcHr095495@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403301923.i2UJNcHr095495@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_ste.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, 30 Mar 2004 20:50:38 -0000 On Tue, Mar 30, 2004 at 11:23:38AM -0800, Ruslan Ermilov wrote: > Log: > Switch ste_encap() over to using m_defrag(). I don't see an entry for m_defrag() in mbuf(9)... BMS From owner-cvs-src@FreeBSD.ORG Tue Mar 30 12:59:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 589CF16A4CE; Tue, 30 Mar 2004 12:59:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5A343D1D; Tue, 30 Mar 2004 12:59:42 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UKxgGe023111; Tue, 30 Mar 2004 12:59:42 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UKxgvI023110; Tue, 30 Mar 2004 12:59:42 -0800 (PST) (envelope-from des) Message-Id: <200403302059.i2UKxgvI023110@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 30 Mar 2004 12:59:41 -0800 (PST) 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/calendar 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, 30 Mar 2004 20:59:42 -0000 des 2004/03/30 12:59:41 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/calendar Makefile Log: Revert previous commit (which removed locales that 4.x still has) Revision Changes Path 1.12.8.8 +6 -1 src/usr.bin/calendar/Makefile From owner-cvs-src@FreeBSD.ORG Tue Mar 30 13:04:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6DB16A4CE; Tue, 30 Mar 2004 13:04:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEAC643D4C; Tue, 30 Mar 2004 13:04:06 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UL46Ge026040; Tue, 30 Mar 2004 13:04:06 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UL45tv026039; Tue, 30 Mar 2004 13:04:05 -0800 (PST) (envelope-from dwmalone) Message-Id: <200403302104.i2UL45tv026039@repoman.freebsd.org> From: David Malone Date: Tue, 30 Mar 2004 13:04:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure/lib/libcrypto 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: Tue, 30 Mar 2004 21:04:07 -0000 dwmalone 2004/03/30 13:04:05 PST FreeBSD src repository Modified files: secure/lib/libcrypto Makefile.inc Log: Remove the -pthread from the last commit, as OpenSSL doesn't actually call any pthread functions as we use compile it. We keep the -DOPENSSL_THREADS, which stops OpenSSL doing thread-unsafe stuff. Requested by: ru Revision Changes Path 1.38 +1 -1 src/secure/lib/libcrypto/Makefile.inc From owner-cvs-src@FreeBSD.ORG Tue Mar 30 13:13:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDB516A4CE; Tue, 30 Mar 2004 13:13:44 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9865443D31; Tue, 30 Mar 2004 13:13:43 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i2ULHFg6024495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 31 Mar 2004 00:17:17 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2ULDmB8097741; Wed, 31 Mar 2004 00:13:48 +0300 (EEST) (envelope-from ru) Date: Wed, 31 Mar 2004 00:13:48 +0300 From: Ruslan Ermilov To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040330211348.GG96878@ip.net.ua> References: <200403301923.i2UJNcHr095495@repoman.freebsd.org> <20040330205035.GD3697@empiric.dek.spc.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9/eUdp+dLtKXvemk" Content-Disposition: inline In-Reply-To: <20040330205035.GD3697@empiric.dek.spc.org> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Mike Silbersack Subject: Re: cvs commit: src/sys/pci if_ste.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, 30 Mar 2004 21:13:44 -0000 --9/eUdp+dLtKXvemk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 30, 2004 at 09:50:35PM +0100, Bruce M Simpson wrote: > On Tue, Mar 30, 2004 at 11:23:38AM -0800, Ruslan Ermilov wrote: > > Log: > > Switch ste_encap() over to using m_defrag(). >=20 > I don't see an entry for m_defrag() in mbuf(9)... >=20 Yes, I wanted to ask Mike to document it too, so here I'm not alone. Mike? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --9/eUdp+dLtKXvemk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAaeMMUkv4P6juNwoRAgBoAJ9DSCRF4hQAJvEcopnHOJ3ygeNECQCfSWEh ECDjZlAs8VSSL1Y3boX0d54= =glPO -----END PGP SIGNATURE----- --9/eUdp+dLtKXvemk-- From owner-cvs-src@FreeBSD.ORG Tue Mar 30 13:50:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD14316A4CF; Tue, 30 Mar 2004 13:50:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A3E43D41; Tue, 30 Mar 2004 13:50:43 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2ULohGe034520; Tue, 30 Mar 2004 13:50:43 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2ULohbU034519; Tue, 30 Mar 2004 13:50:43 -0800 (PST) (envelope-from trhodes) Message-Id: <200403302150.i2ULohbU034519@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 30 Mar 2004 13:50:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/adduser Makefile adduser.8 adduser.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: Tue, 30 Mar 2004 21:50:43 -0000 trhodes 2004/03/30 13:50:43 PST FreeBSD src repository Modified files: usr.sbin/adduser Makefile adduser.8 Added files: usr.sbin/adduser adduser.conf.5 Log: Add an adduser.conf manual page. Hook it to the build in Makefile. Xref from adduser.8. Update adduser.8's BUGS section. Bump the date on adduser.8. Revision Changes Path 1.19 +1 -1 src/usr.sbin/adduser/Makefile 1.53 +4 -2 src/usr.sbin/adduser/adduser.8 1.1 +206 -0 src/usr.sbin/adduser/adduser.conf.5 (new) From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:03:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD9C16A4CE; Tue, 30 Mar 2004 14:03:45 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE6A43D1F; Tue, 30 Mar 2004 14:03:44 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i2UM7H4Z025327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 31 Mar 2004 01:07:18 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2UM3nSq098006; Wed, 31 Mar 2004 01:03:49 +0300 (EEST) (envelope-from ru) Date: Wed, 31 Mar 2004 01:03:49 +0300 From: Ruslan Ermilov To: Robert Watson Message-ID: <20040330220349.GA97921@ip.net.ua> References: <200403221424.i2MEOQYK057524@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline In-Reply-To: <200403221424.i2MEOQYK057524@repoman.freebsd.org> User-Agent: Mutt/1.5.6i 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/net if_gif.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, 30 Mar 2004 22:03:46 -0000 --61jdw2sOBCFtR2d/ Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 22, 2004 at 06:24:26AM -0800, Robert Watson wrote: > rwatson 2004/03/22 06:24:26 PST >=20 > FreeBSD src repository >=20 > Modified files: > sys/net if_gif.c=20 > Log: > Move "called", a static function variable used to detect recursive > processing with gif interfaces, to a global variable named "gif_called". > Add an annotation that this approach will not work with a reentrant > network stack, and that we should instead use packet tags to detect > excessive recursive processing. > =20 > Revision Changes Path > 1.42 +11 -4 src/sys/net/if_gif.c >=20 Implemented this in the attached patch. Note when testing: setting net.link.gif.max_nesting too high (>20 on my system) and triggering the recursion causes the kernel stack exhaustion. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: if_gif.c =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/sys/net/if_gif.c,v retrieving revision 1.43 diff -u -p -r1.43 if_gif.c --- if_gif.c 22 Mar 2004 15:43:14 -0000 1.43 +++ if_gif.c 30 Mar 2004 21:57:42 -0000 @@ -84,22 +84,13 @@ #define GIFNAME "gif" =20 /* - * gif_mtx protects the global gif_softc_list, and access to gif_called. - * XXX: See comment blow on gif_called. + * gif_mtx protects the global gif_softc_list. * XXX: Per-softc locking is still required. */ static struct mtx gif_mtx; static MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface"); static LIST_HEAD(, gif_softc) gif_softc_list; =20 -/* - * XXX: gif_called is a recursion counter to prevent misconfiguration to - * cause unbounded looping in the network stack. However, this is a flawed - * approach as it assumes non-reentrance in the stack. This should be - * changed to use packet tags to track recusion.. - */ -static int gif_called =3D 0; - void (*ng_gif_input_p)(struct ifnet *ifp, struct mbuf **mp, int af); void (*ng_gif_input_orphan_p)(struct ifnet *ifp, struct mbuf *m, int af); void (*ng_gif_attach_p)(struct ifnet *ifp); @@ -347,6 +338,7 @@ gif_output(ifp, m, dst, rt) struct rtentry *rt; /* added in net2 */ { struct gif_softc *sc =3D (struct gif_softc*)ifp; + struct m_tag *mtag; int error =3D 0; =20 #ifdef MAC @@ -360,21 +352,26 @@ gif_output(ifp, m, dst, rt) /* * gif may cause infinite recursion calls when misconfigured. * We'll prevent this by introducing upper limit. - * XXX: this mechanism may introduce another problem about - * mutual exclusion of the variable CALLED, especially if we - * use kernel thread. */ - mtx_lock(&gif_mtx); - if (++gif_called > max_gif_nesting) { - mtx_unlock(&gif_mtx); + mtag =3D m_tag_locate(m, MTAG_GIF, MTAG_GIF_CALLED, NULL); + if (mtag =3D=3D NULL) { + mtag =3D m_tag_alloc(MTAG_GIF, MTAG_GIF_CALLED, + sizeof(int), M_NOWAIT); + if (mtag =3D=3D NULL) { + m_freem(m); + error =3D ENOMEM; + goto end; + } + *(int *)(mtag + 1) =3D 0; + m_tag_prepend(m, mtag); + } else if (++*(int *)(mtag + 1) > max_gif_nesting) { log(LOG_NOTICE, "gif_output: recursively called too many times(%d)\n", - gif_called); + *(int *)(mtag + 1)); m_freem(m); error =3D EIO; /* is there better errno? */ goto end; } - mtx_unlock(&gif_mtx); =20 m->m_flags &=3D ~(M_BCAST|M_MCAST); if (!(ifp->if_flags & IFF_UP) || @@ -414,9 +411,6 @@ gif_output(ifp, m, dst, rt) } =20 end: - mtx_lock(&gif_mtx); - gif_called =3D 0; /* reset recursion counter */ - mtx_unlock(&gif_mtx); if (error) ifp->if_oerrors++; return error; Index: if_gif.h =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/sys/net/if_gif.h,v retrieving revision 1.14 diff -u -p -r1.14 if_gif.h --- if_gif.h 16 Oct 2002 19:49:37 -0000 1.14 +++ if_gif.h 30 Mar 2004 20:49:31 -0000 @@ -81,6 +81,9 @@ struct gif_softc { #define GIF_MTU_MIN (1280) /* Minimum MTU */ #define GIF_MTU_MAX (8192) /* Maximum MTU */ =20 +#define MTAG_GIF 1080679712 +#define MTAG_GIF_CALLED 0 + /* Prototypes */ void gifattach0(struct gif_softc *); void gif_input(struct mbuf *, int, struct ifnet *); --EVF5PPMfhYS0aIcm-- --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAae7FUkv4P6juNwoRAmK0AJ4hzzJAvoYhAZRF7L2Of5B3NMRr+QCghWTg dI5UQNuGvYHPtqmy4DNo0Zg= =ztvf -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:25:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5258B16A4D2 for ; Tue, 30 Mar 2004 14:25:40 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B50D043D31 for ; Tue, 30 Mar 2004 14:25:39 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 73836 invoked from network); 30 Mar 2004 22:25:38 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 30 Mar 2004 22:25:38 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 30 Mar 2004 16:25:37 -0600 (CST) From: Mike Silbersack To: Ruslan Ermilov In-Reply-To: <20040330211348.GG96878@ip.net.ua> Message-ID: <20040330162454.X746@odysseus.silby.com> References: <200403301923.i2UJNcHr095495@repoman.freebsd.org> <20040330211348.GG96878@ip.net.ua> 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/pci if_ste.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, 30 Mar 2004 22:25:40 -0000 On Wed, 31 Mar 2004, Ruslan Ermilov wrote: > On Tue, Mar 30, 2004 at 09:50:35PM +0100, Bruce M Simpson wrote: > > On Tue, Mar 30, 2004 at 11:23:38AM -0800, Ruslan Ermilov wrote: > > > Log: > > > Switch ste_encap() over to using m_defrag(). > > > > I don't see an entry for m_defrag() in mbuf(9)... > > > Yes, I wanted to ask Mike to document it too, so here I'm not > alone. Mike? > > > Cheers, > -- > Ruslan Ermilov I suppose I should do that, I'll throw it on my to-do list. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:31:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D4616A4CE; Tue, 30 Mar 2004 14:31:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE6E43D1D; Tue, 30 Mar 2004 14:31:22 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UMVMGe044710; Tue, 30 Mar 2004 14:31:22 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UMVMN4044706; Tue, 30 Mar 2004 14:31:22 -0800 (PST) (envelope-from trhodes) Message-Id: <200403302231.i2UMVMN4044706@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 30 Mar 2004 14:31:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/adduser adduser.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: Tue, 30 Mar 2004 22:31:22 -0000 trhodes 2004/03/30 14:31:22 PST FreeBSD src repository Modified files: usr.sbin/adduser adduser.conf.5 Log: Fix today's faux pas by: Removing the -compact option passed to .Bl macro to avoid useless .Pp macros; Adding a missing period; Using .Xr with .Nd since makewhatis(1) has no support for cases where the Xref is absent. Informed by: ru Revision Changes Path 1.2 +5 -16 src/usr.sbin/adduser/adduser.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:53:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED6D16A4CF; Tue, 30 Mar 2004 14:53:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DDF43D2F; Tue, 30 Mar 2004 14:53:54 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UMrrGe049904; Tue, 30 Mar 2004 14:53:53 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UMrrU8049903; Tue, 30 Mar 2004 14:53:53 -0800 (PST) (envelope-from sam) Message-Id: <200403302253.i2UMrrU8049903@repoman.freebsd.org> From: Sam Leffler Date: Tue, 30 Mar 2004 14:53:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.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, 30 Mar 2004 22:53:54 -0000 sam 2004/03/30 14:53:53 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: Only call if_init when doing SIOCSIFADDR if the interface is not marked up (IFF_UP). This eliminates extraneous AP scanning. Reviewed by: imp Revision Changes Path 1.12 +60 -0 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:57:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E640316A4CE; Tue, 30 Mar 2004 14:57:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7F943D31; Tue, 30 Mar 2004 14:57:11 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UMvBGe050145; Tue, 30 Mar 2004 14:57:11 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UMvBIH050144; Tue, 30 Mar 2004 14:57:11 -0800 (PST) (envelope-from peter) Message-Id: <200403302257.i2UMvBIH050144@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Mar 2004 14:57:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/lib32 README build32.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, 30 Mar 2004 22:57:12 -0000 peter 2004/03/30 14:57:11 PST FreeBSD src repository Added files: tools/lib32 README build32.sh Log: Add a snapshot of build32.sh for amd64 systems. The readme and comments describe the (severe) restrictions and future plans. Revision Changes Path 1.1 +15 -0 src/tools/lib32/README (new) 1.1 +51 -0 src/tools/lib32/build32.sh (new) From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:57:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49F616A4CE; Tue, 30 Mar 2004 14:57:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECBE43D1F; Tue, 30 Mar 2004 14:57:57 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UMvvGe050212; Tue, 30 Mar 2004 14:57:57 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UMvv5X050211; Tue, 30 Mar 2004 14:57:57 -0800 (PST) (envelope-from sam) Message-Id: <200403302257.i2UMvv5X050211@repoman.freebsd.org> From: Sam Leffler Date: Tue, 30 Mar 2004 14:57:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_proto.c ieee80211_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, 30 Mar 2004 22:57:57 -0000 sam 2004/03/30 14:57:57 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_proto.c ieee80211_var.h Log: o add support for controlling the power of transmitted frames o add support for controlling the 11g protection mechanism used to protect OFDM frames in a mixed 11b/g network Reviewed by: imp Revision Changes Path 1.13 +32 -0 src/sys/net80211/ieee80211_ioctl.c 1.5 +5 -0 src/sys/net80211/ieee80211_ioctl.h 1.14 +1 -0 src/sys/net80211/ieee80211_node.c 1.7 +1 -0 src/sys/net80211/ieee80211_proto.c 1.12 +15 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Tue Mar 30 14:59:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3CE16A4CE; Tue, 30 Mar 2004 14:59:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAE443D53; Tue, 30 Mar 2004 14:59:23 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UMxMGe050288; Tue, 30 Mar 2004 14:59:22 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UMxMXP050287; Tue, 30 Mar 2004 14:59:22 -0800 (PST) (envelope-from sam) Message-Id: <200403302259.i2UMxMXP050287@repoman.freebsd.org> From: Sam Leffler Date: Tue, 30 Mar 2004 14:59:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 30 Mar 2004 22:59:23 -0000 sam 2004/03/30 14:59:22 PST FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c Log: add support for setting 802.11 rtsthreshold, transmit power, and 11g protection mode Reviewed by: imp (just code) Revision Changes Path 1.76 +29 -1 src/sbin/ifconfig/ifconfig.8 1.100 +3 -0 src/sbin/ifconfig/ifconfig.c 1.12 +3 -0 src/sbin/ifconfig/ifconfig.h 1.9 +66 -0 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 15:15:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB5B16A4CE; Tue, 30 Mar 2004 15:15:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1151243D3F; Tue, 30 Mar 2004 15:15:04 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UNF3Ge055181; Tue, 30 Mar 2004 15:15:03 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UNF3sM055180; Tue, 30 Mar 2004 15:15:03 -0800 (PST) (envelope-from luigi) Message-Id: <200403302315.i2UNF3sM055180@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 30 Mar 2004 15:15:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/bsdlabel bsdlabel.8 bsdlabel.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, 30 Mar 2004 23:15:04 -0000 luigi 2004/03/30 15:15:03 PST FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.8 bsdlabel.c Log: Implement a '-f' flag to teach bsdlabel to work on files instead of disk partitions. Revision Changes Path 1.56 +19 -7 src/sbin/bsdlabel/bsdlabel.8 1.105 +33 -6 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 15:25:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3857616A4CF; Tue, 30 Mar 2004 15:25:29 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1793F43D49; Tue, 30 Mar 2004 15:25:29 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i2UNPIQF025129; Tue, 30 Mar 2004 15:25:19 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i2UNPIcN025121; Tue, 30 Mar 2004 15:25:18 -0800 Date: Tue, 30 Mar 2004 15:25:17 -0800 From: Brooks Davis To: Ruslan Ermilov Message-ID: <20040330232517.GA19416@Odin.AC.HMC.Edu> References: <200403221424.i2MEOQYK057524@repoman.freebsd.org> <20040330220349.GA97921@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20040330220349.GA97921@ip.net.ua> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gif.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, 30 Mar 2004 23:25:29 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 31, 2004 at 01:03:49AM +0300, Ruslan Ermilov wrote: > On Mon, Mar 22, 2004 at 06:24:26AM -0800, Robert Watson wrote: > > rwatson 2004/03/22 06:24:26 PST > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/net if_gif.c=20 > > Log: > > Move "called", a static function variable used to detect recursive > > processing with gif interfaces, to a global variable named "gif_calle= d". > > Add an annotation that this approach will not work with a reentrant > > network stack, and that we should instead use packet tags to detect > > excessive recursive processing. > > =20 > > Revision Changes Path > > 1.42 +11 -4 src/sys/net/if_gif.c > >=20 > Implemented this in the attached patch. Note when testing: setting > net.link.gif.max_nesting too high (>20 on my system) and triggering > the recursion causes the kernel stack exhaustion. Why not just do what OpenBSD does and do actual loop detection? This gets rid of the nesting count hack which isn't really what you want to measure anyway. http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_gif.c.diff?r1=3D1.18&r= 2=3D1.19 -- Brooks --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAagHdXY6L6fI4GtQRAiz2AJ4+tdjiLA2q3CErWUAHO7NcgvMqTgCgmGGl WcZLEw0Ne+5cY07b9B2cCD8= =r8Ad -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-cvs-src@FreeBSD.ORG Tue Mar 30 15:34:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD8916A4CE; Tue, 30 Mar 2004 15:34:44 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0054043D2F; Tue, 30 Mar 2004 15:34:44 -0800 (PST) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id i2UNYh5D099315 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 30 Mar 2004 15:34:43 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 30 Mar 2004 15:35:38 -0800 User-Agent: KMail/1.6.1 References: <200403302253.i2UMrrU8049903@repoman.freebsd.org> In-Reply-To: <200403302253.i2UMrrU8049903@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403301535.38206.sam@errno.com> Subject: Re: cvs commit: src/sys/net80211 ieee80211_ioctl.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, 30 Mar 2004 23:34:44 -0000 On Tuesday 30 March 2004 02:53 pm, Sam Leffler wrote: > sam 2004/03/30 14:53:53 PST > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211_ioctl.c > Log: > Only call if_init when doing SIOCSIFADDR if the interface is not marked > up (IFF_UP). This eliminates extraneous AP scanning. Note that this really belongs in ether_ioctl but too many drivers break as a result. In particular the fxp drivers blows up in the mcast setup routine; don't recall if others fail too. Sam From owner-cvs-src@FreeBSD.ORG Tue Mar 30 16:11:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6F516A4CE; Tue, 30 Mar 2004 16:11:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732D743D2F; Tue, 30 Mar 2004 16:11:24 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V0BOGe067196; Tue, 30 Mar 2004 16:11:24 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V0BOGg067192; Tue, 30 Mar 2004 16:11:24 -0800 (PST) (envelope-from matk) Message-Id: <200403310011.i2V0BOGg067192@repoman.freebsd.org> From: Mathew Kanner Date: Tue, 30 Mar 2004 16:11:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci ich.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, 31 Mar 2004 00:11:24 -0000 matk 2004/03/30 16:11:24 PST FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: By default, ich4 has NAMBAR and NABMBAR i/o spaces as read-only. Need to enable "legacy support", by poking into pci config space. (comment from the patch) Submited by: Autrijus Tang Approved by: tanimura (mentor) Revision Changes Path 1.40 +12 -1 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 17:41:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D1416A4CE; Tue, 30 Mar 2004 17:41:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18A343D3F; Tue, 30 Mar 2004 17:41:30 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V1fUGe092796; Tue, 30 Mar 2004 17:41:30 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V1fUF5092792; Tue, 30 Mar 2004 17:41:30 -0800 (PST) (envelope-from rwatson) Message-Id: <200403310141.i2V1fUF5092792@repoman.freebsd.org> From: Robert Watson Date: Tue, 30 Mar 2004 17:41:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c src/sys/fs/portalfs portal_vnops.c src/sys/kern uipc_usrreq.c src/sys/sys un.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, 31 Mar 2004 01:41:30 -0000 rwatson 2004/03/30 17:41:30 PST FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c sys/fs/portalfs portal_vnops.c sys/kern uipc_usrreq.c sys/sys un.h Log: Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), and consume that interface in portalfs and fifofs instead. In the new world order, unp_connect2() assumes that the unpcb mutex is held, whereas uipc_connect2() validates that the passed sockets are UNIX domain sockets, then grabs the mutex. NB: the portalfs and fifofs code gets down and dirty with UNIX domain sockets. Maybe this is a bad thing. Revision Changes Path 1.92 +1 -1 src/sys/fs/fifofs/fifo_vnops.c 1.61 +1 -1 src/sys/fs/portalfs/portal_vnops.c 1.119 +3 -2 src/sys/kern/uipc_usrreq.c 1.26 +1 -1 src/sys/sys/un.h From owner-cvs-src@FreeBSD.ORG Tue Mar 30 18:00:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E05016A4CE; Tue, 30 Mar 2004 18:00:12 -0800 (PST) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513BD43D2F; Tue, 30 Mar 2004 18:00:12 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i2V20BfU053414; Tue, 30 Mar 2004 18:00:11 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i2V20ANF053413; Tue, 30 Mar 2004 18:00:10 -0800 (PST) (envelope-from obrien) Date: Tue, 30 Mar 2004 18:00:10 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040331020010.GA53349@dragon.nuxi.com> References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403261706.46836.jhb@FreeBSD.org> <20040326223518.GA78950@dragon.nuxi.com> <4064ED3E.4000407@freebsd.org> <20040327063641.GA85117@dragon.nuxi.com> <20040327071459.GA98009@FreeBSD.org> <20040327072259.GA85580@dragon.nuxi.com> 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.2-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: src-committers@FreeBSD.org cc: John Baldwin cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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: Wed, 31 Mar 2004 02:00:12 -0000 On Mon, Mar 29, 2004 at 01:14:10PM +0200, Dag-Erling Sm?rgrav wrote: > "David O'Brien" writes: > > Sorry, but I'd like to have a useful boot0 -- one that tells me my > > partition is something other than "???". That can't be done with a > > 1-sector boot0. > > Are you sure that the bug you're seeing isn't the one that was fixed > by this commit: 99% sure. Our boot0 doesn't understand all possbile MS partition types. From owner-cvs-src@FreeBSD.ORG Tue Mar 30 18:03:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09AF616A4CE; Tue, 30 Mar 2004 18:03:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6D643D3F; Tue, 30 Mar 2004 18:03:49 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V23nGe098568; Tue, 30 Mar 2004 18:03:49 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V23neP098567; Tue, 30 Mar 2004 18:03:49 -0800 (PST) (envelope-from alc) Message-Id: <200403310203.i2V23neP098567@repoman.freebsd.org> From: Alan Cox Date: Tue, 30 Mar 2004 18:03:49 -0800 (PST) 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 support.S src/sys/amd64/include md_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: Wed, 31 Mar 2004 02:03:50 -0000 alc 2004/03/30 18:03:49 PST FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c support.S sys/amd64/include md_var.h Log: - Add an optimized page copy function for use by pmap_copy_page(). It is roughly four times faster than bcopy() for uncached pages. - Sort the function prototypes in md_var.h. Revision Changes Path 1.454 +1 -1 src/sys/amd64/amd64/pmap.c 1.106 +26 -0 src/sys/amd64/amd64/support.S 1.72 +3 -2 src/sys/amd64/include/md_var.h From owner-cvs-src@FreeBSD.ORG Tue Mar 30 18:53:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537FF16A4CE; Tue, 30 Mar 2004 18:53:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AC543D39; Tue, 30 Mar 2004 18:53:47 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V2rkGe067072; Tue, 30 Mar 2004 18:53:46 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V2rkLa067071; Tue, 30 Mar 2004 18:53:46 -0800 (PST) (envelope-from bms) Message-Id: <200403310253.i2V2rkLa067071@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 30 Mar 2004 18:53:46 -0800 (PST) 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 ieee80211.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, 31 Mar 2004 02:53:47 -0000 bms 2004/03/30 18:53:46 PST FreeBSD src repository Modified files: share/man/man4 ieee80211.4 Log: Fix a typo: remove duplicate word 'interface'. Revision Changes Path 1.7 +1 -1 src/share/man/man4/ieee80211.4 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 18:57:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464A116A4CF; Tue, 30 Mar 2004 18:57:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A88F43D1D; Tue, 30 Mar 2004 18:57:31 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V2vUGe071873; Tue, 30 Mar 2004 18:57:30 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V2vUJf071860; Tue, 30 Mar 2004 18:57:30 -0800 (PST) (envelope-from bms) Message-Id: <200403310257.i2V2vUJf071860@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 30 Mar 2004 18:57:30 -0800 (PST) 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 ieee80211_radiotap.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: Wed, 31 Mar 2004 02:57:31 -0000 bms 2004/03/30 18:57:30 PST FreeBSD src repository Modified files: share/man/man9 ieee80211_radiotap.9 Log: Add David Young's descriptive text for the radiotap interface. Add David Young to copyright comments. Revision Changes Path 1.2 +20 -2 src/share/man/man9/ieee80211_radiotap.9 From owner-cvs-src@FreeBSD.ORG Tue Mar 30 19:04:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF9916A4CE; Tue, 30 Mar 2004 19:04:31 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD5643D31; Tue, 30 Mar 2004 19:04:31 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7376065216; Wed, 31 Mar 2004 04:04:30 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42917-06; Wed, 31 Mar 2004 04:04:29 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6851C6520F; Wed, 31 Mar 2004 04:04:29 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id AC1AB612C; Wed, 31 Mar 2004 04:04:28 +0100 (BST) Date: Wed, 31 Mar 2004 04:04:28 +0100 From: Bruce M Simpson To: David O'Brien Message-ID: <20040331030428.GI756@empiric.dek.spc.org> Mail-Followup-To: David O'Brien , Dag-Erling Sm?rgrav , juli mallett , Scott Long , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403261706.46836.jhb@FreeBSD.org> <20040326223518.GA78950@dragon.nuxi.com> <4064ED3E.4000407@freebsd.org> <20040327063641.GA85117@dragon.nuxi.com> <20040327071459.GA98009@FreeBSD.org> <20040327072259.GA85580@dragon.nuxi.com> <20040331020010.GA53349@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040331020010.GA53349@dragon.nuxi.com> cc: src-committers@FreeBSD.org cc: John Baldwin cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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, 31 Mar 2004 03:04:31 -0000 On Tue, Mar 30, 2004 at 06:00:10PM -0800, David O'Brien wrote: > > > Sorry, but I'd like to have a useful boot0 -- one that tells me my > > > partition is something other than "???". That can't be done with a > > > 1-sector boot0. > > > > Are you sure that the bug you're seeing isn't the one that was fixed > > by this commit: > > 99% sure. Our boot0 doesn't understand all possbile MS partition types. I recognised this and was the one who put David up to this. :-) Other things, such as grokking EMBRs to allow boot from extended partitions, or support for serial console other than COM1, can't be done in the 512-byte space we currently have. But because of system incompatibilities, I would emphasize boot0ext remain purely optional; and added to son-of-sysinstall with the relevant warnings. BMS From owner-cvs-src@FreeBSD.ORG Tue Mar 30 19:48:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B97116A4CE; Tue, 30 Mar 2004 19:48:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F24143D1D; Tue, 30 Mar 2004 19:48:36 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V3maGe029734; Tue, 30 Mar 2004 19:48:36 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V3mavh029733; Tue, 30 Mar 2004 19:48:36 -0800 (PST) (envelope-from rwatson) Message-Id: <200403310348.i2V3mavh029733@repoman.freebsd.org> From: Robert Watson Date: Tue, 30 Mar 2004 19:48:35 -0800 (PST) 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_socket.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, 31 Mar 2004 03:48:36 -0000 rwatson 2004/03/30 19:48:35 PST FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: In sofree(), avoid nested declaration and initialization in declaration. Observe that initialization in declaration is frequently incompatible with locking, not just a bad idea due to style(9). Submitted by: bde Revision Changes Path 1.168 +2 -1 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 20:29:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050DD16A4CE; Tue, 30 Mar 2004 20:29:39 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF6243D45; Tue, 30 Mar 2004 20:29:38 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i2V4TT4u007511; Wed, 31 Mar 2004 14:29:29 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2V4TPsg009201; Wed, 31 Mar 2004 14:29:26 +1000 Date: Wed, 31 Mar 2004 14:29:24 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Bruce M Simpson In-Reply-To: <20040331030428.GI756@empiric.dek.spc.org> Message-ID: <20040331142321.I768@gamplex.bde.org> References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403261706.46836.jhb@FreeBSD.org> <20040326223518.GA78950@dragon.nuxi.com> <4064ED3E.4000407@freebsd.org> <20040327063641.GA85117@dragon.nuxi.com> <20040327071459.GA98009@FreeBSD.org> <20040327072259.GA85580@dragon.nuxi.com> <20040331020010.GA53349@dragon.nuxi.com> <20040331030428.GI756@empiric.dek.spc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: John Baldwin cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: David O'Brien cc: cvs-all@FreeBSD.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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, 31 Mar 2004 04:29:39 -0000 On Wed, 31 Mar 2004, Bruce M Simpson wrote: > On Tue, Mar 30, 2004 at 06:00:10PM -0800, David O'Brien wrote: > > > > Sorry, but I'd like to have a useful boot0 -- one that tells me my > > > > partition is something other than "???". That can't be done with a > > > > 1-sector boot0. > > > > > > Are you sure that the bug you're seeing isn't the one that was fixed > > > by this commit: > > > > 99% sure. Our boot0 doesn't understand all possbile MS partition types. > > I recognised this and was the one who put David up to this. :-) > > Other things, such as grokking EMBRs to allow boot from extended partitions, > or support for serial console other than COM1, can't be done in the 512-byte > space we currently have. > > But because of system incompatibilities, I would emphasize boot0ext remain > purely optional; and added to son-of-sysinstall with the relevant warnings. No; neither boot0ext nor boot0sio should exist. boot0 should just load the next stage, which may or may not consist if a single 512-byte sector in the sector following boot0. The problems are to allocate space for the next stage and find this space in boot0. boot0ext only works if the next sector is free and will remain free. Bruce From owner-cvs-src@FreeBSD.ORG Tue Mar 30 21:47:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A2A16A4CE; Tue, 30 Mar 2004 21:47:50 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E2943D5C; Tue, 30 Mar 2004 21:47:50 -0800 (PST) (envelope-from peter@evilpete.dyndns.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id 312BA2A7EA; Tue, 30 Mar 2004 21:47:50 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 3C3F6E259; Tue, 30 Mar 2004 21:47:51 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.12.11/8.12.11) with ESMTP id i2V5l2Ye002602; Tue, 30 Mar 2004 21:47:02 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.12.11/8.12.11/Submit) id i2V5l2cK002601; Tue, 30 Mar 2004 21:47:02 -0800 (PST) (envelope-from peter) From: Peter Wemm To: Benno Rice Date: Tue, 30 Mar 2004 21:47:02 -0800 User-Agent: KMail/1.6.1 References: <200403301357.i2UDvYOk014378@repoman.freebsd.org> In-Reply-To: <200403301357.i2UDvYOk014378@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403302147.02063.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/powerpc 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: Wed, 31 Mar 2004 05:47:50 -0000 On Tuesday 30 March 2004 05:57 am, Benno Rice wrote: > benno 2004/03/30 05:57:34 PST > > FreeBSD src repository > > Modified files: > sys/powerpc/powerpc vm_machdep.c > Log: > Replace td2 with td on the assumption that this was a typo. This > should at least unbreak the build. > > Pointy hat to: peter Doh!! Hat accepted and worn with pride. :-] -- 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 Tue Mar 30 23:24:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B360416A4CF; Tue, 30 Mar 2004 23:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1B043D1D; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V7OFGe083876; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V7OFeJ083875; Tue, 30 Mar 2004 23:24:15 -0800 (PST) (envelope-from luigi) Message-Id: <200403310724.i2V7OFeJ083875@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 30 Mar 2004 23:24:15 -0800 (PST) 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 initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 07:24:15 -0000 luigi 2004/03/30 23:24:15 PST FreeBSD src repository Modified files: etc/rc.d initdiskless Log: Minor changes mostly as discussed on the lists a few days ago: + SUBDIR.cpio.gz prevents files from SUBDIR/ to be copied when priming the memory filesystems. This restores the old behaviour and makes the copy process a lot more efficient + look for templates also in the list of directories supplied by bootp/dhcp via the T134 option aka kern.bootp_cookie + keep track of directories temporarily mounted with "remount" or "diskless_remount" commands and unmount them once we are done with them (at the end of this script). Revision Changes Path 1.32 +22 -6 src/etc/rc.d/initdiskless From owner-cvs-src@FreeBSD.ORG Tue Mar 30 23:27:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7307A16A4CE; Tue, 30 Mar 2004 23:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA4F43D3F; Tue, 30 Mar 2004 23:27:31 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V7RVGe084002; Tue, 30 Mar 2004 23:27:31 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V7RVDk084001; Tue, 30 Mar 2004 23:27:31 -0800 (PST) (envelope-from peter) Message-Id: <200403310727.i2V7RVDk084001@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Mar 2004 23:27:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/gen makecontext.c signalcontext.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, 31 Mar 2004 07:27:31 -0000 peter 2004/03/30 23:27:31 PST FreeBSD src repository Modified files: lib/libc/amd64/gen makecontext.c signalcontext.c Log: Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is solved by a simple 'make world'. The signalcontext function was going to the trouble of generating an even 16 byte alignment, but in fact it needed to be odd aligned to simulate the 8-byte return address having been pushed by the caller. This fixes yet another group of crashes in applications using libpthread. And yet again, it was my fault all along. While here, rename the duplicate internal ctx_wrapper() functions to makectx_wrapper() and sigctx_wrapper() so that traces aren't ambiguous. Revision Changes Path 1.3 +3 -3 src/lib/libc/amd64/gen/makecontext.c 1.3 +7 -7 src/lib/libc/amd64/gen/signalcontext.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 23:27:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4D316A4CE; Tue, 30 Mar 2004 23:27:55 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1198843D3F; Tue, 30 Mar 2004 23:27:54 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i2V7VRbn035350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 31 Mar 2004 10:31:28 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2V7RuLr014370; Wed, 31 Mar 2004 10:27:56 +0300 (EEST) (envelope-from ru) Date: Wed, 31 Mar 2004 10:27:56 +0300 From: Ruslan Ermilov To: Brooks Davis Message-ID: <20040331072756.GA14337@ip.net.ua> References: <200403221424.i2MEOQYK057524@repoman.freebsd.org> <20040330220349.GA97921@ip.net.ua> <20040330232517.GA19416@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20040330232517.GA19416@Odin.AC.HMC.Edu> User-Agent: Mutt/1.5.6i 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: Robert Watson cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_gif.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, 31 Mar 2004 07:27:55 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 30, 2004 at 03:25:17PM -0800, Brooks Davis wrote: > On Wed, Mar 31, 2004 at 01:03:49AM +0300, Ruslan Ermilov wrote: > > On Mon, Mar 22, 2004 at 06:24:26AM -0800, Robert Watson wrote: > > > rwatson 2004/03/22 06:24:26 PST > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > sys/net if_gif.c=20 > > > Log: > > > Move "called", a static function variable used to detect recursive > > > processing with gif interfaces, to a global variable named "gif_cal= led". > > > Add an annotation that this approach will not work with a reentrant > > > network stack, and that we should instead use packet tags to detect > > > excessive recursive processing. > > > =20 > > > Revision Changes Path > > > 1.42 +11 -4 src/sys/net/if_gif.c > > >=20 > > Implemented this in the attached patch. Note when testing: setting > > net.link.gif.max_nesting too high (>20 on my system) and triggering > > the recursion causes the kernel stack exhaustion. >=20 > Why not just do what OpenBSD does and do actual loop detection? This > gets rid of the nesting count hack which isn't really what you want to > measure anyway. >=20 > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_gif.c.diff?r1=3D1.18= &r2=3D1.19 >=20 Good idea. I will implement it and repost the updated patch here. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAanL8Ukv4P6juNwoRApTPAJ9k4ny+JovpKqaSyVT2/L2zl0ql7QCeKLYj 2pt9ATQokB3m0nbzlULNKec= =N29Z -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-src@FreeBSD.ORG Tue Mar 30 23:40:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0976116A4CE; Tue, 30 Mar 2004 23:40:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E081B43D55; Tue, 30 Mar 2004 23:40:46 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V7ekGe086245; Tue, 30 Mar 2004 23:40:46 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V7ekIO086244; Tue, 30 Mar 2004 23:40:46 -0800 (PST) (envelope-from grehan) Message-Id: <200403310740.i2V7ekIO086244@repoman.freebsd.org> From: Peter Grehan Date: Tue, 30 Mar 2004 23:40:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac ata_kauai.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, 31 Mar 2004 07:40:47 -0000 grehan 2004/03/30 23:40:46 PST FreeBSD src repository Modified files: sys/powerpc/powermac ata_kauai.c Log: The end argument to bus_alloc_resource() should have been ~0 and not ~1, but the call has been switched over to bus_alloc_resource_any() which has the same effect. Submitted by: Suleiman Souhlal Revision Changes Path 1.3 +1 -2 src/sys/powerpc/powermac/ata_kauai.c From owner-cvs-src@FreeBSD.ORG Tue Mar 30 23:52:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64BCD16A4CE; Tue, 30 Mar 2004 23:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4888043D66; Tue, 30 Mar 2004 23:52:17 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V7qGGe089939; Tue, 30 Mar 2004 23:52:17 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V7qGVn089927; Tue, 30 Mar 2004 23:52:16 -0800 (PST) (envelope-from ru) Message-Id: <200403310752.i2V7qGVn089927@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Mar 2004 23:52:16 -0800 (PST) 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_output.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, 31 Mar 2004 07:52:17 -0000 ru 2004/03/30 23:52:16 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: MFC: 1.212: Rework multicast routing interaction with delayed checksums. Revision Changes Path 1.99.2.43 +3 -13 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 00:20:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D5516A4CE; Wed, 31 Mar 2004 00:20:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF6A43D48; Wed, 31 Mar 2004 00:20:45 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V8KjGe095312; Wed, 31 Mar 2004 00:20:45 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V8KiGb095311; Wed, 31 Mar 2004 00:20:44 -0800 (PST) (envelope-from julian) Message-Id: <200403310820.i2V8KiGb095311@repoman.freebsd.org> From: Julian Elischer Date: Wed, 31 Mar 2004 00:20:44 -0800 (PST) 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: Wed, 31 Mar 2004 08:20:46 -0000 julian 2004/03/31 00:20:44 PST FreeBSD src repository Modified files: sys/kern subr_trap.c Log: Remove unused variable. Revision Changes Path 1.266 +0 -2 src/sys/kern/subr_trap.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 00:22:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D11716A4CE; Wed, 31 Mar 2004 00:22:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CDB43D39; Wed, 31 Mar 2004 00:22:10 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V8M9Ge096962; Wed, 31 Mar 2004 00:22:09 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V8M9Hb096958; Wed, 31 Mar 2004 00:22:09 -0800 (PST) (envelope-from scottl) Message-Id: <200403310822.i2V8M9Hb096958@repoman.freebsd.org> From: Scott Long Date: Wed, 31 Mar 2004 00:22:09 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 08:22:10 -0000 scottl 2004/03/31 00:22:09 PST FreeBSD src repository Modified files: sys/conf NOTES options Log: Give in to the oblique nagging and move AAC and AHC/AHD comments out of /sys/conf/options and into /sys/conf/NOTES Revision Changes Path 1.1210 +22 -2 src/sys/conf/NOTES 1.437 +12 -40 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Wed Mar 31 00:43:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7B316A4CE; Wed, 31 Mar 2004 00:43:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE8C43D1F; Wed, 31 Mar 2004 00:43:21 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V8hLGe001538; Wed, 31 Mar 2004 00:43:21 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V8hLGX001537; Wed, 31 Mar 2004 00:43:21 -0800 (PST) (envelope-from luigi) Message-Id: <200403310843.i2V8hLGX001537@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 31 Mar 2004 00:43:21 -0800 (PST) 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 initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 08:43:21 -0000 luigi 2004/03/31 00:43:21 PST FreeBSD src repository Modified files: etc/rc.d initdiskless Log: Extensive documentation changes to the script, but only comments and empty lines have been touched. All of this should go in the diskless(8) manpage, now if we had some kind of 'literate programming' tool to extract the comments from the script and put them in a reasonable nroff format, it would be a lot easier to keep code and docs in sync Revision Changes Path 1.33 +85 -47 src/etc/rc.d/initdiskless From owner-cvs-src@FreeBSD.ORG Wed Mar 31 01:07:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2531316A4CE; Wed, 31 Mar 2004 01:07:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B84D43D2D; Wed, 31 Mar 2004 01:07:41 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V97eGe012613; Wed, 31 Mar 2004 01:07:40 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V97ehK012612; Wed, 31 Mar 2004 01:07:40 -0800 (PST) (envelope-from bms) Message-Id: <200403310907.i2V97ehK012612@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 01:07:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: TCPDUMP_ORG Subject: cvs commit: src/contrib/libpcap - 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, 31 Mar 2004 09:07:41 -0000 bms 2004/03/31 01:07:40 PST FreeBSD src repository src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory repoman.freebsd.org:/tmp/cvs-serv12594 Log Message: Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gz Status: Vendor Tag: TCPDUMP_ORG Release Tags: libpcap_0_8_3 U src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL.txt U src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README N src/contrib/libpcap/README.Win32 U src/contrib/libpcap/README.aix N src/contrib/libpcap/README.dag N src/contrib/libpcap/README.hpux U src/contrib/libpcap/README.linux U src/contrib/libpcap/README.tru64 U src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION U src/contrib/libpcap/acconfig.h C src/contrib/libpcap/aclocal.m4 U src/contrib/libpcap/arcnet.h N src/contrib/libpcap/atmuni31.h U src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h N src/contrib/libpcap/fad-getad.c N src/contrib/libpcap/fad-gifc.c N src/contrib/libpcap/fad-glifc.c N src/contrib/libpcap/fad-null.c N src/contrib/libpcap/fad-win32.c C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h C src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh U src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c C src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c N src/contrib/libpcap/pcap-bpf.h N src/contrib/libpcap/pcap-dag.c N src/contrib/libpcap/pcap-dag.h U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c U src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c N src/contrib/libpcap/pcap-stdinc.h N src/contrib/libpcap/pcap-win32.c C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h N src/contrib/libpcap/pf.h U src/contrib/libpcap/ppp.h N src/contrib/libpcap/rawss7.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/sll.h N src/contrib/libpcap/snprintf.c N src/contrib/libpcap/sunatmpos.h U src/contrib/libpcap/bpf/net/bpf_filter.c N src/contrib/libpcap/lbl/os-aix4.h N src/contrib/libpcap/lbl/os-hpux11.h U src/contrib/libpcap/lbl/os-osf4.h N src/contrib/libpcap/lbl/os-osf5.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h N src/contrib/libpcap/packaging/pcap.spec 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/libpcap From owner-cvs-src@FreeBSD.ORG Wed Mar 31 01:13:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1BF16A4CE; Wed, 31 Mar 2004 01:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8548843D39; Wed, 31 Mar 2004 01:13:38 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V9DcGe014617; Wed, 31 Mar 2004 01:13:38 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V9Dc2B014616; Wed, 31 Mar 2004 01:13:38 -0800 (PST) (envelope-from bms) Message-Id: <200403310913.i2V9Dc2B014616@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 01:13:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c nlpid.h pcap-int.h pcap.3 pcap.h scanner.l src/contrib/libpcap/bpf/net bpf.h src/contrib/libpcap/packaging pcap.spec X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 09:13:38 -0000 bms 2004/03/31 01:13:38 PST FreeBSD src repository Modified files: contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c nlpid.h pcap-int.h pcap.3 pcap.h scanner.l Removed files: contrib/libpcap/bpf/net bpf.h contrib/libpcap/packaging pcap.spec Log: Merge of libpcap 0.8.3 from tcpdump.org. Revision Changes Path 1.5 +0 -417 src/contrib/libpcap/bpf/net/bpf.h (dead) 1.13 +1885 -354 src/contrib/libpcap/gencode.c 1.6 +97 -3 src/contrib/libpcap/gencode.h 1.8 +103 -10 src/contrib/libpcap/grammar.y 1.10 +58 -34 src/contrib/libpcap/nametoaddr.c 1.3 +16 -1 src/contrib/libpcap/nlpid.h 1.2 +0 -65 src/contrib/libpcap/packaging/pcap.spec (dead) 1.7 +88 -7 src/contrib/libpcap/pcap-int.h 1.12 +461 -34 src/contrib/libpcap/pcap.3 1.8 +51 -6 src/contrib/libpcap/pcap.h 1.10 +52 -17 src/contrib/libpcap/scanner.l From owner-cvs-src@FreeBSD.ORG Wed Mar 31 01:15:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A790D16A4CE; Wed, 31 Mar 2004 01:15:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B79643D39; Wed, 31 Mar 2004 01:15:09 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V9F9Ge014723; Wed, 31 Mar 2004 01:15:09 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V9F91U014722; Wed, 31 Mar 2004 01:15:09 -0800 (PST) (envelope-from bms) Message-Id: <200403310915.i2V9F91U014722@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 01:15:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpcap Makefile config.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, 31 Mar 2004 09:15:09 -0000 bms 2004/03/31 01:15:09 PST FreeBSD src repository Modified files: lib/libpcap Makefile config.h Log: Merge of libpcap 0.8.3 from tcpdump.org. Revision Changes Path 1.33 +10 -4 src/lib/libpcap/Makefile 1.3 +0 -0 src/lib/libpcap/config.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 01:17:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB5416A4CE; Wed, 31 Mar 2004 01:17:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40B543D53; Wed, 31 Mar 2004 01:17:29 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2V9HTGe014840; Wed, 31 Mar 2004 01:17:29 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2V9HT0b014839; Wed, 31 Mar 2004 01:17:29 -0800 (PST) (envelope-from bms) Message-Id: <200403310917.i2V9HT0b014839@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 01:17:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: TCPDUMP_ORG Subject: cvs commit: src/contrib/tcpdump - 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, 31 Mar 2004 09:17:30 -0000 bms 2004/03/31 01:17:29 PST FreeBSD src repository src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory repoman.freebsd.org:/tmp/cvs-serv14802 Log Message: Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gz Status: Vendor Tag: TCPDUMP_ORG Release Tags: v3_8_3 U src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/LICENSE U src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README N src/contrib/tcpdump/Readme.Win32 U src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/ah.h N src/contrib/tcpdump/aodv.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/arcnet.h U src/contrib/tcpdump/atime.awk N src/contrib/tcpdump/atm.h N src/contrib/tcpdump/atmuni31.h U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/decnet.h N src/contrib/tcpdump/enc.h U src/contrib/tcpdump/esp.h U src/contrib/tcpdump/ether.h C src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h N src/contrib/tcpdump/gmpls.c N src/contrib/tcpdump/gmpls.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/icmp6.h U src/contrib/tcpdump/ieee802_11.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ip.h U src/contrib/tcpdump/ip6.h N src/contrib/tcpdump/ipfc.h N src/contrib/tcpdump/ipproto.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h C src/contrib/tcpdump/nfs.h C src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/ospf6.h N src/contrib/tcpdump/oui.c N src/contrib/tcpdump/oui.h U src/contrib/tcpdump/packetdat.awk C src/contrib/tcpdump/parsenfsfh.c N src/contrib/tcpdump/pcap-missing.h N src/contrib/tcpdump/pf.h C src/contrib/tcpdump/ppp.h U src/contrib/tcpdump/print-802_11.c U src/contrib/tcpdump/print-ah.c N src/contrib/tcpdump/print-aodv.c N src/contrib/tcpdump/print-ap1394.c U src/contrib/tcpdump/print-arcnet.c C src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c C src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c U src/contrib/tcpdump/print-beep.c N src/contrib/tcpdump/print-bfd.c U src/contrib/tcpdump/print-bgp.c C src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cip.c U src/contrib/tcpdump/print-cnfp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-egp.c N src/contrib/tcpdump/print-enc.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-fr.c C src/contrib/tcpdump/print-ether.c C src/contrib/tcpdump/print-fddi.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c U src/contrib/tcpdump/print-hsrp.c C src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c U src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c N src/contrib/tcpdump/print-ipfc.c C src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c N src/contrib/tcpdump/print-ldp.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-lwres.c U src/contrib/tcpdump/print-mobile.c N src/contrib/tcpdump/print-mobility.c U src/contrib/tcpdump/print-mpls.c U src/contrib/tcpdump/print-msdp.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c N src/contrib/tcpdump/print-pflog.c C src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c U src/contrib/tcpdump/print-pptp.c U src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c N src/contrib/tcpdump/print-rsvp.c U src/contrib/tcpdump/print-rt6.c U src/contrib/tcpdump/print-rx.c U src/contrib/tcpdump/print-sctp.c C src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-sll.c U src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c U src/contrib/tcpdump/print-stp.c N src/contrib/tcpdump/print-sunatm.c C src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c U src/contrib/tcpdump/print-timed.c C src/contrib/tcpdump/print-token.c C src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c U src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c U src/contrib/tcpdump/print-zephyr.c U src/contrib/tcpdump/route6d.h U src/contrib/tcpdump/rx.h U src/contrib/tcpdump/sctpConstants.h U src/contrib/tcpdump/sctpHeader.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/slcompress.h U src/contrib/tcpdump/slip.h U src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h U src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c U src/contrib/tcpdump/tcp.h N src/contrib/tcpdump/tcpdump-stdinc.h C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c U src/contrib/tcpdump/telnet.h U src/contrib/tcpdump/timed.h C src/contrib/tcpdump/token.h U src/contrib/tcpdump/udp.h U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c N src/contrib/tcpdump/lbl/os-osf4.h U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h N src/contrib/tcpdump/missing/datalinks.c N src/contrib/tcpdump/missing/dlnames.c U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h U src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h U src/contrib/tcpdump/missing/strdup.c U src/contrib/tcpdump/missing/strlcat.c U src/contrib/tcpdump/missing/strlcpy.c N src/contrib/tcpdump/missing/strsep.c 34 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/tcpdump From owner-cvs-src@FreeBSD.ORG Wed Mar 31 01:44:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7838616A4CE; Wed, 31 Mar 2004 01:44:12 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE56643D60; Wed, 31 Mar 2004 01:44:11 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7028365339; Wed, 31 Mar 2004 10:44:09 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46654-02; Wed, 31 Mar 2004 10:44:08 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 4C4306530A; Wed, 31 Mar 2004 10:44:08 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 9635D612C; Wed, 31 Mar 2004 10:44:07 +0100 (BST) Date: Wed, 31 Mar 2004 10:44:07 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040331094407.GA12038@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403310917.i2V9HT0b014839@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200403310917.i2V9HT0b014839@repoman.freebsd.org> Subject: CVS MEISTERS: PLEASE READ [was Re: cvs commit: src/contrib/tcpdump - 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, 31 Mar 2004 09:44:12 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable WARNING: INCOMPLETE MERGE src/contrib/tcpdump is now under cvs_acls.pl protection. I have tested changes in a local repo ready to go, and I've left joe@ a voicemail asking if the restriction can be lifted. Unfortunately, whilst I have been able to perform the vendor branch import, I cannot resolve the conflicts until the restriction is lifted, at least in my case. (This is surely a bug in cvs_acls.pl -- I wasn't aware of the avail file until I stepped through why the commit to finish the tcpdump merge was failing). This will most likely mean tinderbox builds are broken until I can finish the merge. libpcap merge however appears to have gone successfully. BMS On Wed, Mar 31, 2004 at 01:17:29AM -0800, Bruce M Simpson wrote: > bms 2004/03/31 01:17:29 PST >=20 > FreeBSD src repository >=20 > src/contrib/tcpdump - Imported sources > Update of /home/ncvs/src/contrib/tcpdump > In directory repoman.freebsd.org:/tmp/cvs-serv14802 > =20 > Log Message: > Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.= 3.tar.gz --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFAapLmueUpAYYNtTsRAroDAJ9lWi7znu7+8HCidJYikuUpiNuoFACgotNj 47wSGJC4eSX8oelMJW0bCbM= =ImBV -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-cvs-src@FreeBSD.ORG Wed Mar 31 02:21:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0711916A4CE; Wed, 31 Mar 2004 02:21:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF61B43D41; Wed, 31 Mar 2004 02:21:28 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VALSGe029574; Wed, 31 Mar 2004 02:21:28 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VALS8q029573; Wed, 31 Mar 2004 02:21:28 -0800 (PST) (envelope-from bms) Message-Id: <200403311021.i2VALS8q029573@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 02:21:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap pcap.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, 31 Mar 2004 10:21:29 -0000 bms 2004/03/31 02:21:28 PST FreeBSD src repository Modified files: contrib/libpcap pcap.h Log: Correct imported pcap.h for FreeBSD builds. Revision Changes Path 1.9 +1 -7 src/contrib/libpcap/pcap.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 02:32:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE1316A4CE; Wed, 31 Mar 2004 02:32:49 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050F443D53; Wed, 31 Mar 2004 02:32:49 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id A5E53284190; Wed, 31 Mar 2004 19:32:47 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 1A0BB28418F; Wed, 31 Mar 2004 19:32:46 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id EDDBF1E462E; Wed, 31 Mar 2004 19:32:45 +0900 (JST) Date: Wed, 31 Mar 2004 19:32:45 +0900 Message-ID: <7mbrmd71de.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20040331094407.GA12038@empiric.dek.spc.org> References: <200403310917.i2V9HT0b014839@repoman.freebsd.org> <20040331094407.GA12038@empiric.dek.spc.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 Subject: Re: CVS MEISTERS: PLEASE READ [was Re: cvs commit: src/contrib/tcpdump - 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, 31 Mar 2004 10:32:50 -0000 At Wed, 31 Mar 2004 10:44:07 +0100, Bruce M Simpson wrote: > src/contrib/tcpdump is now under cvs_acls.pl protection. > > I have tested changes in a local repo ready to go, and I've left > joe@ a voicemail asking if the restriction can be lifted. Have you tried to modify CVSROOT/avail and commit it during contrib importing? Or, is this caused by my commit in this week? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-src@FreeBSD.ORG Wed Mar 31 03:28:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403D216A4CE; Wed, 31 Mar 2004 03:28:55 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A15B43D1D; Wed, 31 Mar 2004 03:28:54 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id DA3C7653E8; Wed, 31 Mar 2004 12:28:52 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 47809-02-4; Wed, 31 Mar 2004 12:28:52 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 87D166538E; Wed, 31 Mar 2004 12:28:35 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 37E23612C; Wed, 31 Mar 2004 12:28:34 +0100 (BST) Date: Wed, 31 Mar 2004 12:28:33 +0100 From: Bruce M Simpson To: Jun Kuriyama Message-ID: <20040331112833.GD12038@empiric.dek.spc.org> Mail-Followup-To: Jun Kuriyama , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403310917.i2V9HT0b014839@repoman.freebsd.org> <20040331094407.GA12038@empiric.dek.spc.org> <7mbrmd71de.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7mbrmd71de.wl@black.imgsrc.co.jp> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: CVS MEISTERS: PLEASE READ [was Re: cvs commit: src/contrib/tcpdump - 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, 31 Mar 2004 11:28:55 -0000 On Wed, Mar 31, 2004 at 07:32:45PM +0900, Jun Kuriyama wrote: > Have you tried to modify CVSROOT/avail and commit it during contrib > importing? > > Or, is this caused by my commit in this week? CVSROOT/avail is protected by itself. BMS From owner-cvs-src@FreeBSD.ORG Wed Mar 31 04:35:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4310E16A4CE; Wed, 31 Mar 2004 04:35:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2503243D2F; Wed, 31 Mar 2004 04:35:52 -0800 (PST) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VCZpGe058739; Wed, 31 Mar 2004 04:35:51 -0800 (PST) (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VCZp6g058738; Wed, 31 Mar 2004 04:35:51 -0800 (PST) (envelope-from mckay) Message-Id: <200403311235.i2VCZp6g058738@repoman.freebsd.org> From: Stephen McKay Date: Wed, 31 Mar 2004 04:35:51 -0800 (PST) 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_sk.c if_skreg.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, 31 Mar 2004 12:35:52 -0000 mckay 2004/03/31 04:35:51 PST FreeBSD src repository Modified files: sys/pci if_sk.c if_skreg.h Log: Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assume they all do and handle that without alarming the user. Also pull in a bit of defensive code from OpenBSD that triggers when a card is recognised but not properly classified as either Genesis or Yukon. Not that I could ever have needed this. :-) Obtained from: OpenBSD/NetBSD (partially) MFC after: 2 weeks Revision Changes Path 1.78 +18 -1 src/sys/pci/if_sk.c 1.20 +10 -0 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 04:37:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED6816A4D9; Wed, 31 Mar 2004 04:37:43 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F8B43D2F; Wed, 31 Mar 2004 04:37:42 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C72D7530D; Wed, 31 Mar 2004 14:37:41 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 760C15308; Wed, 31 Mar 2004 14:37:35 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0360933CAA; Wed, 31 Mar 2004 14:37:34 +0200 (CEST) To: Jun Kuriyama References: <200403310917.i2V9HT0b014839@repoman.freebsd.org> <20040331094407.GA12038@empiric.dek.spc.org> <7mbrmd71de.wl@black.imgsrc.co.jp> <20040331112833.GD12038@empiric.dek.spc.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 31 Mar 2004 14:37:34 +0200 In-Reply-To: <20040331112833.GD12038@empiric.dek.spc.org> (Bruce M. Simpson's message of "Wed, 31 Mar 2004 12:28:33 +0100") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: CVS MEISTERS: PLEASE READ X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 12:37:43 -0000 Bruce M Simpson writes: > On Wed, Mar 31, 2004 at 07:32:45PM +0900, Jun Kuriyama wrote: > > Have you tried to modify CVSROOT/avail and commit it during contrib > > importing? > CVSROOT/avail is protected by itself. No, anybody can commit to it. Just remove the tcpdump line. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:09:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4090B16A4E4; Wed, 31 Mar 2004 06:09:25 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D457D43D4C; Wed, 31 Mar 2004 06:09:24 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i2VE6vxC010909; Wed, 31 Mar 2004 09:06:57 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i2VE6uCN010906; Wed, 31 Mar 2004 09:06:56 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 31 Mar 2004 09:06:56 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Ruslan Ermilov In-Reply-To: <20040331072756.GA14337@ip.net.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brooks Davis cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_gif.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, 31 Mar 2004 14:09:26 -0000 On Wed, 31 Mar 2004, Ruslan Ermilov wrote: > > > Implemented this in the attached patch. Note when testing: setting > > > net.link.gif.max_nesting too high (>20 on my system) and triggering > > > the recursion causes the kernel stack exhaustion. > > > > Why not just do what OpenBSD does and do actual loop detection? This > > gets rid of the nesting count hack which isn't really what you want to > > measure anyway. > > > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_gif.c.diff?r1=1.18&r2=1.19 > > > Good idea. I will implement it and repost the updated patch here. While you're at it, we also need loop detection in if_gre. Make sure to check the IP- and IPv6-layer pieces of these as well. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:09:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A0A616A4D6; Wed, 31 Mar 2004 06:09:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFC743D58; Wed, 31 Mar 2004 06:09:26 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VE9QGe085018; Wed, 31 Mar 2004 06:09:26 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VE9QNr085017; Wed, 31 Mar 2004 06:09:26 -0800 (PST) (envelope-from bms) Message-Id: <200403311409.i2VE9QNr085017@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 06:09:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.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, 31 Mar 2004 14:09:27 -0000 bms 2004/03/31 06:09:26 PST FreeBSD src repository Modified files: sys/net bpf.h Log: Update system bpf headers for libpcap 0.8.3. Maintain listing of DLT link types in numeric order. Revision Changes Path 1.33 +58 -1 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:22:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D8B16A4CF; Wed, 31 Mar 2004 06:22:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C518F43D2F; Wed, 31 Mar 2004 06:22:14 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VEMEGe088981; Wed, 31 Mar 2004 06:22:14 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VEMD5a088977; Wed, 31 Mar 2004 06:22:13 -0800 (PST) (envelope-from bms) Message-Id: <200403311422.i2VEMD5a088977@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 06:22:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.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, 31 Mar 2004 14:22:15 -0000 bms 2004/03/31 06:22:13 PST FreeBSD src repository Modified files: sys/net bpf.h Log: Add more DLT types required by libpcap 0.8.3. Maintain numeric sort order. Revision Changes Path 1.34 +52 -0 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:32:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 173E616A4CE; Wed, 31 Mar 2004 06:32:14 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC5343D2F; Wed, 31 Mar 2004 06:32:13 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0125265218; Wed, 31 Mar 2004 15:32:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49813-01-2; Wed, 31 Mar 2004 15:32:12 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8B8676520E; Wed, 31 Mar 2004 15:32:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id D01C4612C; Wed, 31 Mar 2004 15:32:11 +0100 (BST) Date: Wed, 31 Mar 2004 15:32:11 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org Message-ID: <20040331143211.GF12038@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403311422.i2VEMD5a088977@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403311422.i2VEMD5a088977@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bpf.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, 31 Mar 2004 14:32:14 -0000 On Wed, Mar 31, 2004 at 06:22:13AM -0800, Bruce M Simpson wrote: > Log: > Add more DLT types required by libpcap 0.8.3. > Maintain numeric sort order. This should fix -CURRENT builds with respect to the updated libpcap. I'll aim to get the tcpdump merge finished ASAP. BMS From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:36:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9388916A4CE; Wed, 31 Mar 2004 06:36:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C1E43D2F; Wed, 31 Mar 2004 06:36:38 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VEacGe091348; Wed, 31 Mar 2004 06:36:38 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VEac77091347; Wed, 31 Mar 2004 06:36:38 -0800 (PST) (envelope-from bms) Message-Id: <200403311436.i2VEac77091347@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 06:36:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 14:36:38 -0000 bms 2004/03/31 06:36:38 PST FreeBSD src repository Modified files: . avail Log: Comment out tcpdump lines whilst maintenance is in progress Revision Changes Path 1.212 +2 -2 CVSROOT/avail From owner-cvs-src@FreeBSD.ORG Wed Mar 31 06:57:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC94F16A4CF; Wed, 31 Mar 2004 06:57:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D2C43D31; Wed, 31 Mar 2004 06:57:25 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VEvPGe095604; Wed, 31 Mar 2004 06:57:25 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VEvPQ3095603; Wed, 31 Mar 2004 06:57:25 -0800 (PST) (envelope-from bms) Message-Id: <200403311457.i2VEvPQ3095603@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 06:57:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcpdump addrtoname.c ethertype.h interface.h nfs.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-fr.c print-icmp.c print-ip.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, 31 Mar 2004 14:57:26 -0000 bms 2004/03/31 06:57:25 PST FreeBSD src repository Modified files: contrib/tcpdump addrtoname.c ethertype.h interface.h nfs.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-fr.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c print-ppp.c print-sl.c print-sunrpc.c print-token.c print-udp.c tcpdump.1 tcpdump.c token.h Removed files: contrib/tcpdump print-lcp.c Log: Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats: print-atm.c no longer performs special handling for FORE headers; these can no doubt be re-added at a later date. print-fr.c is effectively a no-op. print-llc.c has had the default_print_unaligned() call removed as tcpdump no longer defines this function, however the prototype is still present. Suggest we roll in a diff to use print_unknown_data(). Revision Changes Path 1.12 +372 -98 src/contrib/tcpdump/addrtoname.c 1.8 +9 -4 src/contrib/tcpdump/ethertype.h 1.9 +77 -65 src/contrib/tcpdump/interface.h 1.4 +2 -1 src/contrib/tcpdump/nfs.h 1.8 +2 -2 src/contrib/tcpdump/nfsfh.h 1.8 +7 -9 src/contrib/tcpdump/parsenfsfh.c 1.6 +7 -1 src/contrib/tcpdump/ppp.h 1.9 +180 -15 src/contrib/tcpdump/print-arp.c 1.12 +19 -42 src/contrib/tcpdump/print-atalk.c 1.9 +180 -100 src/contrib/tcpdump/print-atm.c 1.9 +58 -57 src/contrib/tcpdump/print-bootp.c 1.10 +133 -112 src/contrib/tcpdump/print-domain.c 1.14 +113 -85 src/contrib/tcpdump/print-ether.c 1.9 +25 -48 src/contrib/tcpdump/print-fddi.c 1.4 +2 -2 src/contrib/tcpdump/print-fr.c 1.9 +43 -31 src/contrib/tcpdump/print-icmp.c 1.11 +270 -200 src/contrib/tcpdump/print-ip.c 1.5 +57 -64 src/contrib/tcpdump/print-ip6.c 1.7 +8 -13 src/contrib/tcpdump/print-ipx.c 1.12 +1370 -918 src/contrib/tcpdump/print-isoclns.c 1.2 +0 -226 src/contrib/tcpdump/print-lcp.c (dead) 1.9 +162 -54 src/contrib/tcpdump/print-llc.c 1.10 +176 -140 src/contrib/tcpdump/print-nfs.c 1.9 +44 -23 src/contrib/tcpdump/print-ntp.c 1.9 +79 -43 src/contrib/tcpdump/print-null.c 1.6 +44 -11 src/contrib/tcpdump/print-pim.c 1.13 +330 -284 src/contrib/tcpdump/print-ppp.c 1.8 +11 -49 src/contrib/tcpdump/print-sl.c 1.9 +20 -17 src/contrib/tcpdump/print-sunrpc.c 1.6 +33 -52 src/contrib/tcpdump/print-token.c 1.8 +176 -171 src/contrib/tcpdump/print-udp.c 1.13 +361 -91 src/contrib/tcpdump/tcpdump.1 1.8 +517 -174 src/contrib/tcpdump/tcpdump.c 1.4 +2 -2 src/contrib/tcpdump/token.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 07:00:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F42316A4CE; Wed, 31 Mar 2004 07:00:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804F343D2D; Wed, 31 Mar 2004 07:00:44 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VF0iGe095794; Wed, 31 Mar 2004 07:00:44 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VF0iYF095793; Wed, 31 Mar 2004 07:00:44 -0800 (PST) (envelope-from bms) Message-Id: <200403311500.i2VF0iYF095793@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 07:00:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile config.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, 31 Mar 2004 15:00:44 -0000 bms 2004/03/31 07:00:44 PST FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: Merge of tcpdump 3.8.3 from tcpdump.org. Revision Changes Path 1.38 +16 -13 src/usr.sbin/tcpdump/tcpdump/Makefile 1.5 +167 -74 src/usr.sbin/tcpdump/tcpdump/config.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 07:08:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DAB416A4CE; Wed, 31 Mar 2004 07:08:27 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4416543D39; Wed, 31 Mar 2004 07:08:27 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EE34165339; Wed, 31 Mar 2004 16:08:25 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 50142-02-2; Wed, 31 Mar 2004 16:08:25 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C209D6530A; Wed, 31 Mar 2004 16:08:13 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 06F95612C; Wed, 31 Mar 2004 16:08:13 +0100 (BST) Date: Wed, 31 Mar 2004 16:08:12 +0100 From: Bruce M Simpson To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040331150812.GG12038@empiric.dek.spc.org> Mail-Followup-To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , Jun Kuriyama , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403310917.i2V9HT0b014839@repoman.freebsd.org> <20040331094407.GA12038@empiric.dek.spc.org> <7mbrmd71de.wl@black.imgsrc.co.jp> <20040331112833.GD12038@empiric.dek.spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: cc: Jun Kuriyama cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: CVS MEISTERS: PLEASE READ X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 15:08:27 -0000 On Wed, Mar 31, 2004 at 02:37:34PM +0200, Dag-Erling Smørgrav wrote: > > CVSROOT/avail is protected by itself. > No, anybody can commit to it. Just remove the tcpdump line. Duh. Ok. I've left it open for the time being in case any other fixes have to go in, but the painful bit seems to be over. -- all clear -- BMS From owner-cvs-src@FreeBSD.ORG Wed Mar 31 07:17:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C8C16A4CE; Wed, 31 Mar 2004 07:17:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98EBA43D45; Wed, 31 Mar 2004 07:17:58 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VFHwGe000997; Wed, 31 Mar 2004 07:17:58 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VFHwsU000996; Wed, 31 Mar 2004 07:17:58 -0800 (PST) (envelope-from ru) Message-Id: <200403311517.i2VFHwsU000996@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 31 Mar 2004 07:17:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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: Wed, 31 Mar 2004 15:17:58 -0000 ru 2004/03/31 07:17:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_rl.c Log: Fixed bad bits of the polling(4) support MFC. Revision Changes Path 1.38.2.20 +2 -2 src/sys/pci/if_rl.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 08:13:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FAD16A4CF; Wed, 31 Mar 2004 08:13:39 -0800 (PST) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D477A43D31; Wed, 31 Mar 2004 08:13:38 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i2VGDYp4038162; Wed, 31 Mar 2004 18:13:35 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 31 Mar 2004 18:13:33 +0200 (CEST) From: Martin Blapp To: Nate Lawson In-Reply-To: <200403300735.i2U7ZI9N018455@repoman.freebsd.org> Message-ID: <20040331175704.N84890@cvs.imp.ch> References: <200403300735.i2U7ZI9N018455@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040327, clamav-milter version 0.70b cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica 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: Wed, 31 Mar 2004 16:13:39 -0000 Hi Nate, > Modified files: > sys/dev/acpica acpi.c > Log: > Disable serialize_methods and enable _OSI support by default. The former > is necessary because some IBMs use recursive methods (pointed out by > Robert Moore from Intel). The latter was a typo on my part. It was disabled > by default when it should have been enabled. > > Revision Changes Path > 1.130 +14 -5 src/sys/dev/acpica/acpi.c > This still doesn't fix the keyboard and mouse problems here on all IBM X-Series 345. If no keyboard is connected during boot, it works afterwords if I replug it. If one is connected during boot, it fails. atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: unable to set the command byte. device_probe_and_attach: atkbd0 attach returned 6 psm0: unable to set the command byte. hint.atkbd.0.flags="0x2" helps that the keyboard works, but I still wonder why this is the case. Of course it works just fine without any changes when ACPI is disabled. But then the second CPU isn't found. Too bad. Martin From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:21:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FF816A4D2; Wed, 31 Mar 2004 09:21:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4B043D58; Wed, 31 Mar 2004 09:21:15 -0800 (PST) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VHLFGe034756; Wed, 31 Mar 2004 09:21:15 -0800 (PST) (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VHLF9v034752; Wed, 31 Mar 2004 09:21:15 -0800 (PST) (envelope-from takawata) Message-Id: <200403311721.i2VHLF9v034752@repoman.freebsd.org> From: Takanori Watanabe Date: Wed, 31 Mar 2004 09:21:14 -0800 (PST) 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.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, 31 Mar 2004 17:21:16 -0000 takawata 2004/03/31 09:21:14 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Style fix. Pointed out by: njl Revision Changes Path 1.131 +49 -39 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:23:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E52A16A4CE; Wed, 31 Mar 2004 09:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BFA43D2D; Wed, 31 Mar 2004 09:23:47 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VHNkGe035881; Wed, 31 Mar 2004 09:23:46 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VHNkmC035880; Wed, 31 Mar 2004 09:23:46 -0800 (PST) (envelope-from njl) Message-Id: <200403311723.i2VHNkmC035880@repoman.freebsd.org> From: Nate Lawson Date: Wed, 31 Mar 2004 09:23:46 -0800 (PST) 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.c acpi_resource.c acpivar.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, 31 Mar 2004 17:23:47 -0000 njl 2004/03/31 09:23:46 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_resource.c acpivar.h Log: Add an interface to pass an argument to the resource parsing functions. This is just groundwork for changing sysresource behavior. Revision Changes Path 1.132 +1 -1 src/sys/dev/acpica/acpi.c 1.22 +6 -4 src/sys/dev/acpica/acpi_resource.c 1.58 +2 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:26:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83CE116A4D3 for ; Wed, 31 Mar 2004 09:26:07 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4734943D55 for ; Wed, 31 Mar 2004 09:26:07 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 88527 invoked by uid 1000); 31 Mar 2004 17:26:07 -0000 Date: Wed, 31 Mar 2004 09:26:07 -0800 (PST) From: Nate Lawson To: Takanori Watanabe In-Reply-To: <20040331172129.6B29816A4D7@hub.freebsd.org> Message-ID: <20040331092549.Y88504@root.org> References: <20040331172129.6B29816A4D7@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/sys/dev/acpica 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: Wed, 31 Mar 2004 17:26:07 -0000 On Wed, 31 Mar 2004, Takanori Watanabe wrote: > Modified files: > sys/dev/acpica acpi.c > Log: > Style fix. > > Pointed out by: njl > > Revision Changes Path > 1.131 +49 -39 src/sys/dev/acpica/acpi.c Thanks! -Nate From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:27:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C09C16A4CE; Wed, 31 Mar 2004 09:27:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B8243D55; Wed, 31 Mar 2004 09:27:20 -0800 (PST) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VHRJGe036035; Wed, 31 Mar 2004 09:27:19 -0800 (PST) (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VHRJj7036034; Wed, 31 Mar 2004 09:27:19 -0800 (PST) (envelope-from takawata) Message-Id: <200403311727.i2VHRJj7036034@repoman.freebsd.org> From: Takanori Watanabe Date: Wed, 31 Mar 2004 09:27:19 -0800 (PST) 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_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: Wed, 31 Mar 2004 17:27:20 -0000 takawata 2004/03/31 09:27:19 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Add ACPI path in location string for ACPI namespace aware PCI device. Revision Changes Path 1.8 +20 -1 src/sys/dev/acpica/acpi_pci.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:35:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA1316A4CE; Wed, 31 Mar 2004 09:35:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7112243D39; Wed, 31 Mar 2004 09:35:29 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VHZTGe038075; Wed, 31 Mar 2004 09:35:29 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VHZSIV038074; Wed, 31 Mar 2004 09:35:28 -0800 (PST) (envelope-from njl) Message-Id: <200403311735.i2VHZSIV038074@repoman.freebsd.org> From: Nate Lawson Date: Wed, 31 Mar 2004 09:35:28 -0800 (PST) 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.c acpi_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: Wed, 31 Mar 2004 17:35:29 -0000 njl 2004/03/31 09:35:28 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_pci.c Log: Staticize pnp methods, style fixes. Remove unused variable to unbreak kernel build. Revision Changes Path 1.133 +12 -18 src/sys/dev/acpica/acpi.c 1.9 +5 -5 src/sys/dev/acpica/acpi_pci.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 09:38:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C837316A4D1 for ; Wed, 31 Mar 2004 09:38:19 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 81CA543D58 for ; Wed, 31 Mar 2004 09:38:19 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 88605 invoked by uid 1000); 31 Mar 2004 17:38:20 -0000 Date: Wed, 31 Mar 2004 09:38:20 -0800 (PST) From: Nate Lawson To: Peter Grehan In-Reply-To: <20040331074100.6C48E16A54F@hub.freebsd.org> Message-ID: <20040331093706.B88504@root.org> References: <20040331074100.6C48E16A54F@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/sys/powerpc/powermac ata_kauai.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, 31 Mar 2004 17:38:20 -0000 On Tue, 30 Mar 2004, Peter Grehan wrote: > grehan 2004/03/30 23:40:46 PST > > FreeBSD src repository > > Modified files: > sys/powerpc/powermac ata_kauai.c > Log: > The end argument to bus_alloc_resource() should have been ~0 and > not ~1, but the call has been switched over to bus_alloc_resource_any() > which has the same effect. > > Submitted by: Suleiman Souhlal > > Revision Changes Path > 1.3 +1 -2 src/sys/powerpc/powermac/ata_kauai.c For those who protested, this is a good example of what the convenience function is intended to fix. -Nate From owner-cvs-src@FreeBSD.ORG Wed Mar 31 10:14:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F99F16A4CE; Wed, 31 Mar 2004 10:14:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F9443D45; Wed, 31 Mar 2004 10:14:28 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VIESGe047200; Wed, 31 Mar 2004 10:14:28 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VIESTq047199; Wed, 31 Mar 2004 10:14:28 -0800 (PST) (envelope-from bms) Message-Id: <200403311814.i2VIESTq047199@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 10:14:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap pcap-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, 31 Mar 2004 18:14:28 -0000 bms 2004/03/31 10:14:28 PST FreeBSD src repository Modified files: contrib/libpcap pcap-int.h Log: snprintf() and vsnprintf() are part of our base system libc, therefore pcap should not fall back to its own implementations in the absence of HAVE_SNPRINTF and HAVE_VSNPRINTF defines when compiled and installed as part of the world. This should fix builds of pflogd and packages depending on the base system libpcap. Reported by: Andrzej Tobola Revision Changes Path 1.8 +0 -10 src/contrib/libpcap/pcap-int.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 10:15:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C6216A4CE; Wed, 31 Mar 2004 10:15:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180D343D3F; Wed, 31 Mar 2004 10:15:38 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VIFbGe047301; Wed, 31 Mar 2004 10:15:37 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VIFbRa047300; Wed, 31 Mar 2004 10:15:37 -0800 (PST) (envelope-from bms) Message-Id: <200403311815.i2VIFbRa047300@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 10:15:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap pcap-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, 31 Mar 2004 18:15:38 -0000 bms 2004/03/31 10:15:37 PST FreeBSD src repository Modified files: contrib/libpcap pcap-int.h Log: pcap clients should use strlcpy() from the base system libc by default also. Revision Changes Path 1.9 +0 -7 src/contrib/libpcap/pcap-int.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 10:38:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2638F16A4CE; Wed, 31 Mar 2004 10:38:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A54543D2D; Wed, 31 Mar 2004 10:38:03 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VIc2Ge051467; Wed, 31 Mar 2004 10:38:02 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VIc2YG051466; Wed, 31 Mar 2004 10:38:02 -0800 (PST) (envelope-from bms) Message-Id: <200403311838.i2VIc2YG051466@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 10:38:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/setkey parse.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: Wed, 31 Mar 2004 18:38:03 -0000 bms 2004/03/31 10:38:02 PST FreeBSD src repository Modified files: usr.sbin/setkey parse.y Log: Fix regression in setkey whereby parser would fail to recognise tcp as both a security protocol and an upper level protocol for encapsulation. PR: bin/63616 Submitted by: ume@ Revision Changes Path 1.6 +1 -0 src/usr.sbin/setkey/parse.y From owner-cvs-src@FreeBSD.ORG Wed Mar 31 10:46:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890E716A4CE; Wed, 31 Mar 2004 10:46:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A01243D49; Wed, 31 Mar 2004 10:46:14 -0800 (PST) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VIkEGe053500; Wed, 31 Mar 2004 10:46:14 -0800 (PST) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VIkE2o053499; Wed, 31 Mar 2004 10:46:14 -0800 (PST) (envelope-from vkashyap) Message-Id: <200403311846.i2VIkE2o053499@repoman.freebsd.org> From: Vinod Kashyap Date: Wed, 31 Mar 2004 10:46:14 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 18:46:14 -0000 vkashyap 2004/03/31 10:46:14 PST FreeBSD src repository Modified files: sys/conf NOTES options Log: Moved comments on 3ware 9000 series RAID controller driver options from options to NOTES. Revision Changes Path 1.1211 +8 -0 src/sys/conf/NOTES 1.438 +2 -3 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Wed Mar 31 12:39:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FE916A4CE; Wed, 31 Mar 2004 12:39:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B58A43D2F; Wed, 31 Mar 2004 12:39:20 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VKdKGe079836; Wed, 31 Mar 2004 12:39:20 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VKdKk5079835; Wed, 31 Mar 2004 12:39:20 -0800 (PST) (envelope-from ru) Message-Id: <200403312039.i2VKdKk5079835@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 31 Mar 2004 12:39:20 -0800 (PST) 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 polling.4 src/sys/pci if_ste.c if_stereg.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, 31 Mar 2004 20:39:20 -0000 ru 2004/03/31 12:39:20 PST FreeBSD src repository Modified files: share/man/man4 polling.4 sys/pci if_ste.c if_stereg.h Log: Added polling(4) support for ste(4). MFC after: 5 days Revision Changes Path 1.10 +3 -2 src/share/man/man4/polling.4 1.65 +77 -3 src/sys/pci/if_ste.c 1.13 +3 -0 src/sys/pci/if_stereg.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 12:57:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B06C916A4D0 for ; Wed, 31 Mar 2004 12:57:53 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D6A43D2D for ; Wed, 31 Mar 2004 12:57:53 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14912 invoked from network); 31 Mar 2004 20:57:52 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 31 Mar 2004 20:57:52 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i2VKsMDQ048661; Wed, 31 Mar 2004 15:57:37 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Bruce Evans Date: Wed, 31 Mar 2004 15:43:59 -0500 User-Agent: KMail/1.6 References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <20040331030428.GI756@empiric.dek.spc.org> <20040331142321.I768@gamplex.bde.org> In-Reply-To: <20040331142321.I768@gamplex.bde.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403311543.59571.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Bruce M Simpson cc: src-committers@FreeBSD.org cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: David O'Brien cc: cvs-all@FreeBSD.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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, 31 Mar 2004 20:57:54 -0000 On Tuesday 30 March 2004 11:29 pm, Bruce Evans wrote: > On Wed, 31 Mar 2004, Bruce M Simpson wrote: > > On Tue, Mar 30, 2004 at 06:00:10PM -0800, David O'Brien wrote: > > > > > Sorry, but I'd like to have a useful boot0 -- one that tells me my > > > > > partition is something other than "???". That can't be done with a > > > > > 1-sector boot0. > > > > > > > > Are you sure that the bug you're seeing isn't the one that was fixed > > > > by this commit: > > > > > > 99% sure. Our boot0 doesn't understand all possbile MS partition > > > types. > > > > I recognised this and was the one who put David up to this. :-) > > > > Other things, such as grokking EMBRs to allow boot from extended > > partitions, or support for serial console other than COM1, can't be done > > in the 512-byte space we currently have. > > > > But because of system incompatibilities, I would emphasize boot0ext > > remain purely optional; and added to son-of-sysinstall with the relevant > > warnings. > > No; neither boot0ext nor boot0sio should exist. boot0 should just load > the next stage, which may or may not consist if a single 512-byte sector > in the sector following boot0. The problems are to allocate space for the > next stage and find this space in boot0. boot0ext only works if the next > sector is free and will remain free. Which is true on virtually all hard disks with an MBR (except for old dangerously dedicated disks which can't use boot0 anyway and wouldn't need to use it) since MBR slices always start on a cylinder boundary and are never allowed to start at cylinder 0. Also, the 2 sector boot0 does start up and then load the larger version of itself as you suggest above. -- 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 Mar 31 12:58:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBD816A4CE; Wed, 31 Mar 2004 12:58:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BED43D39; Wed, 31 Mar 2004 12:58:39 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VKwdGe089906; Wed, 31 Mar 2004 12:58:39 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VKwdBS089905; Wed, 31 Mar 2004 12:58:39 -0800 (PST) (envelope-from bms) Message-Id: <200403312058.i2VKwdBS089905@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 31 Mar 2004 12:58:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndp 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, 31 Mar 2004 20:58:39 -0000 bms 2004/03/31 12:58:39 PST FreeBSD src repository Modified files: usr.sbin/ndp Makefile Log: Unbreak the build by dealing with an unexpected dependency on tcpdump source present in ndp(8). The vendor branch import uses a _U_ macro to apply the GCC 'unused' attribute to the rcs ids embedded in each source file. Teach ndp about this. Revision Changes Path 1.5 +2 -1 src/usr.sbin/ndp/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 31 12:58:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 152F316A4CF for ; Wed, 31 Mar 2004 12:58:59 -0800 (PST) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB8A43D1D for ; Wed, 31 Mar 2004 12:58:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 28349 invoked from network); 31 Mar 2004 20:58:58 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 31 Mar 2004 20:58:58 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i2VKsMDV048661; Wed, 31 Mar 2004 15:58:44 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Doug Barton Date: Wed, 31 Mar 2004 15:56:07 -0500 User-Agent: KMail/1.6 References: <200403270926.i2R9QMiP083177@repoman.freebsd.org> In-Reply-To: <200403270926.i2R9QMiP083177@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200403291155.43206.jhb@FreeBSD.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mixer X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 20:58:59 -0000 On Saturday 27 March 2004 04:26 am, Doug Barton wrote: > dougb 2004/03/27 01:26:22 PST > > FreeBSD src repository > > Modified files: > etc/rc.d mixer > Log: > A few small cleanups: > > 1. Add the shutdown keyword so that the script is run at shutdown time, > and the mixer* files are saved. Huh, it seemed to work in my testing w/o this change. Maybe I botched something. > 2. Twiddle whitespace. Style(9) mandates blank lines at the start of functions with no local variables, so that's why I did that. > 3. Remove an unecessary function, and therefore collapse one variable. Only unnecessary if you don't value abstraction. :) Now if you want to ever change the names of the mixer saved files due to a conflict or some such, you have to change it in multiple places rather than just one. I also did post this script for review on @arch before it was committed, btw. -- 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 Mar 31 13:00:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E54116A4D0; Wed, 31 Mar 2004 13:00:50 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92F443D41; Wed, 31 Mar 2004 13:00:49 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 803DB653AC; Wed, 31 Mar 2004 22:00:48 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 54047-02-19; Wed, 31 Mar 2004 22:00:48 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id F10FD651F7; Wed, 31 Mar 2004 22:00:47 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 02983612C; Wed, 31 Mar 2004 22:00:46 +0100 (BST) Date: Wed, 31 Mar 2004 22:00:46 +0100 From: Bruce M Simpson To: Bruce M Simpson Message-ID: <20040331210046.GD32757@empiric.dek.spc.org> Mail-Followup-To: Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403312058.i2VKwdBS089905@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403312058.i2VKwdBS089905@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ndp 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, 31 Mar 2004 21:00:50 -0000 On Wed, Mar 31, 2004 at 12:58:39PM -0800, Bruce M Simpson wrote: > Log: > Unbreak the build by dealing with an unexpected dependency on tcpdump source > present in ndp(8). Reported by: le@ From owner-cvs-src@FreeBSD.ORG Wed Mar 31 13:10:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4136D16A4CF; Wed, 31 Mar 2004 13:10:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3872743D1F; Wed, 31 Mar 2004 13:10:02 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VLA2Ge092912; Wed, 31 Mar 2004 13:10:02 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VLA1O7092911; Wed, 31 Mar 2004 13:10:01 -0800 (PST) (envelope-from ru) Message-Id: <200403312110.i2VLA1O7092911@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 31 Mar 2004 13:10:01 -0800 (PST) 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_ste.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, 31 Mar 2004 21:10:02 -0000 ru 2004/03/31 13:10:01 PST FreeBSD src repository Modified files: sys/pci if_ste.c Log: Under a heavy RX load, at least with D-Link DFE-550TX adapters, the driver's RX ring head may fall behind the chip, causing the stuck traffic, disordered packets, etc. Work around this by adopting the technique of resyncing RX head used in dc(4) and xl(4) drivers, but do it in a slightly different place to reduce the number of resyncs needed. Also, set the NIC's RX polling period to a more meaningful value, to stop overloading the PCI bus (this also reduces the number of resyncs by a factor of 3 or more in a long run; the actual number is very dependent on a nature of the traffic). Maintain the statistics counter as the hw.ste_rxsyncs sysctl. In cooperation with: Vsevolod Lobko OK'ed by: ambrisko MFC after: 5 days Revision Changes Path 1.66 +18 -1 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 13:32:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9C116A4CE; Wed, 31 Mar 2004 13:32:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611D243D31; Wed, 31 Mar 2004 13:32:59 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VLWxGe098745; Wed, 31 Mar 2004 13:32:59 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VLWxDb098744; Wed, 31 Mar 2004 13:32:59 -0800 (PST) (envelope-from des) Message-Id: <200403312132.i2VLWxDb098744@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 31 Mar 2004 13:32:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias alias.c alias_local.h alias_pptp.c alias_util.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, 31 Mar 2004 21:32:59 -0000 des 2004/03/31 13:32:59 PST FreeBSD src repository Modified files: lib/libalias alias.c alias_local.h alias_pptp.c alias_util.c Log: Deal with aliasing warnings. Reviewed by: ru Approved by: silence on the lists Revision Changes Path 1.41 +57 -172 src/lib/libalias/alias.c 1.27 +1 -2 src/lib/libalias/alias_local.h 1.9 +2 -6 src/lib/libalias/alias_pptp.c 1.12 +3 -1 src/lib/libalias/alias_util.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 13:33:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E86016A4CE; Wed, 31 Mar 2004 13:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530A243D2D; Wed, 31 Mar 2004 13:33:55 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VLXtGe098799; Wed, 31 Mar 2004 13:33:55 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VLXthL098798; Wed, 31 Mar 2004 13:33:55 -0800 (PST) (envelope-from des) Message-Id: <200403312133.i2VLXthL098798@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 31 Mar 2004 13:33:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias 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, 31 Mar 2004 21:33:55 -0000 des 2004/03/31 13:33:55 PST FreeBSD src repository Modified files: lib/libalias Makefile Log: Raise WARNS level to 2. Revision Changes Path 1.25 +1 -0 src/lib/libalias/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 31 13:47:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206D816A4CF for ; Wed, 31 Mar 2004 13:47:15 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D3B7B43D31 for ; Wed, 31 Mar 2004 13:47:14 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 90434 invoked by uid 1000); 31 Mar 2004 21:47:16 -0000 Date: Wed, 31 Mar 2004 13:47:16 -0800 (PST) From: Nate Lawson To: Ruslan Ermilov In-Reply-To: <20040331211028.37B5016A4E2@hub.freebsd.org> Message-ID: <20040331134609.N90425@root.org> References: <20040331211028.37B5016A4E2@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/sys/pci if_ste.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, 31 Mar 2004 21:47:15 -0000 On Wed, 31 Mar 2004, Ruslan Ermilov wrote: > Modified files: > sys/pci if_ste.c > Log: > Under a heavy RX load, at least with D-Link DFE-550TX adapters, > the driver's RX ring head may fall behind the chip, causing the > stuck traffic, disordered packets, etc. Work around this by > adopting the technique of resyncing RX head used in dc(4) and > xl(4) drivers, but do it in a slightly different place to reduce > the number of resyncs needed. > > Also, set the NIC's RX polling period to a more meaningful value, > to stop overloading the PCI bus (this also reduces the number of > resyncs by a factor of 3 or more in a long run; the actual number > is very dependent on a nature of the traffic). > > Maintain the statistics counter as the hw.ste_rxsyncs sysctl. This pollutes the toplevel hw sysctl space. Please move it to hw.ste.rxsyncs or better, debug.*. -Nate From owner-cvs-src@FreeBSD.ORG Wed Mar 31 13:48:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4000616A4CE; Wed, 31 Mar 2004 13:48:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2534743D1F; Wed, 31 Mar 2004 13:48:03 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VLm2Ge001205; Wed, 31 Mar 2004 13:48:02 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VLm23k001204; Wed, 31 Mar 2004 13:48:02 -0800 (PST) (envelope-from luigi) Message-Id: <200403312148.i2VLm23k001204@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 31 Mar 2004 13:48:02 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 31 Mar 2004 21:48:03 -0000 luigi 2004/03/31 13:48:02 PST FreeBSD src repository Modified files: sys/dev/md md.c Log: Fix a bug with preloaded image -- for some reason [that i don't completely understand], md_takeroot() runs before md_preloaded(), rendering both useless. As a fix, move the body (effectively one line!) of md_takeroot() into md_preloaded(), and get rid of the stuff that has become useless. Bug and fix reported 10 days ago on -current, no reply. Revision Changes Path 1.119 +3 -14 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 14:59:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B62716A4CE; Wed, 31 Mar 2004 14:59:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B2143D1F; Wed, 31 Mar 2004 14:59:57 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VMxuGe016769; Wed, 31 Mar 2004 14:59:56 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VMxuOv016768; Wed, 31 Mar 2004 14:59:56 -0800 (PST) (envelope-from rwatson) Message-Id: <200403312259.i2VMxuOv016768@repoman.freebsd.org> From: Robert Watson Date: Wed, 31 Mar 2004 14:59:56 -0800 (PST) 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_sl.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, 31 Mar 2004 22:59:57 -0000 rwatson 2004/03/31 14:59:56 PST FreeBSD src repository Modified files: sys/net if_sl.c Log: Abstract "is a particular SLIP unit free" check behind slisunitfree(), and use that instead of manual list searches in a couple of places. Revision Changes Path 1.112 +18 -12 src/sys/net/if_sl.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 15:51:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38B716A4CE; Wed, 31 Mar 2004 15:51:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9751A43D1D; Wed, 31 Mar 2004 15:51:12 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VNpCGe028713; Wed, 31 Mar 2004 15:51:12 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VNpCUN028712; Wed, 31 Mar 2004 15:51:12 -0800 (PST) (envelope-from gad) Message-Id: <200403312351.i2VNpCUN028712@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 31 Mar 2004 15:51:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.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: Wed, 31 Mar 2004 23:51:12 -0000 gad 2004/03/31 15:51:12 PST FreeBSD src repository Modified files: bin/ps ps.1 Log: Describe the sorting options in better and more complete detail. Also improve the description of `-L' a little. MFC after: 4 days Revision Changes Path 1.73 +29 -6 src/bin/ps/ps.1 From owner-cvs-src@FreeBSD.ORG Wed Mar 31 16:04:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE84916A4CE; Wed, 31 Mar 2004 16:04:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9252643D1F; Wed, 31 Mar 2004 16:04:23 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3104NGe032722; Wed, 31 Mar 2004 16:04:23 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3104NmW032721; Wed, 31 Mar 2004 16:04:23 -0800 (PST) (envelope-from pjd) Message-Id: <200404010004.i3104NmW032721@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 31 Mar 2004 16:04:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.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, 01 Apr 2004 00:04:23 -0000 pjd 2004/03/31 16:04:23 PST FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_status.c Log: Remove ps_argsopen from this check, because of two reasons: 1. This check if wrong, because it is true by default (kern.ps_argsopen is 1 by default) (p_cansee() is not even checked). 2. Sysctl kern.ps_argsopen is going away. Revision Changes Path 1.83 +1 -1 src/sys/compat/linprocfs/linprocfs.c 1.51 +1 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 16:08:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258C316A4CE; Wed, 31 Mar 2004 16:08:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8B843D2D; Wed, 31 Mar 2004 16:08:21 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3108KGe032911; Wed, 31 Mar 2004 16:08:20 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3108KuV032910; Wed, 31 Mar 2004 16:08:20 -0800 (PST) (envelope-from pjd) Message-Id: <200404010008.i3108KuV032910@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 31 Mar 2004 16:08:20 -0800 (PST) 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_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, 01 Apr 2004 00:08:21 -0000 pjd 2004/03/31 16:08:20 PST FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Remove ps_argsopen check. It is was bogus in the past and was corrected not quite well by me - if kern.ps_argsopen was set to 0, users weren't permitted to see arguments of even own processes. But kern.ps_argsopen is going away, so just remove this check and leave security checks for p_cansee() function. Revision Changes Path 1.201 +0 -5 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 16:10:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C994516A4CF; Wed, 31 Mar 2004 16:10:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8C943D1D; Wed, 31 Mar 2004 16:10:45 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i310AjGe033078; Wed, 31 Mar 2004 16:10:45 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i310Ajd2033077; Wed, 31 Mar 2004 16:10:45 -0800 (PST) (envelope-from pjd) Message-Id: <200404010010.i310Ajd2033077@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 31 Mar 2004 16:10:45 -0800 (PST) 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_exec.c src/sys/sys proc.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, 01 Apr 2004 00:10:45 -0000 pjd 2004/03/31 16:10:45 PST FreeBSD src repository Modified files: sys/kern kern_exec.c sys/sys proc.h Log: Remove sysctl kern.ps_argsopen, it is not very useful, one should use security.bsd.see_other_uids instead. Discussed with: phk, rwatson Revision Changes Path 1.241 +0 -3 src/sys/kern/kern_exec.c 1.372 +0 -1 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 16:33:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC0316A4CE; Wed, 31 Mar 2004 16:33:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EAD943D1F; Wed, 31 Mar 2004 16:33:33 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i310XXGe038848; Wed, 31 Mar 2004 16:33:33 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i310XX67038847; Wed, 31 Mar 2004 16:33:33 -0800 (PST) (envelope-from sam) Message-Id: <200404010033.i310XX67038847@repoman.freebsd.org> From: Sam Leffler Date: Wed, 31 Mar 2004 16:33:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.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, 01 Apr 2004 00:33:33 -0000 sam 2004/03/31 16:33:33 PST FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: correct xmit-side radiotap collection by tap'ing the frame before prepending the h/w header Revision Changes Path 1.165 +4 -4 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 16:38:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E1716A4CE; Wed, 31 Mar 2004 16:38:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D12443D41; Wed, 31 Mar 2004 16:38:46 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i310ckGe039105; Wed, 31 Mar 2004 16:38:46 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i310cjWE039104; Wed, 31 Mar 2004 16:38:45 -0800 (PST) (envelope-from sam) Message-Id: <200404010038.i310cjWE039104@repoman.freebsd.org> From: Sam Leffler Date: Wed, 31 Mar 2004 16:38:45 -0800 (PST) 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 if_athvar.h src/sys/dev/wi if_wi.c if_wivar.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, 01 Apr 2004 00:38:46 -0000 sam 2004/03/31 16:38:45 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h sys/dev/wi if_wi.c if_wivar.h Log: radiotap updates: o force little-endian byte order for header o pad header to 32-bit boundary to guard against applications that assume packet data alignment Revision Changes Path 1.47 +12 -7 src/sys/dev/ath/if_ath.c 1.11 +2 -0 src/sys/dev/ath/if_athvar.h 1.166 +12 -7 src/sys/dev/wi/if_wi.c 1.22 +2 -0 src/sys/dev/wi/if_wivar.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 17:33:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E3916A4CE; Wed, 31 Mar 2004 17:33:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC8E43D2F; Wed, 31 Mar 2004 17:33:37 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i311XbGe057963; Wed, 31 Mar 2004 17:33:37 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i311XbCi057962; Wed, 31 Mar 2004 17:33:37 -0800 (PST) (envelope-from grehan) Message-Id: <200404010133.i311XbCi057962@repoman.freebsd.org> From: Peter Grehan Date: Wed, 31 Mar 2004 17:33:37 -0800 (PST) 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_apple.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, 01 Apr 2004 01:33:38 -0000 grehan 2004/03/31 17:33:37 PST FreeBSD src repository Modified files: sys/geom geom_apple.c Log: Move the name attribute to the end of the conftxt line to simplify libdisk parsing (the name may be empty, or contain spaces). Submitted by: Suleiman Souhlal Revision Changes Path 1.14 +6 -4 src/sys/geom/geom_apple.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 20:21:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C2A16A4CE; Wed, 31 Mar 2004 20:21:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E4343D46; Wed, 31 Mar 2004 20:21:34 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i314LYGe094624; Wed, 31 Mar 2004 20:21:34 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i314LYeH094623; Wed, 31 Mar 2004 20:21:34 -0800 (PST) (envelope-from njl) Message-Id: <200404010421.i314LYeH094623@repoman.freebsd.org> From: Nate Lawson Date: Wed, 31 Mar 2004 20:21:34 -0800 (PST) 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.c acpivar.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, 01 Apr 2004 04:21:34 -0000 njl 2004/03/31 20:21:34 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpivar.h Log: Move the ivar accessing routines back to inlines (reverting acpivar.h rev 1.44 and acpi.c rev 1.96). Now gcc can handle larger inlines and we really need external drivers to be able to read their acpi ivars. Revision Changes Path 1.134 +0 -76 src/sys/dev/acpica/acpi.c 1.59 +71 -9 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Wed Mar 31 22:42:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B090116A4CE; Wed, 31 Mar 2004 22:42:47 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAA643D2F; Wed, 31 Mar 2004 22:42:46 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i316k99x019158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Apr 2004 09:46:10 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i316gfiG018704; Thu, 1 Apr 2004 09:42:41 +0300 (EEST) (envelope-from ru) Date: Thu, 1 Apr 2004 09:42:41 +0300 From: Ruslan Ermilov To: Nate Lawson Message-ID: <20040401064241.GA18644@ip.net.ua> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <20040331134609.N90425@root.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_ste.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, 01 Apr 2004 06:42:48 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: > On Wed, 31 Mar 2004, Ruslan Ermilov wrote: > > Modified files: > > sys/pci if_ste.c > > Log: > > Under a heavy RX load, at least with D-Link DFE-550TX adapters, > > the driver's RX ring head may fall behind the chip, causing the > > stuck traffic, disordered packets, etc. Work around this by > > adopting the technique of resyncing RX head used in dc(4) and > > xl(4) drivers, but do it in a slightly different place to reduce > > the number of resyncs needed. > > > > Also, set the NIC's RX polling period to a more meaningful value, > > to stop overloading the PCI bus (this also reduces the number of > > resyncs by a factor of 3 or more in a long run; the actual number > > is very dependent on a nature of the traffic). > > > > Maintain the statistics counter as the hw.ste_rxsyncs sysctl. >=20 > This pollutes the toplevel hw sysctl space. Please move it to > hw.ste.rxsyncs or better, debug.*. >=20 Seems I followed the bad practice from dc(4) and fxp(4). I will move it to hw.ste, thanks. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAa7nhUkv4P6juNwoRArzIAJ0c11E8P60wzWASTOOPmP5Na6FJWgCfXkG4 7saHHYDAxKv7qZipPK8WTy0= =l2Rs -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-cvs-src@FreeBSD.ORG Wed Mar 31 22:50:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB6716A4CE; Wed, 31 Mar 2004 22:50:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF2D43D3F; Wed, 31 Mar 2004 22:50:21 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i316oLGe032319; Wed, 31 Mar 2004 22:50:21 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i316oLjg032318; Wed, 31 Mar 2004 22:50:21 -0800 (PST) (envelope-from silby) Message-Id: <200404010650.i316oLjg032318@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 31 Mar 2004 22:50:21 -0800 (PST) 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 mbuf.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: Thu, 01 Apr 2004 06:50:21 -0000 silby 2004/03/31 22:50:21 PST FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Document the m_defrag function. (Mostly copied from the description in uipc_mbuf.c) Revision Changes Path 1.43 +18 -0 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Wed Mar 31 23:18:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CDD16A4CE; Wed, 31 Mar 2004 23:18:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F9B43D55; Wed, 31 Mar 2004 23:18:43 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i317IhGe039794; Wed, 31 Mar 2004 23:18:43 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i317IhsP039793; Wed, 31 Mar 2004 23:18:43 -0800 (PST) (envelope-from scottl) Message-Id: <200404010718.i317IhsP039793@repoman.freebsd.org> From: Scott Long Date: Wed, 31 Mar 2004 23:18:43 -0800 (PST) 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_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: Thu, 01 Apr 2004 07:18:43 -0000 scottl 2004/03/31 23:18:43 PST FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. Revision Changes Path 1.144 +1 -1 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 23:34:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A86316A4CE; Wed, 31 Mar 2004 23:34:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DD643D2D; Wed, 31 Mar 2004 23:34:36 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i317YaGe043874; Wed, 31 Mar 2004 23:34:36 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i317Yank043873; Wed, 31 Mar 2004 23:34:36 -0800 (PST) (envelope-from grehan) Message-Id: <200404010734.i317Yank043873@repoman.freebsd.org> From: Peter Grehan Date: Wed, 31 Mar 2004 23:34:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac grackle.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, 01 Apr 2004 07:34:37 -0000 grehan 2004/03/31 23:34:36 PST FreeBSD src repository Modified files: sys/powerpc/powermac grackle.c Log: Match the specific MPC106 host bridge PCI ID rather than all generic host bridges: this avoids a race with the UniNorth generic match. Revision Changes Path 1.3 +3 -6 src/sys/powerpc/powermac/grackle.c From owner-cvs-src@FreeBSD.ORG Wed Mar 31 23:36:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DEC16A4CE; Wed, 31 Mar 2004 23:36:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EF443D48; Wed, 31 Mar 2004 23:36:57 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i317avGe044029; Wed, 31 Mar 2004 23:36:57 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i317avYR044028; Wed, 31 Mar 2004 23:36:57 -0800 (PST) (envelope-from silby) Message-Id: <200404010736.i317avYR044028@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 31 Mar 2004 23:36:57 -0800 (PST) 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 mbuf.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: Thu, 01 Apr 2004 07:36:58 -0000 silby 2004/03/31 23:36:57 PST FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Fix last commit to conform to mdoc style. Submitted by: hmp Revision Changes Path 1.44 +6 -4 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Wed Mar 31 23:54:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5371716A4CE; Wed, 31 Mar 2004 23:54:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C2943D2D; Wed, 31 Mar 2004 23:54:29 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i317sSGe048077; Wed, 31 Mar 2004 23:54:28 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i317sStY048076; Wed, 31 Mar 2004 23:54:28 -0800 (PST) (envelope-from ru) Message-Id: <200404010754.i317sStY048076@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 31 Mar 2004 23:54:27 -0800 (PST) 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 mbuf.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: Thu, 01 Apr 2004 07:54:29 -0000 ru 2004/03/31 23:54:27 PST FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Assorted mdoc(7) fixes. Revision Changes Path 1.45 +11 -8 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 01:54:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE5C16A4CE; Thu, 1 Apr 2004 01:54:04 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE4143D2D; Thu, 1 Apr 2004 01:54:04 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id CA50D5311; Thu, 1 Apr 2004 11:54:03 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C36335308; Thu, 1 Apr 2004 11:53:57 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id ADA7333CAA; Thu, 1 Apr 2004 11:53:57 +0200 (CEST) To: Pawel Jakub Dawidek References: <200404010004.i3104NmW032721@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 01 Apr 2004 11:53:57 +0200 In-Reply-To: <200404010004.i3104NmW032721@repoman.freebsd.org> (Pawel Jakub Dawidek's message of "Wed, 31 Mar 2004 16:04:23 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.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, 01 Apr 2004 09:54:05 -0000 Pawel Jakub Dawidek writes: > Modified files: > sys/compat/linprocfs linprocfs.c=20 > sys/fs/procfs procfs_status.c=20 des@dwp ~% grep procfs /usr/src/MAINTAINERS procfs des Advance notification requested. linprocfs des Advance notification requested. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Apr 1 01:59:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7544A16A4D0; Thu, 1 Apr 2004 01:59:48 -0800 (PST) Received: from darkness.comp.waw.pl (unknown [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61C443D5C; Thu, 1 Apr 2004 01:59:47 -0800 (PST) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 5E6ADACAFB; Thu, 1 Apr 2004 11:59:46 +0200 (CEST) Date: Thu, 1 Apr 2004 11:59:46 +0200 From: Pawel Jakub Dawidek To: Dag-Erling Sm?rgrav Message-ID: <20040401095946.GM8930@darkness.comp.waw.pl> References: <200404010004.i3104NmW032721@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3zkUw7Z/8N7C7PXP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.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, 01 Apr 2004 09:59:48 -0000 --3zkUw7Z/8N7C7PXP Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 01, 2004 at 11:53:57AM +0200, Dag-Erling Sm?rgrav wrote: +> Pawel Jakub Dawidek writes: +> > Modified files: +> > sys/compat/linprocfs linprocfs.c=20 +> > sys/fs/procfs procfs_status.c=20 +>=20 +> des@dwp ~% grep procfs /usr/src/MAINTAINERS +> procfs des Advance notification requested. +> linprocfs des Advance notification requested. Argh! Sorry des@... I'll try not to make this mistake in the future. Anyway, are you ok with this commit? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --3zkUw7Z/8N7C7PXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAa+gSForvXbEpPzQRAqwsAJ0WGp/7q4npBPVNteFw/uSM9DyvWwCgrOV3 C3+a7tcn1mny1fiyihrg9rM= =R0iE -----END PGP SIGNATURE----- --3zkUw7Z/8N7C7PXP-- From owner-cvs-src@FreeBSD.ORG Thu Apr 1 02:00:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BE716A4D2; Thu, 1 Apr 2004 02:00:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EB843D60; Thu, 1 Apr 2004 02:00:05 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31A04Ge080756; Thu, 1 Apr 2004 02:00:04 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31A04s2080755; Thu, 1 Apr 2004 02:00:04 -0800 (PST) (envelope-from des) Message-Id: <200404011000.i31A04s2080755@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 1 Apr 2004 02:00:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 10:00:05 -0000 des 2004/04/01 02:00:04 PST FreeBSD src repository Modified files: sys/conf majors Log: Back out 1.188 (major number for twa). The twa driver does not need it. Pointy hat to: ps Revision Changes Path 1.198 +0 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Thu Apr 1 02:02:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D2FB16A4CE; Thu, 1 Apr 2004 02:02:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E430243D1D; Thu, 1 Apr 2004 02:02:50 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31A2oGe082366; Thu, 1 Apr 2004 02:02:50 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31A2o9b082362; Thu, 1 Apr 2004 02:02:50 -0800 (PST) (envelope-from des) Message-Id: <200404011002.i31A2o9b082362@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 1 Apr 2004 02:02:50 -0800 (PST) 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 files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 10:02:51 -0000 des 2004/04/01 02:02:50 PST FreeBSD src repository Modified files: sys/conf files files.i386 Log: Move twa from files.i386 to files. This unbreaks LINT on !i386. Pointy hat to: vkashyap, ps Revision Changes Path 1.878 +6 -0 src/sys/conf/files 1.483 +0 -5 src/sys/conf/files.i386 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 02:03:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 280AA16A4CE; Thu, 1 Apr 2004 02:03:44 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDA043D31; Thu, 1 Apr 2004 02:03:43 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id BFACF5311; Thu, 1 Apr 2004 12:03:42 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2EDEE5308; Thu, 1 Apr 2004 12:03:36 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id B31D533CAA; Thu, 1 Apr 2004 12:03:35 +0200 (CEST) To: Pawel Jakub Dawidek References: <200404010004.i3104NmW032721@repoman.freebsd.org> <20040401095946.GM8930@darkness.comp.waw.pl> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 01 Apr 2004 12:03:35 +0200 In-Reply-To: <20040401095946.GM8930@darkness.comp.waw.pl> (Pawel Jakub Dawidek's message of "Thu, 1 Apr 2004 11:59:46 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.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, 01 Apr 2004 10:03:44 -0000 Pawel Jakub Dawidek writes: > Argh! Sorry des@... I'll try not to make this mistake in the future. > Anyway, are you ok with this commit? Yes, it looks fine. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Apr 1 02:58:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5584616A4CE; Thu, 1 Apr 2004 02:58:28 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EC043D31; Thu, 1 Apr 2004 02:58:27 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1B8zuZ-0002Er-J5; Thu, 01 Apr 2004 17:59:03 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i31Awvxm075951; Thu, 1 Apr 2004 17:58:57 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i31AwvmZ075950; Thu, 1 Apr 2004 17:58:57 +0700 (NOVST) (envelope-from danfe) Date: Thu, 1 Apr 2004 17:58:57 +0700 From: Alexey Dokuchaev To: Ruslan Ermilov Message-ID: <20040401105857.GA72284@regency.nsu.ru> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401064241.GA18644@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040401064241.GA18644@ip.net.ua> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/pci if_ste.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, 01 Apr 2004 10:58:28 -0000 On Thu, Apr 01, 2004 at 09:42:41AM +0300, Ruslan Ermilov wrote: > On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: > > On Wed, 31 Mar 2004, Ruslan Ermilov wrote: > > > Modified files: > > > sys/pci if_ste.c > > > Log: > > > Under a heavy RX load, at least with D-Link DFE-550TX adapters, > > > the driver's RX ring head may fall behind the chip, causing the > > > stuck traffic, disordered packets, etc. Work around this by > > > adopting the technique of resyncing RX head used in dc(4) and > > > xl(4) drivers, but do it in a slightly different place to reduce > > > the number of resyncs needed. > > > > > > Also, set the NIC's RX polling period to a more meaningful value, > > > to stop overloading the PCI bus (this also reduces the number of > > > resyncs by a factor of 3 or more in a long run; the actual number > > > is very dependent on a nature of the traffic). > > > > > > Maintain the statistics counter as the hw.ste_rxsyncs sysctl. > > > > This pollutes the toplevel hw sysctl space. Please move it to > > hw.ste.rxsyncs or better, debug.*. > > > Seems I followed the bad practice from dc(4) and fxp(4). I will > move it to hw.ste, thanks. Care to fix this "bad practice" in dc(4) and fxp(4) as well? :) Or should we wait for their maintainers, or possibly filling the PR ? ./danfe From owner-cvs-src@FreeBSD.ORG Thu Apr 1 03:12:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07FEE16A4CE; Thu, 1 Apr 2004 03:12:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11ED43D1D; Thu, 1 Apr 2004 03:12:29 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31BCTGe098855; Thu, 1 Apr 2004 03:12:29 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31BCTG3098854; Thu, 1 Apr 2004 03:12:29 -0800 (PST) (envelope-from ru) Message-Id: <200404011112.i31BCTG3098854@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Apr 2004 03:12:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 polling.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: Thu, 01 Apr 2004 11:12:30 -0000 ru 2004/04/01 03:12:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 polling.4 Log: MFC: 1.7, 1.9: Improved documentation about polling(4). Revision Changes Path 1.1.2.6 +132 -38 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 04:55:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3728F16A4D0; Thu, 1 Apr 2004 04:55:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A9543D1F; Thu, 1 Apr 2004 04:55:40 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31CtdGe026474; Thu, 1 Apr 2004 04:55:39 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31CtcY0026473; Thu, 1 Apr 2004 04:55:38 -0800 (PST) (envelope-from ru) Message-Id: <200404011255.i31CtcY0026473@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Apr 2004 04:55:38 -0800 (PST) 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_ste.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, 01 Apr 2004 12:55:40 -0000 ru 2004/04/01 04:55:38 PST FreeBSD src repository Modified files: sys/pci if_ste.c Log: Moved the statistical counter under hw.ste.rxsyncs. Suggested by: njl Revision Changes Path 1.67 +3 -1 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 05:28:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90AC316B18C; Thu, 1 Apr 2004 05:28:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6438B43D53; Thu, 1 Apr 2004 05:28:36 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31DSaGe033678; Thu, 1 Apr 2004 05:28:36 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31DSaWO033677; Thu, 1 Apr 2004 05:28:36 -0800 (PST) (envelope-from gad) Message-Id: <200404011328.i31DSaWO033677@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 1 Apr 2004 05:28:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.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: Thu, 01 Apr 2004 13:28:36 -0000 gad 2004/04/01 05:28:36 PST FreeBSD src repository Modified files: bin/ps ps.1 Log: Add spaces after flag names on .Fl macros. Noticed by: ru MFC after: 4 days Revision Changes Path 1.74 +2 -2 src/bin/ps/ps.1 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 05:48:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8654916A4CE; Thu, 1 Apr 2004 05:48:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EAF43D45; Thu, 1 Apr 2004 05:48:23 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31DmNGe038076; Thu, 1 Apr 2004 05:48:23 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31DmNHf038075; Thu, 1 Apr 2004 05:48:23 -0800 (PST) (envelope-from suz) Message-Id: <200404011348.i31DmNHf038075@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 1 Apr 2004 05:48:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 udp6_usrreq.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, 01 Apr 2004 13:48:23 -0000 suz 2004/04/01 05:48:23 PST FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: UDP checksum is mandatory in IPv6 (RFC2460 p.28) Obtained from: KAME Revision Changes Path 1.47 +4 -2 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 05:50:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF7316A4CE; Thu, 1 Apr 2004 05:50:17 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3531143D1F; Thu, 1 Apr 2004 05:50:16 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i31DrgSX043044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Apr 2004 16:53:43 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i31DoBc3000490; Thu, 1 Apr 2004 16:50:11 +0300 (EEST) (envelope-from ru) Date: Thu, 1 Apr 2004 16:50:11 +0300 From: Ruslan Ermilov To: Alexey Dokuchaev Message-ID: <20040401135011.GB378@ip.net.ua> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401064241.GA18644@ip.net.ua> <20040401105857.GA72284@regency.nsu.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline In-Reply-To: <20040401105857.GA72284@regency.nsu.ru> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/pci if_ste.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, 01 Apr 2004 13:50:17 -0000 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 01, 2004 at 05:58:57PM +0700, Alexey Dokuchaev wrote: > On Thu, Apr 01, 2004 at 09:42:41AM +0300, Ruslan Ermilov wrote: > > On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: [...] > > > This pollutes the toplevel hw sysctl space. Please move it to > > > hw.ste.rxsyncs or better, debug.*. > > >=20 > > Seems I followed the bad practice from dc(4) and fxp(4). I will > > move it to hw.ste, thanks. >=20 > Care to fix this "bad practice" in dc(4) and fxp(4) as well? :) Or > should we wait for their maintainers, or possibly filling the PR ? >=20 Better submit a patch, it should be pretty trivial. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAbB4TUkv4P6juNwoRAqusAJwLEVoTuMs5C5USWSv/2t/Wb+VkuwCeMwkg wosVAbWGzPZkI6vqBMTsTcQ= =ArYO -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv-- From owner-cvs-src@FreeBSD.ORG Thu Apr 1 06:23:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D288C16A4CE; Thu, 1 Apr 2004 06:23:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B619D43D31; Thu, 1 Apr 2004 06:23:41 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31ENfGe047049; Thu, 1 Apr 2004 06:23:41 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31ENfsr047048; Thu, 1 Apr 2004 06:23:41 -0800 (PST) (envelope-from nyan) Message-Id: <200404011423.i31ENfsr047048@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 1 Apr 2004 06:23:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 14:23:42 -0000 nyan 2004/04/01 06:23:41 PST FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: The twa device and related options are not needed. Revision Changes Path 1.31 +3 -0 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:16:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346D616A4CE; Thu, 1 Apr 2004 08:16:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1785243D2F; Thu, 1 Apr 2004 08:16:57 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31GGuGe072297; Thu, 1 Apr 2004 08:16:56 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31GGu7b072296; Thu, 1 Apr 2004 08:16:56 -0800 (PST) (envelope-from rik) Message-Id: <200404011616.i31GGu7b072296@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 08:16:56 -0800 (PST) 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/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: Thu, 01 Apr 2004 16:16:57 -0000 rik 2004/04/01 08:16:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC: Cronyx-Sigma entry. Approved by: imp (mentor) Revision Changes Path 1.749.2.162 +2 -1 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:37:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E9316A4CE; Thu, 1 Apr 2004 08:37:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A80243D1F; Thu, 1 Apr 2004 08:37:47 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31GbkGe076444; Thu, 1 Apr 2004 08:37:46 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31GbkYZ076443; Thu, 1 Apr 2004 08:37:46 -0800 (PST) (envelope-from dwmalone) Message-Id: <200404011637.i31GbkYZ076443@repoman.freebsd.org> From: David Malone Date: Thu, 1 Apr 2004 08:37:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.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, 01 Apr 2004 16:37:47 -0000 dwmalone 2004/04/01 08:37:46 PST FreeBSD src repository Modified files: usr.sbin/cdcontrol cdcontrol.c Log: If the user doesn't specify a device and we can't open any of the defaults, don't print an error using a uninitialised devbuf. Revision Changes Path 1.48 +7 -6 src/usr.sbin/cdcontrol/cdcontrol.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:40:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E81F16A4CE; Thu, 1 Apr 2004 08:40:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8314943D31; Thu, 1 Apr 2004 08:40:29 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31GeTGe076636; Thu, 1 Apr 2004 08:40:29 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31GeT31076635; Thu, 1 Apr 2004 08:40:29 -0800 (PST) (envelope-from rik) Message-Id: <200404011640.i31GeT31076635@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 08:40:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf options.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 16:40:29 -0000 rik 2004/04/01 08:40:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf options.i386 Log: MFC: Add NETGRAPH_CRONYX option (if set, enables NETGRAPH support). Approved by: imp (mentor) Revision Changes Path 1.132.2.23 +3 -0 src/sys/conf/options.i386 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:48:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2A616A4CE; Thu, 1 Apr 2004 08:48:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F0B43D31; Thu, 1 Apr 2004 08:48:08 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31Gm8Ge084739; Thu, 1 Apr 2004 08:48:08 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31Gm8tA084738; Thu, 1 Apr 2004 08:48:08 -0800 (PST) (envelope-from rik) Message-Id: <200404011648.i31Gm8tA084738@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 08:48:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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: Thu, 01 Apr 2004 16:48:09 -0000 rik 2004/04/01 08:48:08 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files.pc98 Log: MFC: Remove references to old driver. We do not support pc98 at all. Approved by: imp (mentor) Revision Changes Path 1.140.2.46 +0 -3 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:55:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5D116A4CE; Thu, 1 Apr 2004 08:55:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832AE43D1F; Thu, 1 Apr 2004 08:55:31 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31GtVGe086819; Thu, 1 Apr 2004 08:55:31 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31GtUBE086818; Thu, 1 Apr 2004 08:55:30 -0800 (PST) (envelope-from rik) Message-Id: <200404011655.i31GtUBE086818@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 08:55:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 16:55:31 -0000 rik 2004/04/01 08:55:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files.i386 Log: MFC: 1. Remove references to old driver. 2. Connect new one to the system. Approved by: imp (mentor) Revision Changes Path 1.307.2.42 +3 -3 src/sys/conf/files.i386 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 08:57:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4976A16A4CF; Thu, 1 Apr 2004 08:57:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2FB43D62; Thu, 1 Apr 2004 08:57:01 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31Gv0Ge087013; Thu, 1 Apr 2004 08:57:00 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31Gv0aE087012; Thu, 1 Apr 2004 08:57:00 -0800 (PST) (envelope-from rik) Message-Id: <200404011657.i31Gv0aE087012@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 08:57:00 -0800 (PST) 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/isa isa_compat.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, 01 Apr 2004 16:57:01 -0000 rik 2004/04/01 08:57:00 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/isa isa_compat.h Log: MFC: New driver doesn't need old compatibily scheme. Approved by: imp (mentor) Revision Changes Path 1.27.2.12 +0 -5 src/sys/i386/isa/isa_compat.h From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:08:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60AF16A4CE; Thu, 1 Apr 2004 09:08:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DF643D31; Thu, 1 Apr 2004 09:08:36 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31H8aGe090098; Thu, 1 Apr 2004 09:08:36 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31H8anL090097; Thu, 1 Apr 2004 09:08:36 -0800 (PST) (envelope-from rik) Message-Id: <200404011708.i31H8anL090097@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 09:08:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4/man4.i386 cx.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: Thu, 01 Apr 2004 17:08:37 -0000 rik 2004/04/01 09:08:36 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 cx.4 Log: MFC: Update man cx(4) to reflect driver changes. Approved by: imp (mentor) Revision Changes Path 1.7.2.7 +88 -264 src/share/man/man4/man4.i386/cx.4 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:12:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9967116A4CE; Thu, 1 Apr 2004 09:12:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C31343D1F; Thu, 1 Apr 2004 09:12:58 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31HCwGe091999; Thu, 1 Apr 2004 09:12:58 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31HCwYL091998; Thu, 1 Apr 2004 09:12:58 -0800 (PST) (envelope-from rik) Message-Id: <200404011712.i31HCwYL091998@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 09:12:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 17:12:58 -0000 rik 2004/04/01 09:12:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: 1. Add making all Cronyx-Sigma devices (cx?, cuax?, cuay?, cuaz?, ttyx?, ttyy? ttyz?) 2. Remove old control device /dev/cronyx in favour of /dev/cx? (it is safe to do it befor rm cxconfig, cause it is not linked to system build process.) Approved by: imp (mentor) Revision Changes Path 1.243.2.64 +49 -4 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:44:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F3916A4D0 for ; Thu, 1 Apr 2004 09:44:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 84C1743D48 for ; Thu, 1 Apr 2004 09:44:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 96041 invoked by uid 1000); 1 Apr 2004 17:44:26 -0000 Date: Thu, 1 Apr 2004 09:44:26 -0800 (PST) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: <20040401100304.66A5516A4EC@hub.freebsd.org> Message-ID: <20040401094201.V96033@root.org> References: <20040401100304.66A5516A4EC@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/sys/conf files files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 17:44:25 -0000 On Thu, 1 Apr 2004, Dag-Erling Smorgrav wrote: > Modified files: > sys/conf files files.i386 > Log: > Move twa from files.i386 to files. This unbreaks LINT on !i386. > > Pointy hat to: vkashyap, ps The pointy hat points both ways. ;-) > --- src/sys/conf/files:1.877 Fri Mar 19 18:14:02 2004 > +++ src/sys/conf/files Thu Apr 1 02:02:49 2004 > @@ -1,4 +1,4 @@ > -# $FreeBSD: /repoman/r/ncvs/src/sys/conf/files,v 1.877 2004/03/20 02:14:02 marcel Exp $ > +# $FreeBSD: /repoman/r/ncvs/src/sys/conf/files,v 1.878 2004/04/01 10:02:49 des Exp $ > # > # The long compile-with and dependency lines are required because of > # limitations in config: backslash-newline doesn't work in strings, and > @@ -668,6 +668,7 @@ > dev/sound/midi/sequencer.c optional seq midi > dev/sound/midi/timer.c optional seq midi > dev/sound/pci/als4000.c optional pcm pci > +dev/sound/pci/au88x0.c optional pcm pci > dev/sound/pci/cmi.c optional pcm pci > dev/sound/pci/cs4281.c optional pcm pci > dev/sound/pci/csa.c optional csa pci Unintended leak commit? > @@ -730,6 +731,11 @@ > dev/syscons/warp/warp_saver.c optional warp_saver > dev/tdfx/tdfx_pci.c optional tdfx pci > dev/trm/trm.c optional trm > +dev/twa/twa.c optional twa > +dev/twa/twa_cam.c optional twa > +dev/twa/twa_freebsd.c optional twa > +dev/twa/twa_fwimg.c optional twa > +dev/twa/twa_globals.c optional twa > dev/twe/twe.c optional twe > dev/twe/twe_freebsd.c optional twe > dev/tx/if_tx.c optional tx Preserved poor tab formatting in the original. -Nate From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:45:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57B416A4CE for ; Thu, 1 Apr 2004 09:45:22 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B330A43D46 for ; Thu, 1 Apr 2004 09:45:22 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 96059 invoked by uid 1000); 1 Apr 2004 17:45:23 -0000 Date: Thu, 1 Apr 2004 09:45:23 -0800 (PST) From: Nate Lawson To: Ruslan Ermilov In-Reply-To: <20040401125553.6225916A535@hub.freebsd.org> Message-ID: <20040401094457.U96033@root.org> References: <20040401125553.6225916A535@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/sys/pci if_ste.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, 01 Apr 2004 17:45:22 -0000 On Thu, 1 Apr 2004, Ruslan Ermilov wrote: > FreeBSD src repository > > Modified files: > sys/pci if_ste.c > Log: > Moved the statistical counter under hw.ste.rxsyncs. > > Suggested by: njl > > Revision Changes Path > 1.67 +3 -1 src/sys/pci/if_ste.c Thanks, this helps with scripting. -Nate From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:53:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD3B16A4CE; Thu, 1 Apr 2004 09:53:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823B543D2F; Thu, 1 Apr 2004 09:53:05 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31Hr5Ge000533; Thu, 1 Apr 2004 09:53:05 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31Hr5ID000532; Thu, 1 Apr 2004 09:53:05 -0800 (PST) (envelope-from des) Message-Id: <200404011753.i31Hr5ID000532@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 1 Apr 2004 09:53:04 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 17:53:05 -0000 des 2004/04/01 09:53:04 PST FreeBSD src repository Modified files: sys/conf files Log: Comment out the au88x0 line which was inadvertantly included in the previous commit. Revision Changes Path 1.879 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:54:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D9E16A4CE; Thu, 1 Apr 2004 09:54:14 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EB543D39; Thu, 1 Apr 2004 09:54:14 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 50670530C; Thu, 1 Apr 2004 19:54:13 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C88685310; Thu, 1 Apr 2004 19:54:07 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id B038E33CAA; Thu, 1 Apr 2004 19:54:07 +0200 (CEST) To: Nate Lawson References: <20040401100304.66A5516A4EC@hub.freebsd.org> <20040401094201.V96033@root.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 01 Apr 2004 19:54:07 +0200 In-Reply-To: <20040401094201.V96033@root.org> (Nate Lawson's message of "Thu, 1 Apr 2004 09:44:26 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 17:54:14 -0000 Nate Lawson writes: > On Thu, 1 Apr 2004, Dag-Erling Smorgrav wrote: > > +dev/sound/pci/au88x0.c optional pcm pci > Unintended leak commit? yes, thanks. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:55:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F126816A4CE; Thu, 1 Apr 2004 09:55:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C7143D2F; Thu, 1 Apr 2004 09:55:50 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31HtoGe000647; Thu, 1 Apr 2004 09:55:50 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31HtoLF000646; Thu, 1 Apr 2004 09:55:50 -0800 (PST) (envelope-from des) Message-Id: <200404011755.i31HtoLF000646@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 1 Apr 2004 09:55:50 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 17:55:51 -0000 des 2004/04/01 09:55:50 PST FreeBSD src repository Modified files: sys/conf files Log: Fix style issues in twa lines added in rev 1.878. Revision Changes Path 1.880 +5 -5 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:24:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC3316A4CE; Thu, 1 Apr 2004 10:24:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB7B43D48; Thu, 1 Apr 2004 10:24:29 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31IOTGe007592; Thu, 1 Apr 2004 10:24:29 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31IOTTK007591; Thu, 1 Apr 2004 10:24:29 -0800 (PST) (envelope-from rik) Message-Id: <200404011824.i31IOTTK007591@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 10:24:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin 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, 01 Apr 2004 18:24:30 -0000 rik 2004/04/01 10:24:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin Makefile Log: MFC: connect sconfig to system build process. Approved by: imp (mentor) Revision Changes Path 1.77.2.10 +2 -1 src/sbin/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:26:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E6FE16A4CE; Thu, 1 Apr 2004 10:26:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414FC43D3F; Thu, 1 Apr 2004 10:26:17 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31IQHGe007733; Thu, 1 Apr 2004 10:26:17 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31IQHcN007732; Thu, 1 Apr 2004 10:26:17 -0800 (PST) (envelope-from rik) Message-Id: <200404011826.i31IQHcN007732@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 10:26:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/i386 Makefile src/sbin/pc98 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, 01 Apr 2004 18:26:17 -0000 rik 2004/04/01 10:26:17 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/i386 Makefile sbin/pc98 Makefile Log: MFC: Kill already dead cxconfig entry. Approved by: imp (mentor) Revision Changes Path 1.9.2.1 +1 -2 src/sbin/i386/Makefile 1.1.2.2 +1 -2 src/sbin/pc98/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:35:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9993016A4CE; Thu, 1 Apr 2004 10:35:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBE343D3F; Thu, 1 Apr 2004 10:35:05 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31IZ5Ge009733; Thu, 1 Apr 2004 10:35:05 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31IZ5gG009732; Thu, 1 Apr 2004 10:35:05 -0800 (PST) (envelope-from rik) Message-Id: <200404011835.i31IZ5gG009732@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 1 Apr 2004 10:35:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/i386/cxconfig Makefile cxconfig.8 cxconfig.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, 01 Apr 2004 18:35:05 -0000 rik 2004/04/01 10:35:04 PST FreeBSD src repository Removed files: (Branch: RELENG_4) sbin/i386/cxconfig Makefile cxconfig.8 cxconfig.c Log: MFC: Finaly kill cxconfig itself. Approved by: imp (mentor) Revision Changes Path 1.1.1.1.12.2 +0 -6 src/sbin/i386/cxconfig/Makefile (dead) 1.5.2.5 +0 -329 src/sbin/i386/cxconfig/cxconfig.8 (dead) 1.4.2.1 +0 -749 src/sbin/i386/cxconfig/cxconfig.c (dead) From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:37:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C123D16A4CE; Thu, 1 Apr 2004 10:37:58 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F63843D1F; Thu, 1 Apr 2004 10:37:58 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 9C1555C808; Thu, 1 Apr 2004 10:37:58 -0800 (PST) Date: Thu, 1 Apr 2004 20:37:58 +0200 From: Maxime Henrion To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040401183758.GC44790@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: cvs commit: src/contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdlib.is Cstring.is Ctypes.is ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 18:37:58 -0000 mux 2004/04/01 10:02:17 PST FreeBSD src repository Added files: contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdlib.is Cstring.is Ctypes.is Date.is DateBsd.ms DragonInt.is DragonInt.ms DragonT.is DragonT.ms Extended.is Extended.ms ExtendedFloat.is ExtendedFloat.ms FPU.is FPU.ms Fingerprint.is Fingerprint.ms FloatMode.is FloatMode.ms FmtTime.is FmtTime.ms IEEESpecial.is IEEESpecial.ms LongFloat.is LongFloat.ms LongReal.is LongReal.ms LongRealRep.is M3toC.is M3toC.ms Main.is Poly.is Poly.ms PolyBasis.is PolyBasis.ms RT0.is RT0.ms RT0u.is RT0u.ms RTAllocStats.is RTAllocStats.ms RTAllocator.is RTAllocator.ms RTArgs.is RTArgs.ms RTBuiltin.c RTCollector.is RTCollector.ms RTCollectorSRC.is RTExRep.is RTException.is RTException.ms RTHeap.is RTHeap.ms RTHeapDebug.is RTHeapDebug.ms RTHeapDep.is RTHeapDep.ms RTHeapDepC.c RTHeapEvent.is RTHeapInfo.is RTHeapInfo.ms RTHeapMap.is RTHeapMap.ms RTHeapRep.is RTHeapRep.ms RTHeapStats.is RTHeapStats.ms RTHooks.is RTHooks.ms RTIO.is RTIO.ms RTLinker.is RTLinker.ms RTMachine.is RTMapOp.is RTMapOp.ms RTMisc.is RTMisc.ms RTModule.is RTModule.ms RTOS.is RTOS.ms RTPacking.is RTPacking.ms RTParams.is RTParams.ms RTPerfTool.is RTPerfTool.ms RTProcedure.is RTProcedure.ms RTProcedureSRC.is RTProcess.is RTProcess.ms RTSignal.is RTSignal.ms RTStack.is RTStackC.c RTThread.is RTThread.ms RTThreadC.c RTThreadInit.is RTThreadStk.ms RTTipe.is RTTipe.ms RTType.is RTType.ms RTTypeFP.is RTTypeFP.ms RTTypeMap.is RTTypeMap.ms RTTypeSRC.is RTWeakRef.is RTutils.is RTutils.ms Real.is Real.ms RealFloat.is RealFloat.ms RealRep.is Scheduler.is SchedulerPosix.is Text.is Text.ms TextConv.is TextConv.ms TextExtras.is TextExtras.ms TextF.is Thread.is ThreadEvent.is ThreadF.is ThreadPosix.ms Tick.is TickPortable.ms Time.is TimePosix.is TimePosix.ms Udir.is Uerror.is Uexec.is Ugrp.is Uin.is Uin.ms Uipc.is Umman.is Umsg.is Umsg.ms Unetdb.is Unetdb.ms Unix.is UnsafeHash.ms Uprocess.is Upwd.is Uresource.is Usem.is Ushm.is Usignal.is Usignal.ms Usocket.is Ustat.is Usyslog.is Utime.is Utypes.is Utypes.ms Uugid.is Uuio.is Uutmp.is WeakRef.is WeakRef.ms Word.is Word.ms _fpsetjmp.s dtoa.c dtoa.h hand.c lala libm3core.m3x make.boot malloc.c off_t_wrap.c Log: Bite the bullet and import ezm3 into base, so that it's easier for users to upgrade. We should have done this ages ago. Revision Changes Path 1.1 +2422 -0 src/contrib/ezm3/BasicCtypes.is (new) 1.1 +2263 -0 src/contrib/ezm3/CConvert.is (new) 1.1 +2975 -0 src/contrib/ezm3/CConvert.ms (new) 1.1 +449 -0 src/contrib/ezm3/Cerrno.is (new) 1.1 +1431 -0 src/contrib/ezm3/CerrnoC.c (new) 1.1 +2713 -0 src/contrib/ezm3/Convert.is (new) 1.1 +2337 -0 src/contrib/ezm3/Convert.ms (new) 1.1 +2509 -0 src/contrib/ezm3/Csetjmp.is (new) 1.1 +3247 -0 src/contrib/ezm3/Csignal.is (new) 1.1 +1263 -0 src/contrib/ezm3/Cstdarg.is (new) 1.1 +3029 -0 src/contrib/ezm3/Cstdarg.ms (new) 1.1 +2337 -0 src/contrib/ezm3/Cstddef.is (new) 1.1 +3646 -0 src/contrib/ezm3/Cstdio.is (new) 1.1 +533 -0 src/contrib/ezm3/Cstdio.ms (new) 1.1 +1867 -0 src/contrib/ezm3/CstdioC.c (new) 1.1 +2272 -0 src/contrib/ezm3/Cstdlib.is (new) 1.1 +3021 -0 src/contrib/ezm3/Cstring.is (new) 1.1 +589 -0 src/contrib/ezm3/Ctypes.is (new) 1.1 +577 -0 src/contrib/ezm3/Date.is (new) 1.1 +2153 -0 src/contrib/ezm3/DateBsd.ms (new) 1.1 +658 -0 src/contrib/ezm3/DragonInt.is (new) 1.1 +528 -0 src/contrib/ezm3/DragonInt.ms (new) 1.1 +1845 -0 src/contrib/ezm3/DragonT.is (new) 1.1 +3134 -0 src/contrib/ezm3/DragonT.ms (new) 1.1 +2964 -0 src/contrib/ezm3/Extended.is (new) 1.1 +2650 -0 src/contrib/ezm3/Extended.ms (new) 1.1 +331 -0 src/contrib/ezm3/ExtendedFloat.is (new) 1.1 +3714 -0 src/contrib/ezm3/ExtendedFloat.ms (new) 1.1 +85 -0 src/contrib/ezm3/FPU.is (new) 1.1 +555 -0 src/contrib/ezm3/FPU.ms (new) 1.1 +2234 -0 src/contrib/ezm3/Fingerprint.is (new) 1.1 +3582 -0 src/contrib/ezm3/Fingerprint.ms (new) 1.1 +305 -0 src/contrib/ezm3/FloatMode.is (new) 1.1 +1185 -0 src/contrib/ezm3/FloatMode.ms (new) 1.1 +2662 -0 src/contrib/ezm3/FmtTime.is (new) 1.1 +3579 -0 src/contrib/ezm3/FmtTime.ms (new) 1.1 +3741 -0 src/contrib/ezm3/IEEESpecial.is (new) 1.1 +2694 -0 src/contrib/ezm3/IEEESpecial.ms (new) 1.1 +226 -0 src/contrib/ezm3/LongFloat.is (new) 1.1 +1790 -0 src/contrib/ezm3/LongFloat.ms (new) 1.1 +1738 -0 src/contrib/ezm3/LongReal.is (new) 1.1 +81 -0 src/contrib/ezm3/LongReal.ms (new) 1.1 +2937 -0 src/contrib/ezm3/LongRealRep.is (new) 1.1 +2926 -0 src/contrib/ezm3/M3toC.is (new) 1.1 +1372 -0 src/contrib/ezm3/M3toC.ms (new) 1.1 +3809 -0 src/contrib/ezm3/Main.is (new) 1.1 +140 -0 src/contrib/ezm3/Poly.is (new) 1.1 +3912 -0 src/contrib/ezm3/Poly.ms (new) 1.1 +228 -0 src/contrib/ezm3/PolyBasis.is (new) 1.1 +1085 -0 src/contrib/ezm3/PolyBasis.ms (new) 1.1 +1556 -0 src/contrib/ezm3/RT0.is (new) 1.1 +1863 -0 src/contrib/ezm3/RT0.ms (new) 1.1 +3435 -0 src/contrib/ezm3/RT0u.is (new) 1.1 +630 -0 src/contrib/ezm3/RT0u.ms (new) 1.1 +1983 -0 src/contrib/ezm3/RTAllocStats.is (new) 1.1 +2004 -0 src/contrib/ezm3/RTAllocStats.ms (new) 1.1 +2011 -0 src/contrib/ezm3/RTAllocator.is (new) 1.1 +410 -0 src/contrib/ezm3/RTAllocator.ms (new) 1.1 +2341 -0 src/contrib/ezm3/RTArgs.is (new) 1.1 +1621 -0 src/contrib/ezm3/RTArgs.ms (new) 1.1 +2698 -0 src/contrib/ezm3/RTBuiltin.c (new) 1.1 +869 -0 src/contrib/ezm3/RTCollector.is (new) 1.1 +1576 -0 src/contrib/ezm3/RTCollector.ms (new) 1.1 +1896 -0 src/contrib/ezm3/RTCollectorSRC.is (new) 1.1 +274 -0 src/contrib/ezm3/RTExRep.is (new) 1.1 +1885 -0 src/contrib/ezm3/RTException.is (new) 1.1 +2023 -0 src/contrib/ezm3/RTException.ms (new) 1.1 +329 -0 src/contrib/ezm3/RTHeap.is (new) 1.1 +2318 -0 src/contrib/ezm3/RTHeap.ms (new) 1.1 +3708 -0 src/contrib/ezm3/RTHeapDebug.is (new) 1.1 +2765 -0 src/contrib/ezm3/RTHeapDebug.ms (new) 1.1 +691 -0 src/contrib/ezm3/RTHeapDep.is (new) 1.1 +1917 -0 src/contrib/ezm3/RTHeapDep.ms (new) 1.1 +1436 -0 src/contrib/ezm3/RTHeapDepC.c (new) 1.1 +1995 -0 src/contrib/ezm3/RTHeapEvent.is (new) 1.1 +3650 -0 src/contrib/ezm3/RTHeapInfo.is (new) 1.1 +2364 -0 src/contrib/ezm3/RTHeapInfo.ms (new) 1.1 +913 -0 src/contrib/ezm3/RTHeapMap.is (new) 1.1 +580 -0 src/contrib/ezm3/RTHeapMap.ms (new) 1.1 +203 -0 src/contrib/ezm3/RTHeapRep.is (new) 1.1 +1552 -0 src/contrib/ezm3/RTHeapRep.ms (new) 1.1 +1303 -0 src/contrib/ezm3/RTHeapStats.is (new) 1.1 +2269 -0 src/contrib/ezm3/RTHeapStats.ms (new) 1.1 +2903 -0 src/contrib/ezm3/RTHooks.is (new) 1.1 +619 -0 src/contrib/ezm3/RTHooks.ms (new) 1.1 +74 -0 src/contrib/ezm3/RTIO.is (new) 1.1 +1644 -0 src/contrib/ezm3/RTIO.ms (new) 1.1 +1949 -0 src/contrib/ezm3/RTLinker.is (new) 1.1 +3658 -0 src/contrib/ezm3/RTLinker.ms (new) 1.1 +3696 -0 src/contrib/ezm3/RTMachine.is (new) 1.1 +2136 -0 src/contrib/ezm3/RTMapOp.is (new) 1.1 +1774 -0 src/contrib/ezm3/RTMapOp.ms (new) 1.1 +3122 -0 src/contrib/ezm3/RTMisc.is (new) 1.1 +1868 -0 src/contrib/ezm3/RTMisc.ms (new) 1.1 +1462 -0 src/contrib/ezm3/RTModule.is (new) 1.1 +3385 -0 src/contrib/ezm3/RTModule.ms (new) 1.1 +585 -0 src/contrib/ezm3/RTOS.is (new) 1.1 +2645 -0 src/contrib/ezm3/RTOS.ms (new) 1.1 +3827 -0 src/contrib/ezm3/RTPacking.is (new) 1.1 +3771 -0 src/contrib/ezm3/RTPacking.ms (new) 1.1 +875 -0 src/contrib/ezm3/RTParams.is (new) 1.1 +673 -0 src/contrib/ezm3/RTParams.ms (new) 1.1 +2658 -0 src/contrib/ezm3/RTPerfTool.is (new) 1.1 +33 -0 src/contrib/ezm3/RTPerfTool.ms (new) 1.1 +3252 -0 src/contrib/ezm3/RTProcedure.is (new) 1.1 +665 -0 src/contrib/ezm3/RTProcedure.ms (new) 1.1 +3409 -0 src/contrib/ezm3/RTProcedureSRC.is (new) 1.1 +3880 -0 src/contrib/ezm3/RTProcess.is (new) 1.1 +871 -0 src/contrib/ezm3/RTProcess.ms (new) 1.1 +3784 -0 src/contrib/ezm3/RTSignal.is (new) 1.1 +379 -0 src/contrib/ezm3/RTSignal.ms (new) 1.1 +1457 -0 src/contrib/ezm3/RTStack.is (new) 1.1 +3458 -0 src/contrib/ezm3/RTStackC.c (new) 1.1 +1906 -0 src/contrib/ezm3/RTThread.is (new) 1.1 +2798 -0 src/contrib/ezm3/RTThread.ms (new) 1.1 +2632 -0 src/contrib/ezm3/RTThreadC.c (new) 1.1 +2283 -0 src/contrib/ezm3/RTThreadInit.is (new) 1.1 +3390 -0 src/contrib/ezm3/RTThreadStk.ms (new) 1.1 +3647 -0 src/contrib/ezm3/RTTipe.is (new) 1.1 +609 -0 src/contrib/ezm3/RTTipe.ms (new) 1.1 +2280 -0 src/contrib/ezm3/RTType.is (new) 1.1 +3866 -0 src/contrib/ezm3/RTType.ms (new) 1.1 +3708 -0 src/contrib/ezm3/RTTypeFP.is (new) 1.1 +2623 -0 src/contrib/ezm3/RTTypeFP.ms (new) 1.1 +2625 -0 src/contrib/ezm3/RTTypeMap.is (new) 1.1 +2095 -0 src/contrib/ezm3/RTTypeMap.ms (new) 1.1 +634 -0 src/contrib/ezm3/RTTypeSRC.is (new) 1.1 +2359 -0 src/contrib/ezm3/RTWeakRef.is (new) 1.1 +1291 -0 src/contrib/ezm3/RTutils.is (new) 1.1 +213 -0 src/contrib/ezm3/RTutils.ms (new) 1.1 +2522 -0 src/contrib/ezm3/Real.is (new) 1.1 +3228 -0 src/contrib/ezm3/Real.ms (new) 1.1 +1226 -0 src/contrib/ezm3/RealFloat.is (new) 1.1 +162 -0 src/contrib/ezm3/RealFloat.ms (new) 1.1 +3403 -0 src/contrib/ezm3/RealRep.is (new) 1.1 +3895 -0 src/contrib/ezm3/Scheduler.is (new) 1.1 +1054 -0 src/contrib/ezm3/SchedulerPosix.is (new) 1.1 +2355 -0 src/contrib/ezm3/Text.is (new) 1.1 +3815 -0 src/contrib/ezm3/Text.ms (new) 1.1 +1807 -0 src/contrib/ezm3/TextConv.is (new) 1.1 +115 -0 src/contrib/ezm3/TextConv.ms (new) 1.1 +840 -0 src/contrib/ezm3/TextExtras.is (new) 1.1 +2000 -0 src/contrib/ezm3/TextExtras.ms (new) 1.1 +450 -0 src/contrib/ezm3/TextF.is (new) 1.1 +409 -0 src/contrib/ezm3/Thread.is (new) 1.1 +1127 -0 src/contrib/ezm3/ThreadEvent.is (new) 1.1 +3523 -0 src/contrib/ezm3/ThreadF.is (new) 1.1 +3294 -0 src/contrib/ezm3/ThreadPosix.ms (new) 1.1 +3161 -0 src/contrib/ezm3/Tick.is (new) 1.1 +3751 -0 src/contrib/ezm3/TickPortable.ms (new) 1.1 +250 -0 src/contrib/ezm3/Time.is (new) 1.1 +1206 -0 src/contrib/ezm3/TimePosix.is (new) 1.1 +3961 -0 src/contrib/ezm3/TimePosix.ms (new) 1.1 +2278 -0 src/contrib/ezm3/Udir.is (new) 1.1 +1323 -0 src/contrib/ezm3/Uerror.is (new) 1.1 +3003 -0 src/contrib/ezm3/Uexec.is (new) 1.1 +2100 -0 src/contrib/ezm3/Ugrp.is (new) 1.1 +1904 -0 src/contrib/ezm3/Uin.is (new) 1.1 +1265 -0 src/contrib/ezm3/Uin.ms (new) 1.1 +2993 -0 src/contrib/ezm3/Uipc.is (new) 1.1 +2481 -0 src/contrib/ezm3/Umman.is (new) 1.1 +822 -0 src/contrib/ezm3/Umsg.is (new) 1.1 +2516 -0 src/contrib/ezm3/Umsg.ms (new) 1.1 +3572 -0 src/contrib/ezm3/Unetdb.is (new) 1.1 +900 -0 src/contrib/ezm3/Unetdb.ms (new) 1.1 +3222 -0 src/contrib/ezm3/Unix.is (new) 1.1 +3412 -0 src/contrib/ezm3/UnsafeHash.ms (new) 1.1 +593 -0 src/contrib/ezm3/Uprocess.is (new) 1.1 +2662 -0 src/contrib/ezm3/Upwd.is (new) 1.1 +472 -0 src/contrib/ezm3/Uresource.is (new) 1.1 +523 -0 src/contrib/ezm3/Usem.is (new) 1.1 +1399 -0 src/contrib/ezm3/Ushm.is (new) 1.1 +1463 -0 src/contrib/ezm3/Usignal.is (new) 1.1 +440 -0 src/contrib/ezm3/Usignal.ms (new) 1.1 +2034 -0 src/contrib/ezm3/Usocket.is (new) 1.1 +2870 -0 src/contrib/ezm3/Ustat.is (new) 1.1 +3067 -0 src/contrib/ezm3/Usyslog.is (new) 1.1 +534 -0 src/contrib/ezm3/Utime.is (new) 1.1 +1491 -0 src/contrib/ezm3/Utypes.is (new) 1.1 +3073 -0 src/contrib/ezm3/Utypes.ms (new) 1.1 +2541 -0 src/contrib/ezm3/Uugid.is (new) 1.1 +3508 -0 src/contrib/ezm3/Uuio.is (new) 1.1 +2822 -0 src/contrib/ezm3/Uutmp.is (new) 1.1 +1797 -0 src/contrib/ezm3/WeakRef.is (new) 1.1 +3683 -0 src/contrib/ezm3/WeakRef.ms (new) 1.1 +710 -0 src/contrib/ezm3/Word.is (new) 1.1 +737 -0 src/contrib/ezm3/Word.ms (new) 1.1 +1267 -0 src/contrib/ezm3/_fpsetjmp.s (new) 1.1 +3188 -0 src/contrib/ezm3/dtoa.c (new) 1.1 +3276 -0 src/contrib/ezm3/dtoa.h (new) 1.1 +3005 -0 src/contrib/ezm3/hand.c (new) 1.1 +1004 -0 src/contrib/ezm3/lala (new) 1.1 +3226 -0 src/contrib/ezm3/libm3core.m3x (new) 1.1 +3468 -0 src/contrib/ezm3/make.boot (new) 1.1 +922 -0 src/contrib/ezm3/malloc.c (new) 1.1 +1303 -0 src/contrib/ezm3/off_t_wrap.c (new) From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:39:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7ECD16A4D0 for ; Thu, 1 Apr 2004 10:39:58 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C71EC43D3F for ; Thu, 1 Apr 2004 10:39:58 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 96411 invoked by uid 1000); 1 Apr 2004 18:39:59 -0000 Date: Thu, 1 Apr 2004 10:39:59 -0800 (PST) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: <20040401175603.A805F16A4F0@hub.freebsd.org> Message-ID: <20040401103943.C96372@root.org> References: <20040401175603.A805F16A4F0@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/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 18:39:59 -0000 On Thu, 1 Apr 2004, Dag-Erling Smorgrav wrote: > des 2004/04/01 09:55:50 PST > > FreeBSD src repository > > Modified files: > sys/conf files > Log: > Fix style issues in twa lines added in rev 1.878. > > Revision Changes Path > 1.880 +5 -5 src/sys/conf/files Thanks. -Nate From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:55:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id C859616A4CF; Thu, 1 Apr 2004 10:55:02 -0800 (PST) Date: Thu, 1 Apr 2004 08:55:02 -1000 From: juli mallett To: Maxime Henrion Message-ID: <20040401185502.GA62128@FreeBSD.org> References: <20040401183758.GC44790@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040401183758.GC44790@elvis.mu.org> User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb X-Disclaimer: Opinions expressed about the deliciousness of eating brains are my own unless expressed by my employer. cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdlib.is Cstring.is Ctypes.is ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 18:55:02 -0000 * Maxime Henrion [ Date: 2004-04-01 ] [ w.r.t. cvs commit: src/contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms Cstd > mux 2004/04/01 10:02:17 PST > > Bite the bullet and import ezm3 into base, so that it's easier for > users to upgrade. We should have done this ages ago. This should have been done with an import. Please back this out and do something so that we can have something else to uphold a vendor import of. Was this approved by our src/contrib maintainer? Other than that, thanks! FINALLY :D juli. -- juli mallett. jmallett@freebsd.org. adrift in the pacific. From owner-cvs-src@FreeBSD.ORG Thu Apr 1 10:55:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08AD16A4D1; Thu, 1 Apr 2004 10:55:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C434643D2D; Thu, 1 Apr 2004 10:55:30 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31ItTGe013831; Thu, 1 Apr 2004 10:55:29 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31ItT4k013829; Thu, 1 Apr 2004 10:55:29 -0800 (PST) (envelope-from julian) Message-Id: <200404011855.i31ItT4k013829@repoman.freebsd.org> From: Julian Elischer Date: Thu, 1 Apr 2004 10:55:28 -0800 (PST) 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_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: Thu, 01 Apr 2004 18:55:31 -0000 julian 2004/04/01 10:55:28 PST FreeBSD src repository Modified files: sys/dev/usb usb_subr.c Log: Do the looping retry trick in the first operation to try to talk with the device, not the second.. Submitted by: ticso@cicely12.cicely.de Revision Changes Path 1.63 +14 -11 src/sys/dev/usb/usb_subr.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:12:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385EF16A4CE; Thu, 1 Apr 2004 11:12:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AB043D39; Thu, 1 Apr 2004 11:12:46 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31JCjGe018799; Thu, 1 Apr 2004 11:12:45 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31JCjwh018798; Thu, 1 Apr 2004 11:12:45 -0800 (PST) (envelope-from nectar) Message-Id: <200404011912.i31JCjwh018798@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 1 Apr 2004 11:12:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net nsdispatch.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, 01 Apr 2004 19:12:46 -0000 nectar 2004/04/01 11:12:45 PST FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: The previous commit changed the behavior of nsdispatch() in the case where an /etc/nsswitch.conf file was present, but could not be opened (e.g. due to permissions). Previously, the open failure condition was suppressed, and the built-in defaults were used. In revision 1.11, however, propagated the open failure causing all nsdispatch() invocations to return NS_UNAVAIL, and thus many APIs including getpwnam and gethostbyname unconditionally failed. This commit restores the previous behavior. Pointy hat: nectar (+1 for obstinance; ache had to use clue bat) Reported by: ache Revision Changes Path 1.12 +1 -3 src/lib/libc/net/nsdispatch.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:25:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDAA16A4CE; Thu, 1 Apr 2004 11:25:56 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D569043D1D; Thu, 1 Apr 2004 11:25:54 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i31JPmkj045949; Thu, 1 Apr 2004 12:25:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 12:26:07 -0700 (MST) Message-Id: <20040401.122607.116626211.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040401064241.GA18644@ip.net.ua> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401064241.GA18644@ip.net.ua> X-Mailer: Mew version 3.3 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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/pci if_ste.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, 01 Apr 2004 19:25:56 -0000 In message: <20040401064241.GA18644@ip.net.ua> Ruslan Ermilov writes: : Seems I followed the bad practice from dc(4) and fxp(4). I will : move it to hw.ste, thanks. We should fix those :-) Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:27:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211B616A4CE; Thu, 1 Apr 2004 11:27:08 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CB643D1D; Thu, 1 Apr 2004 11:27:07 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i31JR2kj045980; Thu, 1 Apr 2004 12:27:03 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 12:27:20 -0700 (MST) Message-Id: <20040401.122720.109983483.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <20040401095946.GM8930@darkness.comp.waw.pl> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.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, 01 Apr 2004 19:27:08 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Pawel Jakub Dawidek writes: : > Argh! Sorry des@... I'll try not to make this mistake in the future= .= : > Anyway, are you ok with this commit? : = : Yes, it looks fine. Thank you des and pjd for having a civil and productive exchange re the MAINTAINER issue. It is good to see that people can raise the issue and move forward to resolution so quickly. Well done. Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:28:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35F416A4CE; Thu, 1 Apr 2004 11:28:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6C43D1F; Thu, 1 Apr 2004 11:28:00 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31JS0Ge020980; Thu, 1 Apr 2004 11:28:00 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31JS0HI020975; Thu, 1 Apr 2004 11:28:00 -0800 (PST) (envelope-from krion) Message-Id: <200404011928.i31JS0HI020975@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Apr 2004 11:28:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/root dot.cshrc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 19:28:01 -0000 krion 2004/04/01 11:28:00 PST FreeBSD src repository (ports committer) Modified files: etc/root dot.cshrc Log: - Use absolute path for hostname(1) Approved by: green Revision Changes Path 1.29 +2 -2 src/etc/root/dot.cshrc From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:28:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62C016A4CE; Thu, 1 Apr 2004 11:28:24 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA9943D48; Thu, 1 Apr 2004 11:28:24 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i31JSNkj046001; Thu, 1 Apr 2004 12:28:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 12:28:41 -0700 (MST) Message-Id: <20040401.122841.118795575.imp@bsdimp.com> To: rik@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404011648.i31Gm8tA084738@repoman.freebsd.org> References: <200404011648.i31Gm8tA084738@repoman.freebsd.org> X-Mailer: Mew version 3.3 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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Thu, 01 Apr 2004 19:28:25 -0000 In message: <200404011648.i31Gm8tA084738@repoman.freebsd.org> Roman Kurakin writes: : Modified files: (Branch: RELENG_4) : sys/conf files.pc98 : Log: : MFC: Remove references to old driver. We do not support pc98 at all. Most of the pseudo-isa drivers in -current that never had cbus cards made have been removed. But a similar cleansing of 4.x hasn't happened. thanks for working to clean it up. Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:37:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE9816A4CE; Thu, 1 Apr 2004 11:37:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8639943D2F; Thu, 1 Apr 2004 11:37:34 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31JbYGe023150; Thu, 1 Apr 2004 11:37:34 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31JbYtH023149; Thu, 1 Apr 2004 11:37:34 -0800 (PST) (envelope-from imp) Message-Id: <200404011937.i31JbYtH023149@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Apr 2004 11:37:34 -0800 (PST) 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: Thu, 01 Apr 2004 19:37:34 -0000 imp 2004/04/01 11:37:34 PST FreeBSD src repository Modified files: . access Log: Retire, for safe keeping, the src commit bits of idle committers: Idle src commit bit list: -------------------------------------------------- Name #Warns Age smace 28 9 years, 1 month and 11 days lars 27 2 years, 8 months and 29 days tomsoft 28 2 years, 8 months and 15 days chm 28 2 years, 7 months and 18 days Thank you for your past contributions to the project. They are much appreciated. As a reminder, core has established a policy to retire commit bits that have been idle for at least 18 months. Alumni committers may reactivate their commit privs by emailing core@. Revision Changes Path 1.654 +0 -4 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Apr 1 12:03:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59C716A4CF for ; Thu, 1 Apr 2004 12:03:03 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 498EE43D41 for ; Thu, 1 Apr 2004 12:03:03 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 57095 invoked from network); 1 Apr 2004 20:03:02 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 1 Apr 2004 20:03:02 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 1 Apr 2004 14:16:04 -0600 (CST) From: Mike Silbersack To: Maxime Henrion In-Reply-To: <20040401183758.GC44790@elvis.mu.org> Message-ID: <20040401141504.I3333@odysseus.silby.com> References: <20040401183758.GC44790@elvis.mu.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/ezm3 BasicCtypes.is CConvert.isCConvert.msCstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 20:03:04 -0000 On Thu, 1 Apr 2004, Maxime Henrion wrote: > mux 2004/04/01 10:02:17 PST > > FreeBSD src repository > > Added files: > contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms > Log: > Bite the bullet and import ezm3 into base, so that it's easier for > users to upgrade. We should have done this ages ago. Have you finished reviewing my new M3/netgraph TCP stack yet? I was planning on importing it today, but you haven't gotten it reviewed and back to me yet! Thanks, Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Apr 1 12:16:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0563F16A4CE; Thu, 1 Apr 2004 12:16:19 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2EE43D31; Thu, 1 Apr 2004 12:16:18 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id DF7AE5C7FF; Thu, 1 Apr 2004 12:16:18 -0800 (PST) Date: Thu, 1 Apr 2004 22:16:18 +0200 From: Maxime Henrion To: Mike Silbersack Message-ID: <20040401201618.GD44790@elvis.mu.org> References: <20040401183758.GC44790@elvis.mu.org> <20040401141504.I3333@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040401141504.I3333@odysseus.silby.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 20:16:19 -0000 Mike Silbersack wrote: > > On Thu, 1 Apr 2004, Maxime Henrion wrote: > > > mux 2004/04/01 10:02:17 PST > > > > FreeBSD src repository > > > > Added files: > > contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms > > Log: > > Bite the bullet and import ezm3 into base, so that it's easier for > > users to upgrade. We should have done this ages ago. > > Have you finished reviewing my new M3/netgraph TCP stack yet? I was > planning on importing it today, but you haven't gotten it reviewed and > back to me yet! I'm really sorry, I was very busy implementing TLS support into m3's threading library. I'll try to take a look at it soon and get back to you. From a cursory glance, it looks great though! Keep up the good work. Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Thu Apr 1 12:31:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9211416A4CE; Thu, 1 Apr 2004 12:31:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742C543D1D; Thu, 1 Apr 2004 12:31:49 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31KVnGe035782; Thu, 1 Apr 2004 12:31:49 -0800 (PST) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31KVnmP035778; Thu, 1 Apr 2004 12:31:49 -0800 (PST) (envelope-from johan) Message-Id: <200404012031.i31KVnmP035778@repoman.freebsd.org> From: Johan Karlsson Date: Thu, 1 Apr 2004 12:31:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS src/sbin/ffsinfo Makefile src/sbin/growfs 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, 01 Apr 2004 20:31:49 -0000 johan 2004/04/01 12:31:49 PST FreeBSD src repository Modified files: . MAINTAINERS sbin/ffsinfo Makefile sbin/growfs Makefile Log: Remove these MAINTAINER lines since the maintainers has had their commit bits retired for safe keeping. Revision Changes Path 1.85 +0 -2 src/MAINTAINERS 1.7 +0 -2 src/sbin/ffsinfo/Makefile 1.6 +0 -2 src/sbin/growfs/Makefile From owner-cvs-src@FreeBSD.ORG Thu Apr 1 12:56:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BF116A4CE; Thu, 1 Apr 2004 12:56:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E9043D1F; Thu, 1 Apr 2004 12:56:45 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31KuiGe046541; Thu, 1 Apr 2004 12:56:44 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31KuiDf046540; Thu, 1 Apr 2004 12:56:44 -0800 (PST) (envelope-from jhb) Message-Id: <200404012056.i31KuiDf046540@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 Apr 2004 12:56:44 -0800 (PST) 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 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: Thu, 01 Apr 2004 20:56:45 -0000 jhb 2004/04/01 12:56:44 PST FreeBSD src repository Modified files: sys/alpha/alpha machdep.c sys/kern sys_process.c Log: Finish fixing up Alpha to work with an MP safe ptrace(): - ptrace_single_step() is no longer called with the proc lock held, so don't try to unlock it and then relock it. - Push Giant down into proc_rwmem() instead of forcing all the consumers (including Alpha breakpoint support) to explicitly wrap calls to proc_rwmem() with Giant. Tested by: kensmith Revision Changes Path 1.219 +3 -6 src/sys/alpha/alpha/machdep.c 1.120 +8 -8 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 13:48:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3F216A4CE; Thu, 1 Apr 2004 13:48:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F28E643D1F; Thu, 1 Apr 2004 13:48:31 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31LmVGe057806; Thu, 1 Apr 2004 13:48:31 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31LmV7E057805; Thu, 1 Apr 2004 13:48:31 -0800 (PST) (envelope-from alfred) Message-Id: <200404012148.i31LmV7E057805@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Apr 2004 13:48:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 21:48:32 -0000 alfred 2004/04/01 13:48:31 PST FreeBSD src repository Modified files: sys/i386/conf GENERIC.hints Log: Fix booting with ps2 keyboards. Revision Changes Path 1.13 +0 -1 src/sys/i386/conf/GENERIC.hints From owner-cvs-src@FreeBSD.ORG Thu Apr 1 13:49:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDB116A4CE; Thu, 1 Apr 2004 13:49:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AED43D1F; Thu, 1 Apr 2004 13:49:17 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31LnHGe057862; Thu, 1 Apr 2004 13:49:17 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31LnHYt057861; Thu, 1 Apr 2004 13:49:17 -0800 (PST) (envelope-from alfred) Message-Id: <200404012149.i31LnHYt057861@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Apr 2004 13:49:17 -0800 (PST) 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/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 21:49:18 -0000 alfred 2004/04/01 13:49:17 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: MFC: Fix booting with ps2 keyboards. Revision Changes Path 1.246.2.57 +1 -1 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Apr 1 13:57:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEBB16A4CE; Thu, 1 Apr 2004 13:57:13 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445B343D1F; Thu, 1 Apr 2004 13:57:13 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 37F4172DCA; Thu, 1 Apr 2004 13:57:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 32DEC72DBF; Thu, 1 Apr 2004 13:57:13 -0800 (PST) Date: Thu, 1 Apr 2004 13:57:13 -0800 (PST) From: Doug White To: Alfred Perlstein In-Reply-To: <200404012149.i31LnHYt057861@repoman.freebsd.org> Message-ID: <20040401135630.M32369@carver.gumbysoft.com> References: <200404012149.i31LnHYt057861@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/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 21:57:13 -0000 On Thu, 1 Apr 2004, Alfred Perlstein wrote: > alfred 2004/04/01 13:49:17 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/i386/conf GENERIC > Log: > MFC: Fix booting with ps2 keyboards. Please back this out. Just because you don't understand what the flag means doesn't mean you have carte blanche to remove it. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 1 13:59:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ADF216A4CE; Thu, 1 Apr 2004 13:59:09 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DCDA43D1D; Thu, 1 Apr 2004 13:59:09 -0800 (PST) (envelope-from peter@evilpete.dyndns.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id F3E402A8DF; Thu, 1 Apr 2004 13:59:08 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 0EF4EE259; Thu, 1 Apr 2004 13:59:09 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.12.11/8.12.11) with ESMTP id i31LwKAO060474; Thu, 1 Apr 2004 13:58:20 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.12.11/8.12.11/Submit) id i31LwKpX060473; Thu, 1 Apr 2004 13:58:20 -0800 (PST) (envelope-from peter) From: Peter Wemm To: Alfred Perlstein Date: Thu, 1 Apr 2004 13:58:20 -0800 User-Agent: KMail/1.6.1 References: <200404012148.i31LmV7E057805@repoman.freebsd.org> In-Reply-To: <200404012148.i31LmV7E057805@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404011358.20530.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 21:59:09 -0000 On Thursday 01 April 2004 01:48 pm, Alfred Perlstein wrote: > alfred 2004/04/01 13:48:31 PST > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC.hints > Log: > Fix booting with ps2 keyboards. Yay! Thanks for breaking my USB keyboard! -- 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 Apr 1 14:05:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C4D16A4D0 for ; Thu, 1 Apr 2004 14:05:12 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1C843D2F for ; Thu, 1 Apr 2004 14:05:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 10636 invoked from network); 1 Apr 2004 22:05:10 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 1 Apr 2004 22:05:10 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i31M4sDF055314; Thu, 1 Apr 2004 17:04:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Thu, 1 Apr 2004 17:06:49 -0500 User-Agent: KMail/1.6 References: <200404012148.i31LmV7E057805@repoman.freebsd.org> In-Reply-To: <200404012148.i31LmV7E057805@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404011706.49954.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:05:13 -0000 On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: > alfred 2004/04/01 13:48:31 PST > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC.hints > Log: > Fix booting with ps2 keyboards. Please revert since you did not get adequate review or discussion for this change. revision 1.255 date: 2000/05/12 03:05:35; author: jhb; state: Exp; lines: +17 -16 Turn on USB support for most USB devices. udbp is not turned on since NETGRAPH is not present in GENERIC at the moment. Also, change some settings to support USB installs: - Add KBD_INSTALL_CDEV as an option to make /dev/kbd[01] actually work. - Turn on keyboard probing in sc0. The syscons driver will now use a flag documented in ukbd(4) but not in sc(4) that tells syscons to actively search for a keyboard device if none is found. This allows USB keyboards to just be plugged in and instantly start working. - Require the atkbd0 driver to actually probe to see if a keyboard is there. This allows USB keyboards to be seen by sc0 if an AT keyboard isn't plugged into the computer. This also means that you will no longer be able to plug an AT keyboard into a machine after it has booted a GENERIC kernel and use it. AT keyboards aren't designed for this anyway. USB keyboards are designed for this, and they work. Instantly MFC'ing drive by commits is also not very nice. -- 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 Apr 1 14:09:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD3116A4CE; Thu, 1 Apr 2004 14:09:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF17543D2F; Thu, 1 Apr 2004 14:09:07 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31M97Ge062965; Thu, 1 Apr 2004 14:09:07 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31M97uv062964; Thu, 1 Apr 2004 14:09:07 -0800 (PST) (envelope-from ache) Message-Id: <200404012209.i31M97uv062964@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 1 Apr 2004 14:09:07 -0800 (PST) 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 getopt_long.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, 01 Apr 2004 22:09:08 -0000 ache 2004/04/01 14:09:07 PST FreeBSD src repository Modified files: lib/libc/stdlib getopt_long.c Log: Fix parsing of ambiguous options, whole loop must be processed Revision Changes Path 1.10 +27 -17 src/lib/libc/stdlib/getopt_long.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:09:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E5F16A4CE; Thu, 1 Apr 2004 14:09:49 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEC643D2F; Thu, 1 Apr 2004 14:09:48 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id EAE415C80B; Thu, 1 Apr 2004 14:09:48 -0800 (PST) Date: Thu, 1 Apr 2004 14:09:48 -0800 From: Alfred Perlstein To: Peter Wemm Message-ID: <20040401220948.GB26131@elvis.mu.org> References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011358.20530.peter@wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404011358.20530.peter@wemm.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:09:49 -0000 * Peter Wemm [040401 13:59] wrote: > On Thursday 01 April 2004 01:48 pm, Alfred Perlstein wrote: > > alfred 2004/04/01 13:48:31 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC.hints > > Log: > > Fix booting with ps2 keyboards. > > Yay! Thanks for breaking my USB keyboard! It's not broken, you just have to turn on a flag. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:19:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA3016A4CE; Thu, 1 Apr 2004 14:19:29 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6041143D45; Thu, 1 Apr 2004 14:19:29 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5EDA35C816; Thu, 1 Apr 2004 14:19:29 -0800 (PST) Date: Thu, 1 Apr 2004 14:19:29 -0800 From: Alfred Perlstein To: John Baldwin Message-ID: <20040401221929.GC26131@elvis.mu.org> References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011706.49954.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404011706.49954.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:19:29 -0000 * John Baldwin [040401 14:05] wrote: > On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: > > alfred 2004/04/01 13:48:31 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC.hints > > Log: > > Fix booting with ps2 keyboards. > > Please revert since you did not get adequate review or discussion for this > change. Actually we discussed this a long time ago. Previously the broken argument was: "hot swapping ps2 keyboards is bad, so let's screw data center people." After a long drawn out flame fest enough people stood by my position that we reverted it. Now it's "syscons is broken" (or "please cry for my USB keyboard") so we should go back to screwing data center users. I really don't buy it. > Instantly MFC'ing drive by commits is also not very nice. I was just reverting the code to the decided on acceptable behavior. If you want USB to work then fix syscons, do not break data center users. I'm also rather upset that the atkbd man page does not adequate describe how to toggle this option without a kernel recompile. It's been three years and syscons still hasn't been fixed so that data center users aren't screwed. This is a matter of fixing syscons not crippling ps2, so basically go fix syscons don't muck with atkbd. :) thank you, -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:25:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A883B16A4CE; Thu, 1 Apr 2004 14:25:09 -0800 (PST) Received: from pooker.samsco.home (65-101-231-193.dnvr.qwest.net [65.101.231.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5296443D2D; Thu, 1 Apr 2004 14:25:09 -0800 (PST) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.home (8.12.10/8.12.10) with ESMTP id i31MQF6V002574; Thu, 1 Apr 2004 15:26:15 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <406C96C0.3000702@freebsd.org> Date: Thu, 01 Apr 2004 15:25:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011706.49954.jhb@FreeBSD.org> <20040401221929.GC26131@elvis.mu.org> In-Reply-To: <20040401221929.GC26131@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.home cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:25:09 -0000 Alfred Perlstein wrote: > * John Baldwin [040401 14:05] wrote: > >>On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: >> >>>alfred 2004/04/01 13:48:31 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/i386/conf GENERIC.hints >>> Log: >>> Fix booting with ps2 keyboards. >> >>Please revert since you did not get adequate review or discussion for this >>change. > > > Actually we discussed this a long time ago. > > Previously the broken argument was: > > "hot swapping ps2 keyboards is bad, so let's screw data center people." > > After a long drawn out flame fest enough people stood by my position that > we reverted it. > > Now it's "syscons is broken" (or "please cry for my USB keyboard") > so we should go back to screwing data center users. > > I really don't buy it. > > >>Instantly MFC'ing drive by commits is also not very nice. > > > I was just reverting the code to the decided on acceptable behavior. > If you want USB to work then fix syscons, do not break data center > users. > > I'm also rather upset that the atkbd man page does not adequate > describe how to toggle this option without a kernel recompile. > > It's been three years and syscons still hasn't been fixed so that > data center users aren't screwed. This is a matter of fixing syscons > not crippling ps2, so basically go fix syscons don't muck with > atkbd. :) > > thank you, Sorry, this drive-by isn't acceptable right before the 4.10 release cycle. The old behaviour might be broken for data center people, but it is well understood brokeness. Please revert the RELENG_4 change, and we'll discuss the next step. Scott From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:32:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A766F16A4CE; Thu, 1 Apr 2004 14:32:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C41F43D2F; Thu, 1 Apr 2004 14:32:28 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31MWSGe068834; Thu, 1 Apr 2004 14:32:28 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31MWS55068833; Thu, 1 Apr 2004 14:32:28 -0800 (PST) (envelope-from ache) Message-Id: <200404012232.i31MWS55068833@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 1 Apr 2004 14:32:28 -0800 (PST) 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 getopt_long.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, 01 Apr 2004 22:32:28 -0000 ache 2004/04/01 14:32:28 PST FreeBSD src repository Modified files: lib/libc/stdlib getopt_long.c Log: Simplify one condition in prev. commit: short_too already assumes FLAG_LONGONLY Revision Changes Path 1.11 +1 -2 src/lib/libc/stdlib/getopt_long.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:56:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8DF16A4CE; Thu, 1 Apr 2004 14:56:48 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AFB43D1F; Thu, 1 Apr 2004 14:56:48 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 26F455C821; Thu, 1 Apr 2004 14:56:48 -0800 (PST) Date: Thu, 1 Apr 2004 14:56:48 -0800 From: Alfred Perlstein To: Scott Long Message-ID: <20040401225648.GF26131@elvis.mu.org> References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011706.49954.jhb@FreeBSD.org> <20040401221929.GC26131@elvis.mu.org> <406C96C0.3000702@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <406C96C0.3000702@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:56:48 -0000 * Scott Long [040401 14:25] wrote: > Alfred Perlstein wrote: > > > >It's been three years and syscons still hasn't been fixed so that > >data center users aren't screwed. This is a matter of fixing syscons > >not crippling ps2, so basically go fix syscons don't muck with > >atkbd. :) > > > >thank you, > > Sorry, this drive-by isn't acceptable right before the 4.10 release > cycle. The old behaviour might be broken for data center people, but > it is well understood brokeness. Please revert the RELENG_4 change, > and we'll discuss the next step. I like the abuse of "release engineering" to justify reverting something that restores POLA... "right before release". Dumbest project ever. I'll revert it, and so another part of my hope for FreeBSD dies in the process. :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 14:59:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3282A16A4CE; Thu, 1 Apr 2004 14:59:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EDD43D54; Thu, 1 Apr 2004 14:59:25 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31MxOGe073153; Thu, 1 Apr 2004 14:59:24 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31MxNFL073152; Thu, 1 Apr 2004 14:59:23 -0800 (PST) (envelope-from alfred) Message-Id: <200404012259.i31MxNFL073152@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Apr 2004 14:59:23 -0800 (PST) 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/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 01 Apr 2004 22:59:25 -0000 alfred 2004/04/01 14:59:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: Revert atkb change so that we can rebreak POLA for the sake of release. Requested by: scottl Revision Changes Path 1.246.2.58 +1 -1 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Apr 1 15:54:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD5BC16A4CE; Thu, 1 Apr 2004 15:54:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C8043D3F; Thu, 1 Apr 2004 15:54:50 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i31NsoGe083803; Thu, 1 Apr 2004 15:54:50 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i31Nso7e083802; Thu, 1 Apr 2004 15:54:50 -0800 (PST) (envelope-from rwatson) Message-Id: <200404012354.i31Nso7e083802@repoman.freebsd.org> From: Robert Watson Date: Thu, 1 Apr 2004 15:54:50 -0800 (PST) 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_sl.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, 01 Apr 2004 23:54:51 -0000 rwatson 2004/04/01 15:54:50 PST FreeBSD src repository Modified files: sys/net if_sl.c Log: For now, restore an splx(s) I removed when introducing slisunitfree(). Revision Changes Path 1.113 +3 -1 src/sys/net/if_sl.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 17:01:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCEE16A4CE; Thu, 1 Apr 2004 17:01:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BA243D1D; Thu, 1 Apr 2004 17:01:35 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3211YGe004237; Thu, 1 Apr 2004 17:01:34 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3211YC7004236; Thu, 1 Apr 2004 17:01:34 -0800 (PST) (envelope-from julian) Message-Id: <200404020101.i3211YC7004236@repoman.freebsd.org> From: Julian Elischer Date: Thu, 1 Apr 2004 17:01:34 -0800 (PST) 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_thr.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, 02 Apr 2004 01:01:35 -0000 julian 2004/04/01 17:01:34 PST FreeBSD src repository Modified files: sys/kern kern_thr.c Log: The comment complained about not having a thread_unlink() and did the work itself, but thread_unink() has existed for a while... use it. Revision Changes Path 1.16 +2 -5 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 17:11:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C341F16A4CE; Thu, 1 Apr 2004 17:11:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B99F643D1D; Thu, 1 Apr 2004 17:11:25 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i321BPGe009427; Thu, 1 Apr 2004 17:11:25 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i321BPBT009423; Thu, 1 Apr 2004 17:11:25 -0800 (PST) (envelope-from nectar) Message-Id: <200404020111.i321BPBT009423@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 1 Apr 2004 17:11:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/openssl CHANGES Configure FAQ FREEBSD-Xlist LICENSE Makefile.org Makefile.ssl NEWS README config openssl.spec src/crypto/openssl/apps CA.pl Makefile.ssl apps.c apps.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, 02 Apr 2004 01:11:26 -0000 nectar 2004/04/01 17:11:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/openssl CHANGES Configure FAQ FREEBSD-Xlist LICENSE Makefile.org Makefile.ssl NEWS README config openssl.spec crypto/openssl/apps CA.pl Makefile.ssl apps.c apps.h asn1pars.c ca.c der_chop dgst.c enc.c engine.c ocsp.c openssl.cnf pkcs12.c pkcs7.c req.c rsautl.c s_socket.c s_time.c speed.c x509.c crypto/openssl/certs vsign3.pem crypto/openssl/crypto Makefile.ssl cversion.c mem.c mem_dbg.c opensslconf.h opensslv.h crypto/openssl/crypto/aes Makefile.ssl aes_cbc.c crypto/openssl/crypto/asn1 Makefile.ssl a_gentm.c a_mbstr.c a_strex.c a_time.c a_utctm.c asn1_lib.c asn1_par.c asn_moid.c t_pkey.c x_long.c crypto/openssl/crypto/bf Makefile.ssl crypto/openssl/crypto/bio Makefile.ssl b_dump.c b_print.c b_sock.c bio_cb.c bss_conn.c bss_file.c crypto/openssl/crypto/bn Makefile.ssl bn_lcl.h bn_lib.c bn_print.c crypto/openssl/crypto/bn/asm bn-586.pl x86_64-gcc.c crypto/openssl/crypto/buffer Makefile.ssl crypto/openssl/crypto/cast Makefile.ssl crypto/openssl/crypto/comp Makefile.ssl crypto/openssl/crypto/conf Makefile.ssl conf_def.c conf_mod.c crypto/openssl/crypto/des Makefile.ssl cfb_enc.c ecb_enc.c crypto/openssl/crypto/dh Makefile.ssl crypto/openssl/crypto/dsa Makefile.ssl crypto/openssl/crypto/dso Makefile.ssl dso_lib.c crypto/openssl/crypto/ec Makefile.ssl ecp_smpl.c crypto/openssl/crypto/engine Makefile.ssl eng_ctrl.c eng_fat.c engine.h hw_cryptodev.c crypto/openssl/crypto/err Makefile.ssl err.c crypto/openssl/crypto/evp Makefile.ssl bio_ok.c digest.c evp.h evp_enc.c evp_pbe.c evp_pkey.c crypto/openssl/crypto/hmac Makefile.ssl crypto/openssl/crypto/idea Makefile.ssl crypto/openssl/crypto/krb5 Makefile.ssl crypto/openssl/crypto/lhash Makefile.ssl crypto/openssl/crypto/md2 Makefile.ssl crypto/openssl/crypto/md4 Makefile.ssl crypto/openssl/crypto/md5 Makefile.ssl crypto/openssl/crypto/mdc2 Makefile.ssl crypto/openssl/crypto/objects Makefile.ssl obj_dat.c obj_dat.pl crypto/openssl/crypto/ocsp Makefile.ssl ocsp_ext.c ocsp_lib.c ocsp_vfy.c crypto/openssl/crypto/pem Makefile.ssl pem_lib.c pem_pkey.c crypto/openssl/crypto/pkcs12 Makefile.ssl crypto/openssl/crypto/pkcs7 Makefile.ssl pk7_doit.c crypto/openssl/crypto/rand Makefile.ssl rand_egd.c rand_unix.c rand_win.c randfile.c crypto/openssl/crypto/rc2 Makefile.ssl crypto/openssl/crypto/rc4 Makefile.ssl crypto/openssl/crypto/rc5 Makefile.ssl crypto/openssl/crypto/ripemd Makefile.ssl crypto/openssl/crypto/rsa Makefile.ssl rsa.h rsa_eay.c rsa_lib.c crypto/openssl/crypto/sha Makefile.ssl crypto/openssl/crypto/sha/asm sha1-586.pl crypto/openssl/crypto/stack Makefile.ssl crypto/openssl/crypto/threads mttest.c crypto/openssl/crypto/txt_db Makefile.ssl crypto/openssl/crypto/ui Makefile.ssl ui_lib.c crypto/openssl/crypto/x509 Makefile.ssl by_dir.c x509.h x509_txt.c x509_vfy.c x509_vfy.h x509type.c crypto/openssl/crypto/x509v3 Makefile.ssl v3_alt.c v3_crld.c v3_info.c v3_purp.c crypto/openssl/doc ssleay.txt crypto/openssl/doc/apps config.pod openssl.pod s_client.pod smime.pod crypto/openssl/doc/crypto BIO_f_ssl.pod EVP_BytesToKey.pod EVP_DigestInit.pod OpenSSL_add_all_algorithms.pod RSA_print.pod d2i_DSAPublicKey.pod d2i_RSAPublicKey.pod des.pod pem.pod ui.pod crypto/openssl/doc/ssl SSL_COMP_add_compression_method.pod crypto/openssl/ssl Makefile.ssl kssl.c s2_clnt.c s2_enc.c s2_lib.c s2_pkt.c s2_srvr.c s3_clnt.c s3_enc.c s3_lib.c s3_srvr.c ssl.h ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_lib.c ssl_sess.c ssltest.c crypto/openssl/test Makefile.ssl crypto/openssl/tools Makefile.ssl c_rehash crypto/openssl/util extract-names.pl mk1mf.pl mkdef.pl crypto/openssl/util/pl Mingw32.pl OS2-EMX.pl secure/lib/libcrypto Makefile.inc Makefile.man secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3 BIO_ctrl.3 BIO_f_base64.3 BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 BIO_f_ssl.3 BIO_find_type.3 BIO_new.3 BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 BIO_should_retry.3 BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 BN_mod_inverse.3 BN_mod_mul_montgomery.3 BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 BN_set_bit.3 BN_swap.3 BN_zero.3 CRYPTO_set_ex_data.3 DH_generate_key.3 DH_generate_parameters.3 DH_get_ex_new_index.3 DH_new.3 DH_set_method.3 DH_size.3 DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 DSA_generate_parameters.3 DSA_get_ex_new_index.3 DSA_new.3 DSA_set_method.3 DSA_sign.3 DSA_size.3 ERR_GET_LIB.3 ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 ERR_load_crypto_strings.3 ERR_load_strings.3 ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 EVP_BytesToKey.3 EVP_DigestInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 EVP_PKEY_new.3 EVP_PKEY_set1_RSA.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 OBJ_nid2obj.3 OPENSSL_VERSION_NUMBER.3 OpenSSL_add_all_algorithms.3 PKCS12_create.3 PKCS12_parse.3 PKCS7_decrypt.3 PKCS7_encrypt.3 PKCS7_sign.3 PKCS7_verify.3 RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 RAND_load_file.3 RAND_set_rand_method.3 RSA_blinding_on.3 RSA_check_key.3 RSA_generate_key.3 RSA_get_ex_new_index.3 RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 SMIME_read_PKCS7.3 SMIME_write_PKCS7.3 X509_NAME_ENTRY_get_object.3 X509_NAME_add_entry_by_txt.3 X509_NAME_get_index_by_NID.3 X509_NAME_print_ex.3 X509_new.3 bio.3 blowfish.3 bn.3 bn_internal.3 buffer.3 crypto.3 d2i_ASN1_OBJECT.3 d2i_DHparams.3 d2i_DSAPublicKey.3 d2i_PKCS8PrivateKey.3 d2i_RSAPublicKey.3 d2i_X509.3 d2i_X509_ALGOR.3 d2i_X509_CRL.3 d2i_X509_NAME.3 d2i_X509_REQ.3 d2i_X509_SIG.3 des.3 dh.3 dsa.3 engine.3 err.3 evp.3 hmac.3 lh_stats.3 lhash.3 md5.3 mdc2.3 pem.3 rand.3 rc4.3 ripemd.3 rsa.3 sha.3 threads.3 ui.3 ui_compat.3 Added files: (Branch: RELENG_4) crypto/openssl/certs/expired vsign3.pem crypto/openssl/doc/apps s_time.pod crypto/openssl/doc/crypto CONF_modules_free.pod CONF_modules_load_file.pod OPENSSL_config.pod OPENSSL_load_builtin_modules.pod secure/lib/libcrypto/man CONF_modules_free.3 CONF_modules_load_file.3 OPENSSL_config.3 OPENSSL_load_builtin_modules.3 Log: MFC OpenSSL 0.9.7d. Revision Changes Path 1.1.1.1.2.8 +45 -0 src/crypto/openssl/CHANGES 1.1.1.1.2.8 +10 -9 src/crypto/openssl/Configure 1.1.1.1.2.9 +5 -2 src/crypto/openssl/FAQ 1.1.2.7 +1 -1 src/crypto/openssl/FREEBSD-Xlist 1.1.1.1.2.5 +1 -1 src/crypto/openssl/LICENSE 1.1.1.1.2.9 +7 -3 src/crypto/openssl/Makefile.org 1.1.1.1.2.9 +13 -9 src/crypto/openssl/Makefile.ssl 1.1.1.1.2.9 +8 -0 src/crypto/openssl/NEWS 1.1.1.1.2.9 +2 -2 src/crypto/openssl/README 1.1.1.1.2.7 +1 -1 src/crypto/openssl/apps/CA.pl 1.1.1.1.2.8 +1 -1 src/crypto/openssl/apps/Makefile.ssl 1.1.1.1.2.7 +557 -6 src/crypto/openssl/apps/apps.c 1.1.1.1.2.5 +32 -1 src/crypto/openssl/apps/apps.h 1.1.1.1.2.5 +9 -1 src/crypto/openssl/apps/asn1pars.c 1.1.1.1.2.7 +146 -403 src/crypto/openssl/apps/ca.c 1.1.1.1.2.5 +1 -1 src/crypto/openssl/apps/der_chop 1.1.1.1.2.6 +3 -2 src/crypto/openssl/apps/dgst.c 1.1.1.1.2.6 +3 -3 src/crypto/openssl/apps/enc.c 1.1.1.1.2.4 +2 -2 src/crypto/openssl/apps/engine.c 1.1.1.1.2.4 +10 -36 src/crypto/openssl/apps/ocsp.c 1.1.1.1.2.7 +6 -0 src/crypto/openssl/apps/openssl.cnf 1.1.1.1.2.6 +2 -2 src/crypto/openssl/apps/pkcs12.c 1.1.1.1.2.6 +3 -0 src/crypto/openssl/apps/pkcs7.c 1.1.1.1.2.7 +20 -22 src/crypto/openssl/apps/req.c 1.1.1.1.2.5 +11 -1 src/crypto/openssl/apps/rsautl.c 1.1.1.1.2.4 +1 -1 src/crypto/openssl/apps/s_socket.c 1.1.1.1.2.4 +3 -3 src/crypto/openssl/apps/s_time.c 1.3.2.7 +7 -0 src/crypto/openssl/apps/speed.c 1.1.1.1.2.8 +16 -70 src/crypto/openssl/apps/x509.c 1.1.1.1.2.1 +18 -0 src/crypto/openssl/certs/expired/vsign3.pem (new) 1.1.1.1.2.1 +13 -14 src/crypto/openssl/certs/vsign3.pem 1.1.1.1.2.9 +7 -6 src/crypto/openssl/config 1.1.1.1.2.6 +4 -4 src/crypto/openssl/crypto/Makefile.ssl 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/aes/Makefile.ssl 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/aes/aes_cbc.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/asn1/Makefile.ssl 1.1.1.1.2.5 +5 -4 src/crypto/openssl/crypto/asn1/a_gentm.c 1.1.1.1.2.4 +2 -2 src/crypto/openssl/crypto/asn1/a_mbstr.c 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/asn1/a_strex.c 1.1.1.1.2.6 +6 -3 src/crypto/openssl/crypto/asn1/a_time.c 1.1.1.1.2.5 +5 -4 src/crypto/openssl/crypto/asn1/a_utctm.c 1.1.1.1.2.9 +2 -2 src/crypto/openssl/crypto/asn1/asn1_lib.c 1.1.1.1.2.4 +3 -3 src/crypto/openssl/crypto/asn1/asn1_par.c 1.1.1.1.2.2 +7 -2 src/crypto/openssl/crypto/asn1/asn_moid.c 1.1.1.1.2.5 +2 -2 src/crypto/openssl/crypto/asn1/t_pkey.c 1.1.1.1.2.2 +8 -2 src/crypto/openssl/crypto/asn1/x_long.c 1.1.1.1.2.6 +2 -1 src/crypto/openssl/crypto/bf/Makefile.ssl 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/bio/Makefile.ssl 1.1.1.1.2.3 +18 -14 src/crypto/openssl/crypto/bio/b_dump.c 1.1.1.1.2.7 +6 -6 src/crypto/openssl/crypto/bio/b_print.c 1.1.1.1.2.7 +6 -6 src/crypto/openssl/crypto/bio/b_sock.c 1.1.1.1.2.2 +21 -15 src/crypto/openssl/crypto/bio/bio_cb.c 1.1.1.1.2.4 +3 -3 src/crypto/openssl/crypto/bio/bss_conn.c 1.1.1.1.2.5 +5 -5 src/crypto/openssl/crypto/bio/bss_file.c 1.1.1.1.2.8 +4 -1 src/crypto/openssl/crypto/bn/Makefile.ssl 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/bn/asm/bn-586.pl 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/bn/asm/x86_64-gcc.c 1.1.1.1.2.5 +8 -9 src/crypto/openssl/crypto/bn/bn_lcl.h 1.1.1.1.2.5 +4 -4 src/crypto/openssl/crypto/bn/bn_lib.c 1.1.1.1.2.4 +3 -2 src/crypto/openssl/crypto/bn/bn_print.c 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/buffer/Makefile.ssl 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/cast/Makefile.ssl 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/comp/Makefile.ssl 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/conf/Makefile.ssl 1.1.1.1.2.4 +3 -3 src/crypto/openssl/crypto/conf/conf_def.c 1.1.1.1.2.2 +6 -6 src/crypto/openssl/crypto/conf/conf_mod.c 1.1.1.1.2.2 +5 -3 src/crypto/openssl/crypto/cversion.c 1.1.1.1.2.6 +16 -14 src/crypto/openssl/crypto/des/Makefile.ssl 1.1.1.1.2.4 +10 -11 src/crypto/openssl/crypto/des/cfb_enc.c 1.1.1.1.2.3 +3 -1 src/crypto/openssl/crypto/des/ecb_enc.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/dh/Makefile.ssl 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/dsa/Makefile.ssl 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/dso/Makefile.ssl 1.1.1.1.2.3 +2 -2 src/crypto/openssl/crypto/dso/dso_lib.c 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/ec/Makefile.ssl 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/ec/ecp_smpl.c 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/engine/Makefile.ssl 1.1.1.1.2.2 +7 -3 src/crypto/openssl/crypto/engine/eng_ctrl.c 1.1.1.1.2.3 +3 -3 src/crypto/openssl/crypto/engine/eng_fat.c 1.1.1.1.2.4 +15 -12 src/crypto/openssl/crypto/engine/engine.h 1.1.1.2.2.2 +4 -5 src/crypto/openssl/crypto/engine/hw_cryptodev.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/err/Makefile.ssl 1.1.1.1.2.8 +1 -1 src/crypto/openssl/crypto/err/err.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/evp/Makefile.ssl 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/evp/bio_ok.c 1.1.1.1.2.4 +12 -3 src/crypto/openssl/crypto/evp/digest.c 1.2.2.6 +2 -0 src/crypto/openssl/crypto/evp/evp.h 1.1.1.1.2.4 +13 -1 src/crypto/openssl/crypto/evp/evp_enc.c 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/evp/evp_pbe.c 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/evp/evp_pkey.c 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/hmac/Makefile.ssl 1.4.2.6 +1 -1 src/crypto/openssl/crypto/idea/Makefile.ssl 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/krb5/Makefile.ssl 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/lhash/Makefile.ssl 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/md2/Makefile.ssl 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/md4/Makefile.ssl 1.1.1.1.2.7 +1 -1 src/crypto/openssl/crypto/md5/Makefile.ssl 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/mdc2/Makefile.ssl 1.1.1.1.2.6 +11 -7 src/crypto/openssl/crypto/mem.c 1.1.1.1.2.5 +10 -7 src/crypto/openssl/crypto/mem_dbg.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/objects/Makefile.ssl 1.1.1.1.2.5 +2 -2 src/crypto/openssl/crypto/objects/obj_dat.c 1.1.1.1.2.5 +4 -0 src/crypto/openssl/crypto/objects/obj_dat.pl 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/ocsp/Makefile.ssl 1.1.1.1.2.2 +17 -7 src/crypto/openssl/crypto/ocsp/ocsp_ext.c 1.1.1.1.2.2 +1 -0 src/crypto/openssl/crypto/ocsp/ocsp_lib.c 1.1.1.1.2.2 +3 -3 src/crypto/openssl/crypto/ocsp/ocsp_vfy.c 1.1.1.1.2.4 +4 -7 src/crypto/openssl/crypto/opensslconf.h 1.1.1.1.2.10 +2 -2 src/crypto/openssl/crypto/opensslv.h 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/pem/Makefile.ssl 1.1.1.1.2.5 +13 -8 src/crypto/openssl/crypto/pem/pem_lib.c 1.1.1.1.2.2 +4 -0 src/crypto/openssl/crypto/pem/pem_pkey.c 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/pkcs12/Makefile.ssl 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/pkcs7/Makefile.ssl 1.1.1.1.2.7 +26 -32 src/crypto/openssl/crypto/pkcs7/pk7_doit.c 1.1.1.1.2.5 +6 -4 src/crypto/openssl/crypto/rand/Makefile.ssl 1.1.1.1.2.6 +2 -1 src/crypto/openssl/crypto/rand/rand_egd.c 1.1.1.1.2.2 +19 -0 src/crypto/openssl/crypto/rand/rand_unix.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/rand/rand_win.c 1.1.1.1.2.6 +60 -11 src/crypto/openssl/crypto/rand/randfile.c 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/rc2/Makefile.ssl 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/rc4/Makefile.ssl 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/rc5/Makefile.ssl 1.1.1.1.2.6 +2 -1 src/crypto/openssl/crypto/ripemd/Makefile.ssl 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/rsa/Makefile.ssl 1.2.2.8 +1 -1 src/crypto/openssl/crypto/rsa/rsa.h 1.2.4.8 +1 -1 src/crypto/openssl/crypto/rsa/rsa_eay.c 1.2.2.9 +1 -1 src/crypto/openssl/crypto/rsa/rsa_lib.c 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/sha/Makefile.ssl 1.1.1.1.2.3 +88 -203 src/crypto/openssl/crypto/sha/asm/sha1-586.pl 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/stack/Makefile.ssl 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/threads/mttest.c 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/txt_db/Makefile.ssl 1.1.1.1.2.3 +1 -1 src/crypto/openssl/crypto/ui/Makefile.ssl 1.1.1.2.2.2 +7 -6 src/crypto/openssl/crypto/ui/ui_lib.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/x509/Makefile.ssl 1.1.1.1.2.4 +32 -2 src/crypto/openssl/crypto/x509/by_dir.c 1.1.1.1.2.5 +0 -4 src/crypto/openssl/crypto/x509/x509.h 1.1.1.1.2.5 +7 -1 src/crypto/openssl/crypto/x509/x509_txt.c 1.1.1.1.2.6 +48 -7 src/crypto/openssl/crypto/x509/x509_vfy.c 1.1.1.1.2.5 +14 -5 src/crypto/openssl/crypto/x509/x509_vfy.h 1.1.1.1.2.2 +1 -1 src/crypto/openssl/crypto/x509/x509type.c 1.1.1.1.2.6 +1 -1 src/crypto/openssl/crypto/x509v3/Makefile.ssl 1.1.1.1.2.5 +2 -1 src/crypto/openssl/crypto/x509v3/v3_alt.c 1.1.1.1.2.4 +1 -1 src/crypto/openssl/crypto/x509v3/v3_crld.c 1.1.1.1.2.4 +6 -5 src/crypto/openssl/crypto/x509v3/v3_info.c 1.1.1.1.2.6 +3 -2 src/crypto/openssl/crypto/x509v3/v3_purp.c 1.1.1.1.2.2 +137 -3 src/crypto/openssl/doc/apps/config.pod 1.1.1.1.2.5 +2 -1 src/crypto/openssl/doc/apps/openssl.pod 1.1.1.1.2.5 +3 -3 src/crypto/openssl/doc/apps/s_client.pod 1.1.1.1.2.1 +173 -0 src/crypto/openssl/doc/apps/s_time.pod (new) 1.1.1.1.2.5 +7 -4 src/crypto/openssl/doc/apps/smime.pod 1.1.1.1.2.2 +3 -3 src/crypto/openssl/doc/crypto/BIO_f_ssl.pod 1.1.1.1.2.1 +47 -0 src/crypto/openssl/doc/crypto/CONF_modules_free.pod (new) 1.1.1.1.2.1 +60 -0 src/crypto/openssl/doc/crypto/CONF_modules_load_file.pod (new) 1.1.1.1.2.2 +1 -1 src/crypto/openssl/doc/crypto/EVP_BytesToKey.pod 1.1.1.1.2.5 +1 -1 src/crypto/openssl/doc/crypto/EVP_DigestInit.pod 1.1.1.1.2.1 +82 -0 src/crypto/openssl/doc/crypto/OPENSSL_config.pod (new) 1.1.1.1.2.1 +51 -0 src/crypto/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod (new) 1.1.1.1.2.3 +1 -1 src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod 1.1.1.1.2.4 +1 -1 src/crypto/openssl/doc/crypto/RSA_print.pod 1.1.1.1.2.2 +3 -2 src/crypto/openssl/doc/crypto/d2i_DSAPublicKey.pod 1.1.1.1.2.3 +3 -2 src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod 1.1.1.1.2.5 +1 -1 src/crypto/openssl/doc/crypto/des.pod 1.1.1.1.2.2 +3 -3 src/crypto/openssl/doc/crypto/pem.pod 1.1.1.1.2.2 +1 -1 src/crypto/openssl/doc/crypto/ui.pod 1.1.1.1.2.2 +2 -2 src/crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod 1.1.1.1.2.4 +1 -1 src/crypto/openssl/doc/ssleay.txt 1.1.1.1.2.8 +1 -1 src/crypto/openssl/openssl.spec 1.1.1.1.2.6 +243 -248 src/crypto/openssl/ssl/Makefile.ssl 1.1.1.1.2.3 +2 -2 src/crypto/openssl/ssl/kssl.c 1.2.2.8 +0 -1 src/crypto/openssl/ssl/s2_clnt.c 1.2.2.7 +0 -1 src/crypto/openssl/ssl/s2_enc.c 1.2.2.7 +2 -1 src/crypto/openssl/ssl/s2_lib.c 1.2.2.6 +0 -1 src/crypto/openssl/ssl/s2_pkt.c 1.2.2.7 +0 -1 src/crypto/openssl/ssl/s2_srvr.c 1.1.1.1.2.8 +2 -3 src/crypto/openssl/ssl/s3_clnt.c 1.1.1.1.2.7 +6 -6 src/crypto/openssl/ssl/s3_enc.c 1.1.1.1.2.6 +2 -0 src/crypto/openssl/ssl/s3_lib.c 1.1.1.1.2.9 +18 -1 src/crypto/openssl/ssl/s3_srvr.c 1.1.1.1.2.8 +2 -2 src/crypto/openssl/ssl/ssl.h 1.1.1.1.2.6 +0 -1 src/crypto/openssl/ssl/ssl_asn1.c 1.1.1.1.2.7 +6 -6 src/crypto/openssl/ssl/ssl_cert.c 1.1.1.1.2.5 +46 -39 src/crypto/openssl/ssl/ssl_ciph.c 1.1.1.1.2.8 +0 -1 src/crypto/openssl/ssl/ssl_lib.c 1.1.1.1.2.8 +0 -1 src/crypto/openssl/ssl/ssl_sess.c 1.1.1.1.2.7 +8 -1 src/crypto/openssl/ssl/ssltest.c 1.1.1.1.2.8 +2 -2 src/crypto/openssl/test/Makefile.ssl 1.1.1.1.2.2 +1 -1 src/crypto/openssl/tools/Makefile.ssl 1.1.1.1.2.7 +1 -1 src/crypto/openssl/tools/c_rehash 1.1.1.1.2.3 +2 -0 src/crypto/openssl/util/extract-names.pl 1.1.1.1.2.7 +2 -0 src/crypto/openssl/util/mk1mf.pl 1.1.1.1.2.8 +33 -5 src/crypto/openssl/util/mkdef.pl 1.1.1.1.2.7 +1 -1 src/crypto/openssl/util/pl/Mingw32.pl 1.1.1.1.2.2 +22 -20 src/crypto/openssl/util/pl/OS2-EMX.pl 1.7.2.13 +1 -1 src/secure/lib/libcrypto/Makefile.inc 1.1.2.2 +8 -0 src/secure/lib/libcrypto/Makefile.man 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/ASN1_STRING_length.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/ASN1_STRING_new.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_ctrl.3 1.3.2.3 +5 -6 src/secure/lib/libcrypto/man/BIO_f_base64.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_f_buffer.3 1.3.2.3 +3 -3 src/secure/lib/libcrypto/man/BIO_f_cipher.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_f_md.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_f_null.3 1.3.2.3 +5 -5 src/secure/lib/libcrypto/man/BIO_f_ssl.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_find_type.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_push.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_read.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_accept.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_bio.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_connect.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_fd.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_file.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_mem.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_null.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_s_socket.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_set_callback.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BIO_should_retry.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_CTX_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_CTX_start.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_add.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_add_word.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_bn2bin.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_cmp.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_copy.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_generate_prime.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_mod_inverse.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_num_bytes.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_rand.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_set_bit.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_swap.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/BN_zero.3 1.1.2.1 +183 -0 src/secure/lib/libcrypto/man/CONF_modules_free.3 (new) 1.1.2.1 +196 -0 src/secure/lib/libcrypto/man/CONF_modules_load_file.3 (new) 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_generate_key.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_generate_parameters.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_get_ex_new_index.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_set_method.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DH_size.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_SIG_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_do_sign.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_dup_DH.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_generate_key.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_generate_parameters.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_set_method.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_sign.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/DSA_size.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_GET_LIB.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_clear_error.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_error_string.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_get_error.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_load_strings.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_print_errors.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_put_error.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ERR_remove_state.3 1.2.2.3 +3 -5 src/secure/lib/libcrypto/man/EVP_BytesToKey.3 1.3.2.3 +3 -3 src/secure/lib/libcrypto/man/EVP_DigestInit.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_EncryptInit.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_OpenInit.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_PKEY_new.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_SealInit.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_SignInit.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/EVP_VerifyInit.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/OBJ_nid2obj.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 1.1.2.1 +215 -0 src/secure/lib/libcrypto/man/OPENSSL_config.3 (new) 1.1.2.1 +185 -0 src/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 (new) 1.3.2.3 +3 -3 src/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS12_create.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS12_parse.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS7_decrypt.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS7_encrypt.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS7_sign.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/PKCS7_verify.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_add.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_bytes.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_cleanup.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_egd.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_load_file.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RAND_set_rand_method.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_blinding_on.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_check_key.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_generate_key.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 1.3.2.3 +3 -3 src/secure/lib/libcrypto/man/RSA_print.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_private_encrypt.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_public_encrypt.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_set_method.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_sign.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/RSA_size.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/SMIME_read_PKCS7.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/SMIME_write_PKCS7.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/X509_NAME_print_ex.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/X509_new.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/bio.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/blowfish.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/bn.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/bn_internal.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/buffer.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/crypto.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_DHparams.3 1.2.2.3 +6 -5 src/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 1.3.2.3 +6 -5 src/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509_ALGOR.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509_CRL.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509_NAME.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509_REQ.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/d2i_X509_SIG.3 1.3.2.3 +3 -3 src/secure/lib/libcrypto/man/des.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/dh.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/dsa.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/engine.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/err.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/evp.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/hmac.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/lh_stats.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/lhash.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/md5.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/mdc2.3 1.2.2.3 +5 -5 src/secure/lib/libcrypto/man/pem.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/rand.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/rc4.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/ripemd.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/rsa.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/sha.3 1.3.2.3 +2 -2 src/secure/lib/libcrypto/man/threads.3 1.2.2.3 +3 -3 src/secure/lib/libcrypto/man/ui.3 1.2.2.3 +2 -2 src/secure/lib/libcrypto/man/ui_compat.3 From owner-cvs-src@FreeBSD.ORG Thu Apr 1 17:22:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C4516A4CE; Thu, 1 Apr 2004 17:22:31 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BD843D1D; Thu, 1 Apr 2004 17:22:31 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (94039310116d79795b26a9f81ec97090@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i321MUXm028888; Thu, 1 Apr 2004 17:22:31 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 05FEE52145; Thu, 1 Apr 2004 17:22:29 -0800 (PST) Date: Thu, 1 Apr 2004 17:22:29 -0800 From: Kris Kennaway To: Alfred Perlstein Message-ID: <20040402012229.GA75734@xor.obsecurity.org> References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011706.49954.jhb@FreeBSD.org> <20040401221929.GC26131@elvis.mu.org> <406C96C0.3000702@freebsd.org> <20040401225648.GF26131@elvis.mu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20040401225648.GF26131@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 01:22:31 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 01, 2004 at 02:56:48PM -0800, Alfred Perlstein wrote: > * Scott Long [040401 14:25] wrote: > > Alfred Perlstein wrote: > > > > > >It's been three years and syscons still hasn't been fixed so that > > >data center users aren't screwed. This is a matter of fixing syscons > > >not crippling ps2, so basically go fix syscons don't muck with > > >atkbd. :) > > > > > >thank you, > >=20 > > Sorry, this drive-by isn't acceptable right before the 4.10 release > > cycle. The old behaviour might be broken for data center people, but > > it is well understood brokeness. Please revert the RELENG_4 change, > > and we'll discuss the next step. >=20 > I like the abuse of "release engineering" to justify reverting something > that restores POLA... "right before release". >=20 > Dumbest project ever. >=20 > I'll revert it, and so another part of my hope for FreeBSD dies in the > process. :) Cut the histrionics, Alfred..instant MFCs ("non-trivial and non-urgent") are disallowed by the committer rules. Kris --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAbMBVWry0BWjoQKURAm+cAKDvX1qH4WfNtSFdu8w+pXz4XAKV6wCfUMrN 49m/6HB4cQJrjpTSAQBfvE8= =kCdC -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- From owner-cvs-src@FreeBSD.ORG Thu Apr 1 17:46:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41AF916A4CE; Thu, 1 Apr 2004 17:46:16 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34F143D1D; Thu, 1 Apr 2004 17:46:15 -0800 (PST) (envelope-from hmp@freebsd.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i321kCPq024542; Thu, 1 Apr 2004 20:46:12 -0500 (EST) (envelope-from hmp@freebsd.org) Received: from localhost (hmp@localhost)i321kC9q024539; Thu, 1 Apr 2004 20:46:12 -0500 (EST) (envelope-from hmp@freebsd.org) X-Authentication-Warning: fledge.watson.org: hmp owned process doing -bs Date: Thu, 1 Apr 2004 20:46:12 -0500 (EST) From: Hiten Pandya X-X-Sender: hmp@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200403300918.i2U9IFLM046848@repoman.freebsd.org> Message-ID: <20040401204545.O24499@fledge.watson.org> References: <200403300918.i2U9IFLM046848@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/usr.bin/netstat inet.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, 02 Apr 2004 01:46:16 -0000 On Tue, 30 Mar 2004, Dag-Erling Smorgrav wrote: :des 2004/03/30 01:18:15 PST : : FreeBSD src repository : : Modified files: (Branch: RELENG_4) : usr.bin/netstat inet.c : Log: : MFC (rev 1.61): do not print warning if kernel does not support PIM : : Revision Changes Path : 1.37.2.12 +2 -1 src/usr.bin/netstat/inet.c : Thanks DES. -Hiten Hiten Pandya hmp@backplane.com From owner-cvs-src@FreeBSD.ORG Thu Apr 1 20:57:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E7016A4CE; Thu, 1 Apr 2004 20:57:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7B543D41; Thu, 1 Apr 2004 20:57:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i324veGe064607; Thu, 1 Apr 2004 20:57:40 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i324veTP064606; Thu, 1 Apr 2004 20:57:40 -0800 (PST) (envelope-from kris) Message-Id: <200404020457.i324veTP064606@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 1 Apr 2004 20:57:40 -0800 (PST) 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_thr.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, 02 Apr 2004 04:57:41 -0000 kris 2004/04/01 20:57:40 PST FreeBSD src repository Modified files: sys/kern kern_thr.c Log: Add missing comment terminator. Revision Changes Path 1.17 +1 -1 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 21:59:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648FB16A4CE; Thu, 1 Apr 2004 21:59:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4705743D49; Thu, 1 Apr 2004 21:59:07 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i325x7Ge078011; Thu, 1 Apr 2004 21:59:07 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i325x7qv078010; Thu, 1 Apr 2004 21:59:07 -0800 (PST) (envelope-from marcel) Message-Id: <200404020559.i325x7qv078010@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 1 Apr 2004 21:59:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_kbd_sun.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, 02 Apr 2004 05:59:07 -0000 marcel 2004/04/01 21:59:06 PST FreeBSD src repository Modified files: sys/dev/uart uart_kbd_sun.c Log: Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the function is only defined in that case. Revision Changes Path 1.2 +2 -0 src/sys/dev/uart/uart_kbd_sun.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 22:29:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBF016A4CE; Thu, 1 Apr 2004 22:29:46 -0800 (PST) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id A018943D39; Thu, 1 Apr 2004 22:29:45 -0800 (PST) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-216-100-132-94.dsl.snfc21.pacbell.net [216.100.132.94])i326ThuO141340; Fri, 2 Apr 2004 01:29:44 -0500 Message-ID: <406D07E9.8050505@elischer.org> Date: Thu, 01 Apr 2004 22:27:53 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Kris Kennaway References: <200404020457.i324veTP064606@repoman.freebsd.org> In-Reply-To: <200404020457.i324veTP064606@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/kern kern_thr.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, 02 Apr 2004 06:29:46 -0000 Kris Kennaway wrote: > kris 2004/04/01 20:57:40 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_thr.c > Log: > Add missing comment terminator. > > Revision Changes Path > 1.17 +1 -1 src/sys/kern/kern_thr.c > thanks when I tried to fix it (when my build broke) you'd already got there. -- +------------------------------------+ ______ _ __ | __--_|\ Julian Elischer | \ U \/ / hard at work in | / \ julian@elischer.org +------>x USA \ a very strange | ( OZ ) \___ ___ | country ! +- X_.---._/ presently in San Francisco \_/ \\ v From owner-cvs-src@FreeBSD.ORG Thu Apr 1 23:33:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED3E16A4CE; Thu, 1 Apr 2004 23:33:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3161843D2F; Thu, 1 Apr 2004 23:33:36 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i327XZGe002991; Thu, 1 Apr 2004 23:33:35 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i327XZPh002990; Thu, 1 Apr 2004 23:33:35 -0800 (PST) (envelope-from marcel) Message-Id: <200404020733.i327XZPh002990@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 1 Apr 2004 23:33:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.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, 02 Apr 2004 07:33:36 -0000 marcel 2004/04/01 23:33:35 PST FreeBSD src repository Modified files: sys/dev/uart uart_cpu_sparc64.c Log: Allow the selection of a debug port with hw.uart.dbgport. Unlike other architectures (like ia64), the variable has to be set to an OpenFirmware device name. Revision Changes Path 1.9 +84 -46 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-src@FreeBSD.ORG Thu Apr 1 23:37:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16F716A4CE; Thu, 1 Apr 2004 23:37:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A463343D31; Thu, 1 Apr 2004 23:37:28 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i327bSGe003187; Thu, 1 Apr 2004 23:37:28 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i327bSGU003186; Thu, 1 Apr 2004 23:37:28 -0800 (PST) (envelope-from marcel) Message-Id: <200404020737.i327bSGU003186@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 1 Apr 2004 23:37:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_dev_ns8250.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, 02 Apr 2004 07:37:28 -0000 marcel 2004/04/01 23:37:28 PST FreeBSD src repository Modified files: sys/dev/uart uart_dev_ns8250.c Log: In ns8250_putc() insert a barrier between writing the character and checking for transmitter empty. Revision Changes Path 1.6 +1 -0 src/sys/dev/uart/uart_dev_ns8250.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 02:40:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431C016A4CE; Fri, 2 Apr 2004 02:40:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2650E43D39; Fri, 2 Apr 2004 02:40:43 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32AegGe049120; Fri, 2 Apr 2004 02:40:42 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32AegHA049119; Fri, 2 Apr 2004 02:40:42 -0800 (PST) (envelope-from simon) Message-Id: <200404021040.i32AegHA049119@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 2 Apr 2004 02:40:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/nfsd nfsd.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: Fri, 02 Apr 2004 10:40:43 -0000 simon 2004/04/02 02:40:42 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) sbin/nfsd nfsd.8 Log: MFC v. 1.21 (from usr.sbin/nfsd/nfsd.8): Add a cross reference to exports(5). Revision Changes Path 1.12.2.4 +1 -0 src/sbin/nfsd/nfsd.8 From owner-cvs-src@FreeBSD.ORG Fri Apr 2 04:18:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55ED616A4CE; Fri, 2 Apr 2004 04:18:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B65143D45; Fri, 2 Apr 2004 04:18:41 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32CIfGe071241; Fri, 2 Apr 2004 04:18:41 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32CIeut071240; Fri, 2 Apr 2004 04:18:40 -0800 (PST) (envelope-from krion) Message-Id: <200404021218.i32CIeut071240@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 2 Apr 2004 04:18:40 -0800 (PST) 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 network X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 12:18:41 -0000 krion 2004/04/02 04:18:40 PST FreeBSD src repository (ports committer) Modified files: etc/rc.d hostname network Log: - Use "/bin/hostname" explicitly instead of "hostname". Approved by: tobez MFC after: 1 week Revision Changes Path 1.7 +2 -2 src/etc/rc.d/hostname 1.4 +2 -2 src/etc/rc.d/network From owner-cvs-src@FreeBSD.ORG Fri Apr 2 07:02:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D9E16A4CE; Fri, 2 Apr 2004 07:02:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEF443D46; Fri, 2 Apr 2004 07:02:45 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32F2jGe013542; Fri, 2 Apr 2004 07:02:45 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32F2j6u013533; Fri, 2 Apr 2004 07:02:45 -0800 (PST) (envelope-from kensmith) Message-Id: <200404021502.i32F2j6u013533@repoman.freebsd.org> From: Ken Smith Date: Fri, 2 Apr 2004 07:02:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.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, 02 Apr 2004 15:02:46 -0000 kensmith 2004/04/02 07:02:45 PST FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: Rearrangements needed for syscons(4) to be used as a console device on architectures that need to call cninit() before the machine is ready to support mutexes (required by make_dev()). - Remove make_dev() call from scinit() when flags indicate unit is the system console, rely on sc_attach_unit() to handle it. - When trying to access current screen's status (scr_stat structure) use the static one provided for the initial system console if no dev_t is available. - When calling make_dev() in sc_attach_unit() catch special case of system's initial console and set up dev_t structure to include pointer to console's scr_stat struct. Reviewed by: marcel Tested by: marcel, grehan (ppc), others on current@ Approved by: rwatson (mentor) Revision Changes Path 1.418 +41 -20 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 07:09:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9434716A4CE; Fri, 2 Apr 2004 07:09:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790BF43D1F; Fri, 2 Apr 2004 07:09:57 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32F9vGe014758; Fri, 2 Apr 2004 07:09:57 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32F9v4c014757; Fri, 2 Apr 2004 07:09:57 -0800 (PST) (envelope-from des) Message-Id: <200404021509.i32F9v4c014757@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Apr 2004 07:09:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twa twa.c twa_freebsd.c twa_includes.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, 02 Apr 2004 15:09:57 -0000 des 2004/04/02 07:09:57 PST FreeBSD src repository Modified files: sys/dev/twa twa.c twa_freebsd.c twa_includes.h Log: Unbreak LINT on 64-bit platforms. Note that this code is not style(9)- compliant, but I'll leave that for someone else. Noticed by: tinderbox Pointy hat to: the usual suspects Revision Changes Path 1.2 +1 -1 src/sys/dev/twa/twa.c 1.2 +4 -4 src/sys/dev/twa/twa_freebsd.c 1.2 +1 -0 src/sys/dev/twa/twa_includes.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 07:46:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD6716A4CE; Fri, 2 Apr 2004 07:46:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F5B43D1D; Fri, 2 Apr 2004 07:46:30 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32FkTGe022935; Fri, 2 Apr 2004 07:46:29 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32FkTAi022934; Fri, 2 Apr 2004 07:46:29 -0800 (PST) (envelope-from rik) Message-Id: <200404021546.i32FkTAi022934@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 07:46:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man0 man8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 15:46:30 -0000 rik 2004/04/02 07:46:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man0 man8 Log: MFC: 1. Remove reference to cxconfig.8 2. Add reference to sconfig.8 Approved by: imp (mentor) Revision Changes Path 1.3.6.2 +1 -1 src/share/man/man0/man8 From owner-cvs-src@FreeBSD.ORG Fri Apr 2 07:59:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904B316A4CF; Fri, 2 Apr 2004 07:59:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745C443D2F; Fri, 2 Apr 2004 07:59:57 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32FxvGe025177; Fri, 2 Apr 2004 07:59:57 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32FxuWB025176; Fri, 2 Apr 2004 07:59:56 -0800 (PST) (envelope-from rik) Message-Id: <200404021559.i32FxuWB025176@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 07:59:56 -0800 (PST) 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/isa cronyx.c cx.c cxreg.h if_cx.c src/sys/i386/include cronyx.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, 02 Apr 2004 15:59:57 -0000 rik 2004/04/02 07:59:56 PST FreeBSD src repository Removed files: (Branch: RELENG_4) sys/i386/isa if_cx.c cxreg.h cx.c cronyx.c sys/i386/include cronyx.h Log: MFC: Retire old cx(4) driver. Approved by: imp (mentor) Revision Changes Path 1.9.2.1 +0 -484 src/sys/i386/include/cronyx.h (dead) 1.10.6.2 +0 -1030 src/sys/i386/isa/cronyx.c (dead) 1.45.2.2 +0 -956 src/sys/i386/isa/cx.c (dead) 1.3.12.2 +0 -430 src/sys/i386/isa/cxreg.h (dead) 1.32.2.1 +0 -825 src/sys/i386/isa/if_cx.c (dead) From owner-cvs-src@FreeBSD.ORG Fri Apr 2 08:03:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB9E16A4CE; Fri, 2 Apr 2004 08:03:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EE343D1F; Fri, 2 Apr 2004 08:03:57 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32G3vGe027979; Fri, 2 Apr 2004 08:03:57 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32G3uak027978; Fri, 2 Apr 2004 08:03:56 -0800 (PST) (envelope-from rik) Message-Id: <200404021603.i32G3uak027978@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 08:03:56 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 16:03:57 -0000 rik 2004/04/02 08:03:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Add Cronyx-Sigma entry. Approved by: imp (mentor) Revision Changes Path 1.13.2.92 +3 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 2 08:07:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E76816A4CE; Fri, 2 Apr 2004 08:07:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86AA43D31; Fri, 2 Apr 2004 08:07:56 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32G7uGe028175; Fri, 2 Apr 2004 08:07:56 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32G7un9028174; Fri, 2 Apr 2004 08:07:56 -0800 (PST) (envelope-from rik) Message-Id: <200404021607.i32G7un9028174@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 08:07:56 -0800 (PST) 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, 02 Apr 2004 16:07:57 -0000 rik 2004/04/02 08:07:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add Cronyx-Sigma entries. (cx(4) and sconfig(8)) Approved by: imp (mentor) Revision Changes Path 1.22.2.401 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 2 08:39:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0544516A4CE; Fri, 2 Apr 2004 08:39:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF66543D48; Fri, 2 Apr 2004 08:39:12 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32GdCGe034241; Fri, 2 Apr 2004 08:39:12 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32GdC9v034240; Fri, 2 Apr 2004 08:39:12 -0800 (PST) (envelope-from des) Message-Id: <200404021639.i32GdC9v034240@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Apr 2004 08:39:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/kbd kbd.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, 02 Apr 2004 16:39:13 -0000 des 2004/04/02 08:39:12 PST FreeBSD src repository Modified files: sys/dev/kbd kbd.c Log: Clean up whitespace, fix continuation indents, wrap some long lines. Revision Changes Path 1.40 +27 -27 src/sys/dev/kbd/kbd.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 08:41:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F5616A4CE; Fri, 2 Apr 2004 08:41:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D08C43D49; Fri, 2 Apr 2004 08:41:17 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32GfHGe034726; Fri, 2 Apr 2004 08:41:17 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32GfGtb034704; Fri, 2 Apr 2004 08:41:16 -0800 (PST) (envelope-from des) Message-Id: <200404021641.i32GfGtb034704@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Apr 2004 08:41:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/kbd kbd.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, 02 Apr 2004 16:41:17 -0000 des 2004/04/02 08:41:16 PST FreeBSD src repository Modified files: sys/dev/kbd kbd.c Log: style(9): return foo -> return (foo) also fix a continuation indent I missed in the previous commit. Revision Changes Path 1.41 +95 -95 src/sys/dev/kbd/kbd.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 08:56:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7137216A4CE; Fri, 2 Apr 2004 08:56:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D2543D2F; Fri, 2 Apr 2004 08:56:11 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32GuBGe044319; Fri, 2 Apr 2004 08:56:11 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32GuADU044318; Fri, 2 Apr 2004 08:56:10 -0800 (PST) (envelope-from rwatson) Message-Id: <200404021656.i32GuADU044318@repoman.freebsd.org> From: Robert Watson Date: Fri, 2 Apr 2004 08:56:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.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, 02 Apr 2004 16:56:11 -0000 rwatson 2004/04/02 08:56:10 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/msdosfs msdosfs_vfsops.c Log: MFC src/sys/fs/msdosfs/msdosfs_vfsops.c:1.119: Don't reject FAT file systems with a number of "Heads" greater than 255; USB keychains exist that use 256 as the number of heads. This check has also been removed in Darwin (along with most of the other head/sector sanity checks). Revision Changes Path 1.60.2.9 +1 -1 src/sys/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 09:15:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22A116A4CE; Fri, 2 Apr 2004 09:15:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9615843D5A; Fri, 2 Apr 2004 09:15:44 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32HFiGe049452; Fri, 2 Apr 2004 09:15:44 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32HFif0049451; Fri, 2 Apr 2004 09:15:44 -0800 (PST) (envelope-from andre) Message-Id: <200404021715.i32HFif0049451@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 2 Apr 2004 09:15:44 -0800 (PST) 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_fw2.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, 02 Apr 2004 17:15:44 -0000 andre 2004/04/02 09:15:44 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_fw2.c Log: MFC of rev 1.50, fix refcount leak in verify_rev_path() function. Reviewed by: sam Revision Changes Path 1.6.2.21 +13 -16 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 09:20:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C2616A4CE; Fri, 2 Apr 2004 09:20:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3709C43D39; Fri, 2 Apr 2004 09:20:00 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32HK0Ge049535; Fri, 2 Apr 2004 09:20:00 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32HJxqi049534; Fri, 2 Apr 2004 09:19:59 -0800 (PST) (envelope-from rik) Message-Id: <200404021719.i32HJxqi049534@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 09:19:59 -0800 (PST) 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/common dev.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, 02 Apr 2004 17:20:00 -0000 rik 2004/04/02 09:19:59 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add Cronyx-Tau entry. Revision Changes Path 1.215 +12 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 2 09:35:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DDD16A4CE; Fri, 2 Apr 2004 09:35:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED94A43D31; Fri, 2 Apr 2004 09:35:54 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32HZsGe053479; Fri, 2 Apr 2004 09:35:54 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32HZs5J053478; Fri, 2 Apr 2004 09:35:54 -0800 (PST) (envelope-from rik) Message-Id: <200404021735.i32HZs5J053478@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 2 Apr 2004 09:35:54 -0800 (PST) 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, 02 Apr 2004 17:35:55 -0000 rik 2004/04/02 09:35:54 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add Cronyx-Tau entry. Revision Changes Path 1.705 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 2 09:57:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B9016A4CF; Fri, 2 Apr 2004 09:57:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4371E43D3F; Fri, 2 Apr 2004 09:57:58 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32HvvGe058198; Fri, 2 Apr 2004 09:57:57 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Hvv6R058197; Fri, 2 Apr 2004 09:57:57 -0800 (PST) (envelope-from deischen) Message-Id: <200404021757.i32Hvv6R058197@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 2 Apr 2004 09:57:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias alias.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, 02 Apr 2004 17:57:58 -0000 deischen 2004/04/02 09:57:57 PST FreeBSD src repository Modified files: lib/libalias alias.c Log: Unbreak natd. Reported and submitted by: Sean McNeil (sean at mcneil.com) Revision Changes Path 1.42 +1 -0 src/lib/libalias/alias.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 10:50:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EA016A4D5; Fri, 2 Apr 2004 10:50:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B504043D2D; Fri, 2 Apr 2004 10:50:58 -0800 (PST) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32IowGe069511; Fri, 2 Apr 2004 10:50:58 -0800 (PST) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32IovD3069510; Fri, 2 Apr 2004 10:50:57 -0800 (PST) (envelope-from vkashyap) Message-Id: <200404021850.i32IovD3069510@repoman.freebsd.org> From: Vinod Kashyap Date: Fri, 2 Apr 2004 10:50:57 -0800 (PST) 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 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 18:50:59 -0000 vkashyap 2004/04/02 10:50:57 PST FreeBSD src repository Modified files: sys/conf NOTES sys/i386/conf NOTES Log: Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES. Revision Changes Path 1.1212 +0 -8 src/sys/conf/NOTES 1.1149 +8 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri Apr 2 11:13:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52ABF16A4CE; Fri, 2 Apr 2004 11:13:29 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE82C43D3F; Fri, 2 Apr 2004 11:13:28 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 955FF5312; Fri, 2 Apr 2004 21:13:27 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8C11D5310; Fri, 2 Apr 2004 21:13:22 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 1A47C33CAA; Fri, 2 Apr 2004 21:13:22 +0200 (CEST) To: Vinod Kashyap References: <200404021850.i32IovD3069510@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 02 Apr 2004 21:13:22 +0200 In-Reply-To: <200404021850.i32IovD3069510@repoman.freebsd.org> (Vinod Kashyap's message of "Fri, 2 Apr 2004 10:50:57 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 19:13:29 -0000 Vinod Kashyap writes: > Log: > Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/co= nf/NOTES. Why, when it actually builds (and hopefully works) on other platforms as well? You also seem to have forgotten to mention whether the commit has been reviewed and approved by your mentor. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Apr 2 11:25:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF5616A4CE; Fri, 2 Apr 2004 11:25:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BDA43D41; Fri, 2 Apr 2004 11:25:28 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32JPSGe079020; Fri, 2 Apr 2004 11:25:28 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32JPR5K079019; Fri, 2 Apr 2004 11:25:27 -0800 (PST) (envelope-from mlaier) Message-Id: <200404021925.i32JPR5K079019@repoman.freebsd.org> From: Max Laier Date: Fri, 2 Apr 2004 11:25:27 -0800 (PST) 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 src/etc newsyslog.conf src/etc/defaults rc.conf src/etc/rc.d Makefile pf pflog X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 19:25:28 -0000 mlaier 2004/04/02 11:25:27 PST FreeBSD src repository Modified files: share/man/man5 rc.conf.5 etc newsyslog.conf etc/defaults rc.conf etc/rc.d Makefile pf Added files: etc/rc.d pflog Log: Add rc.d script to start pflogd and add rcvars etc. Also document vars in rc.conf(5) and put a sample entry to newsyslog.conf Reviewed by: -current Approved by: bms(mentor) Revision Changes Path 1.203 +4 -0 src/etc/defaults/rc.conf 1.48 +2 -0 src/etc/newsyslog.conf 1.38 +1 -1 src/etc/rc.d/Makefile 1.2 +1 -1 src/etc/rc.d/pf 1.1 +85 -0 src/etc/rc.d/pflog (new) 1.212 +39 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Apr 2 12:07:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D0916A4CE; Fri, 2 Apr 2004 12:07:51 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA9643D3F; Fri, 2 Apr 2004 12:07:50 -0800 (PST) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id E19ED5C823; Fri, 2 Apr 2004 12:07:50 -0800 (PST) Date: Fri, 2 Apr 2004 12:07:50 -0800 From: Paul Saab To: Dag-Erling Sm?rgrav Message-ID: <20040402200750.GA93561@elvis.mu.org> References: <200404021850.i32IovD3069510@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.2.1i cc: cvs-src@FreeBSD.org cc: Vinod Kashyap cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 20:07:51 -0000 Dag-Erling Sm?rgrav (des@des.no) wrote: > Why, when it actually builds (and hopefully works) on other platforms > as well? It will not work on sparc64. Until such time that it has been verified to work on the other platforms, then it will be added to those platforms. > You also seem to have forgotten to mention whether the commit has been > reviewed and approved by your mentor. I told him to do it. From owner-cvs-src@FreeBSD.ORG Fri Apr 2 12:19:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F4B16A4CE; Fri, 2 Apr 2004 12:19:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB92143D46; Fri, 2 Apr 2004 12:19:20 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32KJKGe090476; Fri, 2 Apr 2004 12:19:20 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32KJKFR090475; Fri, 2 Apr 2004 12:19:20 -0800 (PST) (envelope-from sam) Message-Id: <200404022019.i32KJKFR090475@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 12:19:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211.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, 02 Apr 2004 20:19:21 -0000 sam 2004/04/02 12:19:20 PST FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: diff reduction against madwifi/p4 Revision Changes Path 1.11 +2 -2 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 12:22:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D25216A4CF; Fri, 2 Apr 2004 12:22:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006D943D31; Fri, 2 Apr 2004 12:22:26 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32KMPGe092326; Fri, 2 Apr 2004 12:22:25 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32KMP1K092325; Fri, 2 Apr 2004 12:22:25 -0800 (PST) (envelope-from sam) Message-Id: <200404022022.i32KMP1K092325@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 12:22:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_proto.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, 02 Apr 2004 20:22:26 -0000 sam 2004/04/02 12:22:25 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: insure basic rate bit is set in derived rate set; this works around a protocol/firmware problem with some versions found in hermes/prism cards Revision Changes Path 1.8 +10 -1 src/sys/net80211/ieee80211_proto.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 12:22:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0757316A541; Fri, 2 Apr 2004 12:22:39 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACA543D31; Fri, 2 Apr 2004 12:22:38 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 83AA05313; Fri, 2 Apr 2004 22:22:37 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 66B925310; Fri, 2 Apr 2004 22:22:32 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id E8ECC33CAA; Fri, 2 Apr 2004 22:22:31 +0200 (CEST) To: Paul Saab References: <200404021850.i32IovD3069510@repoman.freebsd.org> <20040402200750.GA93561@elvis.mu.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 02 Apr 2004 22:22:31 +0200 In-Reply-To: <20040402200750.GA93561@elvis.mu.org> (Paul Saab's message of "Fri, 2 Apr 2004 12:07:50 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: Vinod Kashyap cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 20:22:40 -0000 Paul Saab writes: > Dag-Erling Sm?rgrav (des@des.no) wrote: > > You also seem to have forgotten to mention whether the commit has been > > reviewed and approved by your mentor. > I told him to do it. You still should have reviewed it, and he still should have marked it as approved, and I still don't see the point with the commit. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:16:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD80516A4CF for ; Fri, 2 Apr 2004 14:16:33 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0D143D55 for ; Fri, 2 Apr 2004 14:16:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 7248 invoked from network); 2 Apr 2004 22:16:33 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Apr 2004 22:16:33 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i32MFrDG061621; Fri, 2 Apr 2004 17:16:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Fri, 2 Apr 2004 17:04:15 -0500 User-Agent: KMail/1.6 References: <200404012148.i31LmV7E057805@repoman.freebsd.org> <200404011706.49954.jhb@FreeBSD.org> <20040401221929.GC26131@elvis.mu.org> In-Reply-To: <20040401221929.GC26131@elvis.mu.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404021704.15821.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 02 Apr 2004 22:16:34 -0000 On Thursday 01 April 2004 05:19 pm, Alfred Perlstein wrote: > * John Baldwin [040401 14:05] wrote: > > On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: > > > alfred 2004/04/01 13:48:31 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/i386/conf GENERIC.hints > > > Log: > > > Fix booting with ps2 keyboards. > > > > Please revert since you did not get adequate review or discussion for > > this change. > > Actually we discussed this a long time ago. > > Previously the broken argument was: > > "hot swapping ps2 keyboards is bad, so let's screw data center people." No, that's rather wrong. Plus, you can easily walk into a data center and plug in a USB keyboard (which is designed for hotplug) and have it Just Work. That is, until you broke it. To paraphrase a Dilbert: "Here's a nickel kid, go buy yourself a better keyboard." -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:47:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 348A416A4CE; Fri, 2 Apr 2004 14:47:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F2343D1F; Fri, 2 Apr 2004 14:47:12 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32MlBGe029882; Fri, 2 Apr 2004 14:47:11 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32MlBoM029881; Fri, 2 Apr 2004 14:47:11 -0800 (PST) (envelope-from sam) Message-Id: <200404022247.i32MlBoM029881@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 14:47:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 22:47:12 -0000 sam 2004/04/02 14:47:11 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: when receiving a frame w/ a bad version number don't unref the node; the driver is responsible for that Obtained from: madwifi Revision Changes Path 1.14 +0 -1 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:48:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E175B16A4CE; Fri, 2 Apr 2004 14:48:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52DD43D3F; Fri, 2 Apr 2004 14:48:52 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32MmqGe029946; Fri, 2 Apr 2004 14:48:52 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32MmqZE029945; Fri, 2 Apr 2004 14:48:52 -0800 (PST) (envelope-from sam) Message-Id: <200404022248.i32MmqZE029945@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 14:48:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 22:48:53 -0000 sam 2004/04/02 14:48:52 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: when doing internal bridging free the node instead of just dropping the reference for consistency (explicit refcounting is discouraged) Obtained from: madwifi Revision Changes Path 1.15 +1 -1 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:50:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA8116A4CE; Fri, 2 Apr 2004 14:50:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A3343D45; Fri, 2 Apr 2004 14:50:32 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32MoWGe030093; Fri, 2 Apr 2004 14:50:32 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32MoVPp030092; Fri, 2 Apr 2004 14:50:31 -0800 (PST) (envelope-from sam) Message-Id: <200404022250.i32MoVPp030092@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 14:50:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 22:50:32 -0000 sam 2004/04/02 14:50:31 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknown elements is more meaningful (will add more with WPA merge) Obtained from: madwifi Revision Changes Path 1.16 +2 -0 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:54:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889D516A4D4; Fri, 2 Apr 2004 14:54:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE7743D1D; Fri, 2 Apr 2004 14:54:08 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32Ms8Ge031913; Fri, 2 Apr 2004 14:54:08 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Ms8Ee031912; Fri, 2 Apr 2004 14:54:08 -0800 (PST) (envelope-from sam) Message-Id: <200404022254.i32Ms8Ee031912@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 14:54:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 22:54:08 -0000 sam 2004/04/02 14:54:08 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: when processing beacon/probe response frames capture "is probe" in a variable to improve code legibility since we're going to use it more in forthcoming mods Obtained from: madwifi Revision Changes Path 1.17 +6 -6 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 14:56:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A0416A4CE; Fri, 2 Apr 2004 14:56:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D6543D31; Fri, 2 Apr 2004 14:56:09 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32Mu9Ge032054; Fri, 2 Apr 2004 14:56:09 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Mu9e2032048; Fri, 2 Apr 2004 14:56:09 -0800 (PST) (envelope-from sam) Message-Id: <200404022256.i32Mu9e2032048@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 14:56:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.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, 02 Apr 2004 22:56:10 -0000 sam 2004/04/02 14:56:09 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: diff reduction against madwifi Revision Changes Path 1.15 +5 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:00:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C363116A4CF; Fri, 2 Apr 2004 15:00:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A652343D31; Fri, 2 Apr 2004 15:00:31 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32N0VGe032689; Fri, 2 Apr 2004 15:00:31 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32N0V2u032688; Fri, 2 Apr 2004 15:00:31 -0800 (PST) (envelope-from sam) Message-Id: <200404022300.i32N0V2u032688@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:00:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.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, 02 Apr 2004 23:00:31 -0000 sam 2004/04/02 15:00:30 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: extract node matching logic into new ieee80211_match_bss routine for use in background/incremental scanning Obtained from: madwifi Revision Changes Path 1.16 +66 -54 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:02:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EADF16A4CE; Fri, 2 Apr 2004 15:02:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827BD43D2F; Fri, 2 Apr 2004 15:02:25 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32N2PGe034399; Fri, 2 Apr 2004 15:02:25 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32N2Ovk034391; Fri, 2 Apr 2004 15:02:24 -0800 (PST) (envelope-from sam) Message-Id: <200404022302.i32N2Ovk034391@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:02:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.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, 02 Apr 2004 23:02:25 -0000 sam 2004/04/02 15:02:24 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: replace explicit malloc/free with MALLOC/FREE for portability Obtained from: madwifi Revision Changes Path 1.17 +5 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:06:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9787A16A4CE; Fri, 2 Apr 2004 15:06:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE7E43D2F; Fri, 2 Apr 2004 15:06:42 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32N6gGe036201; Fri, 2 Apr 2004 15:06:42 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32N6fes036200; Fri, 2 Apr 2004 15:06:41 -0800 (PST) (envelope-from sam) Message-Id: <200404022306.i32N6fes036200@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:06:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.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, 02 Apr 2004 23:06:42 -0000 sam 2004/04/02 15:06:41 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_node.c Log: track node allocation failure stats in ieee80211_alloc_node instead of each caller Obtained from: madwifi Revision Changes Path 1.18 +3 -9 src/sys/net80211/ieee80211_input.c 1.18 +2 -0 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:09:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E3D16A4CE; Fri, 2 Apr 2004 15:09:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4EA43D45; Fri, 2 Apr 2004 15:09:24 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32N9OGe036423; Fri, 2 Apr 2004 15:09:24 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32N9OiX036422; Fri, 2 Apr 2004 15:09:24 -0800 (PST) (envelope-from sam) Message-Id: <200404022309.i32N9OiX036422@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:09:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.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, 02 Apr 2004 23:09:25 -0000 sam 2004/04/02 15:09:24 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: o change ieee80211_dup_bss to inherit explicit data from ic_bss instead of blindy copying the node contents; this turns out to be a bad idea as we add more state in the node for things like WPA o track node allocation failures in ieee80211_dup_bss instead of the callers Obtained from: madwifi Revision Changes Path 1.19 +7 -2 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:12:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5303616A4CE; Fri, 2 Apr 2004 15:12:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374C443D2D; Fri, 2 Apr 2004 15:12:46 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NCjGe038318; Fri, 2 Apr 2004 15:12:45 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NCjv5038317; Fri, 2 Apr 2004 15:12:45 -0800 (PST) (envelope-from sam) Message-Id: <200404022312.i32NCjv5038317@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:12:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 23:12:46 -0000 sam 2004/04/02 15:12:45 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: always free node reference when processing a probe request frame; was conditionally doing an unref if operating in adhoc mode which turns out to be wrong Revision Changes Path 1.19 +2 -7 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:25:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CD416A4CE; Fri, 2 Apr 2004 15:25:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF40C43D1F; Fri, 2 Apr 2004 15:25:39 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NPdGe040522; Fri, 2 Apr 2004 15:25:39 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NPdOA040521; Fri, 2 Apr 2004 15:25:39 -0800 (PST) (envelope-from sam) Message-Id: <200404022325.i32NPdOA040521@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:25:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_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: Fri, 02 Apr 2004 23:25:40 -0000 sam 2004/04/02 15:25:39 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_var.h Log: fix adhoc/ibss operation for drivers that require host support (e.g. ath): o remove IEEE80211_C_RCVMGT capability o on transmit craft new nodes as needed using new ieee80211_find_txnode routine o add ieee80211_find_txnode routine to lookup a node by mac address and if not present create one when operating in ibss/ahdemo mode; new nodes are dup'd from bss and the driver is told to treat the node as if a new association has been created so driver-private state (e.g. rate control handling) is setup Obtained from: netbsd (basic idea) Revision Changes Path 1.20 +70 -6 src/sys/net80211/ieee80211_node.c 1.8 +2 -0 src/sys/net80211/ieee80211_node.h 1.10 +7 -29 src/sys/net80211/ieee80211_output.c 1.13 +0 -1 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:28:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501A616A4CE; Fri, 2 Apr 2004 15:28:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C9043D1D; Fri, 2 Apr 2004 15:28:39 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NSdGe040673; Fri, 2 Apr 2004 15:28:39 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NScaf040672; Fri, 2 Apr 2004 15:28:38 -0800 (PST) (envelope-from sam) Message-Id: <200404022328.i32NScaf040672@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:28:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.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, 02 Apr 2004 23:28:39 -0000 sam 2004/04/02 15:28:38 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Note previous commit also purges all node table entries collected while do scanning when operating in adhoc mode. This is necessary to insure nodes in the table have a correct refcnt and driver-private state but is suboptimal. A better solution is to probe undiscovered neighbors and use the probe response to do the right thing (support for that comming in a separate commit). Revision Changes Path 1.21 +0 -0 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:35:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBF116A4CE; Fri, 2 Apr 2004 15:35:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 198A243D49; Fri, 2 Apr 2004 15:35:25 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NZOGe042790; Fri, 2 Apr 2004 15:35:24 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NZOBe042789; Fri, 2 Apr 2004 15:35:24 -0800 (PST) (envelope-from sam) Message-Id: <200404022335.i32NZOBe042789@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:35:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.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, 02 Apr 2004 23:35:25 -0000 sam 2004/04/02 15:35:24 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: Change handling of probe response frames. Previously we always dropped the refcnt on the node but left it in the node table. This allows the node table to hold the results of scanned ap's but for ibss scans left nodes w/o any driver-private state setup and/or a bad refcnt (when the nodes were timed out they were prematurely discarded). Now we treat nodes identified for ap scanning as before but force nodes discovered when scanning for ibss neighbors to have complete/proper state and hold the refcnt on the node. Any other nodes created because of these frames are discarded directly (need to optimize this case to eliminate various work that's immediately discarded). Revision Changes Path 1.20 +27 -2 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:37:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6971F16A4CE; Fri, 2 Apr 2004 15:37:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DA543D4C; Fri, 2 Apr 2004 15:37:08 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NanGe042863; Fri, 2 Apr 2004 15:36:49 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Nan3A042861; Fri, 2 Apr 2004 15:36:49 -0800 (PST) (envelope-from ru) Message-Id: <200404022336.i32Nan3A042861@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Apr 2004 15:36:49 -0800 (PST) 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_ste.c if_stereg.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, 02 Apr 2004 23:37:08 -0000 ru 2004/04/02 15:36:49 PST FreeBSD src repository Modified files: sys/pci if_ste.c if_stereg.h Log: Performance tuning. Moved the RX ring resyncing code to ste_rxeoc(), and only run it if we were asked to POLL_AND_CHECK_STATUS, under DEVICE_POLLING. (This significantly reduces the CPU load.) Improved the RX ring resyncing code by re-checking if the head is still empty before doing resyncing. This mostly affects the DEVICE_POLLING mode, where we run this code periodically. We could start checking with an empty head (well, an empty ring even), and after doing a few iterations, the chip might write a few entries, including the head, and we would bogusly consider this case as requiring resyncing. On a test box, this reduced the number of resyncs done by a factor of 10. In ste_txeof(sc), only reset the watchdog timer to zero when the TX list is completely empty. Converted ste_tx_prev_idx to a pointer -- faster. Removed some bitrot. Revision Changes Path 1.68 +44 -38 src/sys/pci/if_ste.c 1.14 +1 -3 src/sys/pci/if_stereg.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:37:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA9FA16A4CF; Fri, 2 Apr 2004 15:37:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD29C43D45; Fri, 2 Apr 2004 15:37:13 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32Nb1Ge042898; Fri, 2 Apr 2004 15:37:01 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Nb1JM042897; Fri, 2 Apr 2004 15:37:01 -0800 (PST) (envelope-from sam) Message-Id: <200404022337.i32Nb1JM042897@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:37:00 -0800 (PST) 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: Fri, 02 Apr 2004 23:37:14 -0000 sam 2004/04/02 15:37:00 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: remove use IEEE80211_C_RCVMGT Revision Changes Path 1.48 +1 -1 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:47:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F6116A4CE; Fri, 2 Apr 2004 15:47:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E086343D1D; Fri, 2 Apr 2004 15:47:39 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NldGe044968; Fri, 2 Apr 2004 15:47:39 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32Nld2n044967; Fri, 2 Apr 2004 15:47:39 -0800 (PST) (envelope-from sam) Message-Id: <200404022347.i32Nld2n044967@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:47:39 -0800 (PST) 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: Fri, 02 Apr 2004 23:47:40 -0000 sam 2004/04/02 15:47:39 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: cleanup descriptor allocation if attach fails Obtained from: madwifi Revision Changes Path 1.49 +4 -2 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:49:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D4916A4CF; Fri, 2 Apr 2004 15:49:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B3C43D46; Fri, 2 Apr 2004 15:49:15 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NnFGe045036; Fri, 2 Apr 2004 15:49:15 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NnFa5045035; Fri, 2 Apr 2004 15:49:15 -0800 (PST) (envelope-from sam) Message-Id: <200404022349.i32NnFa5045035@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:49:15 -0800 (PST) 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: Fri, 02 Apr 2004 23:49:16 -0000 sam 2004/04/02 15:49:15 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: check more quickly (and directly) if an interrupt is pending; this reduces work done in ath_intr when the irq is shared Obtained from: madwifi Revision Changes Path 1.50 +2 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:55:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5810516A4CE; Fri, 2 Apr 2004 15:55:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADFA43D2D; Fri, 2 Apr 2004 15:55:46 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NtjGe047002; Fri, 2 Apr 2004 15:55:45 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NtjCF047001; Fri, 2 Apr 2004 15:55:45 -0800 (PST) (envelope-from sam) Message-Id: <200404022355.i32NtjCF047001@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:55:45 -0800 (PST) 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_athioctl.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, 02 Apr 2004 23:55:46 -0000 sam 2004/04/02 15:55:45 PST FreeBSD src repository Modified files: sys/dev/ath if_athioctl.h Log: add new statistics Obtained from: madwifi Revision Changes Path 1.6 +3 -0 src/sys/dev/ath/if_athioctl.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 15:57:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463F316A4CE; Fri, 2 Apr 2004 15:57:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2AF43D2D; Fri, 2 Apr 2004 15:57:11 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i32NvAGe047122; Fri, 2 Apr 2004 15:57:10 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i32NvAFq047121; Fri, 2 Apr 2004 15:57:10 -0800 (PST) (envelope-from sam) Message-Id: <200404022357.i32NvAFq047121@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 15:57:10 -0800 (PST) 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 if_ath_pci.c if_athioctl.h if_athvar.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, 02 Apr 2004 23:57:11 -0000 sam 2004/04/02 15:57:10 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_ath_pci.c if_athioctl.h if_athvar.h Log: update copyright notice for 2004 Revision Changes Path 1.51 +1 -1 src/sys/dev/ath/if_ath.c 1.8 +1 -1 src/sys/dev/ath/if_ath_pci.c 1.7 +1 -1 src/sys/dev/ath/if_athioctl.h 1.12 +1 -1 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 16:02:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF3516A4CE; Fri, 2 Apr 2004 16:02:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1275143D39; Fri, 2 Apr 2004 16:02:18 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3302HGe048644; Fri, 2 Apr 2004 16:02:17 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3302HOe048640; Fri, 2 Apr 2004 16:02:17 -0800 (PST) (envelope-from sam) Message-Id: <200404030002.i3302HOe048640@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 16:02:17 -0800 (PST) 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 if_athvar.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, 03 Apr 2004 00:02:18 -0000 sam 2004/04/02 16:02:17 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: transmit beacon frames directly instead of defering them to a swi; there was too much delay Obtained from: madwifi Revision Changes Path 1.52 +8 -3 src/sys/dev/ath/if_ath.c 1.13 +0 -1 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 16:06:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E621A16A4CE; Fri, 2 Apr 2004 16:06:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D8D43D3F; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3306NGe050145; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3306NxK050144; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam) Message-Id: <200404030006.i3306NxK050144@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 16:06:23 -0800 (PST) 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, 03 Apr 2004 00:06:24 -0000 sam 2004/04/02 16:06:23 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: do proper subclassing of node free+copy; the previous hack falls apart when the 802.11 layer does useful work Obtained from: madwifi Revision Changes Path 1.53 +8 -2 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 16:42:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848B916A4CE; Fri, 2 Apr 2004 16:42:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED2243D31; Fri, 2 Apr 2004 16:42:34 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i330gYGe058047; Fri, 2 Apr 2004 16:42:34 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i330gYi7058046; Fri, 2 Apr 2004 16:42:34 -0800 (PST) (envelope-from ru) Message-Id: <200404030042.i330gYi7058046@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Apr 2004 16:42:33 -0800 (PST) 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: Sat, 03 Apr 2004 00:42:34 -0000 ru 2004/04/02 16:42:33 PST FreeBSD src repository Modified files: sys/pci if_rl.c Log: Fixed a few bugs in the rl(4) driver: Under polling(4), we counted non-existent output packets and wasted CPU cycles, corrected. (PR kern/64975.) The fix in revision 1.71 to correct resetting of the watchdog timer was wrong. In rl(4), the TX list does not have a gap between the consumer and producer, so the "empty TX list" test was wrong, corrected. Also, resetting the timer to five each time we know there is still some TX work to do was a bad idea -- under polling(4), if the chip goes out to lunch, this results in the watchdog routine to _never_ be called. Instead, let the timer downgrade to zero and fire the watchdog, then reset it to five when it is zero AND there is some TX work left. (Most other network drivers need this fix too.) MFC after: 3 days Revision Changes Path 1.134 +10 -8 src/sys/pci/if_rl.c From owner-cvs-src@FreeBSD.ORG Fri Apr 2 19:33:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7F916A4CE; Fri, 2 Apr 2004 19:33:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA0543D4C; Fri, 2 Apr 2004 19:33:03 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i333X3Ge000813; Fri, 2 Apr 2004 19:33:03 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i333X3xP000812; Fri, 2 Apr 2004 19:33:03 -0800 (PST) (envelope-from sam) Message-Id: <200404030333.i333X3xP000812@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 19:33:03 -0800 (PST) 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_athvar.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, 03 Apr 2004 03:33:03 -0000 sam 2004/04/02 19:33:02 PST FreeBSD src repository Modified files: sys/dev/ath if_athvar.h Log: do proper subclassing of node free+copy; the previous hack falls apart when the 802.11 layer does useful work Obtained from: madwifi Revision Changes Path 1.14 +5 -0 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Fri Apr 2 21:31:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EB916A4CE; Fri, 2 Apr 2004 21:31:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E6A43D1F; Fri, 2 Apr 2004 21:31:38 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i335VcGe031943; Fri, 2 Apr 2004 21:31:38 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i335VctI031939; Fri, 2 Apr 2004 21:31:38 -0800 (PST) (envelope-from bms) Message-Id: <200404030531.i335VctI031939@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 2 Apr 2004 21:31:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec xform_tcp.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, 03 Apr 2004 05:31:38 -0000 bms 2004/04/02 21:31:38 PST FreeBSD src repository Added files: sys/netipsec xform_tcp.c Log: This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd; correct this lameness. Revision Changes Path 1.2 +169 -0 src/sys/netipsec/xform_tcp.c (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 2 21:33:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67B416A4CE; Fri, 2 Apr 2004 21:33:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A99843D3F; Fri, 2 Apr 2004 21:33:10 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i335XAGe032749; Fri, 2 Apr 2004 21:33:10 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i335XAHg032748; Fri, 2 Apr 2004 21:33:10 -0800 (PST) (envelope-from alc) Message-Id: <200404030533.i335XAHg032748@repoman.freebsd.org> From: Alan Cox Date: Fri, 2 Apr 2004 21:33:10 -0800 (PST) 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 support.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, 03 Apr 2004 05:33:10 -0000 alc 2004/04/02 21:33:10 PST FreeBSD src repository Modified files: sys/amd64/amd64 support.S Log: Microoptimize pagezero() based upon something that I learned writing the optimized pagecopy(). This also has the virtual of making these two functions more similar in style. Revision Changes Path 1.107 +7 -7 src/sys/amd64/amd64/support.S From owner-cvs-src@FreeBSD.ORG Fri Apr 2 23:11:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B4816A4CF; Fri, 2 Apr 2004 23:11:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A47843D5A; Fri, 2 Apr 2004 23:11:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i337BCGe055112; Fri, 2 Apr 2004 23:11:12 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i337BCj7055111; Fri, 2 Apr 2004 23:11:12 -0800 (PST) (envelope-from ru) Message-Id: <200404030711.i337BCj7055111@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Apr 2004 23:11:12 -0800 (PST) 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/nge if_nge.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, 03 Apr 2004 07:11:12 -0000 ru 2004/04/02 23:11:12 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/nge if_nge.c Log: MFC: 1.55: Properly program the VLAN TCI field (in network byte order). Revision Changes Path 1.13.2.14 +3 -2 src/sys/dev/nge/if_nge.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 00:32:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D9716A4DA; Sat, 3 Apr 2004 00:32:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FFA43D45; Sat, 3 Apr 2004 00:32:33 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i338WXGe074588; Sat, 3 Apr 2004 00:32:33 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i338WXIS074587; Sat, 3 Apr 2004 00:32:33 -0800 (PST) (envelope-from wilko) Message-Id: <200404030832.i338WXIS074587@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 3 Apr 2004 00:32:33 -0800 (PST) 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, 03 Apr 2004 08:32:33 -0000 wilko 2004/04/03 00:32:33 PST FreeBSD src repository Modified files: . access Log: dcs has returned his commit bit to core for safekeeping. With hat: core-secretary Revision Changes Path 1.655 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Apr 3 00:57:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDE616A4CE; Sat, 3 Apr 2004 00:57:00 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 891B243D5A; Sat, 3 Apr 2004 00:56:59 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3390af8035286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Apr 2004 12:00:37 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i338up58096925; Sat, 3 Apr 2004 11:56:51 +0300 (EEST) (envelope-from ru) Date: Sat, 3 Apr 2004 11:56:51 +0300 From: Ruslan Ermilov To: Brooks Davis Message-ID: <20040403085651.GA96868@ip.net.ua> References: <200403221424.i2MEOQYK057524@repoman.freebsd.org> <20040330220349.GA97921@ip.net.ua> <20040330232517.GA19416@Odin.AC.HMC.Edu> <20040331072756.GA14337@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline In-Reply-To: <20040331072756.GA14337@ip.net.ua> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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: Robert Watson cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_gif.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, 03 Apr 2004 08:57:01 -0000 --v9Ux+11Zm5mwPlX6 Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 31, 2004 at 10:27:56AM +0300, Ruslan Ermilov wrote: > On Tue, Mar 30, 2004 at 03:25:17PM -0800, Brooks Davis wrote: > > On Wed, Mar 31, 2004 at 01:03:49AM +0300, Ruslan Ermilov wrote: > > > On Mon, Mar 22, 2004 at 06:24:26AM -0800, Robert Watson wrote: > > > > rwatson 2004/03/22 06:24:26 PST > > > >=20 > > > > FreeBSD src repository > > > >=20 > > > > Modified files: > > > > sys/net if_gif.c=20 > > > > Log: > > > > Move "called", a static function variable used to detect recursive > > > > processing with gif interfaces, to a global variable named "gif_c= alled". > > > > Add an annotation that this approach will not work with a reentra= nt > > > > network stack, and that we should instead use packet tags to dete= ct > > > > excessive recursive processing. > > > > =20 > > > > Revision Changes Path > > > > 1.42 +11 -4 src/sys/net/if_gif.c > > > >=20 > > > Implemented this in the attached patch. Note when testing: setting > > > net.link.gif.max_nesting too high (>20 on my system) and triggering > > > the recursion causes the kernel stack exhaustion. > >=20 > > Why not just do what OpenBSD does and do actual loop detection? This > > gets rid of the nesting count hack which isn't really what you want to > > measure anyway. > >=20 > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_gif.c.diff?r1=3D1.= 18&r2=3D1.19 > >=20 > Good idea. I will implement it and repost the updated patch here. >=20 Actually, just replacing nesting limiter with loop detection was a bad idea, so I didn't follow it. It's a bad idea because you might have many nesting (but not looping) gif interfaces, and this will still cause panic by exhausting the kernel stack. Instead, I have combined both checks. Please review the attached patch. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: if_gif.c =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/sys/net/if_gif.c,v retrieving revision 1.43 diff -u -p -r1.43 if_gif.c --- if_gif.c 22 Mar 2004 15:43:14 -0000 1.43 +++ if_gif.c 3 Apr 2004 08:53:34 -0000 @@ -84,22 +84,13 @@ #define GIFNAME "gif" =20 /* - * gif_mtx protects the global gif_softc_list, and access to gif_called. - * XXX: See comment blow on gif_called. + * gif_mtx protects the global gif_softc_list. * XXX: Per-softc locking is still required. */ static struct mtx gif_mtx; static MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface"); static LIST_HEAD(, gif_softc) gif_softc_list; =20 -/* - * XXX: gif_called is a recursion counter to prevent misconfiguration to - * cause unbounded looping in the network stack. However, this is a flawed - * approach as it assumes non-reentrance in the stack. This should be - * changed to use packet tags to track recusion.. - */ -static int gif_called =3D 0; - void (*ng_gif_input_p)(struct ifnet *ifp, struct mbuf **mp, int af); void (*ng_gif_input_orphan_p)(struct ifnet *ifp, struct mbuf *m, int af); void (*ng_gif_attach_p)(struct ifnet *ifp); @@ -347,7 +338,9 @@ gif_output(ifp, m, dst, rt) struct rtentry *rt; /* added in net2 */ { struct gif_softc *sc =3D (struct gif_softc*)ifp; + struct m_tag *mtag; int error =3D 0; + int gif_called; =20 #ifdef MAC error =3D mac_check_ifnet_transmit(ifp, m); @@ -359,14 +352,26 @@ gif_output(ifp, m, dst, rt) =20 /* * gif may cause infinite recursion calls when misconfigured. + * We'll prevent this by detecting loops. + * + * Many nesting levels may cause stack exhaustion. * We'll prevent this by introducing upper limit. - * XXX: this mechanism may introduce another problem about - * mutual exclusion of the variable CALLED, especially if we - * use kernel thread. */ - mtx_lock(&gif_mtx); - if (++gif_called > max_gif_nesting) { - mtx_unlock(&gif_mtx); + gif_called =3D 1; + mtag =3D m_tag_locate(m, MTAG_GIF, MTAG_GIF_CALLED, NULL); + while (mtag !=3D NULL) { + if (*(struct ifnet **)(mtag + 1) =3D=3D ifp) { + log(LOG_NOTICE, + "gif_output: loop detected on %s\n", + (*(struct ifnet **)(mtag + 1))->if_xname); + m_freem(m); + error =3D EIO; /* is there better errno? */ + goto end; + } + mtag =3D m_tag_locate(m, MTAG_GIF, MTAG_GIF_CALLED, mtag); + gif_called++; + } + if (gif_called > max_gif_nesting) { log(LOG_NOTICE, "gif_output: recursively called too many times(%d)\n", gif_called); @@ -374,7 +379,15 @@ gif_output(ifp, m, dst, rt) error =3D EIO; /* is there better errno? */ goto end; } - mtx_unlock(&gif_mtx); + mtag =3D m_tag_alloc(MTAG_GIF, MTAG_GIF_CALLED, sizeof(struct ifnet *), + M_NOWAIT); + if (mtag =3D=3D NULL) { + m_freem(m); + error =3D ENOMEM; + goto end; + } + *(struct ifnet **)(mtag + 1) =3D ifp; + m_tag_prepend(m, mtag); =20 m->m_flags &=3D ~(M_BCAST|M_MCAST); if (!(ifp->if_flags & IFF_UP) || @@ -414,9 +427,6 @@ gif_output(ifp, m, dst, rt) } =20 end: - mtx_lock(&gif_mtx); - gif_called =3D 0; /* reset recursion counter */ - mtx_unlock(&gif_mtx); if (error) ifp->if_oerrors++; return error; --a8Wt8u1KmwUX3Y2C-- --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAbnxTUkv4P6juNwoRApE6AJ9q1tsooqhuLfwUOpCkT9xB98JaYQCfdkzF NXkipO4Q8VUr8felbjksoqA= =SixK -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- From owner-cvs-src@FreeBSD.ORG Sat Apr 3 01:16:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632D516A4CE; Sat, 3 Apr 2004 01:16:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D14743D3F; Sat, 3 Apr 2004 01:16:27 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i339GRGe091239; Sat, 3 Apr 2004 01:16:27 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i339GRLJ091238; Sat, 3 Apr 2004 01:16:27 -0800 (PST) (envelope-from alc) Message-Id: <200404030916.i339GRLJ091238@repoman.freebsd.org> From: Alan Cox Date: Sat, 3 Apr 2004 01:16:27 -0800 (PST) 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 src/sys/amd64/amd64 vm_machdep.c src/sys/dev/md md.c src/sys/i386/i386 uio_machdep.c vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/kern... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 09:16:27 -0000 alc 2004/04/03 01:16:27 PST FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c sys/amd64/amd64 vm_machdep.c sys/dev/md md.c sys/i386/i386 uio_machdep.c vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/kern uipc_cow.c uipc_syscalls.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 uio_machdep.c vm_machdep.c sys/sys sf_buf.h Log: In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it should not. Add a new parameter so that the caller can specify which is the case. Reported by: dillon Revision Changes Path 1.102 +2 -2 src/sys/alpha/alpha/vm_machdep.c 1.232 +2 -2 src/sys/amd64/amd64/vm_machdep.c 1.120 +1 -1 src/sys/dev/md/md.c 1.2 +1 -1 src/sys/i386/i386/uio_machdep.c 1.235 +2 -2 src/sys/i386/i386/vm_machdep.c 1.82 +2 -2 src/sys/ia64/ia64/vm_machdep.c 1.20 +1 -1 src/sys/kern/uipc_cow.c 1.178 +1 -1 src/sys/kern/uipc_syscalls.c 1.101 +2 -2 src/sys/powerpc/powerpc/vm_machdep.c 1.2 +1 -1 src/sys/sparc64/sparc64/uio_machdep.c 1.62 +2 -2 src/sys/sparc64/sparc64/vm_machdep.c 1.4 +1 -1 src/sys/sys/sf_buf.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 01:40:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DC216A4CE; Sat, 3 Apr 2004 01:40:25 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BC543D5D; Sat, 3 Apr 2004 01:40:24 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i339co47098742; Sat, 3 Apr 2004 18:38:50 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sat, 03 Apr 2004 18:38:28 +0900 (JST) Message-Id: <20040403.183828.74657560.nyan@jp.FreeBSD.org> To: rik@FreeBSD.org, imp@bsdimp.com From: Takahashi Yoshihiro In-Reply-To: <200404011712.i31HCwYL091998@repoman.freebsd.org> References: <200404011712.i31HCwYL091998@repoman.freebsd.org> X-Mailer: Mew version 3.3 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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 09:40:25 -0000 In article <200404011712.i31HCwYL091998@repoman.freebsd.org> Roman Kurakin writes: > rik 2004/04/01 09:12:58 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > etc MAKEDEV > Log: > 1. Add making all Cronyx-Sigma devices (cx?, cuax?, cuay?, cuaz?, ttyx?, ttyy? > ttyz?) > 2. Remove old control device /dev/cronyx in favour of /dev/cx? (it is safe to > do it befor rm cxconfig, cause it is not linked to system build process.) > > Approved by: imp (mentor) You broke making a release. > cd /R/stage/trees/bin/dev; sh MAKEDEV all > mknod: /dev/cx0: No such file or directory > /sbin/mknod /dev/cx0 > *** Error code 2 --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Sat Apr 3 04:14:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 424B116A4CE; Sat, 3 Apr 2004 04:14:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BC643D41; Sat, 3 Apr 2004 04:14:51 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33CEVGe031384; Sat, 3 Apr 2004 04:14:31 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33CEUbs031383; Sat, 3 Apr 2004 04:14:30 -0800 (PST) (envelope-from le) Message-Id: <200404031214.i33CEUbs031383@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 3 Apr 2004 04:14:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common loader.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: Sat, 03 Apr 2004 12:14:51 -0000 le 2004/04/03 04:14:30 PST FreeBSD src repository Modified files: sys/boot/common loader.8 Log: mdoc fix: put the end-of-list macro after the last list element. Approved by: grog (mentor) Revision Changes Path 1.59 +1 -1 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Sat Apr 3 05:24:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2099616A4CE; Sat, 3 Apr 2004 05:24:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 048A443D49; Sat, 3 Apr 2004 05:24:44 -0800 (PST) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33DOcGe052330; Sat, 3 Apr 2004 05:24:38 -0800 (PST) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33DObaX052329; Sat, 3 Apr 2004 05:24:37 -0800 (PST) (envelope-from peadar) Message-Id: <200404031324.i33DObaX052329@repoman.freebsd.org> From: Peter Edwards Date: Sat, 3 Apr 2004 05:24:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_intel.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, 03 Apr 2004 13:24:44 -0000 peadar 2004/04/03 05:24:37 PST FreeBSD src repository Modified files: sys/pci agp_intel.c Log: Before MFC'ing the previous commit, I noticed I'd left out a case. Add in missing case for i845G in the attach routine. I'll MFC this with the rest of the change after the 4.10 codefreeze lifts. Reviewed By: Doug Rabson Revision Changes Path 1.21 +1 -0 src/sys/pci/agp_intel.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 06:26:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B389016A4CE; Sat, 3 Apr 2004 06:26:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E0B43D3F; Sat, 3 Apr 2004 06:26:30 -0800 (PST) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33EQUGe066206; Sat, 3 Apr 2004 06:26:30 -0800 (PST) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33EQU4Q066205; Sat, 3 Apr 2004 06:26:30 -0800 (PST) (envelope-from rik) Message-Id: <200404031426.i33EQU4Q066205@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 3 Apr 2004 06:26:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 14:26:30 -0000 rik 2004/04/03 06:26:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: Unbreak MAKEDEV all (MAKEDEV cx) Pointed by: nyan Revision Changes Path 1.243.2.65 +4 -4 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Sat Apr 3 06:54:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F9B16A4CE for ; Sat, 3 Apr 2004 06:54:09 -0800 (PST) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A52843D2F for ; Sat, 3 Apr 2004 06:54:08 -0800 (PST) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i33Eo3cA037191 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Sat, 3 Apr 2004 18:50:03 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i33ElOQY037075; (8.12.8/vak/2.1) Sat, 3 Apr 2004 18:47:24 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <406ED08F.5080801@cronyx.ru> Date: Sat, 03 Apr 2004 18:56:15 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Takahashi Yoshihiro References: <200404011712.i31HCwYL091998@repoman.freebsd.org> <20040403.183828.74657560.nyan@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: rik@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: imp@bsdimp.com Subject: Re: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 14:54:09 -0000 Takahashi Yoshihiro wrote: >>rik 2004/04/01 09:12:58 PST >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> etc MAKEDEV >> Log: >> 1. Add making all Cronyx-Sigma devices (cx?, cuax?, cuay?, cuaz?, ttyx?, ttyy? >> ttyz?) >> 2. Remove old control device /dev/cronyx in favour of /dev/cx? (it is safe to >> do it befor rm cxconfig, cause it is not linked to system build process.) >> >> Approved by: imp (mentor) >> >> > > >You broke making a release. > Sorry for that. I was sure that all is fine, cause I checked it before many times and I checked it twice now. But I didn't check it outside /dev/ dir. I should be more attentive to such things. I've just commited corrected version. I hope I took in to account all possibilities now. PS. I have very bad modem connection at home, but I'll try to stay online for while. rik > > > > >>cd /R/stage/trees/bin/dev; sh MAKEDEV all >>mknod: /dev/cx0: No such file or directory >>/sbin/mknod /dev/cx0 >>*** Error code 2 >> >> > >--- >TAKAHASHI Yoshihiro > > > > From owner-cvs-src@FreeBSD.ORG Sat Apr 3 07:28:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B0A16A4CE; Sat, 3 Apr 2004 07:28:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344C543D2F; Sat, 3 Apr 2004 07:28:28 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33FSRGe079578; Sat, 3 Apr 2004 07:28:27 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33FSRw9079577; Sat, 3 Apr 2004 07:28:27 -0800 (PST) (envelope-from nectar) Message-Id: <200404031528.i33FSRw9079577@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 07:28:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fb vga.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, 03 Apr 2004 15:28:28 -0000 nectar 2004/04/03 07:28:26 PST FreeBSD src repository Modified files: sys/dev/fb vga.c Log: Correct a potential panic condition that could be caused when getting or setting the VGA palette. Reported by: Christer Öberg Reviewed by: bde Revision Changes Path 1.29 +4 -2 src/sys/dev/fb/vga.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 07:55:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C21716A4D6; Sat, 3 Apr 2004 07:55:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 010D743D49; Sat, 3 Apr 2004 07:55:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33FtMGe085686; Sat, 3 Apr 2004 07:55:22 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33FtLYB085685; Sat, 3 Apr 2004 07:55:21 -0800 (PST) (envelope-from ru) Message-Id: <200404031555.i33FtLYB085685@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Apr 2004 07:55:21 -0800 (PST) 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_ste.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, 03 Apr 2004 15:55:24 -0000 ru 2004/04/03 07:55:21 PST FreeBSD src repository Modified files: sys/pci if_ste.c Log: Recharge the watchdog timer if there's still some TX work left. Revision Changes Path 1.69 +2 -0 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 07:59:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD1016A4CE; Sat, 3 Apr 2004 07:59:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586D843D2F; Sat, 3 Apr 2004 07:59:16 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33FxDGe085917; Sat, 3 Apr 2004 07:59:13 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33FxDMt085916; Sat, 3 Apr 2004 07:59:13 -0800 (PST) (envelope-from marcel) Message-Id: <200404031559.i33FxDMt085916@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 07:59:13 -0800 (PST) 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_fork.c kern_thr.c kern_thread.c src/sys/sys proc.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, 03 Apr 2004 15:59:16 -0000 marcel 2004/04/03 07:59:13 PST FreeBSD src repository Modified files: sys/kern kern_fork.c kern_thr.c kern_thread.c sys/sys proc.h Log: Assign thread IDs to kernel threads. The purpose of the thread ID (tid) is twofold: 1. When a 1:1 or M:N threaded process dumps core, we need to put the register state of each of its kernel threads in the core file. This can only be done by differentiating the pid field in the respective note. For this we need the tid. 2. When thread support is present for remote debugging the kernel with gdb(1), threads need to be identified by an integer due to limitations in the remote protocol. This requires having a tid. To minimize the impact of having thread IDs, threads that are created as part of a fork (i.e. the initial thread in a process) will inherit the process ID (i.e. tid=pid). Subsequent threads will have IDs larger than PID_MAX to avoid interference with the pid allocation algorithm. The assignment of tids is handled by thread_new_tid(). The thread ID allocation algorithm has been written with 3 assumptions in mind: 1. IDs need to be created as fast a possible, 2. Reuse of IDs may happen instantaneously, 3. Someone else will write a better algorithm. Revision Changes Path 1.225 +1 -0 src/sys/kern/kern_fork.c 1.18 +1 -0 src/sys/kern/kern_thr.c 1.175 +98 -2 src/sys/kern/kern_thread.c 1.373 +2 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 08:55:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A545316A4CF; Sat, 3 Apr 2004 08:55:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BB043D4C; Sat, 3 Apr 2004 08:55:57 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33GtvGe006967; Sat, 3 Apr 2004 08:55:57 -0800 (PST) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33GtvvS006966; Sat, 3 Apr 2004 08:55:57 -0800 (PST) (envelope-from bmilekic) Message-Id: <200404031655.i33GtvvS006966@repoman.freebsd.org> From: Bosko Milekic Date: Sat, 3 Apr 2004 08:55:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls print.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, 03 Apr 2004 16:55:57 -0000 bmilekic 2004/04/03 08:55:56 PST FreeBSD src repository Modified files: bin/ls print.c Log: Stop iterating over ACLs if we've already determined we will print them (i.e., number of successful calls to acl_get_entry() exceeds 3). This makes O(1) what was O(num_TYPE_ACCESS_ACLs). This is a slightly modified version of submitter's patch. PR: bin/65042 Submitted by: Christian S.J. Peron Revision Changes Path 1.69 +11 -5 src/bin/ls/print.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:06:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74C616A4CE; Sat, 3 Apr 2004 09:06:47 -0800 (PST) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C14743D5C; Sat, 3 Apr 2004 09:06:47 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i33H6jk2069709; Sat, 3 Apr 2004 19:06:45 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i33H6jwY000654; Sat, 3 Apr 2004 19:06:45 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i33H6jE4000653; Sat, 3 Apr 2004 19:06:45 +0200 (CEST) (envelope-from wkb) Date: Sat, 3 Apr 2004 19:06:45 +0200 From: Wilko Bulte To: Peter Edwards Message-ID: <20040403170645.GA606@freebie.xs4all.nl> References: <200404031324.i33DObaX052329@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404031324.i33DObaX052329@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-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/pci agp_intel.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, 03 Apr 2004 17:06:47 -0000 On Sat, Apr 03, 2004 at 05:24:37AM -0800, Peter Edwards wrote: > peadar 2004/04/03 05:24:37 PST > > FreeBSD src repository > > Modified files: > sys/pci agp_intel.c > Log: > Before MFC'ing the previous commit, I noticed I'd left out a case. > Add in missing case for i845G in the attach routine. I'll MFC this > with the rest of the change after the 4.10 codefreeze lifts. There aint no code freeze yet pardner.. ;) "As threatened last month, the 4.10 release cycle is about to begin. Code freeze starts at 12pm MDT on April 7 and lasts until the RELENG_4_10 branch happens on April 20. We are planning on one BETA and two RCs before the final release on May 5. At this point I'd like.. " -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:10:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B886416A4CE; Sat, 3 Apr 2004 09:10:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7C243D5F; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33HA5Ge010050; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33HA5Ai010049; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic) Message-Id: <200404031710.i33HA5Ai010049@repoman.freebsd.org> From: Bosko Milekic Date: Sat, 3 Apr 2004 09:10:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find extern.h function.c option.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, 03 Apr 2004 17:10:05 -0000 bmilekic 2004/04/03 09:10:05 PST FreeBSD src repository Modified files: usr.bin/find extern.h function.c option.c Log: Give find(1) the option -acl to locate files with extended ACLs. This is similar to what ls(1) can do. It is handy to have it so that it can be used in conjunction with "-exec setfacl {} \;" (to find(1)), among others. This is the submitter's patch, but slightly modified. PR: bin/65016 Submitted by: Christian S.J. Peron Revision Changes Path 1.20 +2 -0 src/usr.bin/find/extern.h 1.49 +51 -0 src/usr.bin/find/function.c 1.21 +1 -0 src/usr.bin/find/option.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:11:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 418DF16A4CF for ; Sat, 3 Apr 2004 09:11:52 -0800 (PST) Received: from mail01.svc.cra.dublin.eircom.net (mail01.svc.cra.dublin.eircom.net [159.134.118.17]) by mx1.FreeBSD.org (Postfix) with SMTP id A5B4F43D58 for ; Sat, 3 Apr 2004 09:11:51 -0800 (PST) (envelope-from peadar@freebsd.org) Received: (qmail 49321 messnum 3206905 invoked from network[213.94.138.118/213-94-138-118.bas1.mvw.galway.eircom.net]); 3 Apr 2004 17:11:50 -0000 Received: from 213-94-138-118.bas1.mvw.galway.eircom.net (HELO freebsd.org) (213.94.138.118) by mail01.svc.cra.dublin.eircom.net (qp 49321) with SMTP; 3 Apr 2004 17:11:50 -0000 Message-ID: <406EF056.7050602@freebsd.org> Date: Sat, 03 Apr 2004 18:11:50 +0100 From: Peter Edwards User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040214 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Wilko Bulte References: <200404031324.i33DObaX052329@repoman.freebsd.org> <20040403170645.GA606@freebie.xs4all.nl> In-Reply-To: <20040403170645.GA606@freebie.xs4all.nl> 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/pci agp_intel.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, 03 Apr 2004 17:11:52 -0000 Wilko Bulte wrote: >On Sat, Apr 03, 2004 at 05:24:37AM -0800, Peter Edwards wrote: > > >>peadar 2004/04/03 05:24:37 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/pci agp_intel.c >> Log: >> Before MFC'ing the previous commit, I noticed I'd left out a case. >> Add in missing case for i845G in the attach routine. I'll MFC this >> with the rest of the change after the 4.10 codefreeze lifts. >> >> > >There aint no code freeze yet pardner.. ;) > >"As threatened last month, the 4.10 release cycle is about to begin. >Code freeze starts at 12pm MDT on April 7 and lasts until the >RELENG_4_10 branch happens on April 20. We are planning on one BETA >and two RCs before the final release on May 5. At this point I'd like.. " > > I figured a week would be reasonable to wait before MFC, but that brings me into the code freeze. I can commit it just before that, though, if it's preferrable. From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:23:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA0316A4CE; Sat, 3 Apr 2004 09:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0C643D5A; Sat, 3 Apr 2004 09:23:47 -0800 (PST) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33HNlGe013869; Sat, 3 Apr 2004 09:23:47 -0800 (PST) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33HNl6h013868; Sat, 3 Apr 2004 09:23:47 -0800 (PST) (envelope-from peadar) Message-Id: <200404031723.i33HNl6h013868@repoman.freebsd.org> From: Peter Edwards Date: Sat, 3 Apr 2004 09:23:47 -0800 (PST) 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: Sat, 03 Apr 2004 17:23:47 -0000 peadar 2004/04/03 09:23:47 PST FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Flush cached access mode after modifying a files attributes for NFSv3. It's likely that modifying the attributes will affect the file's accessibility. This version of the patch is one suggested by Ian Dowse after reviewing my original attempt in the PR Reviewed By: iedowse PR: kern/44336 MFC after: 3 days Revision Changes Path 1.217 +2 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:40:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7897116A4CF; Sat, 3 Apr 2004 09:40:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CFD43D5F; Sat, 3 Apr 2004 09:40:21 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33HeKGe016346; Sat, 3 Apr 2004 09:40:20 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33HeKH6016345; Sat, 3 Apr 2004 09:40:20 -0800 (PST) (envelope-from le) Message-Id: <200404031740.i33HeKH6016345@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 3 Apr 2004 09:40:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs Makefile debug.c growfs.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, 03 Apr 2004 17:40:21 -0000 le 2004/04/03 09:40:20 PST FreeBSD src repository Modified files: sbin/growfs Makefile debug.c growfs.c Log: Make growfs WARNS=6 clean. Approved by: grog (mentor) Revision Changes Path 1.7 +1 -1 src/sbin/growfs/Makefile 1.9 +10 -10 src/sbin/growfs/debug.c 1.18 +38 -34 src/sbin/growfs/growfs.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 09:52:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A635B16A4CE; Sat, 3 Apr 2004 09:52:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DC843D4C; Sat, 3 Apr 2004 09:52:30 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33HqUGe020459; Sat, 3 Apr 2004 09:52:30 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33HqUsR020458; Sat, 3 Apr 2004 09:52:30 -0800 (PST) (envelope-from mlaier) Message-Id: <200404031752.i33HqUsR020458@repoman.freebsd.org> From: Max Laier Date: Sat, 3 Apr 2004 09:52:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc inetd.conf newsyslog.conf 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: Sat, 03 Apr 2004 17:52:30 -0000 mlaier 2004/04/03 09:52:30 PST FreeBSD src repository Modified files: etc inetd.conf newsyslog.conf share/man/man5 rc.conf.5 Log: Style: - do not comment out entries in newsyslog.conf - use tabs to line up inetd.conf Requested by: bde Approved by: bms(mentor) Revision Changes Path 1.68 +1 -1 src/etc/inetd.conf 1.49 +1 -2 src/etc/newsyslog.conf 1.213 +1 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sat Apr 3 10:42:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C75616A4CE; Sat, 3 Apr 2004 10:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1004143D39; Sat, 3 Apr 2004 10:42:06 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33Ig5Ge031348; Sat, 3 Apr 2004 10:42:05 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33Ig5as031344; Sat, 3 Apr 2004 10:42:05 -0800 (PST) (envelope-from phk) Message-Id: <200404031842.i33Ig5as031344@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Apr 2004 10:42:05 -0800 (PST) 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 18:42:06 -0000 phk 2004/04/03 10:42:05 PST FreeBSD src repository Modified files: sys/conf files Log: Make led.c/led(4) standard so acpi_asus can use it too. Revision Changes Path 1.881 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sat Apr 3 10:42:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1503716A4CE; Sat, 3 Apr 2004 10:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABE743D49; Sat, 3 Apr 2004 10:42:52 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33IgqGe031593; Sat, 3 Apr 2004 10:42:52 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33IgqIC031592; Sat, 3 Apr 2004 10:42:52 -0800 (PST) (envelope-from phk) Message-Id: <200404031842.i33IgqIC031592@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Apr 2004 10:42:52 -0800 (PST) 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 elan-mmcr.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, 03 Apr 2004 18:42:53 -0000 phk 2004/04/03 10:42:52 PST FreeBSD src repository Modified files: sys/i386/i386 elan-mmcr.c Log: Unbreak LED support on Elan cpus. Revision Changes Path 1.27 +7 -6 src/sys/i386/i386/elan-mmcr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 12:08:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9024616A4CE; Sat, 3 Apr 2004 12:08:03 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404C943D45; Sat, 3 Apr 2004 12:08:03 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1B9rRy-0007j6-8O; Sun, 04 Apr 2004 03:09:06 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i33K8jxm019374; Sun, 4 Apr 2004 03:08:45 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i33K8jZQ019357; Sun, 4 Apr 2004 03:08:45 +0700 (NOVST) (envelope-from danfe) Date: Sun, 4 Apr 2004 03:08:44 +0700 From: Alexey Dokuchaev To: Ruslan Ermilov Message-ID: <20040403200844.GA18516@regency.nsu.ru> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401064241.GA18644@ip.net.ua> <20040401105857.GA72284@regency.nsu.ru> <20040401135011.GB378@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040401135011.GB378@ip.net.ua> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/pci if_ste.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, 03 Apr 2004 20:08:03 -0000 On Thu, Apr 01, 2004 at 04:50:11PM +0300, Ruslan Ermilov wrote: > On Thu, Apr 01, 2004 at 05:58:57PM +0700, Alexey Dokuchaev wrote: > > On Thu, Apr 01, 2004 at 09:42:41AM +0300, Ruslan Ermilov wrote: > > > On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: > [...] > > > > This pollutes the toplevel hw sysctl space. Please move it to > > > > hw.ste.rxsyncs or better, debug.*. > > > > > > > Seems I followed the bad practice from dc(4) and fxp(4). I will > > > move it to hw.ste, thanks. > > > > Care to fix this "bad practice" in dc(4) and fxp(4) as well? :) Or > > should we wait for their maintainers, or possibly filling the PR ? > > > Better submit a patch, it should be pretty trivial. ;) OK, I'll do it in a couple of days, hopefully for both dc(4) and fxp(4). ./danfe From owner-cvs-src@FreeBSD.ORG Sat Apr 3 12:25:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD2A16A4CE; Sat, 3 Apr 2004 12:25:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5BB43D46; Sat, 3 Apr 2004 12:25:42 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33KPgGe053803; Sat, 3 Apr 2004 12:25:42 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33KPgsP053802; Sat, 3 Apr 2004 12:25:42 -0800 (PST) (envelope-from marcel) Message-Id: <200404032025.i33KPgsP053802@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 12:25:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern imgact_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: Sat, 03 Apr 2004 20:25:42 -0000 marcel 2004/04/03 12:25:41 PST FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Create NT_PRSTATUS and NT_FPREGSET notes for each and every thread in the process. This is required for proper debugging of corefiles created by 1:1 or M:N threaded processes. Add an XXX comment where we should actually call a function that dumps MD specific notes. An example of a MD specific note is the NT_PRXFPREG note for SSE registers. Since BFD creates non-annotated pseudo-sections for the first PRSTATUS and FPREGSET notes (non-annotated in the sense that the name of the section does not contain the pid/tid), make sure those sections describe the initial thread of the process (i.e. the thread which tid equals the pid). This is not strictly necessary, but makes sure that tools that use the non-annotated section names will not change behaviour due to this change. The practical upshot of this all is that one can see the threads in the debugger when looking at a corefile. For 1:1 threading this means that *all* threads are visible. Revision Changes Path 1.146 +81 -50 src/sys/kern/imgact_elf.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 12:53:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3C216A4CE; Sat, 3 Apr 2004 12:53:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E0943D49; Sat, 3 Apr 2004 12:53:51 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33KroGe066087; Sat, 3 Apr 2004 12:53:51 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33KroLp066086; Sat, 3 Apr 2004 12:53:50 -0800 (PST) (envelope-from alc) Message-Id: <200404032053.i33KroLp066086@repoman.freebsd.org> From: Alan Cox Date: Sat, 3 Apr 2004 12:53:50 -0800 (PST) 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/amd64/include pmap.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, 03 Apr 2004 20:53:51 -0000 alc 2004/04/03 12:53:50 PST FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h Log: Remove ptmmap and ptvmmap. They are unused on amd64. Revision Changes Path 1.455 +1 -8 src/sys/amd64/amd64/pmap.c 1.111 +0 -1 src/sys/amd64/include/pmap.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 13:08:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D00316A4CE; Sat, 3 Apr 2004 13:08:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AC543D55; Sat, 3 Apr 2004 13:08:59 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33L8xGe069285; Sat, 3 Apr 2004 13:08:59 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33L8x0d069284; Sat, 3 Apr 2004 13:08:59 -0800 (PST) (envelope-from nectar) Message-Id: <200404032108.i33L8x0d069284@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 13:08:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: KTH Subject: cvs commit: src/contrib/com_err - 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, 03 Apr 2004 21:08:59 -0000 nectar 2004/04/03 13:08:59 PST FreeBSD src repository src/contrib/com_err - Imported sources Update of /home/ncvs/src/contrib/com_err In directory repoman.freebsd.org:/tmp/cvs-serv69269 Log Message: Import libcom_err from Heimdal 0.6.1. Status: Vendor Tag: KTH Release Tags: v_0_6_1 U src/contrib/com_err/Makefile.in U src/contrib/com_err/ChangeLog U src/contrib/com_err/Makefile.am C src/contrib/com_err/com_err.c C src/contrib/com_err/com_err.h C src/contrib/com_err/com_right.h C src/contrib/com_err/compile_et.c C src/contrib/com_err/compile_et.h U src/contrib/com_err/error.c N src/contrib/com_err/lex.h C src/contrib/com_err/lex.l C src/contrib/com_err/parse.y U src/contrib/com_err/roken_rename.h 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKTH:yesterday -jKTH src/contrib/com_err From owner-cvs-src@FreeBSD.ORG Sat Apr 3 13:17:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3552A16A4CF; Sat, 3 Apr 2004 13:17:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E78443D58; Sat, 3 Apr 2004 13:17:02 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33LH2Ge071490; Sat, 3 Apr 2004 13:17:02 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33LH1LE071489; Sat, 3 Apr 2004 13:17:01 -0800 (PST) (envelope-from nectar) Message-Id: <200404032117.i33LH1LE071489@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 13:17:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/com_err com_err.c com_err.h com_right.h compile_et.c compile_et.h lex.l parse.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: Sat, 03 Apr 2004 21:17:02 -0000 nectar 2004/04/03 13:17:01 PST FreeBSD src repository Modified files: contrib/com_err com_err.c com_err.h com_right.h compile_et.c compile_et.h lex.l parse.y Log: Resolve conflicts after import of Heimdal 0.6.1 libcom_err. Revision Changes Path 1.3 +29 -11 src/contrib/com_err/com_err.c 1.3 +11 -14 src/contrib/com_err/com_err.h 1.3 +5 -10 src/contrib/com_err/com_right.h 1.3 +17 -18 src/contrib/com_err/compile_et.c 1.3 +4 -8 src/contrib/com_err/compile_et.h 1.3 +12 -12 src/contrib/com_err/lex.l 1.3 +7 -11 src/contrib/com_err/parse.y From owner-cvs-src@FreeBSD.ORG Sat Apr 3 13:23:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373B216A4CE; Sat, 3 Apr 2004 13:23:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C58043D3F; Sat, 3 Apr 2004 13:23:18 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33LNIGe073493; Sat, 3 Apr 2004 13:23:18 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33LNIM0073492; Sat, 3 Apr 2004 13:23:18 -0800 (PST) (envelope-from nectar) Message-Id: <200404032123.i33LNIM0073492@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 13:23:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: KTH Subject: cvs commit: src/crypto/heimdal - 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, 03 Apr 2004 21:23:18 -0000 nectar 2004/04/03 13:23:17 PST FreeBSD src repository src/crypto/heimdal - Imported sources Update of /home/ncvs/src/crypto/heimdal In directory repoman.freebsd.org:/tmp/cvs-serv71498 Log Message: Vendor import of Heimdal 0.6.1. Status: Vendor Tag: KTH Release Tags: v_0_6_1 U src/crypto/heimdal/ChangeLog U src/crypto/heimdal/ChangeLog.1998 U src/crypto/heimdal/ChangeLog.1999 U src/crypto/heimdal/ChangeLog.2000 U src/crypto/heimdal/ChangeLog.2001 U src/crypto/heimdal/ChangeLog.2002 U src/crypto/heimdal/Makefile.am U src/crypto/heimdal/Makefile.am.common U src/crypto/heimdal/NEWS U src/crypto/heimdal/README U src/crypto/heimdal/config.guess U src/crypto/heimdal/config.sub U src/crypto/heimdal/configure.in U src/crypto/heimdal/install-sh U src/crypto/heimdal/krb5.conf U src/crypto/heimdal/ltconfig U src/crypto/heimdal/ltmain.sh U src/crypto/heimdal/missing U src/crypto/heimdal/mkinstalldirs U src/crypto/heimdal/aclocal.m4 U src/crypto/heimdal/configure U src/crypto/heimdal/Makefile.in U src/crypto/heimdal/compile U src/crypto/heimdal/admin/Makefile.in U src/crypto/heimdal/admin/Makefile.am U src/crypto/heimdal/admin/add.c U src/crypto/heimdal/admin/change.c U src/crypto/heimdal/admin/copy.c U src/crypto/heimdal/admin/get.c U src/crypto/heimdal/admin/ktutil.8 U src/crypto/heimdal/admin/ktutil.c U src/crypto/heimdal/admin/ktutil_locl.h U src/crypto/heimdal/admin/list.c U src/crypto/heimdal/admin/purge.c U src/crypto/heimdal/admin/remove.c U src/crypto/heimdal/admin/rename.c U src/crypto/heimdal/appl/Makefile.am U src/crypto/heimdal/appl/Makefile.in U src/crypto/heimdal/appl/afsutil/Makefile.in U src/crypto/heimdal/appl/afsutil/ChangeLog U src/crypto/heimdal/appl/afsutil/Makefile.am U src/crypto/heimdal/appl/afsutil/afslog.1 U src/crypto/heimdal/appl/afsutil/afslog.c U src/crypto/heimdal/appl/afsutil/pagsh.c U src/crypto/heimdal/appl/kf/Makefile.in U src/crypto/heimdal/appl/kf/Makefile.am U src/crypto/heimdal/appl/kf/kf.1 U src/crypto/heimdal/appl/kf/kf.c U src/crypto/heimdal/appl/kf/kf_locl.h U src/crypto/heimdal/appl/kf/kfd.8 U src/crypto/heimdal/appl/kf/kfd.c U src/crypto/heimdal/appl/login/Makefile.in U src/crypto/heimdal/appl/login/ChangeLog U src/crypto/heimdal/appl/login/Makefile.am U src/crypto/heimdal/appl/login/conf.c U src/crypto/heimdal/appl/login/env.c U src/crypto/heimdal/appl/login/login.1 U src/crypto/heimdal/appl/login/login.access.5 U src/crypto/heimdal/appl/login/login.c U src/crypto/heimdal/appl/login/login_access.c U src/crypto/heimdal/appl/login/login_locl.h U src/crypto/heimdal/appl/login/osfc2.c U src/crypto/heimdal/appl/login/read_string.c U src/crypto/heimdal/appl/login/shadow.c U src/crypto/heimdal/appl/login/stty_default.c U src/crypto/heimdal/appl/login/tty.c U src/crypto/heimdal/appl/login/utmp_login.c U src/crypto/heimdal/appl/login/utmpx_login.c U src/crypto/heimdal/appl/login/login_protos.h U src/crypto/heimdal/appl/rcp/Makefile.in U src/crypto/heimdal/appl/rcp/ChangeLog U src/crypto/heimdal/appl/rcp/Makefile.am U src/crypto/heimdal/appl/rcp/extern.h U src/crypto/heimdal/appl/rcp/rcp.1 U src/crypto/heimdal/appl/rcp/rcp.c U src/crypto/heimdal/appl/rcp/rcp_locl.h U src/crypto/heimdal/appl/rcp/util.c U src/crypto/heimdal/appl/rsh/Makefile.in U src/crypto/heimdal/appl/rsh/ChangeLog U src/crypto/heimdal/appl/rsh/Makefile.am U src/crypto/heimdal/appl/rsh/common.c U src/crypto/heimdal/appl/rsh/rsh.1 U src/crypto/heimdal/appl/rsh/rsh.c U src/crypto/heimdal/appl/rsh/rsh_locl.h U src/crypto/heimdal/appl/rsh/rshd.8 U src/crypto/heimdal/appl/rsh/rshd.c U src/crypto/heimdal/appl/su/Makefile.in U src/crypto/heimdal/appl/su/ChangeLog U src/crypto/heimdal/appl/su/Makefile.am U src/crypto/heimdal/appl/su/su.c U src/crypto/heimdal/appl/test/Makefile.in U src/crypto/heimdal/appl/test/Makefile.am U src/crypto/heimdal/appl/test/common.c U src/crypto/heimdal/appl/test/gss_common.c U src/crypto/heimdal/appl/test/gss_common.h U src/crypto/heimdal/appl/test/gssapi_client.c U src/crypto/heimdal/appl/test/gssapi_server.c U src/crypto/heimdal/appl/test/nt_gss_client.c U src/crypto/heimdal/appl/test/nt_gss_common.c U src/crypto/heimdal/appl/test/nt_gss_common.h U src/crypto/heimdal/appl/test/nt_gss_server.c U src/crypto/heimdal/appl/test/tcp_client.c U src/crypto/heimdal/appl/test/tcp_server.c U src/crypto/heimdal/appl/test/test_locl.h U src/crypto/heimdal/appl/test/uu_client.c U src/crypto/heimdal/appl/test/uu_server.c U src/crypto/heimdal/appl/telnet/ChangeLog U src/crypto/heimdal/appl/telnet/Makefile.am U src/crypto/heimdal/appl/telnet/README.ORIG U src/crypto/heimdal/appl/telnet/telnet.state U src/crypto/heimdal/appl/telnet/Makefile.in U src/crypto/heimdal/appl/telnet/arpa/telnet.h U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.in U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.am U src/crypto/heimdal/appl/telnet/libtelnet/auth-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/auth.c U src/crypto/heimdal/appl/telnet/libtelnet/auth.h U src/crypto/heimdal/appl/telnet/libtelnet/enc-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/enc_des.c U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.c U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.h U src/crypto/heimdal/appl/telnet/libtelnet/genget.c U src/crypto/heimdal/appl/telnet/libtelnet/kerberos.c U src/crypto/heimdal/appl/telnet/libtelnet/kerberos5.c U src/crypto/heimdal/appl/telnet/libtelnet/krb4encpwd.c U src/crypto/heimdal/appl/telnet/libtelnet/misc-proto.h U src/crypto/heimdal/appl/telnet/libtelnet/misc.c U src/crypto/heimdal/appl/telnet/libtelnet/misc.h U src/crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c U src/crypto/heimdal/appl/telnet/libtelnet/spx.c U src/crypto/heimdal/appl/telnet/telnet/Makefile.in U src/crypto/heimdal/appl/telnet/telnet/Makefile.am U src/crypto/heimdal/appl/telnet/telnet/authenc.c U src/crypto/heimdal/appl/telnet/telnet/commands.c U src/crypto/heimdal/appl/telnet/telnet/defines.h U src/crypto/heimdal/appl/telnet/telnet/externs.h U src/crypto/heimdal/appl/telnet/telnet/main.c U src/crypto/heimdal/appl/telnet/telnet/network.c U src/crypto/heimdal/appl/telnet/telnet/ring.c U src/crypto/heimdal/appl/telnet/telnet/ring.h U src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c U src/crypto/heimdal/appl/telnet/telnet/telnet.1 U src/crypto/heimdal/appl/telnet/telnet/telnet.c U src/crypto/heimdal/appl/telnet/telnet/telnet_locl.h U src/crypto/heimdal/appl/telnet/telnet/terminal.c U src/crypto/heimdal/appl/telnet/telnet/types.h U src/crypto/heimdal/appl/telnet/telnet/utilities.c U src/crypto/heimdal/appl/telnet/telnetd/Makefile.in U src/crypto/heimdal/appl/telnet/telnetd/Makefile.am U src/crypto/heimdal/appl/telnet/telnetd/authenc.c U src/crypto/heimdal/appl/telnet/telnetd/defs.h U src/crypto/heimdal/appl/telnet/telnetd/ext.h U src/crypto/heimdal/appl/telnet/telnetd/global.c U src/crypto/heimdal/appl/telnet/telnetd/slc.c U src/crypto/heimdal/appl/telnet/telnetd/state.c U src/crypto/heimdal/appl/telnet/telnetd/sys_term.c U src/crypto/heimdal/appl/telnet/telnetd/telnetd.8 U src/crypto/heimdal/appl/telnet/telnetd/telnetd.c U src/crypto/heimdal/appl/telnet/telnetd/telnetd.h U src/crypto/heimdal/appl/telnet/telnetd/termstat.c U src/crypto/heimdal/appl/telnet/telnetd/utility.c U src/crypto/heimdal/appl/push/Makefile.in U src/crypto/heimdal/appl/push/ChangeLog U src/crypto/heimdal/appl/push/Makefile.am U src/crypto/heimdal/appl/push/pfrom.1 U src/crypto/heimdal/appl/push/pfrom.in U src/crypto/heimdal/appl/push/push.8 U src/crypto/heimdal/appl/push/push.c U src/crypto/heimdal/appl/push/push_locl.h U src/crypto/heimdal/appl/ftp/ChangeLog U src/crypto/heimdal/appl/ftp/Makefile.am U src/crypto/heimdal/appl/ftp/Makefile.in U src/crypto/heimdal/appl/ftp/common/Makefile.in U src/crypto/heimdal/appl/ftp/common/Makefile.am U src/crypto/heimdal/appl/ftp/common/buffer.c U src/crypto/heimdal/appl/ftp/common/common.h U src/crypto/heimdal/appl/ftp/common/sockbuf.c U src/crypto/heimdal/appl/ftp/ftp/Makefile.in U src/crypto/heimdal/appl/ftp/ftp/Makefile.am U src/crypto/heimdal/appl/ftp/ftp/cmds.c U src/crypto/heimdal/appl/ftp/ftp/cmdtab.c U src/crypto/heimdal/appl/ftp/ftp/domacro.c U src/crypto/heimdal/appl/ftp/ftp/extern.h U src/crypto/heimdal/appl/ftp/ftp/ftp.1 U src/crypto/heimdal/appl/ftp/ftp/ftp.c U src/crypto/heimdal/appl/ftp/ftp/ftp_locl.h U src/crypto/heimdal/appl/ftp/ftp/ftp_var.h U src/crypto/heimdal/appl/ftp/ftp/globals.c U src/crypto/heimdal/appl/ftp/ftp/gssapi.c U src/crypto/heimdal/appl/ftp/ftp/kauth.c U src/crypto/heimdal/appl/ftp/ftp/krb4.c U src/crypto/heimdal/appl/ftp/ftp/main.c U src/crypto/heimdal/appl/ftp/ftp/pathnames.h U src/crypto/heimdal/appl/ftp/ftp/ruserpass.c U src/crypto/heimdal/appl/ftp/ftp/security.c U src/crypto/heimdal/appl/ftp/ftp/security.h U src/crypto/heimdal/appl/ftp/ftpd/Makefile.in U src/crypto/heimdal/appl/ftp/ftpd/Makefile.am U src/crypto/heimdal/appl/ftp/ftpd/extern.h U src/crypto/heimdal/appl/ftp/ftpd/ftpcmd.y U src/crypto/heimdal/appl/ftp/ftpd/ftpd.8 U src/crypto/heimdal/appl/ftp/ftpd/ftpd.c U src/crypto/heimdal/appl/ftp/ftpd/ftpd_locl.h U src/crypto/heimdal/appl/ftp/ftpd/ftpusers.5 U src/crypto/heimdal/appl/ftp/ftpd/gss_userok.c U src/crypto/heimdal/appl/ftp/ftpd/kauth.c U src/crypto/heimdal/appl/ftp/ftpd/logwtmp.c U src/crypto/heimdal/appl/ftp/ftpd/ls.c U src/crypto/heimdal/appl/ftp/ftpd/pathnames.h U src/crypto/heimdal/appl/ftp/ftpd/popen.c U src/crypto/heimdal/doc/Makefile.am U src/crypto/heimdal/doc/ack.texi U src/crypto/heimdal/doc/heimdal.texi U src/crypto/heimdal/doc/init-creds U src/crypto/heimdal/doc/install.texi U src/crypto/heimdal/doc/intro.texi U src/crypto/heimdal/doc/kerberos4.texi U src/crypto/heimdal/doc/latin1.tex U src/crypto/heimdal/doc/layman.asc U src/crypto/heimdal/doc/mdate-sh U src/crypto/heimdal/doc/migration.texi U src/crypto/heimdal/doc/misc.texi U src/crypto/heimdal/doc/programming.texi U src/crypto/heimdal/doc/setup.texi U src/crypto/heimdal/doc/whatis.texi U src/crypto/heimdal/doc/win2k.texi U src/crypto/heimdal/doc/Makefile.in U src/crypto/heimdal/etc/services.append U src/crypto/heimdal/include/Makefile.am U src/crypto/heimdal/include/bits.c U src/crypto/heimdal/include/make_crypto.c U src/crypto/heimdal/include/config.h.in U src/crypto/heimdal/include/Makefile.in U src/crypto/heimdal/include/kadm5/Makefile.in U src/crypto/heimdal/include/kadm5/Makefile.am U src/crypto/heimdal/kadmin/Makefile.in U src/crypto/heimdal/kadmin/ChangeLog U src/crypto/heimdal/kadmin/Makefile.am U src/crypto/heimdal/kadmin/add-random-users.c U src/crypto/heimdal/kadmin/ank.c U src/crypto/heimdal/kadmin/cpw.c U src/crypto/heimdal/kadmin/del.c U src/crypto/heimdal/kadmin/del_enctype.c U src/crypto/heimdal/kadmin/dump.c U src/crypto/heimdal/kadmin/ext.c U src/crypto/heimdal/kadmin/get.c U src/crypto/heimdal/kadmin/init.c U src/crypto/heimdal/kadmin/kadm_conn.c U src/crypto/heimdal/kadmin/kadmin.8 U src/crypto/heimdal/kadmin/kadmin.c U src/crypto/heimdal/kadmin/kadmin_locl.h U src/crypto/heimdal/kadmin/kadmind.8 U src/crypto/heimdal/kadmin/kadmind.c U src/crypto/heimdal/kadmin/load.c U src/crypto/heimdal/kadmin/mod.c U src/crypto/heimdal/kadmin/random_password.c U src/crypto/heimdal/kadmin/rename.c U src/crypto/heimdal/kadmin/server.c U src/crypto/heimdal/kadmin/util.c U src/crypto/heimdal/kadmin/version4.c U src/crypto/heimdal/kdc/Makefile.in U src/crypto/heimdal/kdc/524.c U src/crypto/heimdal/kdc/Makefile.am U src/crypto/heimdal/kdc/config.c U src/crypto/heimdal/kdc/connect.c U src/crypto/heimdal/kdc/headers.h U src/crypto/heimdal/kdc/hprop.8 U src/crypto/heimdal/kdc/hprop.c U src/crypto/heimdal/kdc/hprop.h U src/crypto/heimdal/kdc/hpropd.8 U src/crypto/heimdal/kdc/hpropd.c U src/crypto/heimdal/kdc/kadb.h U src/crypto/heimdal/kdc/kaserver.c U src/crypto/heimdal/kdc/kdc.8 U src/crypto/heimdal/kdc/kdc_locl.h U src/crypto/heimdal/kdc/kerberos4.c U src/crypto/heimdal/kdc/kerberos5.c U src/crypto/heimdal/kdc/kstash.8 U src/crypto/heimdal/kdc/kstash.c U src/crypto/heimdal/kdc/log.c U src/crypto/heimdal/kdc/main.c U src/crypto/heimdal/kdc/misc.c U src/crypto/heimdal/kdc/mit_dump.c U src/crypto/heimdal/kdc/rx.h U src/crypto/heimdal/kdc/string2key.8 U src/crypto/heimdal/kdc/string2key.c U src/crypto/heimdal/kdc/v4_dump.c U src/crypto/heimdal/kpasswd/Makefile.in U src/crypto/heimdal/kpasswd/Makefile.am U src/crypto/heimdal/kpasswd/kpasswd-generator.c U src/crypto/heimdal/kpasswd/kpasswd.1 U src/crypto/heimdal/kpasswd/kpasswd.c U src/crypto/heimdal/kpasswd/kpasswd_locl.h U src/crypto/heimdal/kpasswd/kpasswdd.8 U src/crypto/heimdal/kpasswd/kpasswdd.c U src/crypto/heimdal/kuser/Makefile.in U src/crypto/heimdal/kuser/Makefile.am U src/crypto/heimdal/kuser/generate-requests.c U src/crypto/heimdal/kuser/kauth_options.c U src/crypto/heimdal/kuser/kdecode_ticket.c U src/crypto/heimdal/kuser/kdestroy.1 U src/crypto/heimdal/kuser/kdestroy.c U src/crypto/heimdal/kuser/kgetcred.1 U src/crypto/heimdal/kuser/kgetcred.c U src/crypto/heimdal/kuser/kinit.1 U src/crypto/heimdal/kuser/kinit.c U src/crypto/heimdal/kuser/kinit_options.c U src/crypto/heimdal/kuser/klist.1 U src/crypto/heimdal/kuser/klist.c U src/crypto/heimdal/kuser/kuser_locl.h U src/crypto/heimdal/kuser/kverify.c U src/crypto/heimdal/lib/Makefile.am U src/crypto/heimdal/lib/Makefile.in U src/crypto/heimdal/lib/45/Makefile.in U src/crypto/heimdal/lib/45/45_locl.h U src/crypto/heimdal/lib/45/Makefile.am U src/crypto/heimdal/lib/45/get_ad_tkt.c U src/crypto/heimdal/lib/45/mk_req.c U src/crypto/heimdal/lib/asn1/Makefile.in U src/crypto/heimdal/lib/asn1/Makefile.am U src/crypto/heimdal/lib/asn1/asn1-common.h U src/crypto/heimdal/lib/asn1/asn1_err.et U src/crypto/heimdal/lib/asn1/asn1_print.c U src/crypto/heimdal/lib/asn1/check-common.c U src/crypto/heimdal/lib/asn1/check-common.h U src/crypto/heimdal/lib/asn1/check-der.c U src/crypto/heimdal/lib/asn1/check-gen.c U src/crypto/heimdal/lib/asn1/der.h U src/crypto/heimdal/lib/asn1/der_copy.c U src/crypto/heimdal/lib/asn1/der_free.c U src/crypto/heimdal/lib/asn1/der_get.c U src/crypto/heimdal/lib/asn1/der_length.c U src/crypto/heimdal/lib/asn1/der_locl.h U src/crypto/heimdal/lib/asn1/der_put.c U src/crypto/heimdal/lib/asn1/gen.c U src/crypto/heimdal/lib/asn1/gen.h U src/crypto/heimdal/lib/asn1/gen_copy.c U src/crypto/heimdal/lib/asn1/gen_decode.c U src/crypto/heimdal/lib/asn1/gen_encode.c U src/crypto/heimdal/lib/asn1/gen_free.c U src/crypto/heimdal/lib/asn1/gen_glue.c U src/crypto/heimdal/lib/asn1/gen_length.c U src/crypto/heimdal/lib/asn1/gen_locl.h U src/crypto/heimdal/lib/asn1/hash.c U src/crypto/heimdal/lib/asn1/hash.h U src/crypto/heimdal/lib/asn1/k5.asn1 U src/crypto/heimdal/lib/asn1/lex.h U src/crypto/heimdal/lib/asn1/lex.l U src/crypto/heimdal/lib/asn1/main.c U src/crypto/heimdal/lib/asn1/parse.y U src/crypto/heimdal/lib/asn1/pkinit.asn1 U src/crypto/heimdal/lib/asn1/rfc2459.asn1 U src/crypto/heimdal/lib/asn1/symbol.c U src/crypto/heimdal/lib/asn1/symbol.h U src/crypto/heimdal/lib/asn1/timegm.c U src/crypto/heimdal/lib/asn1/x509.asn1 U src/crypto/heimdal/lib/gssapi/Makefile.in U src/crypto/heimdal/lib/gssapi/8003.c U src/crypto/heimdal/lib/gssapi/ChangeLog U src/crypto/heimdal/lib/gssapi/Makefile.am U src/crypto/heimdal/lib/gssapi/accept_sec_context.c U src/crypto/heimdal/lib/gssapi/acquire_cred.c U src/crypto/heimdal/lib/gssapi/add_cred.c U src/crypto/heimdal/lib/gssapi/add_oid_set_member.c U src/crypto/heimdal/lib/gssapi/address_to_krb5addr.c N src/crypto/heimdal/lib/gssapi/arcfour.c N src/crypto/heimdal/lib/gssapi/arcfour.h U src/crypto/heimdal/lib/gssapi/canonicalize_name.c U src/crypto/heimdal/lib/gssapi/compare_name.c U src/crypto/heimdal/lib/gssapi/compat.c U src/crypto/heimdal/lib/gssapi/context_time.c U src/crypto/heimdal/lib/gssapi/copy_ccache.c U src/crypto/heimdal/lib/gssapi/create_emtpy_oid_set.c U src/crypto/heimdal/lib/gssapi/decapsulate.c U src/crypto/heimdal/lib/gssapi/delete_sec_context.c U src/crypto/heimdal/lib/gssapi/display_name.c U src/crypto/heimdal/lib/gssapi/display_status.c U src/crypto/heimdal/lib/gssapi/duplicate_name.c U src/crypto/heimdal/lib/gssapi/encapsulate.c U src/crypto/heimdal/lib/gssapi/export_name.c U src/crypto/heimdal/lib/gssapi/export_sec_context.c U src/crypto/heimdal/lib/gssapi/external.c U src/crypto/heimdal/lib/gssapi/get_mic.c U src/crypto/heimdal/lib/gssapi/gss_acquire_cred.3 U src/crypto/heimdal/lib/gssapi/gssapi.3 U src/crypto/heimdal/lib/gssapi/gssapi.h U src/crypto/heimdal/lib/gssapi/gssapi_locl.h U src/crypto/heimdal/lib/gssapi/import_name.c U src/crypto/heimdal/lib/gssapi/import_sec_context.c U src/crypto/heimdal/lib/gssapi/indicate_mechs.c U src/crypto/heimdal/lib/gssapi/init.c U src/crypto/heimdal/lib/gssapi/inquire_cred.c U src/crypto/heimdal/lib/gssapi/init_sec_context.c U src/crypto/heimdal/lib/gssapi/inquire_context.c U src/crypto/heimdal/lib/gssapi/inquire_cred_by_mech.c U src/crypto/heimdal/lib/gssapi/process_context_token.c U src/crypto/heimdal/lib/gssapi/inquire_mechs_for_name.c U src/crypto/heimdal/lib/gssapi/inquire_names_for_mech.c U src/crypto/heimdal/lib/gssapi/release_buffer.c U src/crypto/heimdal/lib/gssapi/release_cred.c U src/crypto/heimdal/lib/gssapi/release_name.c U src/crypto/heimdal/lib/gssapi/release_oid_set.c U src/crypto/heimdal/lib/gssapi/test_acquire_cred.c U src/crypto/heimdal/lib/gssapi/test_oid_set_member.c U src/crypto/heimdal/lib/gssapi/unwrap.c U src/crypto/heimdal/lib/gssapi/v1.c U src/crypto/heimdal/lib/gssapi/verify_mic.c U src/crypto/heimdal/lib/gssapi/wrap.c U src/crypto/heimdal/lib/hdb/Makefile.in U src/crypto/heimdal/lib/hdb/Makefile.am U src/crypto/heimdal/lib/hdb/common.c U src/crypto/heimdal/lib/hdb/convert_db.c U src/crypto/heimdal/lib/hdb/db.c U src/crypto/heimdal/lib/hdb/db3.c U src/crypto/heimdal/lib/hdb/hdb-ldap.c U src/crypto/heimdal/lib/hdb/hdb.asn1 U src/crypto/heimdal/lib/hdb/hdb.c U src/crypto/heimdal/lib/hdb/hdb.h U src/crypto/heimdal/lib/hdb/hdb_err.et C src/crypto/heimdal/lib/hdb/hdb_locl.h U src/crypto/heimdal/lib/hdb/keytab.c U src/crypto/heimdal/lib/hdb/mkey.c U src/crypto/heimdal/lib/hdb/ndbm.c U src/crypto/heimdal/lib/hdb/print.c U src/crypto/heimdal/lib/hdb/hdb-protos.h U src/crypto/heimdal/lib/hdb/hdb-private.h U src/crypto/heimdal/lib/kadm5/Makefile.in U src/crypto/heimdal/lib/kadm5/ChangeLog U src/crypto/heimdal/lib/kadm5/Makefile.am U src/crypto/heimdal/lib/kadm5/acl.c U src/crypto/heimdal/lib/kadm5/admin.h U src/crypto/heimdal/lib/kadm5/bump_pw_expire.c U src/crypto/heimdal/lib/kadm5/chpass_c.c U src/crypto/heimdal/lib/kadm5/chpass_s.c U src/crypto/heimdal/lib/kadm5/client_glue.c U src/crypto/heimdal/lib/kadm5/common_glue.c U src/crypto/heimdal/lib/kadm5/context_s.c U src/crypto/heimdal/lib/kadm5/create_c.c U src/crypto/heimdal/lib/kadm5/create_s.c U src/crypto/heimdal/lib/kadm5/delete_c.c U src/crypto/heimdal/lib/kadm5/delete_s.c U src/crypto/heimdal/lib/kadm5/destroy_c.c U src/crypto/heimdal/lib/kadm5/destroy_s.c U src/crypto/heimdal/lib/kadm5/dump_log.c U src/crypto/heimdal/lib/kadm5/ent_setup.c U src/crypto/heimdal/lib/kadm5/error.c U src/crypto/heimdal/lib/kadm5/flush.c U src/crypto/heimdal/lib/kadm5/flush_c.c U src/crypto/heimdal/lib/kadm5/flush_s.c U src/crypto/heimdal/lib/kadm5/free.c U src/crypto/heimdal/lib/kadm5/get_c.c U src/crypto/heimdal/lib/kadm5/get_princs_c.c U src/crypto/heimdal/lib/kadm5/get_princs_s.c U src/crypto/heimdal/lib/kadm5/get_s.c U src/crypto/heimdal/lib/kadm5/init_c.c U src/crypto/heimdal/lib/kadm5/init_s.c U src/crypto/heimdal/lib/kadm5/iprop.h U src/crypto/heimdal/lib/kadm5/ipropd_master.c U src/crypto/heimdal/lib/kadm5/ipropd_slave.c U src/crypto/heimdal/lib/kadm5/kadm5_err.et U src/crypto/heimdal/lib/kadm5/kadm5_locl.h U src/crypto/heimdal/lib/kadm5/keys.c U src/crypto/heimdal/lib/kadm5/log.c U src/crypto/heimdal/lib/kadm5/marshall.c U src/crypto/heimdal/lib/kadm5/modify_c.c U src/crypto/heimdal/lib/kadm5/modify_s.c U src/crypto/heimdal/lib/kadm5/password_quality.c U src/crypto/heimdal/lib/kadm5/private.h U src/crypto/heimdal/lib/kadm5/privs_c.c U src/crypto/heimdal/lib/kadm5/privs_s.c U src/crypto/heimdal/lib/kadm5/randkey_c.c U src/crypto/heimdal/lib/kadm5/randkey_s.c U src/crypto/heimdal/lib/kadm5/rename_c.c U src/crypto/heimdal/lib/kadm5/rename_s.c U src/crypto/heimdal/lib/kadm5/send_recv.c U src/crypto/heimdal/lib/kadm5/replay_log.c U src/crypto/heimdal/lib/kadm5/sample_passwd_check.c U src/crypto/heimdal/lib/kadm5/server_glue.c U src/crypto/heimdal/lib/kadm5/set_keys.c U src/crypto/heimdal/lib/kadm5/set_modifier.c U src/crypto/heimdal/lib/kadm5/truncate_log.c U src/crypto/heimdal/lib/kadm5/kadm5-protos.h U src/crypto/heimdal/lib/kadm5/kadm5-private.h C src/crypto/heimdal/lib/kdfs/Makefile.in U src/crypto/heimdal/lib/kdfs/ChangeLog U src/crypto/heimdal/lib/kdfs/Makefile.am U src/crypto/heimdal/lib/kdfs/k5dfspag.c U src/crypto/heimdal/lib/krb5/Makefile.in U src/crypto/heimdal/lib/krb5/Makefile.am U src/crypto/heimdal/lib/krb5/acl.c U src/crypto/heimdal/lib/krb5/add_et_list.c U src/crypto/heimdal/lib/krb5/addr_families.c U src/crypto/heimdal/lib/krb5/aes-test.c U src/crypto/heimdal/lib/krb5/aname_to_localname.c U src/crypto/heimdal/lib/krb5/appdefault.c U src/crypto/heimdal/lib/krb5/asn1_glue.c U src/crypto/heimdal/lib/krb5/auth_context.c U src/crypto/heimdal/lib/krb5/build_ap_req.c U src/crypto/heimdal/lib/krb5/build_auth.c U src/crypto/heimdal/lib/krb5/cache.c U src/crypto/heimdal/lib/krb5/changepw.c U src/crypto/heimdal/lib/krb5/codec.c U src/crypto/heimdal/lib/krb5/config_file.c U src/crypto/heimdal/lib/krb5/config_file_netinfo.c U src/crypto/heimdal/lib/krb5/constants.c U src/crypto/heimdal/lib/krb5/context.c U src/crypto/heimdal/lib/krb5/convert_creds.c U src/crypto/heimdal/lib/krb5/copy_host_realm.c U src/crypto/heimdal/lib/krb5/crc.c U src/crypto/heimdal/lib/krb5/creds.c C src/crypto/heimdal/lib/krb5/crypto.c U src/crypto/heimdal/lib/krb5/data.c U src/crypto/heimdal/lib/krb5/derived-key-test.c U src/crypto/heimdal/lib/krb5/dump_config.c U src/crypto/heimdal/lib/krb5/eai_to_heim_errno.c U src/crypto/heimdal/lib/krb5/error_string.c U src/crypto/heimdal/lib/krb5/expand_hostname.c U src/crypto/heimdal/lib/krb5/fcache.c U src/crypto/heimdal/lib/krb5/free.c U src/crypto/heimdal/lib/krb5/free_host_realm.c U src/crypto/heimdal/lib/krb5/generate_seq_number.c U src/crypto/heimdal/lib/krb5/generate_subkey.c U src/crypto/heimdal/lib/krb5/get_addrs.c U src/crypto/heimdal/lib/krb5/get_cred.c U src/crypto/heimdal/lib/krb5/get_default_principal.c U src/crypto/heimdal/lib/krb5/get_default_realm.c U src/crypto/heimdal/lib/krb5/get_for_creds.c U src/crypto/heimdal/lib/krb5/get_host_realm.c U src/crypto/heimdal/lib/krb5/get_in_tkt.c U src/crypto/heimdal/lib/krb5/get_in_tkt_pw.c U src/crypto/heimdal/lib/krb5/get_in_tkt_with_keytab.c U src/crypto/heimdal/lib/krb5/get_in_tkt_with_skey.c U src/crypto/heimdal/lib/krb5/get_port.c U src/crypto/heimdal/lib/krb5/heim_err.et U src/crypto/heimdal/lib/krb5/init_creds.c U src/crypto/heimdal/lib/krb5/init_creds_pw.c U src/crypto/heimdal/lib/krb5/k524_err.et U src/crypto/heimdal/lib/krb5/kerberos.8 U src/crypto/heimdal/lib/krb5/keyblock.c U src/crypto/heimdal/lib/krb5/keytab.c U src/crypto/heimdal/lib/krb5/keytab_any.c U src/crypto/heimdal/lib/krb5/keytab_file.c U src/crypto/heimdal/lib/krb5/keytab_keyfile.c U src/crypto/heimdal/lib/krb5/keytab_krb4.c U src/crypto/heimdal/lib/krb5/keytab_memory.c U src/crypto/heimdal/lib/krb5/krb5-v4compat.h U src/crypto/heimdal/lib/krb5/krb5.3 U src/crypto/heimdal/lib/krb5/krb5.conf.5 U src/crypto/heimdal/lib/krb5/krb5.h U src/crypto/heimdal/lib/krb5/krb5_425_conv_principal.3 U src/crypto/heimdal/lib/krb5/log.c U src/crypto/heimdal/lib/krb5/krb5_address.3 U src/crypto/heimdal/lib/krb5/krb5_aname_to_localname.3 U src/crypto/heimdal/lib/krb5/krb5_appdefault.3 U src/crypto/heimdal/lib/krb5/krb5_auth_context.3 U src/crypto/heimdal/lib/krb5/krb5_build_principal.3 U src/crypto/heimdal/lib/krb5/krb5_ccache.3 U src/crypto/heimdal/lib/krb5/krb5_config.3 U src/crypto/heimdal/lib/krb5/krb5_context.3 U src/crypto/heimdal/lib/krb5/krb5_create_checksum.3 U src/crypto/heimdal/lib/krb5/krb5_crypto_init.3 U src/crypto/heimdal/lib/krb5/krb5_data.3 U src/crypto/heimdal/lib/krb5/krb5_encrypt.3 U src/crypto/heimdal/lib/krb5/krb5_err.et U src/crypto/heimdal/lib/krb5/krb5_free_addresses.3 U src/crypto/heimdal/lib/krb5/krb5_free_principal.3 U src/crypto/heimdal/lib/krb5/krb5_get_all_client_addrs.3 U src/crypto/heimdal/lib/krb5/krb5_get_krbhst.3 U src/crypto/heimdal/lib/krb5/krb5_init_context.3 U src/crypto/heimdal/lib/krb5/krb5_keytab.3 U src/crypto/heimdal/lib/krb5/krb5_krbhst_init.3 U src/crypto/heimdal/lib/krb5/krb5_kuserok.3 U src/crypto/heimdal/lib/krb5/krb5_locl.h U src/crypto/heimdal/lib/krb5/krb5_openlog.3 U src/crypto/heimdal/lib/krb5/krb5_parse_name.3 U src/crypto/heimdal/lib/krb5/krb5_principal_get_realm.3 U src/crypto/heimdal/lib/krb5/krb5_set_default_realm.3 U src/crypto/heimdal/lib/krb5/krb5_sname_to_principal.3 U src/crypto/heimdal/lib/krb5/krb5_timeofday.3 U src/crypto/heimdal/lib/krb5/krb5_unparse_name.3 U src/crypto/heimdal/lib/krb5/krb5_verify_user.3 U src/crypto/heimdal/lib/krb5/krb5_warn.3 U src/crypto/heimdal/lib/krb5/krbhst-test.c U src/crypto/heimdal/lib/krb5/krbhst.c U src/crypto/heimdal/lib/krb5/kuserok.c U src/crypto/heimdal/lib/krb5/mcache.c U src/crypto/heimdal/lib/krb5/misc.c U src/crypto/heimdal/lib/krb5/mk_error.c U src/crypto/heimdal/lib/krb5/mk_priv.c U src/crypto/heimdal/lib/krb5/mk_rep.c U src/crypto/heimdal/lib/krb5/store.c U src/crypto/heimdal/lib/krb5/mk_req.c U src/crypto/heimdal/lib/krb5/mk_req_ext.c U src/crypto/heimdal/lib/krb5/mk_safe.c U src/crypto/heimdal/lib/krb5/n-fold-test.c U src/crypto/heimdal/lib/krb5/n-fold.c U src/crypto/heimdal/lib/krb5/name-45-test.c U src/crypto/heimdal/lib/krb5/net_read.c U src/crypto/heimdal/lib/krb5/net_write.c U src/crypto/heimdal/lib/krb5/padata.c U src/crypto/heimdal/lib/krb5/parse-name-test.c U src/crypto/heimdal/lib/krb5/principal.c U src/crypto/heimdal/lib/krb5/prog_setup.c U src/crypto/heimdal/lib/krb5/prompter_posix.c U src/crypto/heimdal/lib/krb5/rd_cred.c U src/crypto/heimdal/lib/krb5/rd_error.c U src/crypto/heimdal/lib/krb5/rd_priv.c U src/crypto/heimdal/lib/krb5/rd_rep.c U src/crypto/heimdal/lib/krb5/rd_req.c U src/crypto/heimdal/lib/krb5/rd_safe.c U src/crypto/heimdal/lib/krb5/read_message.c U src/crypto/heimdal/lib/krb5/recvauth.c U src/crypto/heimdal/lib/krb5/replay.c U src/crypto/heimdal/lib/krb5/send_to_kdc.c U src/crypto/heimdal/lib/krb5/sendauth.c U src/crypto/heimdal/lib/krb5/set_default_realm.c U src/crypto/heimdal/lib/krb5/sock_principal.c U src/crypto/heimdal/lib/krb5/store-int.h U src/crypto/heimdal/lib/krb5/store-test.c U src/crypto/heimdal/lib/krb5/store_emem.c U src/crypto/heimdal/lib/krb5/store_fd.c U src/crypto/heimdal/lib/krb5/store_mem.c U src/crypto/heimdal/lib/krb5/string-to-key-test.c U src/crypto/heimdal/lib/krb5/test_alname.c U src/crypto/heimdal/lib/krb5/test_cc.c U src/crypto/heimdal/lib/krb5/test_get_addrs.c U src/crypto/heimdal/lib/krb5/ticket.c U src/crypto/heimdal/lib/krb5/time.c U src/crypto/heimdal/lib/krb5/transited.c U src/crypto/heimdal/lib/krb5/verify_init.c U src/crypto/heimdal/lib/krb5/verify_krb5_conf.8 U src/crypto/heimdal/lib/krb5/verify_krb5_conf.c U src/crypto/heimdal/lib/krb5/verify_user.c U src/crypto/heimdal/lib/krb5/version.c U src/crypto/heimdal/lib/krb5/warn.c U src/crypto/heimdal/lib/krb5/write_message.c U src/crypto/heimdal/lib/krb5/krb5-protos.h U src/crypto/heimdal/lib/krb5/krb5-private.h U src/crypto/heimdal/lib/vers/Makefile.in U src/crypto/heimdal/lib/vers/ChangeLog U src/crypto/heimdal/lib/vers/Makefile.am U src/crypto/heimdal/lib/vers/make-print-version.c U src/crypto/heimdal/lib/vers/print_version.c U src/crypto/heimdal/lib/vers/vers.h U src/crypto/heimdal/lib/roken/Makefile.in U src/crypto/heimdal/lib/roken/ChangeLog U src/crypto/heimdal/lib/roken/Makefile.am U src/crypto/heimdal/lib/roken/acconfig.h U src/crypto/heimdal/lib/roken/acinclude.m4 U src/crypto/heimdal/lib/roken/base64-test.c U src/crypto/heimdal/lib/roken/base64.c U src/crypto/heimdal/lib/roken/base64.h U src/crypto/heimdal/lib/roken/bswap.c U src/crypto/heimdal/lib/roken/chown.c U src/crypto/heimdal/lib/roken/concat.c U src/crypto/heimdal/lib/roken/copyhostent.c U src/crypto/heimdal/lib/roken/daemon.c U src/crypto/heimdal/lib/roken/ecalloc.c U src/crypto/heimdal/lib/roken/emalloc.c U src/crypto/heimdal/lib/roken/environment.c U src/crypto/heimdal/lib/roken/eread.c U src/crypto/heimdal/lib/roken/erealloc.c U src/crypto/heimdal/lib/roken/err.c U src/crypto/heimdal/lib/roken/err.hin U src/crypto/heimdal/lib/roken/errx.c U src/crypto/heimdal/lib/roken/esetenv.c U src/crypto/heimdal/lib/roken/estrdup.c U src/crypto/heimdal/lib/roken/ewrite.c U src/crypto/heimdal/lib/roken/flock.c U src/crypto/heimdal/lib/roken/fchown.c U src/crypto/heimdal/lib/roken/fnmatch.c U src/crypto/heimdal/lib/roken/fnmatch.hin U src/crypto/heimdal/lib/roken/freeaddrinfo.c U src/crypto/heimdal/lib/roken/freehostent.c U src/crypto/heimdal/lib/roken/gai_strerror.c U src/crypto/heimdal/lib/roken/get_default_username.c U src/crypto/heimdal/lib/roken/get_window_size.c U src/crypto/heimdal/lib/roken/getaddrinfo-test.c U src/crypto/heimdal/lib/roken/getaddrinfo.c U src/crypto/heimdal/lib/roken/getaddrinfo_hostspec.c U src/crypto/heimdal/lib/roken/getarg.3 U src/crypto/heimdal/lib/roken/getarg.c U src/crypto/heimdal/lib/roken/getarg.h U src/crypto/heimdal/lib/roken/getcap.c U src/crypto/heimdal/lib/roken/getcwd.c U src/crypto/heimdal/lib/roken/getdtablesize.c U src/crypto/heimdal/lib/roken/getegid.c U src/crypto/heimdal/lib/roken/geteuid.c U src/crypto/heimdal/lib/roken/getgid.c U src/crypto/heimdal/lib/roken/gethostname.c U src/crypto/heimdal/lib/roken/getifaddrs.c U src/crypto/heimdal/lib/roken/getipnodebyaddr.c U src/crypto/heimdal/lib/roken/getipnodebyname.c U src/crypto/heimdal/lib/roken/getnameinfo.c U src/crypto/heimdal/lib/roken/getnameinfo_verified.c U src/crypto/heimdal/lib/roken/getopt.c U src/crypto/heimdal/lib/roken/getprogname.c U src/crypto/heimdal/lib/roken/gettimeofday.c U src/crypto/heimdal/lib/roken/getuid.c U src/crypto/heimdal/lib/roken/getusershell.c U src/crypto/heimdal/lib/roken/glob.c U src/crypto/heimdal/lib/roken/glob.hin U src/crypto/heimdal/lib/roken/h_errno.c U src/crypto/heimdal/lib/roken/hostent_find_fqdn.c U src/crypto/heimdal/lib/roken/hstrerror.c U src/crypto/heimdal/lib/roken/ifaddrs.hin U src/crypto/heimdal/lib/roken/inet_aton.c U src/crypto/heimdal/lib/roken/inet_ntop.c U src/crypto/heimdal/lib/roken/inet_pton.c U src/crypto/heimdal/lib/roken/initgroups.c U src/crypto/heimdal/lib/roken/innetgr.c U src/crypto/heimdal/lib/roken/install-sh U src/crypto/heimdal/lib/roken/lstat.c U src/crypto/heimdal/lib/roken/iruserok.c U src/crypto/heimdal/lib/roken/issuid.c U src/crypto/heimdal/lib/roken/k_getpwnam.c U src/crypto/heimdal/lib/roken/k_getpwuid.c U src/crypto/heimdal/lib/roken/localtime_r.c U src/crypto/heimdal/lib/roken/memmove.c U src/crypto/heimdal/lib/roken/mini_inetd.c U src/crypto/heimdal/lib/roken/missing U src/crypto/heimdal/lib/roken/mkinstalldirs U src/crypto/heimdal/lib/roken/mkstemp.c U src/crypto/heimdal/lib/roken/ndbm_wrap.c U src/crypto/heimdal/lib/roken/ndbm_wrap.h U src/crypto/heimdal/lib/roken/net_read.c U src/crypto/heimdal/lib/roken/net_write.c U src/crypto/heimdal/lib/roken/parse_bytes-test.c U src/crypto/heimdal/lib/roken/parse_bytes.c U src/crypto/heimdal/lib/roken/parse_bytes.h U src/crypto/heimdal/lib/roken/parse_reply-test.c U src/crypto/heimdal/lib/roken/parse_time.c U src/crypto/heimdal/lib/roken/parse_time.h U src/crypto/heimdal/lib/roken/parse_units.c U src/crypto/heimdal/lib/roken/parse_units.h U src/crypto/heimdal/lib/roken/rcmd.c U src/crypto/heimdal/lib/roken/print_version.c U src/crypto/heimdal/lib/roken/putenv.c U src/crypto/heimdal/lib/roken/readv.c U src/crypto/heimdal/lib/roken/recvmsg.c U src/crypto/heimdal/lib/roken/resolve.c U src/crypto/heimdal/lib/roken/resolve.h U src/crypto/heimdal/lib/roken/resource.h U src/crypto/heimdal/lib/roken/roken-common.h U src/crypto/heimdal/lib/roken/roken.awk U src/crypto/heimdal/lib/roken/roken.h.in U src/crypto/heimdal/lib/roken/roken_gethostby.c U src/crypto/heimdal/lib/roken/rtbl.c U src/crypto/heimdal/lib/roken/rtbl.h U src/crypto/heimdal/lib/roken/sendmsg.c U src/crypto/heimdal/lib/roken/setegid.c U src/crypto/heimdal/lib/roken/setenv.c U src/crypto/heimdal/lib/roken/seteuid.c U src/crypto/heimdal/lib/roken/setprogname.c U src/crypto/heimdal/lib/roken/signal.c U src/crypto/heimdal/lib/roken/simple_exec.c U src/crypto/heimdal/lib/roken/snprintf-test.c U src/crypto/heimdal/lib/roken/snprintf-test.h U src/crypto/heimdal/lib/roken/snprintf.c U src/crypto/heimdal/lib/roken/socket.c U src/crypto/heimdal/lib/roken/strcasecmp.c U src/crypto/heimdal/lib/roken/strcollect.c U src/crypto/heimdal/lib/roken/strdup.c U src/crypto/heimdal/lib/roken/strerror.c U src/crypto/heimdal/lib/roken/strftime.c U src/crypto/heimdal/lib/roken/strlcat.c U src/crypto/heimdal/lib/roken/strlcpy.c U src/crypto/heimdal/lib/roken/strlwr.c U src/crypto/heimdal/lib/roken/strncasecmp.c U src/crypto/heimdal/lib/roken/strndup.c U src/crypto/heimdal/lib/roken/strnlen.c U src/crypto/heimdal/lib/roken/strpftime-test.c U src/crypto/heimdal/lib/roken/strptime.c U src/crypto/heimdal/lib/roken/strsep.c U src/crypto/heimdal/lib/roken/strsep_copy.c U src/crypto/heimdal/lib/roken/strtok_r.c U src/crypto/heimdal/lib/roken/strupr.c U src/crypto/heimdal/lib/roken/swab.c U src/crypto/heimdal/lib/roken/timeval.c U src/crypto/heimdal/lib/roken/tm2time.c U src/crypto/heimdal/lib/roken/unsetenv.c U src/crypto/heimdal/lib/roken/unvis.c U src/crypto/heimdal/lib/roken/verify.c U src/crypto/heimdal/lib/roken/verr.c U src/crypto/heimdal/lib/roken/verrx.c U src/crypto/heimdal/lib/roken/vis.c U src/crypto/heimdal/lib/roken/vis.hin U src/crypto/heimdal/lib/roken/vsyslog.c U src/crypto/heimdal/lib/roken/vwarn.c U src/crypto/heimdal/lib/roken/vwarnx.c U src/crypto/heimdal/lib/roken/warn.c U src/crypto/heimdal/lib/roken/warnerr.c U src/crypto/heimdal/lib/roken/warnx.c U src/crypto/heimdal/lib/roken/write_pid.c U src/crypto/heimdal/lib/roken/writev.c U src/crypto/heimdal/lib/roken/xdbm.h U src/crypto/heimdal/lib/sl/Makefile.in U src/crypto/heimdal/lib/sl/ChangeLog U src/crypto/heimdal/lib/sl/Makefile.am U src/crypto/heimdal/lib/sl/lex.l U src/crypto/heimdal/lib/sl/make_cmds.c U src/crypto/heimdal/lib/sl/make_cmds.h U src/crypto/heimdal/lib/sl/parse.y U src/crypto/heimdal/lib/sl/roken_rename.h U src/crypto/heimdal/lib/sl/sl.c U src/crypto/heimdal/lib/sl/sl.h U src/crypto/heimdal/lib/sl/sl_locl.h U src/crypto/heimdal/lib/sl/ss.c U src/crypto/heimdal/lib/sl/ss.h U src/crypto/heimdal/lib/kafs/Makefile.in U src/crypto/heimdal/lib/kafs/ChangeLog U src/crypto/heimdal/lib/kafs/Makefile.am U src/crypto/heimdal/lib/kafs/README.dlfcn U src/crypto/heimdal/lib/kafs/afskrb.c U src/crypto/heimdal/lib/kafs/afskrb5.c U src/crypto/heimdal/lib/kafs/afsl.exp U src/crypto/heimdal/lib/kafs/afslib.c U src/crypto/heimdal/lib/kafs/afslib.exp U src/crypto/heimdal/lib/kafs/afssys.c U src/crypto/heimdal/lib/kafs/afssysdefs.h U src/crypto/heimdal/lib/kafs/common.c U src/crypto/heimdal/lib/kafs/dlfcn.c U src/crypto/heimdal/lib/kafs/dlfcn.h U src/crypto/heimdal/lib/kafs/kafs.3 U src/crypto/heimdal/lib/kafs/kafs.h U src/crypto/heimdal/lib/kafs/kafs_locl.h U src/crypto/heimdal/lib/kafs/roken_rename.h U src/crypto/heimdal/lib/auth/ChangeLog U src/crypto/heimdal/lib/auth/Makefile.am U src/crypto/heimdal/lib/auth/Makefile.in U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.in U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.am U src/crypto/heimdal/lib/auth/afskauthlib/verify.c U src/crypto/heimdal/lib/auth/pam/Makefile.in U src/crypto/heimdal/lib/auth/pam/Makefile.am U src/crypto/heimdal/lib/auth/pam/pam.c U src/crypto/heimdal/lib/auth/pam/pam.conf.add U src/crypto/heimdal/lib/auth/sia/Makefile.in U src/crypto/heimdal/lib/auth/sia/Makefile.am U src/crypto/heimdal/lib/auth/sia/krb4+c2_matrix.conf U src/crypto/heimdal/lib/auth/sia/krb4_matrix.conf U src/crypto/heimdal/lib/auth/sia/krb5+c2_matrix.conf U src/crypto/heimdal/lib/auth/sia/krb5_matrix.conf U src/crypto/heimdal/lib/auth/sia/make-rpath U src/crypto/heimdal/lib/auth/sia/posix_getpw.c U src/crypto/heimdal/lib/auth/sia/security.patch U src/crypto/heimdal/lib/auth/sia/sia.c U src/crypto/heimdal/lib/auth/sia/sia_locl.h U src/crypto/heimdal/lib/com_err/Makefile.in U src/crypto/heimdal/lib/com_err/ChangeLog U src/crypto/heimdal/lib/com_err/Makefile.am U src/crypto/heimdal/lib/com_err/com_err.c U src/crypto/heimdal/lib/com_err/com_err.h U src/crypto/heimdal/lib/com_err/com_right.h U src/crypto/heimdal/lib/com_err/compile_et.c U src/crypto/heimdal/lib/com_err/compile_et.h U src/crypto/heimdal/lib/com_err/error.c U src/crypto/heimdal/lib/com_err/lex.h U src/crypto/heimdal/lib/com_err/lex.l U src/crypto/heimdal/lib/com_err/parse.y U src/crypto/heimdal/lib/com_err/roken_rename.h U src/crypto/heimdal/tools/Makefile.in U src/crypto/heimdal/tools/Makefile.am U src/crypto/heimdal/tools/build.sh U src/crypto/heimdal/tools/krb5-config.1 U src/crypto/heimdal/tools/krb5-config.in U src/crypto/heimdal/cf/ChangeLog U src/crypto/heimdal/cf/Makefile.am.common U src/crypto/heimdal/cf/aix.m4 U src/crypto/heimdal/cf/auth-modules.m4 U src/crypto/heimdal/cf/broken-getaddrinfo.m4 U src/crypto/heimdal/cf/broken-getnameinfo.m4 U src/crypto/heimdal/cf/broken-glob.m4 U src/crypto/heimdal/cf/broken-realloc.m4 U src/crypto/heimdal/cf/broken-snprintf.m4 U src/crypto/heimdal/cf/broken.m4 U src/crypto/heimdal/cf/broken2.m4 U src/crypto/heimdal/cf/c-attribute.m4 U src/crypto/heimdal/cf/c-function.m4 U src/crypto/heimdal/cf/capabilities.m4 U src/crypto/heimdal/cf/check-compile-et.m4 U src/crypto/heimdal/cf/check-declaration.m4 U src/crypto/heimdal/cf/check-getpwnam_r-posix.m4 U src/crypto/heimdal/cf/check-man.m4 U src/crypto/heimdal/cf/check-var.m4 U src/crypto/heimdal/cf/check-netinet-ip-and-tcp.m4 U src/crypto/heimdal/cf/check-type-extra.m4 U src/crypto/heimdal/cf/check-x.m4 U src/crypto/heimdal/cf/check-xau.m4 U src/crypto/heimdal/cf/crypto.m4 U src/crypto/heimdal/cf/db.m4 U src/crypto/heimdal/cf/destdirs.m4 U src/crypto/heimdal/cf/dlopen.m4 U src/crypto/heimdal/cf/find-func-no-libs.m4 U src/crypto/heimdal/cf/find-func-no-libs2.m4 U src/crypto/heimdal/cf/find-func.m4 U src/crypto/heimdal/cf/find-if-not-broken.m4 U src/crypto/heimdal/cf/have-pragma-weak.m4 U src/crypto/heimdal/cf/have-struct-field.m4 U src/crypto/heimdal/cf/have-type.m4 U src/crypto/heimdal/cf/have-types.m4 U src/crypto/heimdal/cf/install-catman.sh U src/crypto/heimdal/cf/irix.m4 U src/crypto/heimdal/cf/krb-bigendian.m4 U src/crypto/heimdal/cf/krb-ipv6.m4 U src/crypto/heimdal/cf/krb-func-getcwd-broken.m4 U src/crypto/heimdal/cf/krb-func-getlogin.m4 U src/crypto/heimdal/cf/krb-prog-ln-s.m4 U src/crypto/heimdal/cf/krb-prog-ranlib.m4 U src/crypto/heimdal/cf/krb-prog-yacc.m4 U src/crypto/heimdal/cf/krb-readline.m4 U src/crypto/heimdal/cf/krb-struct-spwd.m4 U src/crypto/heimdal/cf/krb-struct-winsize.m4 U src/crypto/heimdal/cf/krb-sys-aix.m4 U src/crypto/heimdal/cf/krb-sys-nextstep.m4 U src/crypto/heimdal/cf/krb-version.m4 U src/crypto/heimdal/cf/make-proto.pl U src/crypto/heimdal/cf/mips-abi.m4 U src/crypto/heimdal/cf/misc.m4 U src/crypto/heimdal/cf/need-proto.m4 U src/crypto/heimdal/cf/osfc2.m4 U src/crypto/heimdal/cf/otp.m4 U src/crypto/heimdal/cf/proto-compat.m4 U src/crypto/heimdal/cf/retsigtype.m4 U src/crypto/heimdal/cf/roken-frag.m4 U src/crypto/heimdal/cf/roken.m4 U src/crypto/heimdal/cf/sunos.m4 U src/crypto/heimdal/cf/telnet.m4 U src/crypto/heimdal/cf/test-package.m4 U src/crypto/heimdal/cf/wflags.m4 U src/crypto/heimdal/cf/with-all.m4 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKTH:yesterday -jKTH src/crypto/heimdal From owner-cvs-src@FreeBSD.ORG Sat Apr 3 13:31:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE58216A4CE; Sat, 3 Apr 2004 13:31:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DC843D4C; Sat, 3 Apr 2004 13:31:10 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33LVAGe074337; Sat, 3 Apr 2004 13:31:10 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33LVAvw074336; Sat, 3 Apr 2004 13:31:10 -0800 (PST) (envelope-from nectar) Message-Id: <200404032131.i33LVAvw074336@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 13:31:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/heimdal TODO acinclude.m4 src/crypto/heimdal/appl/ftp/ftp ftp.cat1 src/crypto/heimdal/appl/ftp/ftpd ftpd.cat8 ftpusers.cat5 src/crypto/heimdal/appl/kf kf.cat1 kfd.cat8 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Apr 2004 21:31:11 -0000 nectar 2004/04/03 13:31:10 PST FreeBSD src repository Modified files: crypto/heimdal/lib/hdb hdb_locl.h crypto/heimdal/lib/krb5 crypto.c Removed files: crypto/heimdal TODO acinclude.m4 crypto/heimdal/admin ktutil.cat8 crypto/heimdal/appl/ftp/ftp ftp.cat1 crypto/heimdal/appl/ftp/ftpd ftpd.cat8 ftpusers.cat5 crypto/heimdal/appl/kf kf.cat1 kfd.cat8 crypto/heimdal/appl/push pfrom.cat1 push.cat8 crypto/heimdal/appl/telnet/telnet telnet.cat1 crypto/heimdal/appl/telnet/telnetd telnetd.cat8 crypto/heimdal/kadmin kadmin.cat8 kadmind.cat8 crypto/heimdal/kdc hprop.cat8 hpropd.cat8 kdc.cat8 kstash.cat8 string2key.cat8 crypto/heimdal/kpasswd kpasswd.cat1 kpasswdd.cat8 crypto/heimdal/kuser kdestroy.cat1 kgetcred.cat1 kinit.cat1 klist.cat1 crypto/heimdal/lib/kafs kafs.cat3 crypto/heimdal/lib/roken config.h.in crypto/heimdal/tools krb5-config.cat1 Log: Resolve conflicts after import of Heimdal 0.6.1. Revision Changes Path 1.2 +0 -103 src/crypto/heimdal/TODO (dead) 1.2 +0 -9 src/crypto/heimdal/acinclude.m4 (dead) 1.2 +0 -71 src/crypto/heimdal/admin/ktutil.cat8 (dead) 1.2 +0 -650 src/crypto/heimdal/appl/ftp/ftp/ftp.cat1 (dead) 1.2 +0 -296 src/crypto/heimdal/appl/ftp/ftpd/ftpd.cat8 (dead) 1.2 +0 -27 src/crypto/heimdal/appl/ftp/ftpd/ftpusers.cat5 (dead) 1.2 +0 -46 src/crypto/heimdal/appl/kf/kf.cat1 (dead) 1.2 +0 -31 src/crypto/heimdal/appl/kf/kfd.cat8 (dead) 1.2 +0 -17 src/crypto/heimdal/appl/push/pfrom.cat1 (dead) 1.2 +0 -77 src/crypto/heimdal/appl/push/push.cat8 (dead) 1.2 +0 -718 src/crypto/heimdal/appl/telnet/telnet/telnet.cat1 (dead) 1.2 +0 -297 src/crypto/heimdal/appl/telnet/telnetd/telnetd.cat8 (dead) 1.2 +0 -123 src/crypto/heimdal/kadmin/kadmin.cat8 (dead) 1.2 +0 -93 src/crypto/heimdal/kadmin/kadmind.cat8 (dead) 1.2 +0 -103 src/crypto/heimdal/kdc/hprop.cat8 (dead) 1.2 +0 -43 src/crypto/heimdal/kdc/hpropd.cat8 (dead) 1.2 +0 -118 src/crypto/heimdal/kdc/kdc.cat8 (dead) 1.2 +0 -34 src/crypto/heimdal/kdc/kstash.cat8 (dead) 1.2 +0 -42 src/crypto/heimdal/kdc/string2key.cat8 (dead) 1.2 +0 -20 src/crypto/heimdal/kpasswd/kpasswd.cat1 (dead) 1.2 +0 -54 src/crypto/heimdal/kpasswd/kpasswdd.cat8 (dead) 1.2 +0 -30 src/crypto/heimdal/kuser/kdestroy.cat1 (dead) 1.2 +0 -27 src/crypto/heimdal/kuser/kgetcred.cat1 (dead) 1.2 +0 -119 src/crypto/heimdal/kuser/kinit.cat1 (dead) 1.2 +0 -89 src/crypto/heimdal/kuser/klist.cat1 (dead) 1.8 +4 -1 src/crypto/heimdal/lib/hdb/hdb_locl.h 1.2 +0 -95 src/crypto/heimdal/lib/kafs/kafs.cat3 (dead) 1.10 +192 -109 src/crypto/heimdal/lib/krb5/crypto.c 1.2 +0 -1 src/crypto/heimdal/lib/roken/config.h.in (dead) 1.2 +0 -52 src/crypto/heimdal/tools/krb5-config.cat1 (dead) From owner-cvs-src@FreeBSD.ORG Sat Apr 3 13:38:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1DE16A4CE; Sat, 3 Apr 2004 13:38:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE06743D45; Sat, 3 Apr 2004 13:38:20 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33LcKGe076314; Sat, 3 Apr 2004 13:38:20 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33LcKNm076313; Sat, 3 Apr 2004 13:38:20 -0800 (PST) (envelope-from alc) Message-Id: <200404032138.i33LcKNm076313@repoman.freebsd.org> From: Alan Cox Date: Sat, 3 Apr 2004 13:38:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include pmap.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, 03 Apr 2004 21:38:21 -0000 alc 2004/04/03 13:38:20 PST FreeBSD src repository Modified files: sys/alpha/include pmap.h Log: Remove CADDR1 and CMAP1. They are unused. Revision Changes Path 1.26 +0 -2 src/sys/alpha/include/pmap.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:23:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAC516A4CE; Sat, 3 Apr 2004 14:23:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F390E43D3F; Sat, 3 Apr 2004 14:23:36 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33MNaGe087974; Sat, 3 Apr 2004 14:23:36 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33MNan3087973; Sat, 3 Apr 2004 14:23:36 -0800 (PST) (envelope-from marcel) Message-Id: <200404032223.i33MNan3087973@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 14:23:36 -0800 (PST) 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 db_interface.c src/sys/i386/include cpufunc.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, 03 Apr 2004 22:23:37 -0000 marcel 2004/04/03 14:23:36 PST FreeBSD src repository Modified files: sys/i386/i386 db_interface.c sys/i386/include cpufunc.h Log: Move the definition of rss() from db_interface.c to cpufunc.h where it belongs. Change the implementation to match those of rfs() and rgs() for consistency and irrespective of whether the original was more correct or not (technically speaking). Revision Changes Path 1.81 +0 -13 src/sys/i386/i386/db_interface.c 1.141 +8 -0 src/sys/i386/include/cpufunc.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:26:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B565916A4CE; Sat, 3 Apr 2004 14:26:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989BE43D4C; Sat, 3 Apr 2004 14:26:43 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33MQhGe088123; Sat, 3 Apr 2004 14:26:43 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33MQhSf088122; Sat, 3 Apr 2004 14:26:43 -0800 (PST) (envelope-from le) Message-Id: <200404032226.i33MQhSf088122@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 3 Apr 2004 14:26:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs 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, 03 Apr 2004 22:26:43 -0000 le 2004/04/03 14:26:43 PST FreeBSD src repository Modified files: sbin/growfs Makefile Log: Temporarily go back to WARNS=0 until I can figure out what's breaking the {powerpc, sparc64, ia64} tinderboxes. Sorry for the noise. :-( Revision Changes Path 1.8 +1 -1 src/sbin/growfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:29:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D1A16A4CE; Sat, 3 Apr 2004 14:29:17 -0800 (PST) Received: from smtp-out4.xs4all.nl (smtp-out4.xs4all.nl [194.109.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4362C43D55; Sat, 3 Apr 2004 14:29:17 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out4.xs4all.nl (8.12.10/8.12.10) with ESMTP id i33MTFCY075708; Sun, 4 Apr 2004 00:29:16 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i33MTFtN001760; Sun, 4 Apr 2004 00:29:15 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i33MTFxj001759; Sun, 4 Apr 2004 00:29:15 +0200 (CEST) (envelope-from wkb) Date: Sun, 4 Apr 2004 00:29:15 +0200 From: Wilko Bulte To: Peter Edwards Message-ID: <20040403222915.GA1744@freebie.xs4all.nl> References: <200404031324.i33DObaX052329@repoman.freebsd.org> <20040403170645.GA606@freebie.xs4all.nl> <406EF056.7050602@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <406EF056.7050602@freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-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/pci agp_intel.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, 03 Apr 2004 22:29:18 -0000 On Sat, Apr 03, 2004 at 06:11:50PM +0100, Peter Edwards wrote: > Wilko Bulte wrote: > > >On Sat, Apr 03, 2004 at 05:24:37AM -0800, Peter Edwards wrote: > > > > > >>peadar 2004/04/03 05:24:37 PST > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/pci agp_intel.c > >> Log: > >> Before MFC'ing the previous commit, I noticed I'd left out a case. > >> Add in missing case for i845G in the attach routine. I'll MFC this > >> with the rest of the change after the 4.10 codefreeze lifts. > >> > >> > > > >There aint no code freeze yet pardner.. ;) > > > >"As threatened last month, the 4.10 release cycle is about to begin. > >Code freeze starts at 12pm MDT on April 7 and lasts until the > >RELENG_4_10 branch happens on April 20. We are planning on one BETA > >and two RCs before the final release on May 5. At this point I'd like.. " > > > > > I figured a week would be reasonable to wait before MFC, but that brings > me into the code freeze. I can commit it just before that, though, if > it's preferrable. Your call, obviously. I just wanted to note that there is no code freeze stopping you, yet. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:39:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E0816A4CE for ; Sat, 3 Apr 2004 14:39:05 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A0E043D53 for ; Sat, 3 Apr 2004 14:39:05 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 11529 invoked by uid 1000); 3 Apr 2004 22:39:06 -0000 Date: Sat, 3 Apr 2004 14:39:06 -0800 (PST) From: Nate Lawson To: Sam Leffler In-Reply-To: <20040402230239.23FA616A4F4@hub.freebsd.org> Message-ID: <20040403143811.H11430@root.org> References: <20040402230239.23FA616A4F4@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/sys/net80211 ieee80211_node.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, 03 Apr 2004 22:39:05 -0000 On Fri, 2 Apr 2004, Sam Leffler wrote: > sam 2004/04/02 15:02:24 PST > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211_node.c > Log: > replace explicit malloc/free with MALLOC/FREE for portability > > Obtained from: madwifi > > Revision Changes Path > 1.17 +5 -3 src/sys/net80211/ieee80211_node.c Strange, sys/malloc.h says these are deprecated: /* * Deprecated macro versions of not-quite-malloc() and free(). */ #define MALLOC(space, cast, size, type, flags) \ ((space) = (cast)malloc((u_long)(size), (type), (flags))) #define FREE(addr, type) free((addr), (type)) -Nate From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:46:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636E916A4CF for ; Sat, 3 Apr 2004 14:46:33 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0714F43D66 for ; Sat, 3 Apr 2004 14:46:33 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 11571 invoked by uid 1000); 3 Apr 2004 22:46:34 -0000 Date: Sat, 3 Apr 2004 14:46:34 -0800 (PST) From: Nate Lawson To: Alexey Dokuchaev In-Reply-To: <20040403200844.GA18516@regency.nsu.ru> Message-ID: <20040403144540.Q11430@root.org> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401105857.GA72284@regency.nsu.ru> <20040403200844.GA18516@regency.nsu.ru> 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: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_ste.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, 03 Apr 2004 22:46:33 -0000 On Sun, 4 Apr 2004, Alexey Dokuchaev wrote: > On Thu, Apr 01, 2004 at 04:50:11PM +0300, Ruslan Ermilov wrote: > > On Thu, Apr 01, 2004 at 05:58:57PM +0700, Alexey Dokuchaev wrote: > > > On Thu, Apr 01, 2004 at 09:42:41AM +0300, Ruslan Ermilov wrote: > > > > On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: > > [...] > > > > > This pollutes the toplevel hw sysctl space. Please move it to > > > > > hw.ste.rxsyncs or better, debug.*. > > > > > > > > > Seems I followed the bad practice from dc(4) and fxp(4). I will > > > > move it to hw.ste, thanks. > > > > > > Care to fix this "bad practice" in dc(4) and fxp(4) as well? :) Or > > > should we wait for their maintainers, or possibly filling the PR ? > > > > > Better submit a patch, it should be pretty trivial. ;) > > OK, I'll do it in a couple of days, hopefully for both dc(4) and fxp(4). Thank you. In general, I only want a PR if the problem is complex or needs further debugging. People with simple changes for code I'm active in should just send a patch. -Nate From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:51:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A79816A4CF; Sat, 3 Apr 2004 14:51:27 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C176143D31; Sat, 3 Apr 2004 14:51:26 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i33MpOw7079078; Sat, 3 Apr 2004 14:51:24 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i33MpOJW034993; Sat, 3 Apr 2004 14:51:24 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i33MpOtq034992; Sat, 3 Apr 2004 14:51:24 -0800 (PST) (envelope-from marcel) Date: Sat, 3 Apr 2004 14:51:24 -0800 From: Marcel Moolenaar To: Lukas Ertl Message-ID: <20040403225124.GB34949@dhcp01.pn.xcllnt.net> References: <200404032226.i33MQhSf088122@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404032226.i33MQhSf088122@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/growfs 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, 03 Apr 2004 22:51:27 -0000 On Sat, Apr 03, 2004 at 02:26:43PM -0800, Lukas Ertl wrote: > le 2004/04/03 14:26:43 PST > > FreeBSD src repository > > Modified files: > sbin/growfs Makefile > Log: > Temporarily go back to WARNS=0 until I can figure out what's breaking > the {powerpc, sparc64, ia64} tinderboxes. The problem is in sys/ufs/ffs/fs.h. I think if you change ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_xxx)) to ((int32_t *)((uintptr_t)(cgp) + (cgp)->cg_xxx)) for the definitions of cg_inosused(), cg_blksfree(), cg_clustersfree() and cg_clustersum() you should be ok. I haven't tested it... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:55:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAA016A4CE; Sat, 3 Apr 2004 14:55:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 894A343D5A; Sat, 3 Apr 2004 14:55:13 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33MtDGe094198; Sat, 3 Apr 2004 14:55:13 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33MtDOq094197; Sat, 3 Apr 2004 14:55:13 -0800 (PST) (envelope-from njl) Message-Id: <200404032255.i33MtDOq094197@repoman.freebsd.org> From: Nate Lawson Date: Sat, 3 Apr 2004 14:55:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.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, 03 Apr 2004 22:55:13 -0000 njl 2004/04/03 14:55:13 PST FreeBSD src repository Modified files: sys/pci agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_nvidia.c agp_sis.c agp_via.c Log: Add the ability to disable agp devices at the loader prompt. Usage is hint.agp.0.disabled="1" Submitted by: jhb Revision Changes Path 1.10 +2 -0 src/sys/pci/agp_ali.c 1.18 +2 -0 src/sys/pci/agp_amd.c 1.27 +2 -0 src/sys/pci/agp_i810.c 1.22 +2 -0 src/sys/pci/agp_intel.c 1.3 +2 -0 src/sys/pci/agp_nvidia.c 1.10 +2 -0 src/sys/pci/agp_sis.c 1.12 +2 -0 src/sys/pci/agp_via.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 14:56:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F61A16A4CE; Sat, 3 Apr 2004 14:56:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4437143D4C; Sat, 3 Apr 2004 14:56:55 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33MutGe094362; Sat, 3 Apr 2004 14:56:55 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33MutpJ094361; Sat, 3 Apr 2004 14:56:55 -0800 (PST) (envelope-from mux) Message-Id: <200404032256.i33MutpJ094361@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 3 Apr 2004 14:56:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs growfs.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, 03 Apr 2004 22:56:55 -0000 mux 2004/04/03 14:56:55 PST FreeBSD src repository Modified files: sbin/growfs growfs.c Log: - Don't abuse caddr_t when what we really want is a void *. - Use the %jd format and a cast to intmax_t to print an int64_t. - The return type of getopt() is an int, not a char. This fixes some warnings but there's still much more work to do here. Revision Changes Path 1.19 +5 -4 src/sbin/growfs/growfs.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:02:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F0816A4CE; Sat, 3 Apr 2004 15:02:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C66C43D54; Sat, 3 Apr 2004 15:02:02 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33N22Ge095662; Sat, 3 Apr 2004 15:02:02 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33N22Wi095658; Sat, 3 Apr 2004 15:02:02 -0800 (PST) (envelope-from marcel) Message-Id: <200404032302.i33N22Wi095658@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 15:02:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_bus_ebus.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, 03 Apr 2004 23:02:02 -0000 marcel 2004/04/03 15:02:02 PST FreeBSD src repository Modified files: sys/dev/uart uart_bus_ebus.c Log: In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 family of UARTs. We already did this in uart_cpu_getdev(). While here, also check the compat name for "su" or "su16550". Both changes submitted by: Marius Strobl Does not doubt the correctness of the second change: marcel Revision Changes Path 1.3 +4 -2 src/sys/dev/uart/uart_bus_ebus.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:02:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C9CE16A4D2; Sat, 3 Apr 2004 15:02:17 -0800 (PST) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F86043D64; Sat, 3 Apr 2004 15:02:17 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from leelou (adslle.cc.univie.ac.at [131.130.102.11]) i33N29Aj1093336; Sun, 4 Apr 2004 01:02:11 +0200 Date: Sun, 4 Apr 2004 01:02:09 +0200 (CEST) From: Lukas Ertl To: Marcel Moolenaar In-Reply-To: <20040403225124.GB34949@dhcp01.pn.xcllnt.net> Message-ID: <20040404010004.M9970@leelou.in.tern> References: <200404032226.i33MQhSf088122@repoman.freebsd.org> <20040403225124.GB34949@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4246; Body=0 Fuz1=0 Fuz2=0 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/growfs 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, 03 Apr 2004 23:02:17 -0000 On Sat, 3 Apr 2004, Marcel Moolenaar wrote: > On Sat, Apr 03, 2004 at 02:26:43PM -0800, Lukas Ertl wrote: > > le 2004/04/03 14:26:43 PST > > > > FreeBSD src repository > > > > Modified files: > > sbin/growfs Makefile > > Log: > > Temporarily go back to WARNS=0 until I can figure out what's breaking > > the {powerpc, sparc64, ia64} tinderboxes. > > The problem is in sys/ufs/ffs/fs.h. I think if you change > ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_xxx)) > to > ((int32_t *)((uintptr_t)(cgp) + (cgp)->cg_xxx)) > > for the definitions of cg_inosused(), cg_blksfree(), cg_clustersfree() > and cg_clustersum() you should be ok. I haven't tested it... Apart from growfs, the cg_clustersum() macro is used in newfs, fsck_ffs, and dumpfs, AFAICS. They all are compiled with WARNS=2.... cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:05:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66ED116A4CE; Sat, 3 Apr 2004 15:05:40 -0800 (PST) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B8043D2F; Sat, 3 Apr 2004 15:05:39 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from leelou (adslle.cc.univie.ac.at [131.130.102.11]) i33N5SAj1168988; Sun, 4 Apr 2004 01:05:34 +0200 Date: Sun, 4 Apr 2004 01:05:28 +0200 (CEST) From: Lukas Ertl To: Maxime Henrion In-Reply-To: <200404032256.i33MutpJ094361@repoman.freebsd.org> Message-ID: <20040404010409.X9970@leelou.in.tern> References: <200404032256.i33MutpJ094361@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4246; Body=0 Fuz1=0 Fuz2=0 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/growfs growfs.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, 03 Apr 2004 23:05:40 -0000 On Sat, 3 Apr 2004, Maxime Henrion wrote: > mux 2004/04/03 14:56:55 PST > > FreeBSD src repository > > Modified files: > sbin/growfs growfs.c > Log: > - Don't abuse caddr_t when what we really want is a void *. > - Use the %jd format and a cast to intmax_t to print an int64_t. > - The return type of getopt() is an int, not a char. Thanks! > This fixes some warnings but there's still much more work to do here. Indeed. Maybe a complete rewrite would be faster. :-) regards, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:31:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB8F16A4DB; Sat, 3 Apr 2004 15:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D2543D4C; Sat, 3 Apr 2004 15:30:59 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33NUxGe001810; Sat, 3 Apr 2004 15:30:59 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33NUxjd001809; Sat, 3 Apr 2004 15:30:59 -0800 (PST) (envelope-from mux) Message-Id: <200404032330.i33NUxjd001809@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 3 Apr 2004 15:30:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs fs.h src/sbin/growfs growfs.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, 03 Apr 2004 23:31:00 -0000 mux 2004/04/03 15:30:59 PST FreeBSD src repository Modified files: sys/ufs/ffs fs.h sbin/growfs growfs.c Log: Fix the remaining warnings of growfs(8) on my sparc64 box with WARNS=6. I don't change the WARNS level in the Makefile because I didn't tested this on other archs. The fs.h fix was suggested by: marcel Reviewed by: md5(1) Revision Changes Path 1.20 +4 -4 src/sbin/growfs/growfs.c 1.41 +1 -1 src/sys/ufs/ffs/fs.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:33:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB5F16A4CE; Sat, 3 Apr 2004 15:33:29 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DD543D45; Sat, 3 Apr 2004 15:33:28 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i33NXSWG079224; Sat, 3 Apr 2004 15:33:28 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i33NXSVc035186; Sat, 3 Apr 2004 15:33:28 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i33NXSP8035185; Sat, 3 Apr 2004 15:33:28 -0800 (PST) (envelope-from marcel) Date: Sat, 3 Apr 2004 15:33:28 -0800 From: Marcel Moolenaar To: Lukas Ertl Message-ID: <20040403233328.GA34996@dhcp01.pn.xcllnt.net> References: <200404032226.i33MQhSf088122@repoman.freebsd.org> <20040403225124.GB34949@dhcp01.pn.xcllnt.net> <20040404010004.M9970@leelou.in.tern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040404010004.M9970@leelou.in.tern> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/growfs 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, 03 Apr 2004 23:33:29 -0000 On Sun, Apr 04, 2004 at 01:02:09AM +0200, Lukas Ertl wrote: > On Sat, 3 Apr 2004, Marcel Moolenaar wrote: > > > On Sat, Apr 03, 2004 at 02:26:43PM -0800, Lukas Ertl wrote: > > > le 2004/04/03 14:26:43 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sbin/growfs Makefile > > > Log: > > > Temporarily go back to WARNS=0 until I can figure out what's breaking > > > the {powerpc, sparc64, ia64} tinderboxes. > > > > The problem is in sys/ufs/ffs/fs.h. I think if you change > > ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_xxx)) > > to > > ((int32_t *)((uintptr_t)(cgp) + (cgp)->cg_xxx)) > > > > for the definitions of cg_inosused(), cg_blksfree(), cg_clustersfree() > > and cg_clustersum() you should be ok. I haven't tested it... > > Apart from growfs, the cg_clustersum() macro is used in newfs, fsck_ffs, > and dumpfs, AFAICS. They all are compiled with WARNS=2.... Nonetheless, the change does actually remove most of the alignment warnings. I have no idea what's different in newfs or others. JFYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sat Apr 3 15:56:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5096616A4CE; Sat, 3 Apr 2004 15:56:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FF943D49; Sat, 3 Apr 2004 15:56:25 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33NuOGe007784; Sat, 3 Apr 2004 15:56:24 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33NuOTi007783; Sat, 3 Apr 2004 15:56:24 -0800 (PST) (envelope-from mux) Message-Id: <200404032356.i33NuOTi007783@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 3 Apr 2004 15:56:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs 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, 03 Apr 2004 23:56:25 -0000 mux 2004/04/03 15:56:24 PST FreeBSD src repository Modified files: sbin/growfs Makefile Log: It seems growfs(8) is now WARNS?=6 safe. Tested on: alpha, i386, ia64, sparc64 Revision Changes Path 1.9 +1 -1 src/sbin/growfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 3 16:31:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB76B16A4CE; Sat, 3 Apr 2004 16:31:05 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7EDE43D1D; Sat, 3 Apr 2004 16:31:05 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from freebsd.org (c-24-130-160-161.we.client2.attbi.com[24.130.160.161]) by comcast.net (rwcrmhc11) with ESMTP id <200404040031050130015ecpe> (Authid: domain_name_tsar); Sun, 4 Apr 2004 00:31:05 +0000 Message-ID: <406F5748.2080603@FreeBSD.org> Date: Sat, 03 Apr 2004 16:31:04 -0800 From: Doug Barton Organization: http://www.freebsd.org/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040307 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200403270926.i2R9QMiP083177@repoman.freebsd.org> <200403291155.43206.jhb@FreeBSD.org> In-Reply-To: <200403291155.43206.jhb@FreeBSD.org> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mixer X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 04 Apr 2004 00:31:05 -0000 John Baldwin wrote: > On Saturday 27 March 2004 04:26 am, Doug Barton wrote: > >>dougb 2004/03/27 01:26:22 PST >> >> FreeBSD src repository >> >> Modified files: >> etc/rc.d mixer >> Log: >> A few small cleanups: >> >> 1. Add the shutdown keyword so that the script is run at shutdown time, >> and the mixer* files are saved. > > > Huh, it seemed to work in my testing w/o this change. Maybe I botched > something. Actually I think it might depend on how the system gets shut down. Regardless, since you definitely want this to run at shutdown time, adding the shutdown key word is the right way to go. >> 2. Twiddle whitespace. > > > Style(9) mandates blank lines at the start of functions with no local > variables, so that's why I did that. Weird. Not that big a deal either way actually, but I'll try to keep this in mind next time. >> 3. Remove an unecessary function, and therefore collapse one variable. > > > Only unnecessary if you don't value abstraction. :) Now if you want to ever > change the names of the mixer saved files due to a conflict or some such, you > have to change it in multiple places rather than just one. You're right, and if there were more than just two spots, or the same file name was used in more than one script, it would be worth a level of abstraction. But since neither of those is true, (and since the file name is very unlikely to change), it's not worth it. Also, FYI, the way you did it is not the typical "Bourne shell'ish" way to abstract a file name. It would be much more common (and infinitely more efficient) to simply set a script variable with the file name, and then use that throughout the script. > I also did post > this script for review on @arch before it was committed, btw. Yes, and I appreciated that at the time, and gave it a cursory review. At the time I thought, "this is kind of weird, but doesn't look like it will break anything." :) It was only after it stopped working for me that I started digging into it more deeply, and then I figured if I'm here already, might as well clean up a couple more items. Note, nothing you did is really wrong, and I appreciate your contribution, as I'm sure the other rc.d folks do as well. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Sat Apr 3 19:31:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5EF16A4CE; Sat, 3 Apr 2004 19:31:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA1C43D60; Sat, 3 Apr 2004 19:31:06 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i343V5Ge059895; Sat, 3 Apr 2004 19:31:05 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i343V53D059894; Sat, 3 Apr 2004 19:31:05 -0800 (PST) (envelope-from nectar) Message-Id: <200404040331.i343V53D059894@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 3 Apr 2004 19:31:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/kerberos5/lib/libgssapi 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, 04 Apr 2004 03:31:06 -0000 nectar 2004/04/03 19:31:05 PST FreeBSD src repository Modified files: kerberos5/lib/libgssapi Makefile Log: Hookup `arcfour.c' to the build (missed during upgrade to heimdal 0.6.1). Revision Changes Path 1.10 +1 -0 src/kerberos5/lib/libgssapi/Makefile From owner-cvs-src@FreeBSD.ORG Sat Apr 3 19:51:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE29D16A4CE; Sat, 3 Apr 2004 19:51:16 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018B443D48; Sat, 3 Apr 2004 19:51:16 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i343pF5v023272; Sun, 4 Apr 2004 13:51:15 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i343pCsg007115; Sun, 4 Apr 2004 13:51:13 +1000 Date: Sun, 4 Apr 2004 13:51:11 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alexey Dokuchaev In-Reply-To: <20040403200844.GA18516@regency.nsu.ru> Message-ID: <20040404134458.C2452@gamplex.bde.org> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401105857.GA72284@regency.nsu.ru> <20040403200844.GA18516@regency.nsu.ru> 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: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/pci if_ste.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, 04 Apr 2004 03:51:16 -0000 On Sun, 4 Apr 2004, Alexey Dokuchaev wrote: > On Thu, Apr 01, 2004 at 04:50:11PM +0300, Ruslan Ermilov wrote: > > On Thu, Apr 01, 2004 at 05:58:57PM +0700, Alexey Dokuchaev wrote: > > > On Thu, Apr 01, 2004 at 09:42:41AM +0300, Ruslan Ermilov wrote: > > > > On Wed, Mar 31, 2004 at 01:47:16PM -0800, Nate Lawson wrote: > > [...] > > > > > This pollutes the toplevel hw sysctl space. Please move it to > > > > > hw.ste.rxsyncs or better, debug.*. > > > > > > > > > Seems I followed the bad practice from dc(4) and fxp(4). I will > > > > move it to hw.ste, thanks. > > > > > > Care to fix this "bad practice" in dc(4) and fxp(4) as well? :) Or > > > should we wait for their maintainers, or possibly filling the PR ? > > > > > Better submit a patch, it should be pretty trivial. ;) > > OK, I'll do it in a couple of days, hopefully for both dc(4) and fxp(4). Using sysctl in device drivers is bad practice, but fixing this is nontrivial. Bugs result from this bad practice even for the new sysctl in if_ste.c: - the counter is global but the problem is per-interface. Sysctls using globals are easy to hack up, but this don't work so well for multiple interfaces. - accesses to the global counter are not locked. SE_LOCK() is per-interface. Fortunately, this bad practice is missing in most network drivers. Bruce From owner-cvs-src@FreeBSD.ORG Sat Apr 3 20:17:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC1316A4CE; Sat, 3 Apr 2004 20:17:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7290443D2F; Sat, 3 Apr 2004 20:17:08 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i344H8Ge072432; Sat, 3 Apr 2004 20:17:08 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i344H8gq072431; Sat, 3 Apr 2004 20:17:08 -0800 (PST) (envelope-from bde) Message-Id: <200404040417.i344H8gq072431@repoman.freebsd.org> From: Bruce Evans Date: Sat, 3 Apr 2004 20:17:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs growfs.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, 04 Apr 2004 04:17:08 -0000 bde 2004/04/03 20:17:08 PST FreeBSD src repository Modified files: sbin/growfs growfs.c Log: Include instead of depending on namespace pollution in for the declaration of time(). Revision Changes Path 1.21 +1 -0 src/sbin/growfs/growfs.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 20:38:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C7F16A4CE; Sat, 3 Apr 2004 20:38:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A37243D62; Sat, 3 Apr 2004 20:38:27 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i344cRGe076442; Sat, 3 Apr 2004 20:38:27 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i344cQD6076441; Sat, 3 Apr 2004 20:38:26 -0800 (PST) (envelope-from nyan) Message-Id: <200404040438.i344cQD6076441@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 3 Apr 2004 20:38:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/pc98/pc98 isa_compat.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, 04 Apr 2004 04:38:27 -0000 nyan 2004/04/03 20:38:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pc98/pc98 isa_compat.h Log: MFi386: revision 1.27.2.12. Revision Changes Path 1.13.2.14 +0 -5 src/sys/pc98/pc98/isa_compat.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 20:41:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B59416A4CE; Sat, 3 Apr 2004 20:41:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E73943D5F; Sat, 3 Apr 2004 20:41:52 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i344fqGe077872; Sat, 3 Apr 2004 20:41:52 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i344fqB6077868; Sat, 3 Apr 2004 20:41:52 -0800 (PST) (envelope-from gad) Message-Id: <200404040441.i344fqB6077868@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 3 Apr 2004 20:41:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps 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: Sun, 04 Apr 2004 04:41:52 -0000 gad 2004/04/03 20:41:52 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Give a name of 'l' (list) to the union in struct listinfo. This is because some compilers (such as gcc 2.95.4) do not support having an unnamed union for a field in a struct. Revision Changes Path 1.85 +30 -28 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 20:41:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D0B16A4CF; Sat, 3 Apr 2004 20:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BFB43D5F; Sat, 3 Apr 2004 20:41:53 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i344fqGe077915; Sat, 3 Apr 2004 20:41:52 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i344fq6S077911; Sat, 3 Apr 2004 20:41:52 -0800 (PST) (envelope-from nyan) Message-Id: <200404040441.i344fq6S077911@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 3 Apr 2004 20:41:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 04 Apr 2004 04:41:53 -0000 nyan 2004/04/03 20:41:52 PST FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: Backout revision 1.31. The twa entries were moved to i386/conf/NOTES. Revision Changes Path 1.32 +0 -3 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Apr 3 21:06:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617BA16A4CE; Sat, 3 Apr 2004 21:06:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B98543D5A; Sat, 3 Apr 2004 21:06:26 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3456QGe089492; Sat, 3 Apr 2004 21:06:26 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3456Qwo089491; Sat, 3 Apr 2004 21:06:26 -0800 (PST) (envelope-from marcel) Message-Id: <200404040506.i3456Qwo089491@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 21:06:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.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, 04 Apr 2004 05:06:26 -0000 marcel 2004/04/03 21:06:26 PST FreeBSD src repository Modified files: sys/dev/uart uart_cpu_sparc64.c Log: To quote submitter: "... uart_cpu_sparc64.c currently only looks at /options if ttyX is the selected console. However, there's one case where it should additionally look at /chosen. If "keyboard" is the selected input- device and "screen" the output-device (both via /options) but the keyboard is unplugged, OF automatically switches to ttya for the console. It even prints a line telling so on "screen". Solaris respects this behaviour and uses ttya as the console in this case and people probably expect FreeBSD to do the same (it's also very handy to temporarily switch consoles)..." Submitted by: Marius Strobl Has no doubt the change is correct: marcel Revision Changes Path 1.10 +24 -8 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 21:11:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 402D916A4CE; Sat, 3 Apr 2004 21:11:30 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DBA43D58; Sat, 3 Apr 2004 21:11:30 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i345BQQF026702; Sat, 3 Apr 2004 21:11:26 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i345BQMM026701; Sat, 3 Apr 2004 21:11:26 -0800 Date: Sat, 3 Apr 2004 21:11:26 -0800 From: Brooks Davis To: Ruslan Ermilov Message-ID: <20040404051126.GA22393@Odin.AC.HMC.Edu> References: <200403221424.i2MEOQYK057524@repoman.freebsd.org> <20040330220349.GA97921@ip.net.ua> <20040330232517.GA19416@Odin.AC.HMC.Edu> <20040331072756.GA14337@ip.net.ua> <20040403085651.GA96868@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <20040403085651.GA96868@ip.net.ua> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: Brooks Davis cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_gif.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, 04 Apr 2004 05:11:30 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 03, 2004 at 11:56:51AM +0300, Ruslan Ermilov wrote: > On Wed, Mar 31, 2004 at 10:27:56AM +0300, Ruslan Ermilov wrote: > > On Tue, Mar 30, 2004 at 03:25:17PM -0800, Brooks Davis wrote: > > > On Wed, Mar 31, 2004 at 01:03:49AM +0300, Ruslan Ermilov wrote: > > > > On Mon, Mar 22, 2004 at 06:24:26AM -0800, Robert Watson wrote: > > > > > rwatson 2004/03/22 06:24:26 PST > > > > >=20 > > > > > FreeBSD src repository > > > > >=20 > > > > > Modified files: > > > > > sys/net if_gif.c=20 > > > > > Log: > > > > > Move "called", a static function variable used to detect recurs= ive > > > > > processing with gif interfaces, to a global variable named "gif= _called". > > > > > Add an annotation that this approach will not work with a reent= rant > > > > > network stack, and that we should instead use packet tags to de= tect > > > > > excessive recursive processing. > > > > > =20 > > > > > Revision Changes Path > > > > > 1.42 +11 -4 src/sys/net/if_gif.c > > > > >=20 > > > > Implemented this in the attached patch. Note when testing: setting > > > > net.link.gif.max_nesting too high (>20 on my system) and triggering > > > > the recursion causes the kernel stack exhaustion. > > >=20 > > > Why not just do what OpenBSD does and do actual loop detection? This > > > gets rid of the nesting count hack which isn't really what you want to > > > measure anyway. > > >=20 > > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_gif.c.diff?r1=3D= 1.18&r2=3D1.19 > > >=20 > > Good idea. I will implement it and repost the updated patch here. > >=20 > Actually, just replacing nesting limiter with loop detection was a > bad idea, so I didn't follow it. It's a bad idea because you might > have many nesting (but not looping) gif interfaces, and this will > still cause panic by exhausting the kernel stack. Instead, I have > combined both checks. Please review the attached patch. Unless you can automaticly choose a valid value for max_gif_nesting, I think it should be taken out and shot. Unless you can do that, there's nothing you can do to prevent the admin from making a configuration that blows out the stack so why keep the extra annoyance of gif_max_nest around? It won't do anything to prevent the panic and will break things in perfectly valid cases. If we're really worried about the stack issue, forcing a requeue instead of processing to completion any time we're nested makes more sense to me. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAb5j9XY6L6fI4GtQRAgD9AJ42a72yTFcK25q+ZwRu3UMoPHc+pACdHr1x htNS+o2lGBM9jAC9rUPnoXc= =s4mn -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-cvs-src@FreeBSD.ORG Sat Apr 3 21:24:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E709416A4CE; Sat, 3 Apr 2004 21:24:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCEF43D60; Sat, 3 Apr 2004 21:24:13 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i345ODGe093432; Sat, 3 Apr 2004 21:24:13 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i345ODJN093431; Sat, 3 Apr 2004 21:24:13 -0800 (PST) (envelope-from marcel) Message-Id: <200404040524.i345ODJN093431@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Apr 2004 21:24:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64/loader metadata.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, 04 Apr 2004 05:24:14 -0000 marcel 2004/04/03 21:24:13 PST FreeBSD src repository Modified files: sys/boot/sparc64/loader metadata.c Log: To quote the submitter: "...If "keyboard" is the selected input-device and "screen" the output-device (both via /options) but the keyboard is unplugged, OF automatically switches to ttya for the console, it even prints a line telling so on "screen". Solaris respects this behaviour and uses ttya as the console in this case and people probably expect FreeBSD to do the same (it's also very handy to temporarily switch consoles)..." "...I changed the comparison of the console device with "ttya" || "ttyb" to "tty" because on AXe boards all 4 onboard UARTs end in SUB-D connectors (ttya and ttyb being 16550 and ttyc and ttyd a SAB82532) and there's no Sun keyboard connector (but PS/2). If one plugs a serial card in a box there also can be more than just ttya and ttyb available for a console..." Submitted by: Marius Strobl Has no doubt that the change is correct: marcel Revision Changes Path 1.12 +15 -3 src/sys/boot/sparc64/loader/metadata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 22:13:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A907416A4CE; Sat, 3 Apr 2004 22:13:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C47D43D4C; Sat, 3 Apr 2004 22:13:56 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i346DuGe004717; Sat, 3 Apr 2004 22:13:56 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i346Duwo004716; Sat, 3 Apr 2004 22:13:56 -0800 (PST) (envelope-from wes) Message-Id: <200404040613.i346Duwo004716@repoman.freebsd.org> From: Wes Peters Date: Sat, 3 Apr 2004 22:13:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bfe if_bfereg.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, 04 Apr 2004 06:13:56 -0000 wes 2004/04/03 22:13:56 PST FreeBSD src repository Modified files: sys/dev/bfe if_bfereg.h Log: Added BSD license, as requested by author. Requested-by: Stuart Walsh Message-ID: <20040331190716.GB32835@deepfreeze.stu> Revision Changes Path 1.2 +22 -0 src/sys/dev/bfe/if_bfereg.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 22:14:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E427F16A4CE; Sat, 3 Apr 2004 22:14:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD6443D39; Sat, 3 Apr 2004 22:14:55 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i346EtGe004791; Sat, 3 Apr 2004 22:14:55 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i346EtTK004790; Sat, 3 Apr 2004 22:14:55 -0800 (PST) (envelope-from luigi) Message-Id: <200404040614.i346EtTK004790@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 3 Apr 2004 22:14:55 -0800 (PST) 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_ethersubr.c if_var.h route.h src/sys/netinet if_ether.c if_ether.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, 04 Apr 2004 06:14:56 -0000 luigi 2004/04/03 22:14:55 PST FreeBSD src repository Modified files: sys/net if_ethersubr.c if_var.h route.h sys/netinet if_ether.c if_ether.h Log: + arpresolve(): remove an unused argument + struct ifnet: remove unused fields, move ipv6-related field close to each other, add a pointer to l3<->l2 translation tables (arp,nd6, etc.) for future use. + struct route: remove an unused field, move close to each other some fields that might likely go away in the future Revision Changes Path 1.164 +1 -1 src/sys/net/if_ethersubr.c 1.66 +5 -19 src/sys/net/if_var.h 1.55 +2 -5 src/sys/net/route.h 1.121 +2 -7 src/sys/netinet/if_ether.c 1.29 +2 -2 src/sys/netinet/if_ether.h From owner-cvs-src@FreeBSD.ORG Sat Apr 3 22:34:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F6816A4CE; Sat, 3 Apr 2004 22:34:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6923343D49; Sat, 3 Apr 2004 22:34:37 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i346YbGe009062; Sat, 3 Apr 2004 22:34:37 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i346YbS1009061; Sat, 3 Apr 2004 22:34:37 -0800 (PST) (envelope-from wes) Message-Id: <200404040634.i346YbS1009061@repoman.freebsd.org> From: Wes Peters Date: Sat, 3 Apr 2004 22:34:37 -0800 (PST) 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: Sun, 04 Apr 2004 06:34:37 -0000 wes 2004/04/03 22:34:37 PST FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Document new ramdisk_X_????? settings. Revision Changes Path 1.214 +52 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Sat Apr 3 23:03:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE3916A4CE; Sat, 3 Apr 2004 23:03:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F2B43D45; Sat, 3 Apr 2004 23:03:18 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3473EGe016171; Sat, 3 Apr 2004 23:03:14 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3473E5I016170; Sat, 3 Apr 2004 23:03:14 -0800 (PST) (envelope-from cperciva) Message-Id: <200404040703.i3473E5I016170@repoman.freebsd.org> From: Colin Percival Date: Sat, 3 Apr 2004 23:03:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern kern_event.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, 04 Apr 2004 07:03:19 -0000 cperciva 2004/04/03 23:03:14 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern kern_event.c Log: Finish initializing a knote before we pass it to a callout. This had resulted in panics if large numbers of events were created with short timeouts. This hasn't been fixed in -CURRENT yet; 5.x has a more serious race condition which I need to fix first. PR: kern/64121 Submitted by: Gerrit Nagelhout Revision Changes Path 1.2.2.10 +1 -1 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 23:28:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC0716A4CE; Sat, 3 Apr 2004 23:28:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F020A43D46; Sat, 3 Apr 2004 23:28:58 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i347SwGe020416; Sat, 3 Apr 2004 23:28:58 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i347SwI9020415; Sat, 3 Apr 2004 23:28:58 -0800 (PST) (envelope-from phk) Message-Id: <200404040728.i347SwI9020415@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Apr 2004 23:28:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.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, 04 Apr 2004 07:28:59 -0000 phk 2004/04/03 23:28:58 PST FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: Fix an off-by-one error in the function used to input the ascii/hex strings. Be a little bit more helpful in error messages. Revision Changes Path 1.10 +7 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Sat Apr 3 23:31:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A69916A4CE; Sat, 3 Apr 2004 23:31:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFDA43D62; Sat, 3 Apr 2004 23:31:35 -0800 (PST) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i347VZGe021546; Sat, 3 Apr 2004 23:31:35 -0800 (PST) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i347VZbH021542; Sat, 3 Apr 2004 23:31:35 -0800 (PST) (envelope-from jmg) Message-Id: <200404040731.i347VZbH021542@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 3 Apr 2004 23:31:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 04 Apr 2004 07:31:35 -0000 jmg 2004/04/03 23:31:35 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.holiday Log: I can't believe that we had the Queen's birthday but not the King's... Since my wife is Thai, she knows the proper date. Revision Changes Path 1.28 +1 -0 src/usr.bin/calendar/calendars/calendar.holiday