From owner-cvs-src@FreeBSD.ORG Sun Nov 26 04:37:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82B8B16A416; Sun, 26 Nov 2006 04:37:50 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C49843D53; Sun, 26 Nov 2006 04:36:58 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQ4bnbY002923; Sun, 26 Nov 2006 04:37:49 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQ4bntr002922; Sun, 26 Nov 2006 04:37:49 GMT (envelope-from kmacy) Message-Id: <200611260437.kAQ4bntr002922@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 04:37:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v hcall.S src/sys/sun4v/include hv_api.h hypervisorvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 04:37:50 -0000 kmacy 2006-11-26 04:37:49 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v hcall.S sys/sun4v/include hv_api.h hypervisorvar.h Log: add interrupt cookie hypervisor functions Revision Changes Path 1.5 +12 -1 src/sys/sun4v/include/hv_api.h 1.12 +10 -0 src/sys/sun4v/include/hypervisorvar.h 1.17 +145 -0 src/sys/sun4v/sun4v/hcall.S From owner-cvs-src@FreeBSD.ORG Sun Nov 26 05:39:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C673B16A403; Sun, 26 Nov 2006 05:39:28 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C51C43D53; Sun, 26 Nov 2006 05:38:36 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQ5dS4I022612; Sun, 26 Nov 2006 05:39:28 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQ5dSVO022611; Sun, 26 Nov 2006 05:39:28 GMT (envelope-from kientzle) Message-Id: <200611260539.kAQ5dSVO022611@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 26 Nov 2006 05:39:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive_read_support_format_iso9660.c archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 05:39:28 -0000 kientzle 2006-11-26 05:39:28 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read_support_format_iso9660.c archive_write_set_format_ustar.c Log: Unbreak libarchive on arm. Two parts of libarchive relied on a traditional shortcut of defining on-disk layouts using structures of character arrays. Unfortunately, as recently discussed on cvs-all@, this usage is not actually sanctioned by the standards and specifically fails on GCC/arm (unless your data structures happen to be "naturally aligned"). The new code defines offsets/sizes for data fields and accesses them using explicit pointer arithmetic, instead of casting to a structure and accessing structure fields. In particular, the new code is now clean with WARNS=6 on arm. MFC after: 14 days Revision Changes Path 1.55 +0 -5 src/lib/libarchive/Makefile 1.15 +156 -105 src/lib/libarchive/archive_read_support_format_iso9660.c 1.18 +128 -87 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 06:52:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 191DD16A407; Sun, 26 Nov 2006 06:52:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7874743D49; Sun, 26 Nov 2006 06:52:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQ6qsL2037090; Sun, 26 Nov 2006 06:52:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQ6qsOp037089; Sun, 26 Nov 2006 06:52:54 GMT (envelope-from imp) Message-Id: <200611260652.kAQ6qsOp037089@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Nov 2006 06:52:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 06:52:55 -0000 imp 2006-11-26 06:52:54 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: devsw.9 removed Revision Changes Path 1.63 +2 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Sun Nov 26 07:54:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D687C16A40F; Sun, 26 Nov 2006 07:54:45 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B5143D46; Sun, 26 Nov 2006 07:53:52 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQ7sjov048788; Sun, 26 Nov 2006 07:54:45 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQ7sjTv048784; Sun, 26 Nov 2006 07:54:45 GMT (envelope-from kmacy) Message-Id: <200611260754.kAQ7sjTv048784@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 07:54:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 07:54:45 -0000 kmacy 2006-11-26 07:54:44 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: - remove dead code - revert a previous change to pmap_enter where we could skip invalidates on unmanaged pages Revision Changes Path 1.16 +10 -19 src/sys/sun4v/sun4v/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 09:11:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA4C016A407; Sun, 26 Nov 2006 09:11:20 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2C543D55; Sun, 26 Nov 2006 09:10:27 +0000 (GMT) (envelope-from niclas.zeising@gmail.com) Received: from [81.232.22.155] (81.232.22.155) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 452BAC860098D282; Sun, 26 Nov 2006 10:11:19 +0100 Message-ID: <45695A33.7040500@gmail.com> Date: Sun, 26 Nov 2006 10:11:15 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Craig Rodrigues References: <200611230144.kAN1iGvF031987@repoman.freebsd.org> In-Reply-To: <200611230144.kAN1iGvF031987@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 09:11:21 -0000 Craig Rodrigues wrote: > rodrigc 2006-11-23 01:44:16 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Remove mount_devfs, mount_ext2fs, mount_fdescfs, mount_linprocfs, > mount_procfs, mount_std, which are now obsolete. > > Requested by: netchild, ache > > Revision Changes Path > 1.62 +13 -0 src/ObsoleteFiles.inc While doing buildworld and installworld yesterday I noticed that those mount_* is not removed from /rescue when running make delete-old. Is there a reason for this, or have you just forgotten to add them to ObsoleteFiles.inc as well? Regards! //Niclas -- From owner-cvs-src@FreeBSD.ORG Sun Nov 26 11:07:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C072B16A407; Sun, 26 Nov 2006 11:07:38 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DF443D76; Sun, 26 Nov 2006 11:06:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQB7cVo094973; Sun, 26 Nov 2006 11:07:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQB7cmO094972; Sun, 26 Nov 2006 11:07:38 GMT (envelope-from phk) Message-Id: <200611261107.kAQB7cmO094972@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Nov 2006 11:07:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 11:07:38 -0000 phk 2006-11-26 11:07:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as found in http://www.mini-box.com/Mini-Box-M200-LCD Revision Changes Path 1.56 +2 -0 src/sys/dev/usb/usb_quirks.c 1.282 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Nov 26 11:55:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2519016A416; Sun, 26 Nov 2006 11:55:51 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3402243D5E; Sun, 26 Nov 2006 11:54:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQBtm52003705; Sun, 26 Nov 2006 11:55:48 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQBtmwH003704; Sun, 26 Nov 2006 11:55:48 GMT (envelope-from netchild) Message-Id: <200611261155.kAQBtmwH003704@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 26 Nov 2006 11:55:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm mixer.c src/sys/sys soundcard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 11:55:51 -0000 netchild 2006-11-26 11:55:48 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm mixer.c sys/sys soundcard.h Log: MFP4 (109713): Add OSS_GETVERSION ioctl for compatibility. Some ports expect this and fail to compile on -current ATM. Submitted by: ryanb Revision Changes Path 1.55 +3 -0 src/sys/dev/sound/pcm/mixer.c 1.48 +5 -0 src/sys/sys/soundcard.h From owner-cvs-src@FreeBSD.ORG Sun Nov 26 12:24:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43AD016A4D0; Sun, 26 Nov 2006 12:24:21 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEF443DBF; Sun, 26 Nov 2006 12:23:13 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQCO6JO012325; Sun, 26 Nov 2006 12:24:06 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQCO6dg012323; Sun, 26 Nov 2006 12:24:06 GMT (envelope-from ariff) Message-Id: <200611261224.kAQCO6dg012323@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 26 Nov 2006 12:24:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h src UPDATING src/sys/dev/sound/pci atiixp.c cmi.c es137x.c ich.c via8233.c src/sys/dev/sound/pci/hda hda_reg.h hdac.c hdac_private.h src/sys/dev/sound/pcm ac97.c ac97.h buffer.c buffer.h channel.c channel.h dsp.c fake.c feeder.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 12:24:21 -0000 ariff 2006-11-26 12:24:06 UTC FreeBSD src repository Modified files: sys/sys param.h . UPDATING sys/dev/sound/pci atiixp.c cmi.c es137x.c ich.c via8233.c sys/dev/sound/pci/hda hda_reg.h hdac.c hdac_private.h sys/dev/sound/pcm ac97.c ac97.h buffer.c buffer.h channel.c channel.h dsp.c fake.c feeder.c feeder.h feeder_fmt.c feeder_rate.c feeder_volume.c mixer.c sndstat.c sound.c sound.h vchan.c sys/dev/sound/usb uaudio.c Log: Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes in every sense. General ------- - Multichannel safe, endian safe, format safe * Large part of critical pcm filters such as vchan.c, feeder_rate.c, feeder_volume.c, feeder_fmt.c and feeder.c has been rewritten so that using them does not cause the pcm data to be converted to 16bit little endian. * Macrosses for accessing pcm data safely are defined within sound.h in the form of PCM_READ_* / PCM_WRITE_* * Currently, most of them are probably limited for mono/stereo handling, but the future addition of true multichannel will be much easier. - Low latency operation * Well, this require lot more works to do not just within sound driver, but we're heading towards right direction. Buffer/block sizing within channel.c is rewritten to calculate precise allocation for various combination of sample/data/rate size. As a result, applying correct SNDCTL_DSP_POLICY value will achive expected latency behaviour simmilar to what commercial 4front driver do. * Signal handling fix. ctrl+c of "cat /dev/zero > /dev/dsp" does not result long delay. * Eliminate sound truncation if the sound data is too small. DIY: 1) Download / extract http://people.freebsd.org/~ariff/lowlatency/shortfiles.tar.gz 2) Do a comparison between "cat state*.au > /dev/dsp" and "for x in state*.au ; do cat $x > /dev/dsp ; done" - there should be no "perceivable" differences. Double close for PR kern/31445. CAVEAT: Low latency come with (unbearable) price especially for poorly written applications. Applications that trying to act smarter by requesting (wrong) blocksize/blockcount will suffer the most. Fixup samples/patches can be found at: http://people.freebsd.org/~ariff/ports/ - Switch minimum/maximum sampling rate limit to "1" and "2016000" (48k * 42) due to closer compatibility with 4front driver. Discussed with: marcus@ (long time ago?) - All driver specific sysctls in the form of "hw.snd.pcm%d.*" have been moved to their own dev sysctl nodes, notably: hw.snd.pcm%d.vchans -> dev.pcm.%d.vchans Bump __FreeBSD_version. Driver specific --------------- - Ditto for sysctls. - snd_atiixp, snd_es137x, snd_via8233, snd_hda * Numerous cleanups and fixes. * _EXPERIMENTAL_ polling mode support using simple callout_* mechanisme. This was intended for pure debugging and latency measurement, but proven good enough in few unexpected and rare cases (such as problematic shared IRQ with GIANT devices - USB). Polling can be enabled/disabled through dev.pcm.0.polling. Disabled by default. - snd_ich * Fix possible overflow during speed calibration. Delay final initialization (pcm_setstatus) after calibration finished. PR: kern/100169 Tested by: Kevin Overman * Inverted EAPD for few Nec VersaPro. PR: kern/104715 Submitted by: KAWATA Masahiko Thanks to various people, notably Joel Dahl, Yuriy Tsibizov, Kevin Oberman, those at #freebsd-azalia @ freenode and others for testing. Joel Dahl will do the manpage update. Revision Changes Path 1.466 +13 -0 src/UPDATING 1.8 +354 -196 src/sys/dev/sound/pci/atiixp.c 1.38 +3 -3 src/sys/dev/sound/pci/cmi.c 1.61 +622 -371 src/sys/dev/sound/pci/es137x.c 1.2 +24 -24 src/sys/dev/sound/pci/hda/hda_reg.h 1.9 +456 -171 src/sys/dev/sound/pci/hda/hdac.c 1.3 +10 -1 src/sys/dev/sound/pci/hda/hdac_private.h 1.68 +228 -103 src/sys/dev/sound/pci/ich.c 1.26 +558 -275 src/sys/dev/sound/pci/via8233.c 1.64 +86 -18 src/sys/dev/sound/pcm/ac97.c 1.19 +0 -2 src/sys/dev/sound/pcm/ac97.h 1.29 +60 -26 src/sys/dev/sound/pcm/buffer.c 1.13 +3 -0 src/sys/dev/sound/pcm/buffer.h 1.112 +721 -311 src/sys/dev/sound/pcm/channel.c 1.34 +39 -1 src/sys/dev/sound/pcm/channel.h 1.100 +16 -17 src/sys/dev/sound/pcm/dsp.c 1.17 +2 -1 src/sys/dev/sound/pcm/fake.c 1.38 +452 -134 src/sys/dev/sound/pcm/feeder.c 1.14 +26 -3 src/sys/dev/sound/pcm/feeder.h 1.21 +623 -203 src/sys/dev/sound/pcm/feeder_fmt.c 1.19 +320 -546 src/sys/dev/sound/pcm/feeder_rate.c 1.3 +178 -33 src/sys/dev/sound/pcm/feeder_volume.c 1.56 +5 -3 src/sys/dev/sound/pcm/mixer.c 1.23 +11 -10 src/sys/dev/sound/pcm/sndstat.c 1.107 +40 -48 src/sys/dev/sound/pcm/sound.c 1.73 +280 -7 src/sys/dev/sound/pcm/sound.h 1.26 +458 -131 src/sys/dev/sound/pcm/vchan.c 1.23 +1 -1 src/sys/dev/sound/usb/uaudio.c 1.280 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Nov 26 12:27:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3974D16A412; Sun, 26 Nov 2006 12:27:03 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D3E43D46; Sun, 26 Nov 2006 12:26:09 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQCR2EP012717; Sun, 26 Nov 2006 12:27:02 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQCR2aU012716; Sun, 26 Nov 2006 12:27:02 GMT (envelope-from joel) Message-Id: <200611261227.kAQCR2aU012716@repoman.freebsd.org> From: Joel Dahl Date: Sun, 26 Nov 2006 12:27:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 12:27:03 -0000 joel 2006-11-26 12:27:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 Log: - Update the Runtime Configuration, FILES and DIAGNOSTICS sections to the new world order. - Use our standard section 4 SYNOPSIS. - Minor nits. Reviewed by: brueffer, ariff Revision Changes Path 1.49 +80 -41 src/share/man/man4/pcm.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 26 14:36:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 082D916A40F; Sun, 26 Nov 2006 14:36:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B6D43D73; Sun, 26 Nov 2006 14:35:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQEaYw0045553; Sun, 26 Nov 2006 14:36:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQEaYgp045552; Sun, 26 Nov 2006 14:36:34 GMT (envelope-from ru) Message-Id: <200611261436.kAQEaYgp045552@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 26 Nov 2006 14:36:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr Makefile src/sbin/ggate Makefile src/usr.bin Makefile src/usr.sbin Makefile src/usr.sbin/cached Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 14:36:35 -0000 ru 2006-11-26 14:36:34 UTC FreeBSD src repository Modified files: lib/libthr Makefile sbin/ggate Makefile usr.bin Makefile usr.sbin Makefile usr.sbin/cached Makefile Log: - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. - Don't build ngctl(8) and cached(8) if threading libs aren't built. - Fix various issues in a cached(8) makefile. Revision Changes Path 1.21 +5 -5 src/lib/libthr/Makefile 1.7 +2 -6 src/sbin/ggate/Makefile 1.297 +2 -5 src/usr.bin/Makefile 1.365 +16 -8 src/usr.sbin/Makefile 1.2 +8 -11 src/usr.sbin/cached/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 26 14:41:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9534216A403; Sun, 26 Nov 2006 14:41:42 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A7943D82; Sun, 26 Nov 2006 14:40:35 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQEfIde046260; Sun, 26 Nov 2006 14:41:18 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQEfIwU046259; Sun, 26 Nov 2006 14:41:18 GMT (envelope-from netchild) Message-Id: <200611261441.kAQEfIwU046259@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 26 Nov 2006 14:41:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/kerneldoc/subsys Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 14:41:42 -0000 netchild 2006-11-26 14:41:17 UTC FreeBSD src repository Modified files: tools/kerneldoc/subsys Makefile Log: ah_if.m was removed a while ago Revision Changes Path 1.6 +0 -1 src/tools/kerneldoc/subsys/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 26 14:43:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F198E16A494; Sun, 26 Nov 2006 14:43:30 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB8543DBA; Sun, 26 Nov 2006 14:42:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQEh3o2046842; Sun, 26 Nov 2006 14:43:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQEh3fO046840; Sun, 26 Nov 2006 14:43:03 GMT (envelope-from ru) Message-Id: <200611261443.kAQEh3fO046840@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 26 Nov 2006 14:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ngctl Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 14:43:31 -0000 ru 2006-11-26 14:43:03 UTC FreeBSD src repository Modified files: usr.sbin/ngctl Makefile Log: Fix "make checkdpadd". Revision Changes Path 1.16 +1 -1 src/usr.sbin/ngctl/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 26 14:43:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A31216A4D0; Sun, 26 Nov 2006 14:43:58 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C3743D8F; Sun, 26 Nov 2006 14:42:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQEhknc047037; Sun, 26 Nov 2006 14:43:46 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQEhkcC047036; Sun, 26 Nov 2006 14:43:46 GMT (envelope-from netchild) Message-Id: <200611261443.kAQEhkcC047036@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 26 Nov 2006 14:43:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 14:43:58 -0000 netchild 2006-11-26 14:43:46 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add libusb.h and libusbhid.h. Revision Changes Path 1.64 +2 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Sun Nov 26 15:04:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF78E16A403; Sun, 26 Nov 2006 15:04:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F6643D58; Sun, 26 Nov 2006 15:03:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQF4U7i056319; Sun, 26 Nov 2006 15:04:30 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQF4Ua1056318; Sun, 26 Nov 2006 15:04:30 GMT (envelope-from netchild) Message-Id: <200611261504.kAQF4Ua1056318@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 26 Nov 2006 15:04:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 15:04:30 -0000 netchild 2006-11-26 15:04:30 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add some old includes to remove. Reported by: kris Revision Changes Path 1.65 +291 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Sun Nov 26 15:46:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BB6916A415; Sun, 26 Nov 2006 15:46:31 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42DD43D64; Sun, 26 Nov 2006 15:45:36 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQFkVhI063574; Sun, 26 Nov 2006 15:46:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQFkVAT063573; Sun, 26 Nov 2006 15:46:31 GMT (envelope-from maxim) Message-Id: <200611261546.kAQFkVAT063573@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 15:46:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.sbin/mtree misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 15:46:31 -0000 maxim 2006-11-26 15:46:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.sbin/mtree misc.c Log: Finish MFC (rev. 1.17) "optional" keyword. Approved by: re (kensmith) Revision Changes Path 1.16.8.1 +1 -0 src/usr.sbin/mtree/misc.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 17:15:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4C0D16A407; Sun, 26 Nov 2006 17:15:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86AC43D96; Sun, 26 Nov 2006 17:12:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQHDP28090043; Sun, 26 Nov 2006 17:13:25 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQHDPKd090042; Sun, 26 Nov 2006 17:13:25 GMT (envelope-from maxim) Message-Id: <200611261713.kAQHDPKd090042@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 17:13:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 17:15:47 -0000 maxim 2006-11-26 17:13:24 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: o Add a quirk for X-Micro Flash Disk. PR: usb/96901 Submitted by: Szalai Andras Reviewed by: nate (a half of year ago) MFC after: 3 weeks Revision Changes Path 1.197 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 17:18:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2721416A51A; Sun, 26 Nov 2006 17:18:07 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC3643F28; Sun, 26 Nov 2006 17:15:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQHFtDO090513; Sun, 26 Nov 2006 17:15:55 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQHFt01090512; Sun, 26 Nov 2006 17:15:55 GMT (envelope-from maxim) Message-Id: <200611261715.kAQHFt01090512@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 17:15:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 17:18:07 -0000 maxim 2006-11-26 17:15:54 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: o Style(9): trim eol w/spaces, w/spaces to tabs, kill an empty line. Revision Changes Path 1.198 +3 -4 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 17:20:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F147A16A47B; Sun, 26 Nov 2006 17:20:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7125E43E96; Sun, 26 Nov 2006 17:17:36 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQHIV5J090686; Sun, 26 Nov 2006 17:18:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQHIVvj090685; Sun, 26 Nov 2006 17:18:31 GMT (envelope-from maxim) Message-Id: <200611261718.kAQHIVvj090685@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 17:18:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 17:20:11 -0000 maxim 2006-11-26 17:18:31 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: o Style: remove a w/space before a comma. Revision Changes Path 1.199 +1 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 18:29:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C38616A4A0; Sun, 26 Nov 2006 18:29:03 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A994D43DBE; Sun, 26 Nov 2006 18:26:39 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQIRH0j005592; Sun, 26 Nov 2006 18:27:17 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQIRHnp005590; Sun, 26 Nov 2006 18:27:17 GMT (envelope-from maxim) Message-Id: <200611261827.kAQIRHnp005590@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 18:27:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 18:29:03 -0000 maxim 2006-11-26 18:27:16 UTC FreeBSD src repository Modified files: sys Makefile Log: o Add cam to a list of cscope dirs. Revision Changes Path 1.40 +2 -2 src/sys/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 26 18:43:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACDBB16A403; Sun, 26 Nov 2006 18:43:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E9E43D5E; Sun, 26 Nov 2006 18:42:53 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQIhnwI008863; Sun, 26 Nov 2006 18:43:49 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQIhnAb008861; Sun, 26 Nov 2006 18:43:49 GMT (envelope-from thompsa) Message-Id: <200611261843.kAQIhnAb008861@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 26 Nov 2006 18:43:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c bridgestp.h if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 18:43:49 -0000 thompsa 2006-11-26 18:43:48 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h if_bridge.c Log: use two stage creation of stp ports, this means that the stp variables can be set before the port is marked STP and they will no longer be overwrittten Revision Changes Path 1.28 +24 -17 src/sys/net/bridgestp.c 1.7 +4 -3 src/sys/net/bridgestp.h 1.88 +5 -5 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 18:49:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94EB116A4C8; Sun, 26 Nov 2006 18:49:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1ECE43D5D; Sun, 26 Nov 2006 18:48:49 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQInjlH009622; Sun, 26 Nov 2006 18:49:45 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQInjQA009621; Sun, 26 Nov 2006 18:49:45 GMT (envelope-from maxim) Message-Id: <200611261849.kAQInjQA009621@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Nov 2006 18:49:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_conv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 18:49:46 -0000 maxim 2006-11-26 18:49:44 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_conv.c Log: o From the submitter: dos2unixchr will convert to lower case if LCASE_BASE or LCASE_EXT or both are set. But dos2unixfn uses dos2unixchr separately for the basename and the extension. So if either LCASE_BASE or LCASE_EXT is set, dos2unixfn will convert both the basename and extension to lowercase because it is blindly passing in the state of both flags to dos2unixchr. The bit masks I used ensure that only the state of LCASE_BASE gets passed to dos2unixchr when the basename is converted, and only the state of LCASE_EXT is passed in when the extension is converted. PR: kern/86655 Submitted by: Micah Lieske MFC after: 3 weeks Revision Changes Path 1.50 +4 -2 src/sys/fs/msdosfs/msdosfs_conv.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 19:13:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB1EA16A47B; Sun, 26 Nov 2006 19:13:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FFC9441D9; Sun, 26 Nov 2006 19:02:56 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJ3KeI013912; Sun, 26 Nov 2006 19:03:20 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJ3KPp013911; Sun, 26 Nov 2006 19:03:20 GMT (envelope-from flz) Message-Id: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> From: Florent Thoumie Date: Sun, 26 Nov 2006 19:03:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 19:13:25 -0000 flz 2006-11-26 19:03:19 UTC FreeBSD src repository Modified files: etc rc.subr Log: Remove leading dollar sign in rcvar command output. There's no dollar use in variable assignment in sh. Assuming this is can be expected behavior for some people, this change won't be MFC'ed to RELENG_6. Discussed with: yar on -rc Revision Changes Path 1.70 +2 -2 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Sun Nov 26 19:23:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C707116A4D2; Sun, 26 Nov 2006 19:23:21 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6F544340; Sun, 26 Nov 2006 19:09:11 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJ9gl7014643; Sun, 26 Nov 2006 19:09:42 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJ9gi7014642; Sun, 26 Nov 2006 19:09:42 GMT (envelope-from kientzle) Message-Id: <200611261909.kAQJ9gi7014642@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 26 Nov 2006 19:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 19:23:21 -0000 kientzle 2006-11-26 19:09:42 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Log: Bump the libarchive version number, correct the shell hackery to break the full version down into major/minor values. Revision Changes Path 1.57 +6 -5 src/lib/libarchive/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 26 19:23:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A953416A492; Sun, 26 Nov 2006 19:23:28 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580414400E; Sun, 26 Nov 2006 19:08:18 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJ0o9d011723; Sun, 26 Nov 2006 19:00:50 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJ0oFU011722; Sun, 26 Nov 2006 19:00:50 GMT (envelope-from kientzle) Message-Id: <200611261900.kAQJ0oFU011722@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 26 Nov 2006 19:00:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read.3 archive_write.3 archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_open_filename.c archive_write_open_memory.c archive_write_set_compression_none.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 19:23:29 -0000 kientzle 2006-11-26 19:00:50 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in archive_read.3 archive_write.3 archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_open_filename.c archive_write_open_memory.c archive_write_set_compression_none.c Log: Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). * If write block size is zero, don't block at all. This supports the unusual requirement of applications that need "no-delay" writes. * Expose _write_finish_entry() to give such applications more control over write boundaries. (Normal applications do not need this, as entries are completed automatically.) * Correct the type of write callbacks; this is a minor API change that does not affect the ABI. * Correct the error handling in _write_next_header() around completing the previous entry. * Correct the documentation for block-size markers: Remove docs for the long-defunct _read_set_block_size(); document all of the write block size manipulators. MFC after: 14 days Revision Changes Path 1.56 +3 -1 src/lib/libarchive/Makefile 1.34 +2 -1 src/lib/libarchive/archive.h.in 1.27 +0 -8 src/lib/libarchive/archive_read.3 1.18 +24 -0 src/lib/libarchive/archive_write.3 1.22 +25 -8 src/lib/libarchive/archive_write.c 1.8 +2 -2 src/lib/libarchive/archive_write_open_fd.c 1.18 +2 -2 src/lib/libarchive/archive_write_open_file.c 1.17 +2 -2 src/lib/libarchive/archive_write_open_filename.c 1.2 +2 -2 src/lib/libarchive/archive_write_open_memory.c 1.10 +29 -8 src/lib/libarchive/archive_write_set_compression_none.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 19:49:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA0A016A55E; Sun, 26 Nov 2006 19:49:12 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3839343DE1; Sun, 26 Nov 2006 19:24:26 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJPBPS017885; Sun, 26 Nov 2006 19:25:11 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJPB4D017884; Sun, 26 Nov 2006 19:25:11 GMT (envelope-from yar) Message-Id: <200611261925.kAQJPB4D017884@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Nov 2006 19:25:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 19:49:12 -0000 yar 2006-11-26 19:25:11 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.h Log: The real contents of this file were repeated twice. The repetition was harmless due to a usual #ifndef _FOO_H_ wrapper. Fortunately, nobody started to hack the second copy, so just remove it from the file. MFC after: 3 days Revision Changes Path 1.3 +0 -66 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:08:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 393BF16A415; Sun, 26 Nov 2006 20:08:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98BA843F17; Sun, 26 Nov 2006 19:48:48 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJnZBA021725; Sun, 26 Nov 2006 19:49:35 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJnZRC021724; Sun, 26 Nov 2006 19:49:35 GMT (envelope-from thompsa) Message-Id: <200611261949.kAQJnZRC021724@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 26 Nov 2006 19:49:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:08:23 -0000 thompsa 2006-11-26 19:49:34 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Remove redundant setting of port state. Revision Changes Path 1.29 +0 -1 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:15:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9048E16A4A7; Sun, 26 Nov 2006 20:15:30 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AFA4468B; Sun, 26 Nov 2006 19:54:39 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJtQvF023353; Sun, 26 Nov 2006 19:55:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJtQvJ023352; Sun, 26 Nov 2006 19:55:26 GMT (envelope-from sam) Message-Id: <200611261955.kAQJtQvJ023352@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Nov 2006 19:55:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/net80211 ieee80211_amrr.c ieee80211_amrr.h src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:15:30 -0000 sam 2006-11-26 19:55:26 UTC FreeBSD src repository Modified files: sys/conf files sys/modules Makefile Added files: sys/net80211 ieee80211_amrr.c ieee80211_amrr.h Log: device-independent implementation of AMRR tx rate control algorithm Obtained from: openbsd (w/ mods) MFC after: 1 month Revision Changes Path 1.1164 +1 -0 src/sys/conf/files 1.513 +1 -0 src/sys/modules/Makefile 1.1 +164 -0 src/sys/net80211/ieee80211_amrr.c (new) 1.1 +64 -0 src/sys/net80211/ieee80211_amrr.h (new) From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:16:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD97A16A512; Sun, 26 Nov 2006 20:16:14 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B754400A; Sun, 26 Nov 2006 19:55:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJtv8G023414; Sun, 26 Nov 2006 19:55:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJtvxS023413; Sun, 26 Nov 2006 19:55:57 GMT (envelope-from sam) Message-Id: <200611261955.kAQJtvxS023413@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Nov 2006 19:55:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:16:15 -0000 sam 2006-11-26 19:55:57 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_var.h Log: add rate control debug msg bit MFC after: 1 month Revision Changes Path 1.43 +1 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:16:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 702D916A50A; Sun, 26 Nov 2006 20:16:29 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A3D445F7; Sun, 26 Nov 2006 19:55:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQJuPkZ023474; Sun, 26 Nov 2006 19:56:25 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQJuPP8023473; Sun, 26 Nov 2006 19:56:25 GMT (envelope-from sam) Message-Id: <200611261956.kAQJuPP8023473@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Nov 2006 19:56:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wlandebug wlandebug.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:16:29 -0000 sam 2006-11-26 19:56:25 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlandebug wlandebug.c Log: add rate knob for net80211 rate control modules MFC after: 1 month Revision Changes Path 1.2 +2 -0 src/tools/tools/net80211/wlandebug/wlandebug.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:29:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9181516A534; Sun, 26 Nov 2006 20:29:49 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC1E44105; Sun, 26 Nov 2006 20:07:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQK8eao026665; Sun, 26 Nov 2006 20:08:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQK8eTo026664; Sun, 26 Nov 2006 20:08:40 GMT (envelope-from yar) Message-Id: <200611262008.kAQK8eTo026664@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Nov 2006 20:08:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:29:49 -0000 yar 2006-11-26 20:08:40 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c Log: Don't overflow from the gigabyte scale to the bit scale if the number to auto-scale is >= 1024 Gb. Could be triggered on arches where ifdata counters had 64 bits. Reported by: Miroslav Slavkov on -net MFC after: 3 days Revision Changes Path 1.4 +1 -1 src/usr.bin/systat/convtbl.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:34:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A485616A494; Sun, 26 Nov 2006 20:34:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A7343DD4; Sun, 26 Nov 2006 20:14:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQKEmXu027966; Sun, 26 Nov 2006 20:14:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQKEm9c027965; Sun, 26 Nov 2006 20:14:48 GMT (envelope-from yar) Message-Id: <200611262014.kAQKEm9c027965@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Nov 2006 20:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:34:09 -0000 yar 2006-11-26 20:14:47 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c Log: There is no reason to use __inline here because we are rather far from a path critical to performance. Revision Changes Path 1.5 +1 -1 src/usr.bin/systat/convtbl.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:45:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A8E116A51B; Sun, 26 Nov 2006 20:45:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7334427E; Sun, 26 Nov 2006 20:32:58 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQKXUeb031199; Sun, 26 Nov 2006 20:33:30 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQKXUQ3031196; Sun, 26 Nov 2006 20:33:30 GMT (envelope-from thompsa) Message-Id: <200611262033.kAQKXUQ3031196@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 26 Nov 2006 20:33:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:45:38 -0000 thompsa 2006-11-26 20:33:30 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Initialize the port info, this shouldnt have been removed in r1.28 Revision Changes Path 1.30 +1 -0 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 20:46:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC01B16A6B5; Sun, 26 Nov 2006 20:46:46 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1345944337; Sun, 26 Nov 2006 20:40:09 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.8) with ESMTP id kAQKebS8050506; Sun, 26 Nov 2006 23:40:37 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Sun, 26 Nov 2006 23:40:36 +0300 (MSK) From: Maxim Konovalov To: Yar Tikhiy In-Reply-To: <200611262014.kAQKEm9c027965@repoman.freebsd.org> Message-ID: <20061126234019.N50459@mp2.macomnet.net> References: <200611262014.kAQKEm9c027965@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 20:46:47 -0000 On Sun, 26 Nov 2006, 20:14-0000, Yar Tikhiy wrote: > yar 2006-11-26 20:14:47 UTC > > FreeBSD src repository > > Modified files: > usr.bin/systat convtbl.c > Log: > There is no reason to use __inline here because we are rather far > from a path critical to performance. bin/99731? -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Sun Nov 26 21:22:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB53516A47C; Sun, 26 Nov 2006 21:22:26 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A336543DAD; Sun, 26 Nov 2006 21:21:08 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kAQLLwm0068555; Mon, 27 Nov 2006 00:21:58 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kAQLLvwU068554; Mon, 27 Nov 2006 00:21:57 +0300 (MSK) (envelope-from yar) Date: Mon, 27 Nov 2006 00:21:57 +0300 From: Yar Tikhiy To: Maxim Konovalov Message-ID: <20061126212157.GA68444@comp.chem.msu.su> References: <200611262014.kAQKEm9c027965@repoman.freebsd.org> <20061126234019.N50459@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061126234019.N50459@mp2.macomnet.net> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 21:22:27 -0000 On Sun, Nov 26, 2006 at 11:40:36PM +0300, Maxim Konovalov wrote: > On Sun, 26 Nov 2006, 20:14-0000, Yar Tikhiy wrote: > > > yar 2006-11-26 20:14:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/systat convtbl.c > > Log: > > There is no reason to use __inline here because we are rather far > > from a path critical to performance. > > bin/99731? You mean my commit preceding this one, don't you? Thanks for pointing at the PR! I should have searched the PR database. -- Yar From owner-cvs-src@FreeBSD.ORG Sun Nov 26 21:23:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA7C116A585; Sun, 26 Nov 2006 21:23:04 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C23743D96; Sun, 26 Nov 2006 21:21:55 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQLMo9V048868; Sun, 26 Nov 2006 21:22:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQLMoa8048867; Sun, 26 Nov 2006 21:22:50 GMT (envelope-from obrien) Message-Id: <200611262122.kAQLMoa8048867@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 26 Nov 2006 21:22:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 21:23:05 -0000 obrien 2006-11-26 21:22:50 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: Clarify case body indention. Revision Changes Path 1.122 +1 -1 src/share/man/man9/style.9 From owner-cvs-src@FreeBSD.ORG Sun Nov 26 21:26:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2283B16A4C9; Sun, 26 Nov 2006 21:26:41 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF74243DC0; Sun, 26 Nov 2006 21:25:25 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.8) with ESMTP id kAQLQ0Nr053192; Mon, 27 Nov 2006 00:26:00 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Mon, 27 Nov 2006 00:26:00 +0300 (MSK) From: Maxim Konovalov To: Yar Tikhiy In-Reply-To: <20061126212157.GA68444@comp.chem.msu.su> Message-ID: <20061127002340.Q52443@mp2.macomnet.net> References: <200611262014.kAQKEm9c027965@repoman.freebsd.org> <20061126234019.N50459@mp2.macomnet.net> <20061126212157.GA68444@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 21:26:41 -0000 On Mon, 27 Nov 2006, 00:21+0300, Yar Tikhiy wrote: > On Sun, Nov 26, 2006 at 11:40:36PM +0300, Maxim Konovalov wrote: > > On Sun, 26 Nov 2006, 20:14-0000, Yar Tikhiy wrote: > > > > > yar 2006-11-26 20:14:47 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.bin/systat convtbl.c > > > Log: > > > There is no reason to use __inline here because we are rather far > > > from a path critical to performance. > > > > bin/99731? > > You mean my commit preceding this one, don't you? Thanks for Yes, sure. Looking a movie with a girlfriend and reading commits emails in the same time wasn't a good idea. -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:02:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70C4016A4A0; Sun, 26 Nov 2006 22:02:53 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EF043D9C; Sun, 26 Nov 2006 22:01:14 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQM2AeM055507; Sun, 26 Nov 2006 22:02:10 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQM2Ap7055506; Sun, 26 Nov 2006 22:02:10 GMT (envelope-from flz) Message-Id: <200611262202.kAQM2Ap7055506@repoman.freebsd.org> From: Florent Thoumie Date: Sun, 26 Nov 2006 22:02:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:02:53 -0000 flz 2006-11-26 22:02:10 UTC FreeBSD src repository Modified files: etc rc.subr Log: Teach find_processes() to use ${name}_chroot. Obtained from: NetBSD X-MFC after: 6.2-RELEASE Revision Changes Path 1.71 +2 -2 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:23:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30B5D16A416; Sun, 26 Nov 2006 22:23:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01FF43D83; Sun, 26 Nov 2006 22:22:34 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMNViF060602; Sun, 26 Nov 2006 22:23:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMNULH060600; Sun, 26 Nov 2006 22:23:30 GMT (envelope-from sam) Message-Id: <200611262223.kAQMNULH060600@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Nov 2006 22:23:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/wlan_amrr Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:23:33 -0000 sam 2006-11-26 22:23:30 UTC FreeBSD src repository Added files: sys/modules/wlan_amrr Makefile Log: module glue for wlan_amrr MFC after: 1 month Revision Changes Path 1.1 +8 -0 src/sys/modules/wlan_amrr/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:28:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BBBC16A415; Sun, 26 Nov 2006 22:28:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26B543D5F; Sun, 26 Nov 2006 22:27:14 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMSB47061182; Sun, 26 Nov 2006 22:28:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMSBhB061181; Sun, 26 Nov 2006 22:28:11 GMT (envelope-from marius) Message-Id: <200611262228.kAQMSBhB061181@repoman.freebsd.org> From: Marius Strobl Date: Sun, 26 Nov 2006 22:28:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:28:11 -0000 marius 2006-11-26 22:28:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/conf GENERIC Log: MFC: 1.457, 1.458 - Kill more references to lnc(4). - Add le(4). Tested by: Gheorghe Ardelean Revision Changes Path 1.439.2.15 +2 -3 src/sys/amd64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:31:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EB1D16A403; Sun, 26 Nov 2006 22:31:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8969D43D5E; Sun, 26 Nov 2006 22:30:27 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMVNtZ062113; Sun, 26 Nov 2006 22:31:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMVNJI062109; Sun, 26 Nov 2006 22:31:23 GMT (envelope-from kmacy) Message-Id: <200611262231.kAQMVNJI062109@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 22:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v machdep.c mp_machdep.c vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:31:24 -0000 kmacy 2006-11-26 22:31:23 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v machdep.c mp_machdep.c vm_machdep.c Log: Fix "shutdown -r" and "shutdown -h" - "shutdown -r" will reset the system - "shutdown -h" will power off the system We don't drop into OFW as newer versions of solaris don't do this either Revision Changes Path 1.6 +1 -1 src/sys/sun4v/sun4v/machdep.c 1.3 +0 -1 src/sys/sun4v/sun4v/mp_machdep.c 1.2 +1 -4 src/sys/sun4v/sun4v/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:47:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E84816A412; Sun, 26 Nov 2006 22:47:53 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926543D49; Sun, 26 Nov 2006 22:46:56 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMlqvF065306; Sun, 26 Nov 2006 22:47:52 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMlq5u065296; Sun, 26 Nov 2006 22:47:52 GMT (envelope-from kmacy) Message-Id: <200611262247.kAQMlq5u065296@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 22:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/include hv_api.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:47:53 -0000 kmacy 2006-11-26 22:47:52 UTC FreeBSD src repository Modified files: sys/sun4v/include hv_api.h Log: Declare hypervisor system initiated reset function as needed by the previous commit :-/ Revision Changes Path 1.6 +1 -0 src/sys/sun4v/include/hv_api.h From owner-cvs-src@FreeBSD.ORG Sun Nov 26 22:48:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB3CE16A503; Sun, 26 Nov 2006 22:48:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B066143D5F; Sun, 26 Nov 2006 22:47:07 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMm4BV065415; Sun, 26 Nov 2006 22:48:04 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMm4BC065414; Sun, 26 Nov 2006 22:48:04 GMT (envelope-from sam) Message-Id: <200611262248.kAQMm4BC065414@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Nov 2006 22:48:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 22:48:04 -0000 sam 2006-11-26 22:48:04 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: Default the rate sets for 802.11 operating modes so drivers aren't required to. Note this only happens when drivers don't set them up before calling ieee80211_ifattach so this change is backwards compatible. MFC after: 1 month Revision Changes Path 1.31 +28 -0 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 23:11:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2932716A416; Sun, 26 Nov 2006 23:11:54 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337543D45; Sun, 26 Nov 2006 23:10:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQNBrVH071039; Sun, 26 Nov 2006 23:11:53 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQNBrQC071038; Sun, 26 Nov 2006 23:11:53 GMT (envelope-from obrien) Message-Id: <200611262311.kAQNBrQC071038@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 26 Nov 2006 23:11:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 23:11:54 -0000 obrien 2006-11-26 23:11:53 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: nfe_stop() requires lock to be held when calling. Revision Changes Path 1.9 +2 -0 src/sys/dev/nfe/if_nfe.c From owner-cvs-src@FreeBSD.ORG Sun Nov 26 23:16:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFB1B16A412; Sun, 26 Nov 2006 23:16:46 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D494543D67; Sun, 26 Nov 2006 23:15:49 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQNGkQ0071930; Sun, 26 Nov 2006 23:16:46 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQNGk3e071929; Sun, 26 Nov 2006 23:16:46 GMT (envelope-from kmacy) Message-Id: <200611262316.kAQNGk3e071929@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 23:16:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Nov 2006 23:16:47 -0000 kmacy 2006-11-26 23:16:46 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: Fix module loading for sparc on machines with greater than 1GB of RAM t1# uname -m sparc64 t1# sysctl hw.physmem hw.physmem: 17150509056 t1# kldload reiserfs t1# kldstat Id Refs Address Size Name 1 3 0xc0000000 58cc38 kernel 2 1 0xcbe70000 234000 xfs.ko 3 1 0xcc0b6000 110000 reiserfs.ko Revision Changes Path 1.50 +1 -1 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:05:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D784516A417; Mon, 27 Nov 2006 00:05:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B5C43D66; Mon, 27 Nov 2006 00:04:22 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR05Jj3081723; Mon, 27 Nov 2006 00:05:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR05J5d081721; Mon, 27 Nov 2006 00:05:19 GMT (envelope-from obrien) Message-Id: <200611270005.kAR05J5d081721@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Nov 2006 00:05:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:05:19 -0000 obrien 2006-11-27 00:05:19 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: Fix editor fatfingering in rev 1.9. Revision Changes Path 1.10 +2 -2 src/sys/dev/nfe/if_nfe.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:10:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C33416A407; Mon, 27 Nov 2006 00:10:01 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71D543D4C; Mon, 27 Nov 2006 00:09:03 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR0A0TK082010; Mon, 27 Nov 2006 00:10:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR0A0Or082009; Mon, 27 Nov 2006 00:10:00 GMT (envelope-from obrien) Message-Id: <200611270010.kAR0A0Or082009@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Nov 2006 00:10:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:10:01 -0000 obrien 2006-11-27 00:10:00 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: Grrr. new .vimrc file is really giving me trouble.. get the whitespace right. Revision Changes Path 1.11 +2 -2 src/sys/dev/nfe/if_nfe.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:16:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99F9F16A417; Mon, 27 Nov 2006 00:16:48 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C1543D49; Mon, 27 Nov 2006 00:15:51 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR0GmKt083639; Mon, 27 Nov 2006 00:16:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR0GmBS083638; Mon, 27 Nov 2006 00:16:48 GMT (envelope-from obrien) Message-Id: <200611270016.kAR0GmBS083638@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Nov 2006 00:16:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:16:48 -0000 obrien 2006-11-27 00:16:47 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h Log: Fix the jumbo frame support. Submitted by: Peer Chen at nVIDIA (reworked by me) Revision Changes Path 1.12 +54 -206 src/sys/dev/nfe/if_nfe.c 1.6 +8 -2 src/sys/dev/nfe/if_nfereg.h 1.3 +1 -1 src/sys/dev/nfe/if_nfevar.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:23:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9215F16A40F; Mon, 27 Nov 2006 00:23:59 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F17943D4C; Mon, 27 Nov 2006 00:23:02 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR0NxZI085265; Mon, 27 Nov 2006 00:23:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR0NxVb085264; Mon, 27 Nov 2006 00:23:59 GMT (envelope-from obrien) Message-Id: <200611270023.kAR0NxVb085264@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Nov 2006 00:23:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:23:59 -0000 obrien 2006-11-27 00:23:59 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: Reformat to KNF after revision 1.12. Revision Changes Path 1.13 +81 -85 src/sys/dev/nfe/if_nfe.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:33:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FA4F16A415; Mon, 27 Nov 2006 00:33:16 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B332F43D4C; Mon, 27 Nov 2006 00:32:18 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR0XF8f086647; Mon, 27 Nov 2006 00:33:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR0XFPY086646; Mon, 27 Nov 2006 00:33:15 GMT (envelope-from marius) Message-Id: <200611270033.kAR0XFPY086646@repoman.freebsd.org> From: Marius Strobl Date: Mon, 27 Nov 2006 00:33:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:33:16 -0000 marius 2006-11-27 00:33:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/conf GENERIC Log: Add le(4). Revision Changes Path 1.186.2.10 +2 -1 src/sys/alpha/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Nov 27 00:35:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0E0F16A492; Mon, 27 Nov 2006 00:35:53 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE5F43D5E; Mon, 27 Nov 2006 00:34:44 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR0Zfgc087229; Mon, 27 Nov 2006 00:35:41 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR0Zf6f087228; Mon, 27 Nov 2006 00:35:41 GMT (envelope-from thompsa) Message-Id: <200611270035.kAR0Zf6f087228@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Nov 2006 00:35:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 00:35:53 -0000 thompsa 2006-11-27 00:35:41 UTC FreeBSD src repository Modified files: sbin/ifconfig ifbridge.c sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h Log: Sync with the OpenBSD port of RSTP - use flags rather than sperate ioctls for edge, p2p - implement p2p and autop2p flags - define large pathcost constant as ULL - show bridgeid and rootid in ifconfig Obtained from: Reyk Floeter Revision Changes Path 1.6 +53 -39 src/sbin/ifconfig/ifbridge.c 1.31 +33 -3 src/sys/net/bridgestp.c 1.8 +3 -0 src/sys/net/bridgestp.h 1.89 +26 -51 src/sys/net/if_bridge.c 1.18 +16 -12 src/sys/net/if_bridgevar.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 01:16:19 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5755316A407 for ; Mon, 27 Nov 2006 01:16:19 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DAD43D80 for ; Mon, 27 Nov 2006 01:15:10 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1356029wxc for ; Sun, 26 Nov 2006 17:16:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=g6gfLWkqmn3f2Wp2qAvosiw/HwlUfKZk0pCVtY7nlUmQc4+5gMpmt2XjZZtlmichVq4NkBxShEcIjXC4Uslh79aVaEQ96plHefMgci2I7u8tRTO5DdlYLg3q5B83klzACgobeSAJPcvDvwT+42wwl7gcaiX+2ABM/p/CGM6i6uY= Received: by 10.90.72.10 with SMTP id u10mr9363985aga.1164590166643; Sun, 26 Nov 2006 17:16:06 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 29sm18969624wrl.2006.11.26.17.16.04; Sun, 26 Nov 2006 17:16:06 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id kAR1IG7F060976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Nov 2006 10:18:16 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id kAR1IG9s060975; Mon, 27 Nov 2006 10:18:16 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 27 Nov 2006 10:18:16 +0900 From: Pyun YongHyeon To: "David E. O'Brien" Message-ID: <20061127011816.GB60591@cdnetworks.co.kr> References: <200611262311.kAQNBrQC071038@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611262311.kAQNBrQC071038@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/nfe if_nfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 01:16:19 -0000 On Sun, Nov 26, 2006 at 11:11:53PM +0000, David E. O'Brien wrote: > obrien 2006-11-26 23:11:53 UTC > > FreeBSD src repository > > Modified files: > sys/dev/nfe if_nfe.c > Log: > nfe_stop() requires lock to be held when calling. > > Revision Changes Path > 1.9 +2 -0 src/sys/dev/nfe/if_nfe.c Thanks a lot! -- Regards, Pyun YongHyeon From owner-cvs-src@FreeBSD.ORG Mon Nov 27 01:35:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2674716A416; Mon, 27 Nov 2006 01:35:14 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C92BE43D77; Mon, 27 Nov 2006 01:34:14 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR1ZBOD007094; Mon, 27 Nov 2006 01:35:11 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR1ZBZu007093; Mon, 27 Nov 2006 01:35:11 GMT (envelope-from jb) Message-Id: <200611270135.kAR1ZBZu007093@repoman.freebsd.org> From: John Birrell Date: Mon, 27 Nov 2006 01:35:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 01:35:14 -0000 jb 2006-11-27 01:35:11 UTC FreeBSD src repository Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: Back out half of my previous change to support parallel makes. The generated Makefile clashes with the src/bin/sh/Makefile, causing it to try to use a rule to build something it doesn't need to. Revision Changes Path 1.39 +2 -0 src/usr.sbin/crunch/crunchgen/crunchgen.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 02:19:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1D5716A665; Mon, 27 Nov 2006 02:19:25 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C4743EEC; Mon, 27 Nov 2006 02:16:37 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR2HYuN019412; Mon, 27 Nov 2006 02:17:34 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR2HYX9019411; Mon, 27 Nov 2006 02:17:34 GMT (envelope-from kmacy) Message-Id: <200611270217.kAR2HYX9019411@repoman.freebsd.org> From: Kip Macy Date: Mon, 27 Nov 2006 02:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v tte_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 02:19:25 -0000 kmacy 2006-11-27 02:17:34 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tte_hash.c Log: tte hash resizing may be causing errors when building - disable for now Revision Changes Path 1.6 +2 -0 src/sys/sun4v/sun4v/tte_hash.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 04:47:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C31E716A403; Mon, 27 Nov 2006 04:47:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6394C43D67; Mon, 27 Nov 2006 04:46:29 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR4lRdd057357; Mon, 27 Nov 2006 04:47:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR4lR9G057356; Mon, 27 Nov 2006 04:47:27 GMT (envelope-from obrien) Message-Id: <200611270447.kAR4lR9G057356@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Nov 2006 04:47:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c if_nfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 04:47:27 -0000 obrien 2006-11-27 04:47:27 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c if_nfereg.h Log: Fix TX/RX checksum offload. Submitted by: Peer Chen at nVIDIA Revision Changes Path 1.14 +20 -15 src/sys/dev/nfe/if_nfe.c 1.7 +1 -1 src/sys/dev/nfe/if_nfereg.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 06:16:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3C7216A500; Mon, 27 Nov 2006 06:16:37 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DA643D45; Mon, 27 Nov 2006 06:15:39 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR6GbxG075157; Mon, 27 Nov 2006 06:16:37 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR6Gb3U075156; Mon, 27 Nov 2006 06:16:37 GMT (envelope-from ariff) Message-Id: <200611270616.kAR6Gb3U075156@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 27 Nov 2006 06:16:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 06:16:37 -0000 ariff 2006-11-27 06:16:36 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: - LNV -> LENOVO - Fix support for Samsung Q1 UltraMobile PC (inverted EAPD). Reported by: benno Revision Changes Path 1.10 +11 -5 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 06:21:39 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BEA016A514 for ; Mon, 27 Nov 2006 06:21:39 +0000 (UTC) (envelope-from anigu@ltx.com) Received: from ltx.com (220-129-77-219.dynamic.hinet.net [220.129.77.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 8994B43D46 for ; Mon, 27 Nov 2006 06:20:27 +0000 (GMT) (envelope-from anigu@ltx.com) Message-ID: <080001c70071$3eae22e0$2802b4a0@pgloomyn> From: "C P" To: Date: Mon, 27 Nov 2006 14:21:16 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: st ock speculation for f X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: C P List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 06:21:39 -0000 INSIDE INFO ALERT This advisory is based on exclusive insiders/agents information. (AVLN.OB) Avalon Energy Corporation has an undivided 85% working interest in the Shotgun Draw Prospect in the prolific natural gas producing Uinta Basin , located in the US Rockies, Utah . The lease comprises 13,189 acres with a potential 4 TCF recoverable gas and is overpressured by a 0.55 . 0.85 gradient. ON MONDAY NOV 6th: at 11 cents its a STEAL - Volume: 389,001 - Volume: + 50% - Price: +5.77% The key to any tade is buying low and selling high, WELL the energy market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to energy THIS IS THE BOTTOM, SO GET IN FOLKS POWERHOUSE COMPANY POWERHOUSE COMPANY Mourners honored the firefighters killed by the California arson fire as the first of five funerals began Friday, and praised authorities for charging the man accused of starting that fire with murder. "This arrest really does help with some of the closure, the healing that we in the Forest Service community, and in the families, need," said Jeanne Wade Evans, the San Bernardino National Forest supervisor. Oyler was charged with five counts of murder, 11 counts of arson and 10 counts of use of an incendiary device. The charges include seven fires in June, one in July, one in September and two in October. Two days after the accident, the Federal Aviation Administration ordered small, fixed-wing planes not to fly over the East River unless the pilot is in contact with air traffic controllers. From owner-cvs-src@FreeBSD.ORG Mon Nov 27 06:51:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFBA116A4C2; Mon, 27 Nov 2006 06:51:59 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C8943D75; Mon, 27 Nov 2006 06:50:53 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR6ppjG081203; Mon, 27 Nov 2006 06:51:51 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR6ppH2081202; Mon, 27 Nov 2006 06:51:51 GMT (envelope-from kmacy) Message-Id: <200611270651.kAR6ppH2081202@repoman.freebsd.org> From: Kip Macy Date: Mon, 27 Nov 2006 06:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v tte_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 06:51:59 -0000 kmacy 2006-11-27 06:51:51 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tte_hash.c Log: re-enable tte hash resize, corruption was caused by a missing htole32 in mpt_cam.c Revision Changes Path 1.7 +0 -2 src/sys/sun4v/sun4v/tte_hash.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 09:02:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C900916A412; Mon, 27 Nov 2006 09:02:02 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D89343D5A; Mon, 27 Nov 2006 09:01:03 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAR922Nx014143; Mon, 27 Nov 2006 09:02:02 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAR922k6014142; Mon, 27 Nov 2006 09:02:02 GMT (envelope-from dds) Message-Id: <200611270902.kAR922k6014142@repoman.freebsd.org> From: Diomidis Spinellis Date: Mon, 27 Nov 2006 09:02:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/jot jot.1 jot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 09:02:02 -0000 dds 2006-11-27 09:02:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/jot jot.1 jot.c Log: MFC 1.26-1.34 of jot.c and 1.18-1.23 of jot.1. These revisions address bin/54878, docs/54879, bin/68981, and improve the code's readability. Revision Changes Path 1.17.2.2 +31 -4 src/usr.bin/jot/jot.1 1.26.8.1 +151 -117 src/usr.bin/jot/jot.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 11:13:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCCEF16A403; Mon, 27 Nov 2006 11:13:24 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD46D43D4C; Mon, 27 Nov 2006 11:12:24 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id kARBCeXj064495; Mon, 27 Nov 2006 03:12:41 -0800 (PST) Date: Mon, 27 Nov 2006 20:12:40 +0900 Message-ID: From: gnn@FreeBSD.org To: Ruslan Ermilov In-Reply-To: <200611252038.kAPKcujf065998@repoman.freebsd.org> References: <200611252038.kAPKcujf065998@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.90 (i386-apple-darwin8.8.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 11:13:25 -0000 At Sat, 25 Nov 2006 20:38:56 +0000 (UTC), Ruslan Ermilov wrote: > > ru 2006-11-25 20:38:56 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 nd6.c > Log: > - In nd6_rtrequest(), when caching an rtentry, don't forget > to add a reference to it; otherwise, we could later access > a freed memory. This is believed to fix panics some users > were observing when running route6d(8), and is similar to > the fix in sys/netinet/if_ether.c,v 1.139 by glebius@. > > PR: kern/93910, kern/105437 > Testing by: Wojciech Puchar (still ongoing) > > - Add rtentry locking to nd6_output() similar to rt_check(). > > MFC after: 4 days > > Revision Changes Path > 1.72 +29 -9 src/sys/netinet6/nd6.c I wonder is this will fix a few of the more odd panic's we've seen in ND. Kris ought to try to test this. Later, Georfge From owner-cvs-src@FreeBSD.ORG Mon Nov 27 11:48:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14B4616A407; Mon, 27 Nov 2006 11:48:19 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 069AB43D6E; Mon, 27 Nov 2006 11:47:13 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 4FA0F5EA5; Mon, 27 Nov 2006 14:48:12 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 22E825EA1; Mon, 27 Nov 2006 14:48:12 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kARBmR7H076084; Mon, 27 Nov 2006 14:48:27 +0300 (MSK) (envelope-from ru) Date: Mon, 27 Nov 2006 14:48:27 +0300 From: Ruslan Ermilov To: gnn@FreeBSD.org Message-ID: <20061127114827.GA76066@rambler-co.ru> References: <200611252038.kAPKcujf065998@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 11:48:19 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 27, 2006 at 08:12:40PM +0900, gnn@FreeBSD.org wrote: > I wonder is this will fix a few of the more odd panic's we've seen in > ND. Kris ought to try to test this. >=20 If they were rtentry related, chances are that it might help. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFatCLqRfpzJluFF4RAiJ/AJ9WzGQd2REfsCwMYu/95G0OiM7W+gCbBKNk qtVAdQSIl9Jvs87dxAGoxWU= =UdTi -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-cvs-src@FreeBSD.ORG Mon Nov 27 12:20:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A7AE16A403; Mon, 27 Nov 2006 12:20:46 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345E543F2F; Mon, 27 Nov 2006 12:15:03 +0000 (GMT) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARCG3k1053039; Mon, 27 Nov 2006 12:16:03 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from n_hibma@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARCG3cG053038; Mon, 27 Nov 2006 12:16:03 GMT (envelope-from n_hibma) Message-Id: <200611271216.kARCG3cG053038@repoman.freebsd.org> From: Nick Hibma Date: Mon, 27 Nov 2006 12:16:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 12:20:46 -0000 n_hibma 2006-11-27 12:16:03 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Shorten the KERNCONF filename to the basename in the install target as well as in the build target, although it is not used in this target. Revision Changes Path 1.23 +1 -1 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Mon Nov 27 12:21:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DBBD16A536; Mon, 27 Nov 2006 12:21:16 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CBA44104; Mon, 27 Nov 2006 12:16:34 +0000 (GMT) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARCHWhi053108; Mon, 27 Nov 2006 12:17:32 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from n_hibma@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARCHWMZ053107; Mon, 27 Nov 2006 12:17:32 GMT (envelope-from n_hibma) Message-Id: <200611271217.kARCHWMZ053107@repoman.freebsd.org> From: Nick Hibma Date: Mon, 27 Nov 2006 12:17:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 12:21:16 -0000 n_hibma 2006-11-27 12:17:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/nanobsd nanobsd.sh Log: MFC 1.22 and 1.23: Shorten the kernel config file on the make command line to make things like NANO_KERNEL=/path/to/kernel.config work, so multiple images can share the same kernel config file. Revision Changes Path 1.7.2.8 +2 -2 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Mon Nov 27 13:03:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B691A16A412; Mon, 27 Nov 2006 13:03:39 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D6043D95; Mon, 27 Nov 2006 13:02:35 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kARD3Ol9081378; Mon, 27 Nov 2006 16:03:24 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kARD3OKX081377; Mon, 27 Nov 2006 16:03:24 +0300 (MSK) (envelope-from yar) Date: Mon, 27 Nov 2006 16:03:24 +0300 From: Yar Tikhiy To: Florent Thoumie Message-ID: <20061127130323.GC77085@comp.chem.msu.su> References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 13:03:39 -0000 On Sun, Nov 26, 2006 at 07:03:20PM +0000, Florent Thoumie wrote: > flz 2006-11-26 19:03:19 UTC > > FreeBSD src repository > > Modified files: > etc rc.subr > Log: > Remove leading dollar sign in rcvar command output. > There's no dollar use in variable assignment in sh. > Assuming this is can be expected behavior for some > people, this change won't be MFC'ed to RELENG_6. > > Discussed with: yar on -rc > > Revision Changes Path > 1.70 +2 -2 src/etc/rc.subr Such one-character bogosities are an eyesore but they often take enormous effort to be fixed because of complications they have. It's no surprise they usually live forever. Thanks for starting the fight against this one! By the way, now the output follows the NetBSD rc.conf style: # $foo_enable foo_enable=YES Could it be changed even further to match our own rc.conf style? I.e.: # $foo_enable foo_enable="YES" -- Yar From owner-cvs-src@FreeBSD.ORG Mon Nov 27 13:15:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0DCB16A500; Mon, 27 Nov 2006 13:15:50 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364ED43D94; Mon, 27 Nov 2006 13:14:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id kARDFdsv060937; Mon, 27 Nov 2006 22:15:40 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 27 Nov 2006 22:15:39 +0900 From: Norikatsu Shigemura To: Ruslan Ermilov Message-Id: <20061127221539.f64bcc06.nork@FreeBSD.org> In-Reply-To: <200611261436.kAQEaYgp045552@repoman.freebsd.org> References: <200611261436.kAQEaYgp045552@repoman.freebsd.org> X-Mailer: Sylpheed version 2.3.0beta5 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 27 Nov 2006 22:15:40 +0900 (JST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr Makefile src/sbin/ggate Makefile src/usr.bin Makefile src/usr.sbin Makefile src/usr.sbin/cached Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 13:15:50 -0000 On Sun, 26 Nov 2006 14:36:34 +0000 (UTC) Ruslan Ermilov wrote: > ru 2006-11-26 14:36:34 UTC > FreeBSD src repository > Modified files: > lib/libthr Makefile > sbin/ggate Makefile > usr.bin Makefile > usr.sbin Makefile > usr.sbin/cached Makefile > Log: > - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. > - Don't build ngctl(8) and cached(8) if threading libs aren't built. > - Fix various issues in a cached(8) makefile. Thank you! > Revision Changes Path > 1.21 +5 -5 src/lib/libthr/Makefile > 1.7 +2 -6 src/sbin/ggate/Makefile > 1.297 +2 -5 src/usr.bin/Makefile > 1.365 +16 -8 src/usr.sbin/Makefile > 1.2 +8 -11 src/usr.sbin/cached/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 27 13:34:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AADF16A407; Mon, 27 Nov 2006 13:34:00 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE3643DA8; Mon, 27 Nov 2006 13:32:32 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARDXWpO074359; Mon, 27 Nov 2006 13:33:32 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARDXWRE074358; Mon, 27 Nov 2006 13:33:32 GMT (envelope-from yar) Message-Id: <200611271333.kARDXWRE074358@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 13:33:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 13:34:00 -0000 yar 2006-11-27 13:33:31 UTC FreeBSD src repository Modified files: tools/build/mk OptionalObsoleteFiles.inc Log: /usr/sbin/faithd is an INET6-specific tool, and now it won't be built if MK_INET6 is "no", so add it to the MK_INET6 block. PR: bin/100805 (audit-trail) Revision Changes Path 1.6 +1 -0 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Mon Nov 27 13:36:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0743E16A4A7; Mon, 27 Nov 2006 13:36:28 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAC643D7F; Mon, 27 Nov 2006 13:33:49 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id AE9AD436CF; Mon, 27 Nov 2006 14:34:49 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 0DB3211877; Mon, 27 Nov 2006 14:34:48 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zN+P0WqyZTFM; Mon, 27 Nov 2006 14:34:39 +0100 (CET) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 645FA11685; Mon, 27 Nov 2006 14:34:37 +0100 (CET) Message-ID: <456AE980.6020304@FreeBSD.org> Date: Mon, 27 Nov 2006 13:34:56 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061121) MIME-Version: 1.0 To: Yar Tikhiy References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> <20061127130323.GC77085@comp.chem.msu.su> In-Reply-To: <20061127130323.GC77085@comp.chem.msu.su> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigBB024FD9DE47686CE4CE7033" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 13:36:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBB024FD9DE47686CE4CE7033 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yar Tikhiy wrote: > On Sun, Nov 26, 2006 at 07:03:20PM +0000, Florent Thoumie wrote: >> flz 2006-11-26 19:03:19 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc rc.subr=20 >> Log: >> Remove leading dollar sign in rcvar command output. >> There's no dollar use in variable assignment in sh. >> Assuming this is can be expected behavior for some >> people, this change won't be MFC'ed to RELENG_6. >> =20 >> Discussed with: yar on -rc >> =20 >> Revision Changes Path >> 1.70 +2 -2 src/etc/rc.subr >=20 > Such one-character bogosities are an eyesore but they often take > enormous effort to be fixed because of complications they have. > It's no surprise they usually live forever. Thanks for starting > the fight against this one! >=20 > By the way, now the output follows the NetBSD rc.conf style: >=20 > # $foo_enable > foo_enable=3DYES >=20 > Could it be changed even further to match our own rc.conf style? > I.e.: >=20 > # $foo_enable > foo_enable=3D"YES" Yeah, makes sense. There's also a patch in gnats to add a 'enable/disable' command to rc.subr. I'll try to have a look. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enigBB024FD9DE47686CE4CE7033 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFaumMMxEkbVFH3PQRCj0qAJ9ksEfPaagTqjDSRXBvM9MFmPHkSwCggS0a H6W5AB0lEbR8MGBZwmz9zro= =e+rT -----END PGP SIGNATURE----- --------------enigBB024FD9DE47686CE4CE7033-- From owner-cvs-src@FreeBSD.ORG Mon Nov 27 13:48:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CD3816A512; Mon, 27 Nov 2006 13:48:56 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0CF43F3A; Mon, 27 Nov 2006 13:46:35 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kARDlUIe082022; Mon, 27 Nov 2006 16:47:30 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kARDlTCx082021; Mon, 27 Nov 2006 16:47:30 +0300 (MSK) (envelope-from yar) Date: Mon, 27 Nov 2006 16:47:29 +0300 From: Yar Tikhiy To: Florent Thoumie Message-ID: <20061127134729.GD77085@comp.chem.msu.su> References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> <20061127130323.GC77085@comp.chem.msu.su> <456AE980.6020304@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456AE980.6020304@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 13:48:56 -0000 On Mon, Nov 27, 2006 at 01:34:56PM +0000, Florent Thoumie wrote: > Yar Tikhiy wrote: > > On Sun, Nov 26, 2006 at 07:03:20PM +0000, Florent Thoumie wrote: > >> flz 2006-11-26 19:03:19 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> etc rc.subr > >> Log: > >> Remove leading dollar sign in rcvar command output. > >> There's no dollar use in variable assignment in sh. > >> Assuming this is can be expected behavior for some > >> people, this change won't be MFC'ed to RELENG_6. > >> > >> Discussed with: yar on -rc > >> > >> Revision Changes Path > >> 1.70 +2 -2 src/etc/rc.subr > > > > Such one-character bogosities are an eyesore but they often take > > enormous effort to be fixed because of complications they have. > > It's no surprise they usually live forever. Thanks for starting > > the fight against this one! > > > > By the way, now the output follows the NetBSD rc.conf style: > > > > # $foo_enable > > foo_enable=YES > > > > Could it be changed even further to match our own rc.conf style? > > I.e.: > > > > # $foo_enable > > foo_enable="YES" > > Yeah, makes sense. There's also a patch in gnats to add a > 'enable/disable' command to rc.subr. I'll try to have a look. If integrating the latter patch, please make sure it handles all places where rc.conf variables can be specified: the files listed in ${rc_conf_files}, the files in /etc/rc.conf.d. However, the feature will hardly be robust to all possible tricks people can use in rc.conf. It's a shell script, after all. I myself use built-in shell commands in rc.conf in some cases, e.g., to have a single rc.conf file for a group of redundant, mostly identical servers. -- Yar From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:19:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A97B716A415; Mon, 27 Nov 2006 14:19:10 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C82E43DF2; Mon, 27 Nov 2006 14:15:54 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREGetm083897; Mon, 27 Nov 2006 14:16:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREGeU4083896; Mon, 27 Nov 2006 14:16:40 GMT (envelope-from yar) Message-Id: <200611271416.kAREGeU4083896@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 14:16:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:19:10 -0000 yar 2006-11-27 14:16:40 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.h Log: C can enumerate things for us. Revision Changes Path 1.4 +11 -9 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:22:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4E0C16A415; Mon, 27 Nov 2006 14:22:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB92943F24; Mon, 27 Nov 2006 14:18:32 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREIs5x084172; Mon, 27 Nov 2006 14:18:54 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREIst5084171; Mon, 27 Nov 2006 14:18:54 GMT (envelope-from yar) Message-Id: <200611271418.kAREIst5084171@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 14:18:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:22:25 -0000 yar 2006-11-27 14:18:54 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c Log: Use C99 initializers so that we don't really have to worry about the order of related things at several places. Revision Changes Path 1.6 +10 -11 src/usr.bin/systat/convtbl.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:37:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D81A16A416; Mon, 27 Nov 2006 14:37:42 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F200343D6E; Mon, 27 Nov 2006 14:36:08 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREb9VB087491; Mon, 27 Nov 2006 14:37:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREb9I8087490; Mon, 27 Nov 2006 14:37:09 GMT (envelope-from ru) Message-Id: <200611271437.kAREb9I8087490@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 14:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:37:42 -0000 ru 2006-11-27 14:37:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/syscons syscons.c Log: MFC: 1.449: Fix endless visual beeping. PR: kern/68016 Revision Changes Path 1.436.2.8 +1 -1 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:45:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40F2316A412; Mon, 27 Nov 2006 14:45:00 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5222543D79; Mon, 27 Nov 2006 14:43:52 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREig1I088822; Mon, 27 Nov 2006 14:44:42 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREigEO088817; Mon, 27 Nov 2006 14:44:42 GMT (envelope-from yar) Message-Id: <200611271444.kAREigEO088817@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 14:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat ifcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:45:00 -0000 yar 2006-11-27 14:44:41 UTC FreeBSD src repository Modified files: usr.bin/systat ifcmds.c Log: Drop useless #includes. Revision Changes Path 1.3 +0 -15 src/usr.bin/systat/ifcmds.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:50:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEAEE16A416; Mon, 27 Nov 2006 14:50:05 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30FCF43D97; Mon, 27 Nov 2006 14:48:22 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREmlBe089081; Mon, 27 Nov 2006 14:48:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREmlB0089080; Mon, 27 Nov 2006 14:48:47 GMT (envelope-from yar) Message-Id: <200611271448.kAREmlB0089080@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 14:48:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:50:06 -0000 yar 2006-11-27 14:48:46 UTC FreeBSD src repository Modified files: usr.bin/systat ifstat.c Log: Drop useless #includes. Revision Changes Path 1.5 +0 -7 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:50:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29BDB16A582; Mon, 27 Nov 2006 14:50:30 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9EAF43D5C; Mon, 27 Nov 2006 14:48:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAREncss089119; Mon, 27 Nov 2006 14:49:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAREncbE089118; Mon, 27 Nov 2006 14:49:38 GMT (envelope-from ru) Message-Id: <200611271449.kAREncbE089118@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 14:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:50:32 -0000 ru 2006-11-27 14:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/boot2 boot2.c Log: MFC: 1.80: Restore support for directly loaded kernels. 1.81: Restore support for -c and -d. PR: i386/96430, i386/104709 Revision Changes Path 1.72.2.5 +7 -5 src/sys/boot/i386/boot2/boot2.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 14:54:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAAD916A412; Mon, 27 Nov 2006 14:54:03 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676DB43D6E; Mon, 27 Nov 2006 14:52:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARErrtO090209; Mon, 27 Nov 2006 14:53:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARErrFb090208; Mon, 27 Nov 2006 14:53:53 GMT (envelope-from ru) Message-Id: <200611271453.kARErrFb090208@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 14:53:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/i386/libi386 elf32_freebsd.c elf64_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 14:54:03 -0000 ru 2006-11-27 14:53:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/libi386 elf32_freebsd.c elf64_freebsd.c Log: MFC: a.out -> ELF in comments. Revision Changes Path 1.14.2.1 +1 -1 src/sys/boot/i386/libi386/elf32_freebsd.c 1.15.2.1 +1 -1 src/sys/boot/i386/libi386/elf64_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 15:14:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB76616A40F; Mon, 27 Nov 2006 15:14:13 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C5443EDB; Mon, 27 Nov 2006 15:10:39 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARFBVLi094182; Mon, 27 Nov 2006 15:11:31 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARFBVDI094181; Mon, 27 Nov 2006 15:11:31 GMT (envelope-from yar) Message-Id: <200611271511.kARFBVDI094181@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 15:11:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c ifcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 15:14:14 -0000 yar 2006-11-27 15:11:31 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c ifcmds.c Log: + Drop useless initializers. + style(9). Revision Changes Path 1.7 +7 -12 src/usr.bin/systat/convtbl.c 1.4 +6 -5 src/usr.bin/systat/ifcmds.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 15:20:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2F0E16A407; Mon, 27 Nov 2006 15:20:21 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 614F043F7B; Mon, 27 Nov 2006 15:13:50 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARFEp9L094897; Mon, 27 Nov 2006 15:14:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARFEoLl094896; Mon, 27 Nov 2006 15:14:50 GMT (envelope-from yar) Message-Id: <200611271514.kARFEoLl094896@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 15:14:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat ifcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 15:20:21 -0000 yar 2006-11-27 15:14:50 UTC FreeBSD src repository Modified files: usr.bin/systat ifcmds.c Log: Return back one initializer, it is needed. Revision Changes Path 1.5 +1 -1 src/usr.bin/systat/ifcmds.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 15:32:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8B8716A511; Mon, 27 Nov 2006 15:32:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B29243DDB; Mon, 27 Nov 2006 15:26:00 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARFQQNR096628; Mon, 27 Nov 2006 15:26:26 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARFQQ0K096627; Mon, 27 Nov 2006 15:26:26 GMT (envelope-from yar) Message-Id: <200611271526.kARFQQ0K096627@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 15:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 15:32:10 -0000 yar 2006-11-27 15:26:26 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c convtbl.h Log: Allow for large scale factors. C99 warrants that ULLONG_MAX is not less than 2^64-1; and uintmax_t cannot be more narrow than unsigned long long. This allows for scale factors up to Exa inclusively. Use plain int for the scale index to be consistent with ifcmds.c and enum. Revision Changes Path 1.8 +5 -5 src/usr.bin/systat/convtbl.c 1.5 +6 -5 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:19:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62AFE16A7E9; Mon, 27 Nov 2006 16:19:30 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35ED7442A1; Mon, 27 Nov 2006 16:13:31 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGEW9l005444; Mon, 27 Nov 2006 16:14:32 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGEW0k005443; Mon, 27 Nov 2006 16:14:32 GMT (envelope-from yar) Message-Id: <200611271614.kARGEW0k005443@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 16:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h ifcmds.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:19:30 -0000 yar 2006-11-27 16:14:32 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c convtbl.h ifcmds.c Log: Keep all convtbl-related constants and strings in convtbl.[ch]. Revision Changes Path 1.9 +48 -13 src/usr.bin/systat/convtbl.c 1.6 +4 -1 src/usr.bin/systat/convtbl.h 1.6 +6 -35 src/usr.bin/systat/ifcmds.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:23:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A2DA16A513; Mon, 27 Nov 2006 16:23:17 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5784F43D70; Mon, 27 Nov 2006 16:22:11 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGN9ZP006754; Mon, 27 Nov 2006 16:23:09 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGN94E006752; Mon, 27 Nov 2006 16:23:09 GMT (envelope-from yar) Message-Id: <200611271623.kARGN94E006752@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 16:23:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:23:17 -0000 yar 2006-11-27 16:23:09 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c convtbl.h Log: Stop exposing things that can be private to convtbl.c. Revision Changes Path 1.10 +17 -1 src/usr.bin/systat/convtbl.c 1.7 +0 -18 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:31:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696E416A40F; Mon, 27 Nov 2006 16:31:25 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F7643DD2; Mon, 27 Nov 2006 16:29:40 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGUXKQ007460; Mon, 27 Nov 2006 16:30:33 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGUXGd007459; Mon, 27 Nov 2006 16:30:33 GMT (envelope-from kientzle) Message-Id: <200611271630.kARGUXGd007459@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 27 Nov 2006 16:30:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_iso9660.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:31:25 -0000 kientzle 2006-11-27 16:30:33 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_iso9660.c Log: Improve support for large ISOs: * Correct a signed/unsigned problem that broke handling of files >2G. * Implement "skip" support for much faster "tar -t". Thanks to: Robert Sciuk for sending me a DVD that illustrated the first problem Revision Changes Path 1.16 +25 -4 src/lib/libarchive/archive_read_support_format_iso9660.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:35:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1398116A415; Mon, 27 Nov 2006 16:35:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1239D43D55; Mon, 27 Nov 2006 16:33:18 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGXjcd008510; Mon, 27 Nov 2006 16:33:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGXjOA008508; Mon, 27 Nov 2006 16:33:45 GMT (envelope-from yar) Message-Id: <200611271633.kARGXjOA008508@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 16:33:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:35:09 -0000 yar 2006-11-27 16:33:44 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c convtbl.h Log: Add the Tera scale factor, which is an easy job now. More scale factors would overflow the command line where the help for "scale" were shown. Revision Changes Path 1.11 +4 -1 src/usr.bin/systat/convtbl.c 1.8 +5 -0 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:36:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A83A616A403; Mon, 27 Nov 2006 16:36:39 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D5843DA2; Mon, 27 Nov 2006 16:35:10 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id kARGZeGt079559; Mon, 27 Nov 2006 17:35:40 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.8/8.13.3) with ESMTP id kARGZdbr022595; Mon, 27 Nov 2006 17:35:39 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.8/8.13.6/Submit) id kARGZdLu022594; Mon, 27 Nov 2006 17:35:39 +0100 (CET) (envelope-from wb) Date: Mon, 27 Nov 2006 17:35:39 +0100 From: Wilko Bulte To: Marius Strobl Message-ID: <20061127163539.GB22553@freebie.xs4all.nl> References: <200611270033.kAR0XFPY086646@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611270033.kAR0XFPY086646@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:36:39 -0000 On Mon, Nov 27, 2006 at 12:33:15AM +0000, Marius Strobl wrote.. > marius 2006-11-27 00:33:15 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/alpha/conf GENERIC > Log: > Add le(4). Oh.... someone who has not forgotten about Alpha :-) 8-) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:55:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C721C16AC2B; Mon, 27 Nov 2006 16:55:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2670A43D67; Mon, 27 Nov 2006 16:54:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGtFRZ019750; Mon, 27 Nov 2006 16:55:15 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGtFY6019734; Mon, 27 Nov 2006 16:55:15 GMT (envelope-from ru) Message-Id: <200611271655.kARGtFY6019734@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 16:55:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/ngctl Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:55:18 -0000 ru 2006-11-27 16:55:14 UTC FreeBSD src repository Modified files: usr.sbin Makefile usr.sbin/ngctl Makefile Log: Push the detection of threading libs support down to ngctl/Makefile as the latter can be built without threading (with the loss of line editing functionality). Pointed by: glebius Revision Changes Path 1.366 +1 -6 src/usr.sbin/Makefile 1.17 +7 -0 src/usr.sbin/ngctl/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 27 16:59:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0215316A4C8; Mon, 27 Nov 2006 16:59:36 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD58243D7B; Mon, 27 Nov 2006 16:58:10 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGx8mn020175; Mon, 27 Nov 2006 16:59:08 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGx87k020174; Mon, 27 Nov 2006 16:59:08 GMT (envelope-from yar) Message-Id: <200611271659.kARGx87k020174@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 16:59:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 16:59:36 -0000 yar 2006-11-27 16:59:08 UTC FreeBSD src repository Modified files: usr.bin/systat ifstat.c Log: Remove a wrong "const" qualifier. Spotted by: WARNS=6 Revision Changes Path 1.6 +3 -3 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 17:01:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8F4216A7C3; Mon, 27 Nov 2006 17:01:41 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BABF43D75; Mon, 27 Nov 2006 17:00:35 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARH1WNN020690; Mon, 27 Nov 2006 17:01:32 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARH1WNH020685; Mon, 27 Nov 2006 17:01:32 GMT (envelope-from yar) Message-Id: <200611271701.kARH1WNH020685@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 17:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat netstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 17:01:41 -0000 yar 2006-11-27 17:01:31 UTC FreeBSD src repository Modified files: usr.bin/systat netstat.c Log: Don't discard a const qualifier from constant strings. Revision Changes Path 1.26 +2 -1 src/usr.bin/systat/netstat.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 17:35:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A314E16A407; Mon, 27 Nov 2006 17:35:06 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835D74403D; Mon, 27 Nov 2006 17:23:53 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARHObAH025905; Mon, 27 Nov 2006 17:24:37 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARHObjF025904; Mon, 27 Nov 2006 17:24:37 GMT (envelope-from yar) Message-Id: <200611271724.kARHObjF025904@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 17:24:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat netstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 17:35:06 -0000 yar 2006-11-27 17:24:37 UTC FreeBSD src repository Modified files: usr.bin/systat netstat.c Log: + WARNS=4 reminds that nlist.n_name isn't const. + Use C99 initializers to be WARNS-clean. + The last element in a namelist should have its n_name set to NULL, not to an empty string. Revision Changes Path 1.27 +5 -3 src/usr.bin/systat/netstat.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 17:52:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B92B916A40F; Mon, 27 Nov 2006 17:52:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085D644333; Mon, 27 Nov 2006 17:33:44 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARHYeTV027494; Mon, 27 Nov 2006 17:34:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARHYeXh027493; Mon, 27 Nov 2006 17:34:40 GMT (envelope-from yar) Message-Id: <200611271734.kARHYeXh027493@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 17:34:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat netstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 17:52:56 -0000 yar 2006-11-27 17:34:40 UTC FreeBSD src repository Modified files: usr.bin/systat netstat.c Log: The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0, we set and use xtp; if idx is 1, we set and use xip; the other cases are impossible. However, GCC cannot see that xip and xtp are always initialized before use because they are initialized and used in different if/else blocks. So setting them to NULL at the very beginning won't hurt. Revision Changes Path 1.28 +2 -2 src/usr.bin/systat/netstat.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 18:38:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D02C016A407; Mon, 27 Nov 2006 18:38:18 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A17D43D77; Mon, 27 Nov 2006 17:53:28 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARHsT8P030530; Mon, 27 Nov 2006 17:54:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARHsT3h030528; Mon, 27 Nov 2006 17:54:29 GMT (envelope-from yar) Message-Id: <200611271754.kARHsT3h030528@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 17:54:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 18:38:18 -0000 yar 2006-11-27 17:54:29 UTC FreeBSD src repository Modified files: usr.bin/systat Makefile Log: systat(1) reaches WARNS=6 on i386 and amd64. This is good for catching general regressions in future. Unfortunately, it still displays some problems at WARNS=6 on architectures with stricter alignment requirements, e.g., ia64. Revision Changes Path 1.17 +4 -0 src/usr.bin/systat/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 27 19:34:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0CCB16A4FE; Mon, 27 Nov 2006 19:34:24 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD01F447FB; Mon, 27 Nov 2006 18:37:21 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARIbjlC039686; Mon, 27 Nov 2006 18:37:45 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARIbjlD039685; Mon, 27 Nov 2006 18:37:45 GMT (envelope-from brueffer) Message-Id: <200611271837.kARIbjlD039685@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 27 Nov 2006 18:37:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ums.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 19:34:25 -0000 brueffer 2006-11-27 18:37:45 UTC FreeBSD src repository Modified files: share/man/man4 ums.4 Log: Overhaul this manpage somewhat: - Move mentionings of required drivers to the SYNOPSIS where they belong - Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make somewhat more sense - Fix an Xref to manpage from ports to mention the corresponsing port - Remove commented out HISTORY section header MFC after: 3 days Revision Changes Path 1.25 +14 -28 src/share/man/man4/ums.4 From owner-cvs-src@FreeBSD.ORG Mon Nov 27 19:50:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16BCE16A415; Mon, 27 Nov 2006 19:50:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6C64400E; Mon, 27 Nov 2006 18:38:46 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARId3Mp039748; Mon, 27 Nov 2006 18:39:03 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARId33k039747; Mon, 27 Nov 2006 18:39:03 GMT (envelope-from marius) Message-Id: <200611271839.kARId33k039747@repoman.freebsd.org> From: Marius Strobl Date: Mon, 27 Nov 2006 18:39:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 19:50:47 -0000 marius 2006-11-27 18:39:03 UTC FreeBSD src repository Modified files: sys/dev/usb usbdi.c Log: Refine the previous change to only call bus_dmamap_sync() in case of an URQ_REQUEST when DMA segments are passed to usbd_start_transfer(); when the request doesn't include the optional data buffer the size of the transfer (xfer->length) is 0, in which case usbd_transfer() won't create a DMA map but call usbd_start_transfer() with no DMA segments. With the previous change this could result in the bus_dmamap_sync() implementation dereferencing the NULL-pointer passed as the DMA map argument. While at it fix what appears to be a typo in usbd_start_transfer(); in order to determine wheter usbd_start_transfer() was called with DMA segments check whether the number of segments is > 0 rather than the pointer to them being > 0. OK'ed by: imp Revision Changes Path 1.99 +19 -12 src/sys/dev/usb/usbdi.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:20:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE06816A4C8; Mon, 27 Nov 2006 20:20:27 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B527B4595F; Mon, 27 Nov 2006 19:05:50 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARJ6hlB045520; Mon, 27 Nov 2006 19:06:43 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARJ6huY045519; Mon, 27 Nov 2006 19:06:43 GMT (envelope-from mohans) Message-Id: <200611271906.kARJ6huY045519@repoman.freebsd.org> From: Mohan Srinivasan Date: Mon, 27 Nov 2006 19:06:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:20:27 -0000 mohans 2006-11-27 19:06:43 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_node.c Log: Fix for a bug caused by a race when 2 threads lookup the same file. Leave the loser's lock(s) initialized, so the reclaim logic can unconditionally destroy them when that race occurs (or if the vfs hash insert happened to fail for some other reason). Thanks to ups@ for a careful review of the code. Reported by : Kris Kennaway Revision Changes Path 1.84 +7 -1 src/sys/nfsclient/nfs_node.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:32:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8A4916A553; Mon, 27 Nov 2006 20:32:58 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2149C46517; Mon, 27 Nov 2006 19:37:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARJcSbf050220; Mon, 27 Nov 2006 19:38:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARJcSi6050219; Mon, 27 Nov 2006 19:38:28 GMT (envelope-from ru) Message-Id: <200611271938.kARJcSi6050219@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 19:38:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:32:59 -0000 ru 2006-11-27 19:38:28 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: There was a timeframe where crunchgen(1) was broken; force an upgrade during the build so those who are affected can build world again. Revision Changes Path 1.565 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:34:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B11716A563; Mon, 27 Nov 2006 20:34:36 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC1C44088; Mon, 27 Nov 2006 19:50:26 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARJopL4052021; Mon, 27 Nov 2006 19:50:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARJopwJ052020; Mon, 27 Nov 2006 19:50:51 GMT (envelope-from yar) Message-Id: <200611271950.kARJopwJ052020@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 19:50:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat bpf.c ipsec.c pfkey.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:34:36 -0000 yar 2006-11-27 19:50:51 UTC FreeBSD src repository Modified files: usr.bin/netstat bpf.c ipsec.c pfkey.c Log: Don't shadow globals. Found by: WARNS=6 MFC after: 3 days Revision Changes Path 1.7 +2 -2 src/usr.bin/netstat/bpf.c 1.15 +4 -4 src/usr.bin/netstat/ipsec.c 1.3 +1 -1 src/usr.bin/netstat/pfkey.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:35:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43DC216A417; Mon, 27 Nov 2006 20:35:11 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD57468AE; Mon, 27 Nov 2006 19:47:59 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARJmjij051863; Mon, 27 Nov 2006 19:48:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARJmjKa051858; Mon, 27 Nov 2006 19:48:45 GMT (envelope-from yar) Message-Id: <200611271948.kARJmjKa051858@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 19:48:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:35:12 -0000 yar 2006-11-27 19:48:45 UTC FreeBSD src repository Modified files: usr.bin/netstat route.c Log: We should return the name in cp, not printf it. Found by: WARNS=6 MFC after: 3 days Revision Changes Path 1.80 +3 -1 src/usr.bin/netstat/route.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:36:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68CA116A51C; Mon, 27 Nov 2006 20:36:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E6C44BB6; Mon, 27 Nov 2006 20:18:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARKJ5iR057894; Mon, 27 Nov 2006 20:19:05 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARKJ5Zk057893; Mon, 27 Nov 2006 20:19:05 GMT (envelope-from yar) Message-Id: <200611272019.kARKJ5Zk057893@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 20:19:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat iostat.c pigs.c swap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:36:33 -0000 yar 2006-11-27 20:19:05 UTC FreeBSD src repository Modified files: usr.bin/systat iostat.c pigs.c swap.c Log: Consistently mark percentage scales as such. PR: bin/101975 MFC after: 3 days Revision Changes Path 1.24 +2 -2 src/usr.bin/systat/iostat.c 1.22 +1 -1 src/usr.bin/systat/pigs.c 1.24 +1 -1 src/usr.bin/systat/swap.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:38:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B3DD16A530; Mon, 27 Nov 2006 20:38:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09923448BC; Mon, 27 Nov 2006 20:17:43 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARKIjXY057857; Mon, 27 Nov 2006 20:18:45 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARKIjYw057856; Mon, 27 Nov 2006 20:18:45 GMT (envelope-from thompsa) Message-Id: <200611272018.kARKIjYw057856@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Nov 2006 20:18:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:38:42 -0000 thompsa 2006-11-27 20:18:44 UTC FreeBSD src repository Modified files: sbin/ifconfig ifbridge.c ifconfig.8 Log: Keep the command name the same as the values display name in ifconfig. Revision Changes Path 1.7 +1 -1 src/sbin/ifconfig/ifbridge.c 1.127 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Nov 27 20:39:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 753B216A527; Mon, 27 Nov 2006 20:39:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634054405B; Mon, 27 Nov 2006 20:32:12 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARKXEPj060558; Mon, 27 Nov 2006 20:33:14 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARKXELI060556; Mon, 27 Nov 2006 20:33:14 GMT (envelope-from dougb) Message-Id: <200611272033.kARKXELI060556@repoman.freebsd.org> From: Doug Barton Date: Mon, 27 Nov 2006 20:33:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 20:39:55 -0000 dougb 2006-11-27 20:33:14 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Write the short vendor name in ALL CAPS, since it will become a #define. Submitted by: brooks Revision Changes Path 1.283 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Nov 27 21:07:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06C7416A403; Mon, 27 Nov 2006 21:07:44 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2337643FEA; Mon, 27 Nov 2006 20:52:14 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARKqwkE071421; Mon, 27 Nov 2006 20:52:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARKqvBH071419; Mon, 27 Nov 2006 20:52:57 GMT (envelope-from thompsa) Message-Id: <200611272052.kARKqvBH071419@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Nov 2006 20:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 21:07:44 -0000 thompsa 2006-11-27 20:52:57 UTC FreeBSD src repository Modified files: sbin/ifconfig ifbridge.c Log: Show the MAC address cache size and timeout. Revision Changes Path 1.8 +21 -13 src/sbin/ifconfig/ifbridge.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 21:24:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DB8316A6EE; Mon, 27 Nov 2006 21:24:06 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626D243DBD; Mon, 27 Nov 2006 21:09:53 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLAtrL075053; Mon, 27 Nov 2006 21:10:55 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLAtXI075049; Mon, 27 Nov 2006 21:10:55 GMT (envelope-from jkim) Message-Id: <200611272110.kARLAtXI075049@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 27 Nov 2006 21:10:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 21:24:06 -0000 jkim 2006-11-27 21:10:55 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: MFP4: Change 109654 Add two linprocfs entries for Linux IPC: /proc/sys/kernel/msgmni -> kern.ipc.msgmni /proc/sys/kernel/sem -> kern.ipc.semmsl kern.ipc.semmns kern.ipc.semopm kern.ipc.semmni This fixes msgget03 and semget05 from Linux Test Project (LTP) test suite. msgctl08 and msgctl09 also use /proc/sys/kernel/msgmni but another fix is required from p4 (Change 110179). Requested by: netchild Revision Changes Path 1.101 +60 -0 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 21:31:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B078216A4D2; Mon, 27 Nov 2006 21:31:25 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FA043FF4; Mon, 27 Nov 2006 21:25:27 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLQKrK078122; Mon, 27 Nov 2006 21:26:20 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLQKZS078121; Mon, 27 Nov 2006 21:26:20 GMT (envelope-from cperciva) Message-Id: <200611272126.kARLQKZS078121@repoman.freebsd.org> From: Colin Percival Date: Mon, 27 Nov 2006 21:26:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 21:31:25 -0000 cperciva 2006-11-27 21:26:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/freebsd-update freebsd-update.sh Log: Partial MFC of revision 1.4: Fix a bug which caused a spurious "Fetching 2 metadata files... failed." error message the first time FreeBSD Update is run on a release which doesn't need any updates. Revision Changes Path 1.2.2.3 +2 -1 src/usr.sbin/freebsd-update/freebsd-update.sh From owner-cvs-src@FreeBSD.ORG Mon Nov 27 21:31:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9F5316A5BD; Mon, 27 Nov 2006 21:31:38 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B4A43E51; Mon, 27 Nov 2006 21:26:40 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLRXaZ078284; Mon, 27 Nov 2006 21:27:33 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLRXrn078283; Mon, 27 Nov 2006 21:27:33 GMT (envelope-from cperciva) Message-Id: <200611272127.kARLRXrn078283@repoman.freebsd.org> From: Colin Percival Date: Mon, 27 Nov 2006 21:27:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 21:31:39 -0000 cperciva 2006-11-27 21:27:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.sbin/freebsd-update freebsd-update.sh Log: Partial MFC of revision 1.4: Fix a bug which caused a spurious "Fetching 2 metadata files... failed." error message the first time FreeBSD Update is run on a release which doesn't need any updates. Approved by: re (kensmith) Revision Changes Path 1.2.2.2.2.1 +2 -1 src/usr.sbin/freebsd-update/freebsd-update.sh From owner-cvs-src@FreeBSD.ORG Mon Nov 27 21:34:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8759616A403; Mon, 27 Nov 2006 21:34:01 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01F443EF8; Mon, 27 Nov 2006 21:30:01 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLUcCq078554; Mon, 27 Nov 2006 21:30:38 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLUciV078553; Mon, 27 Nov 2006 21:30:38 GMT (envelope-from yar) Message-Id: <200611272130.kARLUciV078553@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 21:30:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 21:34:01 -0000 yar 2006-11-27 21:30:38 UTC FreeBSD src repository Modified files: usr.bin/systat Makefile Log: Back out rev. 1.17: arch-dependent WARNS level. The policy is that the WARNS level should characterize the quality of a piece of code irrespective of any conditions. Otherwise the code doesn't deserve the WARNS level assigned. Requested by: ru Revision Changes Path 1.18 +0 -4 src/usr.bin/systat/Makefile From owner-cvs-src@FreeBSD.ORG Mon Nov 27 22:07:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25CC716A40F; Mon, 27 Nov 2006 22:07:08 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22AE143E8F; Mon, 27 Nov 2006 21:45:23 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLk0GF081530; Mon, 27 Nov 2006 21:46:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLk0Ta081525; Mon, 27 Nov 2006 21:46:00 GMT (envelope-from brueffer) Message-Id: <200611272146.kARLk0Ta081525@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 27 Nov 2006 21:45:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src ObsoleteFiles.inc src/share/man/man4 Makefile uhid.4 uhidev.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 22:07:08 -0000 brueffer 2006-11-27 21:45:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . ObsoleteFiles.inc share/man/man4 Makefile uhid.4 Removed files: (Branch: RELENG_6_2) share/man/man4 uhidev.4 Log: MFC: Remove uhidev.4 and references to it, the corresponding code was never imported from NetBSD. Approved by: re (bmah) Revision Changes Path 1.25.2.9.2.1 +2 -0 src/ObsoleteFiles.inc 1.320.2.20.2.1 +0 -1 src/share/man/man4/Makefile 1.4.8.1.6.1 +1 -2 src/share/man/man4/uhid.4 1.3.16.1 +0 -78 src/share/man/man4/uhidev.4 (dead) From owner-cvs-src@FreeBSD.ORG Mon Nov 27 22:24:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D21F716A403; Mon, 27 Nov 2006 22:24:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CD54425B; Mon, 27 Nov 2006 21:58:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLx613083310; Mon, 27 Nov 2006 21:59:06 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLx5rn083309; Mon, 27 Nov 2006 21:59:05 GMT (envelope-from thompsa) Message-Id: <200611272159.kARLx5rn083309@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Nov 2006 21:59:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 22:24:58 -0000 thompsa 2006-11-27 21:59:05 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Add descriptions for p2p and autop2p. Revision Changes Path 1.129 +20 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Nov 27 22:36:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4516A417; Mon, 27 Nov 2006 22:36:27 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8644244751; Mon, 27 Nov 2006 21:53:44 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARLslFH083022; Mon, 27 Nov 2006 21:54:47 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARLslg4083021; Mon, 27 Nov 2006 21:54:47 GMT (envelope-from ceri) Message-Id: <200611272154.kARLslg4083021@repoman.freebsd.org> From: Ceri Davies Date: Mon, 27 Nov 2006 21:54:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 22:36:27 -0000 ceri 2006-11-27 21:54:46 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Bump .Dd for r1.127. Revision Changes Path 1.128 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Nov 27 22:56:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06D4F16A416; Mon, 27 Nov 2006 22:56:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935F045018; Mon, 27 Nov 2006 22:17:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARMHBx1087904; Mon, 27 Nov 2006 22:17:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARMHBgi087903; Mon, 27 Nov 2006 22:17:11 GMT (envelope-from ru) Message-Id: <200611272217.kARMHBgi087903@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Nov 2006 22:17:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/pax cpio.c tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 22:56:19 -0000 ru 2006-11-27 22:17:11 UTC FreeBSD src repository Modified files: bin/pax cpio.c tar.c Log: Fix some of the alignment warnings on ARM. Revision Changes Path 1.24 +9 -9 src/bin/pax/cpio.c 1.25 +8 -8 src/bin/pax/tar.c From owner-cvs-src@FreeBSD.ORG Mon Nov 27 23:48:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1DB916A47B; Mon, 27 Nov 2006 23:48:14 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id BDF9D4530B; Mon, 27 Nov 2006 22:31:18 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 27 Nov 2006 22:32:13 +0000 (GMT) To: Marius Strobl In-Reply-To: Your message of "Mon, 27 Nov 2006 18:39:03 GMT." <200611271839.kARId33k039747@repoman.freebsd.org> Date: Mon, 27 Nov 2006 22:32:12 +0000 From: Ian Dowse Message-ID: <200611272232.aa46722@nowhere.iedowse.com> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 23:48:14 -0000 In message <200611271839.kARId33k039747@repoman.freebsd.org>, Marius Strobl wri tes: > Refine the previous change to only call bus_dmamap_sync() in case of > an URQ_REQUEST when DMA segments are passed to usbd_start_transfer(); > when the request doesn't include the optional data buffer the size of > the transfer (xfer->length) is 0, in which case usbd_transfer() won't > create a DMA map but call usbd_start_transfer() with no DMA segments. > With the previous change this could result in the bus_dmamap_sync() > implementation dereferencing the NULL-pointer passed as the DMA map > argument. > While at it fix what appears to be a typo in usbd_start_transfer(); > in order to determine wheter usbd_start_transfer() was called with > DMA segments check whether the number of segments is > 0 rather than > the pointer to them being > 0. Thanks for spotting the typo - note though that the recently added bus_dmamap_sync() call appears to be using the wrong bus_dma tag and a potentially uninitialised map, so it is likely to only work on architectures where bus_dmamap_sync doesn't depend on the tag and map. The only bus_dmamap_sync() calls in the usb tree at the moment are ones I added as part of the scatter-gather work a while ago, and they all relate to the data buffer associated with a transfer. For the control transfer SETUP packet buffer, each host controller driver has a "reqdma" field that holds the DMA mapping information. It's probably easiest to make the changes in the individual host controller drivers so they do something like bus_dmamap_sync(reqdma.block->tag, reqdma.block->map, BUS_DMASYNC_PREWRITE); after filling out the setup packet. I guess other memory structures such as descriptors and queue heads might need bus_dmamap_sync calls too - what are the features of the platform(s) where the original issues were seen? (e.g. is some IOMMU operation or memory barrier required between host and I/O access to memory?) Apart from the handling of data buffers, the USB code appears to currently assume that with BUS_DMA_COHERENT it doesn't need any further synchronisation, which can't be right in general. Ian From owner-cvs-src@FreeBSD.ORG Mon Nov 27 23:54:14 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC23A16A412 for ; Mon, 27 Nov 2006 23:54:14 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from alias7.ihug.co.nz (alias7.ihug.co.nz [203.96.222.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648AF4460D for ; Mon, 27 Nov 2006 22:39:39 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from ironport1.ihug.co.nz [203.109.254.19] by alias7.ihug.co.nz with esmtp (Exim 3.36 #1 (Debian)) id 1Goomn-0002HJ-00; Tue, 28 Nov 2006 11:17:13 +1300 Received: from 203-109-251-39.static.bliink.ihug.co.nz (HELO heff.fud.org.nz) ([203.109.251.39]) by ironport1.ihug.co.nz with ESMTP; 28 Nov 2006 11:46:56 +1300 X-Ironport-Seen: Yes Received: by heff.fud.org.nz (Postfix, from userid 1001) id 9F7661CC2C; Tue, 28 Nov 2006 11:40:39 +1300 (NZDT) Date: Tue, 28 Nov 2006 11:40:39 +1300 From: Andrew Thompson To: Ceri Davies Message-ID: <20061127224039.GA18605@heff.fud.org.nz> References: <200611272154.kARLslg4083021@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611272154.kARLslg4083021@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 23:54:14 -0000 On Mon, Nov 27, 2006 at 09:54:46PM +0000, Ceri Davies wrote: > ceri 2006-11-27 21:54:46 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.8 > Log: > Bump .Dd for r1.127. > > Revision Changes Path > 1.128 +1 -1 src/sbin/ifconfig/ifconfig.8 Thanks, I always forget to do this. From owner-cvs-src@FreeBSD.ORG Mon Nov 27 23:55:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 713FF16A403; Mon, 27 Nov 2006 23:55:33 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A6E446F9; Mon, 27 Nov 2006 22:35:43 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 95D0713341E; Tue, 28 Nov 2006 09:06:44 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 89B889C11F; Tue, 28 Nov 2006 09:06:44 +1030 (CST) Date: Tue, 28 Nov 2006 09:06:44 +1030 From: Greg 'groggy' Lehey To: Yar Tikhiy Message-ID: <20061127223644.GV42090@wantadilla.lemis.com> References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> <20061127130323.GC77085@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cbsCxbAnPLQXdgdB" Content-Disposition: inline In-Reply-To: <20061127130323.GC77085@comp.chem.msu.su> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie Subject: Style strangenesses (was: cvs commit: src/etc rc.subr) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Nov 2006 23:55:33 -0000 --cbsCxbAnPLQXdgdB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 27 November 2006 at 16:03:24 +0300, Yar Tikhiy wrote: > By the way, now the output follows the NetBSD rc.conf style: > > # $foo_enable > foo_enable=YES > > Could it be changed even further to match our own rc.conf style? > I.e.: > > # $foo_enable > foo_enable="YES" Can somebody justify this style to me? It seems unnecessarily confusing, like Microsoft mail headers with To: "'Fred Bloggs'" I'm left with the feeling of sloppiness. Greg -- See complete headers for address and phone numbers. --cbsCxbAnPLQXdgdB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFa2h8IubykFB6QiMRAtqaAKCzXhh5uL+x4JEIFMBwk6RaqN6g8gCeNoqD FbLhFmMvOGYIhsF/48Jg5IU= =OKjY -----END PGP SIGNATURE----- --cbsCxbAnPLQXdgdB-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 04:33:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 065FB16A407; Tue, 28 Nov 2006 04:33:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF2C4489B; Tue, 28 Nov 2006 00:04:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS055Fm007952; Tue, 28 Nov 2006 00:05:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS055Rs007951; Tue, 28 Nov 2006 00:05:05 GMT (envelope-from imp) Message-Id: <200611280005.kAS055Rs007951@repoman.freebsd.org> From: Warner Losh Date: Tue, 28 Nov 2006 00:05:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iicbus iiconf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 04:33:51 -0000 imp 2006-11-28 00:05:05 UTC FreeBSD src repository Modified files: sys/dev/iicbus iiconf.h Log: Remove unused leftovers. Revision Changes Path 1.10 +0 -9 src/sys/dev/iicbus/iiconf.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 04:37:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF21E16A403; Tue, 28 Nov 2006 04:37:59 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F0945014; Mon, 27 Nov 2006 22:55:15 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kARMuGss090756; Tue, 28 Nov 2006 01:56:16 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kARMuG5c090755; Tue, 28 Nov 2006 01:56:16 +0300 (MSK) (envelope-from yar) Date: Tue, 28 Nov 2006 01:56:15 +0300 From: Yar Tikhiy To: "Greg 'groggy' Lehey" Message-ID: <20061127225615.GA90569@comp.chem.msu.su> References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> <20061127130323.GC77085@comp.chem.msu.su> <20061127223644.GV42090@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061127223644.GV42090@wantadilla.lemis.com> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie Subject: Re: Style strangenesses (was: cvs commit: src/etc rc.subr) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 04:38:00 -0000 On Tue, Nov 28, 2006 at 09:06:44AM +1030, Greg 'groggy' Lehey wrote: > On Monday, 27 November 2006 at 16:03:24 +0300, Yar Tikhiy wrote: > > By the way, now the output follows the NetBSD rc.conf style: > > > > # $foo_enable > > foo_enable=YES > > > > Could it be changed even further to match our own rc.conf style? > > I.e.: > > > > # $foo_enable > > foo_enable="YES" > > Can somebody justify this style to me? IMHO, it is uniform a) to make automatic changes easy, and b) to prevent newbie questions on sh(1) syntax: "Who said sh(1)? Forget it and just use the quotes." :-) > It seems unnecessarily > confusing, like Microsoft mail headers with > > To: "'Fred Bloggs'" If Microsoft insist that the user's display name is 'Fred Bloggs', with apostrophes, they are free to use the double quotes around it. RFC 2822 discourages unneeded quoted-string in local-part only. :-) -- Yar From owner-cvs-src@FreeBSD.ORG Tue Nov 28 04:52:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0798516A40F; Tue, 28 Nov 2006 04:52:33 +0000 (UTC) (envelope-from benno@freebsd.org) Received: from mail.jeamland.net (rafe.jeamland.net [202.45.126.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4950F4618E; Mon, 27 Nov 2006 23:58:11 +0000 (GMT) (envelope-from benno@freebsd.org) Received: from mail.jeamland.net (localhost [127.0.0.1]) by mail.jeamland.net (Postfix) with ESMTP id EF6171CCE4; Tue, 28 Nov 2006 10:58:58 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on rafe.jeamland.net X-Spam-Level: X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.7 Received: from [10.76.67.206] (eth1648.vic.adsl.internode.on.net [150.101.217.111]) by mail.jeamland.net (Postfix) with ESMTP id 98DD41CC0E; Tue, 28 Nov 2006 10:58:58 +1100 (EST) In-Reply-To: <200611270616.kAR6Gb3U075156@repoman.freebsd.org> References: <200611270616.kAR6Gb3U075156@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <03E53D82-DFA5-44A2-9B4B-1BC7BE4258E8@freebsd.org> Content-Transfer-Encoding: 7bit From: Benno Rice Date: Tue, 28 Nov 2006 10:58:57 +1100 To: Ariff Abdullah X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: ClamAV using ClamSMTP at rafe.jeamland.net Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 04:52:33 -0000 On 27/11/2006, at 5:16 PM, Ariff Abdullah wrote: > ariff 2006-11-27 06:16:36 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci/hda hdac.c > Log: > - LNV -> LENOVO > - Fix support for Samsung Q1 UltraMobile PC (inverted EAPD). > > Reported by: benno Thanks, Ariff! -- Benno Rice benno@freebsd.org From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:06:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E310A16A412; Tue, 28 Nov 2006 05:06:53 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA09045E4E; Mon, 27 Nov 2006 23:25:23 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARNQ6mM000448; Mon, 27 Nov 2006 23:26:06 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARNQ6s0000447; Mon, 27 Nov 2006 23:26:06 GMT (envelope-from mohans) Message-Id: <200611272326.kARNQ6s0000447@repoman.freebsd.org> From: Mohan Srinivasan Date: Mon, 27 Nov 2006 23:26:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:06:54 -0000 mohans 2006-11-27 23:26:06 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't have to explicitly acquire Giant (although they need to be aware of this and not hold any locks at that point). Remove the acquisitions of Giant in the NFS client wrapping tprintf(). Revision Changes Path 1.147 +4 -6 src/sys/nfsclient/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:22:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50C9C16A492; Tue, 28 Nov 2006 05:22:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C7A442DD; Mon, 27 Nov 2006 23:37:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARNc0oN002098; Mon, 27 Nov 2006 23:38:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARNc0Vr002097; Mon, 27 Nov 2006 23:38:00 GMT (envelope-from marius) Message-Id: <200611272338.kARNc0Vr002097@repoman.freebsd.org> From: Marius Strobl Date: Mon, 27 Nov 2006 23:38:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii mii_physubr.c miivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:22:24 -0000 marius 2006-11-27 23:38:00 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c miivar.h Log: - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to always take place if IFM_AUTO is selected. This allows drivers like nsphy(4), which need to force writing the ANAR according to the BMSR, to take advantage of mii_phy_setmedia(). [1] - In mii_phy_reset() once the current media is set don't isolate the PHY corresponding to the instance of the currently selected media rather than unconditionally not isolating the PHY corresponding to instance 0. This saves a isolation-unisolation-cycle of the PHY corresponding to the currently selected media for the case were it isn't instance 0. - Fix some whitespace nits. [1] Obtained from: NetBSD [1] MFC after: 2 weeks Revision Changes Path 1.26 +10 -4 src/sys/dev/mii/mii_physubr.c 1.19 +1 -0 src/sys/dev/mii/miivar.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:27:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB0E116A512; Tue, 28 Nov 2006 05:27:20 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E4D44808; Mon, 27 Nov 2006 22:51:09 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARMqC1o093433; Mon, 27 Nov 2006 22:52:12 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARMqCcC093420; Mon, 27 Nov 2006 22:52:12 GMT (envelope-from emax) Message-Id: <200611272252.kARMqCcC093420@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 27 Nov 2006 22:52:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd parser.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:27:21 -0000 emax 2006-11-27 22:52:11 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd parser.y Log: Do not mark Bluetooth HID device as a "potential keyboard" if its descriptor has items with CONSUMER page. For now only check for items with KEYBOARD page. This should prevent bthidd(8) from allocating vkbd(4) keyboard for Microsoft Bluetooth Explorer mouse. Reported by: Eric Anderson MFC after: 3 days Revision Changes Path 1.7 +1 -1 src/usr.sbin/bluetooth/bthidd/parser.y From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:27:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FC6516A778; Tue, 28 Nov 2006 05:27:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0EE461FD; Mon, 27 Nov 2006 23:49:16 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARNoJSu003761; Mon, 27 Nov 2006 23:50:19 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARNoJCX003760; Mon, 27 Nov 2006 23:50:19 GMT (envelope-from marius) Message-Id: <200611272350.kARNoJCX003760@repoman.freebsd.org> From: Marius Strobl Date: Mon, 27 Nov 2006 23:50:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii bmtphy.c gentbi.c mii_physubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:27:47 -0000 marius 2006-11-27 23:50:19 UTC FreeBSD src repository Modified files: sys/dev/mii bmtphy.c gentbi.c mii_physubr.c Log: Analogous to mii_add_media(), factor out the code for checking whether the BMSR contains any media at all to mii_phy_add_media(). The majority of the drivers currently using mii_phy_add_media() were missing such a check anyway though. MFC after: 2 weeks Revision Changes Path 1.11 +1 -5 src/sys/dev/mii/bmtphy.c 1.2 +1 -5 src/sys/dev/mii/gentbi.c 1.27 +6 -0 src/sys/dev/mii/mii_physubr.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:32:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68A1516A556; Tue, 28 Nov 2006 05:32:38 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24031451B2; Tue, 28 Nov 2006 04:43:37 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id kAS0ZQeO022951; Tue, 28 Nov 2006 01:35:28 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id kAS0ZQdq022950; Tue, 28 Nov 2006 01:35:26 +0100 (CET) (envelope-from marius) Date: Tue, 28 Nov 2006 01:35:26 +0100 From: Marius Strobl To: Ian Dowse , "M. Warner Losh" Message-ID: <20061128003526.GA76234@alchemy.franken.de> References: <200611271839.kARId33k039747@repoman.freebsd.org> <200611272232.aa46722@nowhere.iedowse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611272232.aa46722@nowhere.iedowse.com> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:32:38 -0000 On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: > In message <200611271839.kARId33k039747@repoman.freebsd.org>, Marius Strobl wri > tes: > > Refine the previous change to only call bus_dmamap_sync() in case of > > an URQ_REQUEST when DMA segments are passed to usbd_start_transfer(); > > when the request doesn't include the optional data buffer the size of > > the transfer (xfer->length) is 0, in which case usbd_transfer() won't > > create a DMA map but call usbd_start_transfer() with no DMA segments. > > With the previous change this could result in the bus_dmamap_sync() > > implementation dereferencing the NULL-pointer passed as the DMA map > > argument. > > While at it fix what appears to be a typo in usbd_start_transfer(); > > in order to determine wheter usbd_start_transfer() was called with > > DMA segments check whether the number of segments is > 0 rather than > > the pointer to them being > 0. > > Thanks for spotting the typo - note though that the recently added > bus_dmamap_sync() call appears to be using the wrong bus_dma tag > and a potentially uninitialised map, so it is likely to only work > on architectures where bus_dmamap_sync doesn't depend on the tag > and map. > > The only bus_dmamap_sync() calls in the usb tree at the moment are > ones I added as part of the scatter-gather work a while ago, and > they all relate to the data buffer associated with a transfer. For > the control transfer SETUP packet buffer, each host controller driver > has a "reqdma" field that holds the DMA mapping information. It's > probably easiest to make the changes in the individual host controller > drivers so they do something like > > bus_dmamap_sync(reqdma.block->tag, > reqdma.block->map, BUS_DMASYNC_PREWRITE); > > after filling out the setup packet. > > I guess other memory structures such as descriptors and queue heads > might need bus_dmamap_sync calls too - what are the features of the > platform(s) where the original issues were seen? (e.g. is some IOMMU > operation or memory barrier required between host and I/O access > to memory?) Your suggestion sounds reasonable to me, but please talk to imp@ about it as I was merely trying to fix fallout seen on sparc64 which was caused by his change but don't know about the original problam that motivated that change. > Apart from the handling of data buffers, the USB code > appears to currently assume that with BUS_DMA_COHERENT it doesn't > need any further synchronisation, which can't be right in general. Hrm, because a certain platform might silently ignore BUS_DMA_COHERENT and provide a non-coherent mapping instead or because of another reason? Marius From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:35:32 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7839016A4D0; Tue, 28 Nov 2006 05:35:32 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A3D449E2; Tue, 28 Nov 2006 04:45:19 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS1XICp031275; Tue, 28 Nov 2006 01:33:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS1XIJG031274; Tue, 28 Nov 2006 01:33:18 GMT (envelope-from marius) Message-Id: <200611280133.kAS1XIJG031274@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 01:33:18 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:35:32 -0000 marius 2006-11-28 01:33:18 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c if_pcnreg.h Log: - Clear the PCN_MISC_ASEL bit so the media port can be actually set via the PCN_CSR_MODE register. Along with sys/dev/mii/nsphy.c 1.26 this fixes the case of certain Am79c971-based HP cards and on-board ones in IBM machines reporting link but not actually passing any traffic. [1] - Add support for the internal 10baseT PHY, which actually is used on at least said HP cards (together with an external DP83840A in a multiple PHYs configuration). With cards that don't make use of this internal PHY it'll also show up in FreeBSD but not cause any harm. This is still missing support for multiple PHYs configuration using the internal 100baseTX and/or HomePNA PHYs together with external PHYs or multiple external PHYs though. - In pcn_ifmedia_upd() call pcn_reset() as otherwise the Am79C971 of at least said HP cards can wedge when switching from the internal 10baseT PHY to the external PHY. This means that we need to also initialize and possibly start the chip again in pcn_ifmedia_upd(), which isn't that bad though as for setting the media port the chip has to be powered down or stopped anyway and unlike documented doesn't take effect until the next initialization. PR: 27995, 25959, 72966 (likely) [1] MFC after: 2 weeks Revision Changes Path 1.81 +66 -12 src/sys/pci/if_pcn.c 1.15 +8 -4 src/sys/pci/if_pcnreg.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:35:47 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9721416A804; Tue, 28 Nov 2006 05:35:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A6644098; Tue, 28 Nov 2006 04:48:24 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS112xj024198; Tue, 28 Nov 2006 01:01:02 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS112pJ024197; Tue, 28 Nov 2006 01:01:02 GMT (envelope-from marius) Message-Id: <200611280101.kAS112pJ024197@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 01:01:02 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii nsphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:35:47 -0000 marius 2006-11-28 01:01:02 UTC FreeBSD src repository Modified files: sys/dev/mii nsphy.c Log: - Don't add IFM_NONE when used in combination with pcn(4) as for MII loopback to work PCnet chips additionally need to be placed into external loopback mode which pcn(4) doesn't do so far. - In nsphy_service() just use if_dname instead of determining the name of the parent NIC via device_get_name(device_get_parent(sc->mii_dev)). - Don't set MIIF_NOISOLATE, except for when used in combination with a NIC that wedges when isolating the PHYs, so nsphy(4) can be used in configurations with multiple PHYs. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia() (requires the MIIF_FORCEANEG added in sys/dev/mii/mii_physubr.c 1.26, sys/dev/mii/miivar.h 1.19). - Implement a separate nsphy_reset(). There are two reasons for this: 1) This PHY can take an inordinate amount of time to reset if media is attached; under fairly normal circumstances up to nearly one second. This is because it appears to go through an implicit auto- negotiation cycle as part of the reset. 2) During reset and auto-negotiation, the BMCR will clear the reset bit before the process is complete. It will return 0 until the process is complete and it's safe to access the PHY again. This is the first of two changes required to make the combination of Am79c971 and DP83840A found on certain HP cards and on-board in IBM machines work. - Fix some whitespace nits. Based on: NetBSD (except for the first and second item) MFC after: 2 weeks Revision Changes Path 1.26 +77 -49 src/sys/dev/mii/nsphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:36:21 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B10516A990; Tue, 28 Nov 2006 05:36:21 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1043044FD1; Tue, 28 Nov 2006 04:41:23 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS3OZ0H050481; Tue, 28 Nov 2006 03:24:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS3OZZs050479; Tue, 28 Nov 2006 03:24:35 GMT (envelope-from davidxu) Message-Id: <200611280324.kAS3OZZs050479@repoman.freebsd.org> From: David Xu Date: Tue, 28 Nov 2006 03:24:35 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_time.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:36:21 -0000 davidxu 2006-11-28 03:24:35 UTC FreeBSD src repository Modified files: sys/kern kern_time.c Log: - Remove third parameter of itimer_find, the parameter is always zero. - Call callout_drain on deleting POSIX timer. - Use kern_timer_delete in exiting hook. Revision Changes Path 1.137 +16 -46 src/sys/kern/kern_time.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:37:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2434F16A78A; Tue, 28 Nov 2006 05:37:42 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FE04464E; Tue, 28 Nov 2006 04:45:10 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS1EAbL028338; Tue, 28 Nov 2006 01:14:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS1EA5f028337; Tue, 28 Nov 2006 01:14:10 GMT (envelope-from marius) Message-Id: <200611280114.kAS1EA5f028337@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 01:14:10 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii rlphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:37:42 -0000 marius 2006-11-28 01:14:10 UTC FreeBSD src repository Modified files: sys/dev/mii rlphy.c Log: - In rlphy_service() for the MII_TICK case don't bother to check whether the currently selected media is of type IFM_AUTO as auto-negotiation doesn't need to be kicked anyway. - In rlphy_status() just use if_dname instead of determining the name of the parent NIC via device_get_name(device_get_parent(sc->mii_dev)). - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). - Fix some whitespace nits and remove commented out code that just can't be used with RealTek PHYs. MFC after: 2 weeks Revision Changes Path 1.24 +10 -45 src/sys/dev/mii/rlphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:38:47 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E115116A47C; Tue, 28 Nov 2006 05:38:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18A54516F; Tue, 28 Nov 2006 04:47:53 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS0lsQP022327; Tue, 28 Nov 2006 00:47:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS0lsmZ022326; Tue, 28 Nov 2006 00:47:54 GMT (envelope-from marius) Message-Id: <200611280047.kAS0lsmZ022326@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 00:47:54 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii nsgphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:38:48 -0000 marius 2006-11-28 00:47:54 UTC FreeBSD src repository Modified files: sys/dev/mii nsgphy.c Log: - Rely on mii_phy_add_media() setting mii_anegticks as appropriate. - Fix some whitespace nits. MFC after: 2 weeks Revision Changes Path 1.23 +3 -4 src/sys/dev/mii/nsgphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:38:57 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C81916A50A; Tue, 28 Nov 2006 05:38:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF79445365; Tue, 28 Nov 2006 04:48:11 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS18j3v026922; Tue, 28 Nov 2006 01:08:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS18jHW026921; Tue, 28 Nov 2006 01:08:45 GMT (envelope-from marius) Message-Id: <200611280108.kAS18jHW026921@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 01:08:45 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii qsphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:38:57 -0000 marius 2006-11-28 01:08:45 UTC FreeBSD src repository Modified files: sys/dev/mii qsphy.c Log: - In qsphy_service() for the MII_TICK case don't bother to check whether the currently selected media is of type IFM_AUTO as auto-negotiation doesn't need to be kicked anyway. - Don't set MIIF_NOISOLATE so qsphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating QS6612 per se nor in combination with the NICs they're used with. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). Obtained from: NetBSD (except for the first item) MFC after: 2 weeks Revision Changes Path 1.17 +4 -29 src/sys/dev/mii/qsphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:39:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 798D516A533; Tue, 28 Nov 2006 05:39:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA76244C76; Tue, 28 Nov 2006 04:47:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS13T26026574; Tue, 28 Nov 2006 01:03:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS13TfJ026573; Tue, 28 Nov 2006 01:03:29 GMT (envelope-from ru) Message-Id: <200611280103.kAS13TfJ026573@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Nov 2006 01:03:29 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:39:31 -0000 ru 2006-11-28 01:03:29 UTC FreeBSD src repository Modified files: . Makefile Log: Add arm to universe. Revision Changes Path 1.339 +1 -1 src/Makefile From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:39:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CA7A16A534; Tue, 28 Nov 2006 05:39:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA84B44600; Tue, 28 Nov 2006 04:47:39 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS0hcL3014014; Tue, 28 Nov 2006 00:43:38 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS0hcx0014012; Tue, 28 Nov 2006 00:43:38 GMT (envelope-from marius) Message-Id: <200611280043.kAS0hcx0014012@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 00:43:38 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii ciphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:39:31 -0000 marius 2006-11-28 00:43:38 UTC FreeBSD src repository Modified files: sys/dev/mii ciphy.c Log: - Remove a dupe $FreeBSD$. - Fix some whitespace nits. Revision Changes Path 1.6 +8 -10 src/sys/dev/mii/ciphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 05:40:36 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F5AC16A501; Tue, 28 Nov 2006 05:40:36 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEDC45353; Tue, 28 Nov 2006 04:48:05 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS0jmU0014127; Tue, 28 Nov 2006 00:45:48 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS0jmDa014126; Tue, 28 Nov 2006 00:45:48 GMT (envelope-from marius) Message-Id: <200611280045.kAS0jmDa014126@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Nov 2006 00:45:48 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii lxtphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 05:40:36 -0000 marius 2006-11-28 00:45:48 UTC FreeBSD src repository Modified files: sys/dev/mii lxtphy.c Log: - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating LXT970 per se nor in combination with the NICs they're used with and lxtphy(4) was already adding IFM_NONE anyway. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). - Fix some whitespace nits. Obtained from: NetBSD MFC after: 2 weeks Revision Changes Path 1.17 +8 -35 src/sys/dev/mii/lxtphy.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 06:15:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DD6116A407; Tue, 28 Nov 2006 06:15:22 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF9343F5A; Tue, 28 Nov 2006 06:03:19 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAS62QXY049602; Mon, 27 Nov 2006 23:02:31 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <456BD0ED.4050305@samsco.org> Date: Mon, 27 Nov 2006 23:02:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Marius Strobl References: <200611271839.kARId33k039747@repoman.freebsd.org> <200611272232.aa46722@nowhere.iedowse.com> <20061128003526.GA76234@alchemy.franken.de> In-Reply-To: <20061128003526.GA76234@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Ian Dowse , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 06:15:22 -0000 Marius Strobl wrote: > On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: >> In message <200611271839.kARId33k039747@repoman.freebsd.org>, Marius Strobl wri >> tes: >>> Refine the previous change to only call bus_dmamap_sync() in case of >>> an URQ_REQUEST when DMA segments are passed to usbd_start_transfer(); >>> when the request doesn't include the optional data buffer the size of >>> the transfer (xfer->length) is 0, in which case usbd_transfer() won't >>> create a DMA map but call usbd_start_transfer() with no DMA segments. >>> With the previous change this could result in the bus_dmamap_sync() >>> implementation dereferencing the NULL-pointer passed as the DMA map >>> argument. >>> While at it fix what appears to be a typo in usbd_start_transfer(); >>> in order to determine wheter usbd_start_transfer() was called with >>> DMA segments check whether the number of segments is > 0 rather than >>> the pointer to them being > 0. >> Thanks for spotting the typo - note though that the recently added >> bus_dmamap_sync() call appears to be using the wrong bus_dma tag >> and a potentially uninitialised map, so it is likely to only work >> on architectures where bus_dmamap_sync doesn't depend on the tag >> and map. >> >> The only bus_dmamap_sync() calls in the usb tree at the moment are >> ones I added as part of the scatter-gather work a while ago, and >> they all relate to the data buffer associated with a transfer. For >> the control transfer SETUP packet buffer, each host controller driver >> has a "reqdma" field that holds the DMA mapping information. It's >> probably easiest to make the changes in the individual host controller >> drivers so they do something like >> >> bus_dmamap_sync(reqdma.block->tag, >> reqdma.block->map, BUS_DMASYNC_PREWRITE); >> >> after filling out the setup packet. >> >> I guess other memory structures such as descriptors and queue heads >> might need bus_dmamap_sync calls too - what are the features of the >> platform(s) where the original issues were seen? (e.g. is some IOMMU >> operation or memory barrier required between host and I/O access >> to memory?) > > Your suggestion sounds reasonable to me, but please talk to > imp@ about it as I was merely trying to fix fallout seen on > sparc64 which was caused by his change but don't know about > the original problam that motivated that change. > >> Apart from the handling of data buffers, the USB code >> appears to currently assume that with BUS_DMA_COHERENT it doesn't >> need any further synchronisation, which can't be right in general. > > Hrm, because a certain platform might silently ignore > BUS_DMA_COHERENT and provide a non-coherent mapping instead > or because of another reason? > > Marius > BUS_DMA_COHERENT is meant to be a hint in terms of cross-platform portability. A platform that supports it is supposed to then know to short-circuit the sync calls if they aren't needed. I don't know of an architecture that FreeBSD supports or is likely to support that doesn't have a working concept of coherent memory. It might be time to start breaking these crufty design considerations that where meant for old m68k and sun3 systems. Scott From owner-cvs-src@FreeBSD.ORG Tue Nov 28 06:52:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57CBA16A412; Tue, 28 Nov 2006 06:52:50 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CDE843D7E; Tue, 28 Nov 2006 06:52:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS6pblQ093590; Tue, 28 Nov 2006 06:51:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS6pbMS093588; Tue, 28 Nov 2006 06:51:37 GMT (envelope-from imp) Message-Id: <200611280651.kAS6pbMS093588@repoman.freebsd.org> From: Warner Losh Date: Tue, 28 Nov 2006 06:51:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iicbus iic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 06:52:50 -0000 imp 2006-11-28 06:51:37 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.h Log: Add a fake flag for write. Many drivers have started to use it and it seems like a good idea. Submitted by: sam Revision Changes Path 1.5 +2 -1 src/sys/dev/iicbus/iic.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 07:06:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 086F916A416; Tue, 28 Nov 2006 07:06:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A9D643CAC; Tue, 28 Nov 2006 07:05:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAS738bG047473; Tue, 28 Nov 2006 00:03:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 28 Nov 2006 00:03:54 -0700 (MST) Message-Id: <20061128.000354.1653105648.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <456BD0ED.4050305@samsco.org> References: <200611272232.aa46722@nowhere.iedowse.com> <20061128003526.GA76234@alchemy.franken.de> <456BD0ED.4050305@samsco.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 28 Nov 2006 00:03:09 -0700 (MST) Cc: cvs-src@FreeBSD.org, iedowse@iedowse.com, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 07:06:04 -0000 In message: <456BD0ED.4050305@samsco.org> Scott Long writes: : Marius Strobl wrote: : > On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: : >> In message <200611271839.kARId33k039747@repoman.freebsd.org>, Marius Strobl wri : >> tes: : >>> Refine the previous change to only call bus_dmamap_sync() in case of : >>> an URQ_REQUEST when DMA segments are passed to usbd_start_transfer(); : >>> when the request doesn't include the optional data buffer the size of : >>> the transfer (xfer->length) is 0, in which case usbd_transfer() won't : >>> create a DMA map but call usbd_start_transfer() with no DMA segments. : >>> With the previous change this could result in the bus_dmamap_sync() : >>> implementation dereferencing the NULL-pointer passed as the DMA map : >>> argument. : >>> While at it fix what appears to be a typo in usbd_start_transfer(); : >>> in order to determine wheter usbd_start_transfer() was called with : >>> DMA segments check whether the number of segments is > 0 rather than : >>> the pointer to them being > 0. : >> Thanks for spotting the typo - note though that the recently added : >> bus_dmamap_sync() call appears to be using the wrong bus_dma tag : >> and a potentially uninitialised map, so it is likely to only work : >> on architectures where bus_dmamap_sync doesn't depend on the tag : >> and map. That's weird, because it works on arm which does depend on it. : >> The only bus_dmamap_sync() calls in the usb tree at the moment are : >> ones I added as part of the scatter-gather work a while ago, and : >> they all relate to the data buffer associated with a transfer. For : >> the control transfer SETUP packet buffer, each host controller driver : >> has a "reqdma" field that holds the DMA mapping information. It's : >> probably easiest to make the changes in the individual host controller : >> drivers so they do something like : >> : >> bus_dmamap_sync(reqdma.block->tag, : >> reqdma.block->map, BUS_DMASYNC_PREWRITE); : >> : >> after filling out the setup packet. : >> : >> I guess other memory structures such as descriptors and queue heads : >> might need bus_dmamap_sync calls too - what are the features of the : >> platform(s) where the original issues were seen? (e.g. is some IOMMU : >> operation or memory barrier required between host and I/O access : >> to memory?) : > : > Your suggestion sounds reasonable to me, but please talk to : > imp@ about it as I was merely trying to fix fallout seen on : > sparc64 which was caused by his change but don't know about : > the original problam that motivated that change. The original problem that motivated the change was that there was data that was returned on some transfers. This data wasn't sync, which caused us to get weird results when enumerating the device's data structures. The flush was needed because we don't map the data transfers as coherent (I believe, I've not studied it in a while, and my memory may be failing me. : >> Apart from the handling of data buffers, the USB code : >> appears to currently assume that with BUS_DMA_COHERENT it doesn't : >> need any further synchronisation, which can't be right in general. : > : > Hrm, because a certain platform might silently ignore : > BUS_DMA_COHERENT and provide a non-coherent mapping instead : > or because of another reason? : > : > Marius : > : : BUS_DMA_COHERENT is meant to be a hint in terms of cross-platform : portability. A platform that supports it is supposed to then know : to short-circuit the sync calls if they aren't needed. COHERENT is still expensive to implement on some systems as it sometimes get mapped to uncached. This is OK for small data structures that the usb stack likes to push around internally, but isn't suitable for data that's pushed over the endpoints. NetBSD also offers a BUS_DMA_NOCACHE flag as well. I don't know how useful it is or where. : I don't know of an architecture that FreeBSD supports or is likely to : support that doesn't have a working concept of coherent memory. It : might be time to start breaking these crufty design considerations that : where meant for old m68k and sun3 systems. Is that why it is needed? Warner From owner-cvs-src@FreeBSD.ORG Tue Nov 28 09:39:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 659E816A403; Tue, 28 Nov 2006 09:39:27 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id B12CD43CC4; Tue, 28 Nov 2006 09:39:18 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 28 Nov 2006 09:39:17 +0000 (GMT) To: "M. Warner Losh" In-Reply-To: Your message of "Tue, 28 Nov 2006 00:03:54 MST." <20061128.000354.1653105648.imp@bsdimp.com> Date: Tue, 28 Nov 2006 09:39:16 +0000 From: Ian Dowse Message-ID: <200611280939.aa56740@nowhere.iedowse.com> Cc: cvs-src@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, marius@alchemy.franken.de Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 09:39:27 -0000 In message <20061128.000354.1653105648.imp@bsdimp.com>, "M. Warner Losh" writes : >In message: <456BD0ED.4050305@samsco.org> > Scott Long writes: >: Marius Strobl wrote: >: > On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: >: >> Thanks for spotting the typo - note though that the recently added >: >> bus_dmamap_sync() call appears to be using the wrong bus_dma tag >: >> and a potentially uninitialised map, so it is likely to only work >: >> on architectures where bus_dmamap_sync doesn't depend on the tag >: >> and map. > >That's weird, because it works on arm which does depend on it. There is a cpu_drain_writebuf() call in _bus_dmamap_sync() that might be doing the trick on arm (assuming I'm looking at the right file). The other operations there appear to rely on being passed the correct map. >The original problem that motivated the change was that there was data >that was returned on some transfers. This data wasn't sync, which >caused us to get weird results when enumerating the device's data >structures. The flush was needed because we don't map the data >transfers as coherent (I believe, I've not studied it in a while, and >my memory may be failing me. The SETUP packets that were mentioned in relation to the change are allocated using usb_block_allocmem(), which does specify BUS_DMA_COHERENT as far as I can tell (the contents of xfer->request are memcpy'd into the reqdma buffer and it is then used). The other bus_dmamap_sync() calls in usbdi.c all related to buffers passed in from outside USB code, so the bus_dmamap_sync() calls are needed. >: BUS_DMA_COHERENT is meant to be a hint in terms of cross-platform >: portability. A platform that supports it is supposed to then know >: to short-circuit the sync calls if they aren't needed. > >COHERENT is still expensive to implement on some systems as it >sometimes get mapped to uncached. This is OK for small data >structures that the usb stack likes to push around internally, but >isn't suitable for data that's pushed over the endpoints. > >NetBSD also offers a BUS_DMA_NOCACHE flag as well. I don't know how >useful it is or where. If the arm platform requires bus_dmamap_sync() calls to flush out writes even with BUS_DMA_COHERENT allocations, then that would explain the original problem. We'll need to add bus_dmamap_sync() calls in a number of places in each host controller driver where there are data ordering requirements. Can someone confirm that the arm platform needs these for correct write ordering? BTW, it looks like at the time the newly added bus_dmamap_sync() call is executed, the SETUP packet data hasn't yet been copied into the BUS_DMA_COHERENT buffer it will eventually use (that happens in the pipe->methods->transfer() call afterwards). Is there more information such as USB_DEBUG traces showing the original problem? Ian From owner-cvs-src@FreeBSD.ORG Tue Nov 28 11:05:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9439416A415; Tue, 28 Nov 2006 11:05:32 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC6C43CA3; Tue, 28 Nov 2006 11:05:30 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASB5WXU046995; Tue, 28 Nov 2006 11:05:32 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASB5WoY046994; Tue, 28 Nov 2006 11:05:32 GMT (envelope-from davidxu) Message-Id: <200611281105.kASB5WoY046994@repoman.freebsd.org> From: David Xu Date: Tue, 28 Nov 2006 11:05:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_join.c src/lib/libpthread/thread thr_join.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 11:05:32 -0000 davidxu 2006-11-28 11:05:31 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_join.c lib/libpthread/thread thr_join.c Log: If a thread was detached, return EINVAL instead, the error code is also returned by pthread_detach() if a thread was already detached, the error code was already documented: > [EINVAL] The implementation has detected that the value speci- > fied by thread does not refer to a joinable thread. Revision Changes Path 1.30 +1 -1 src/lib/libpthread/thread/thr_join.c 1.23 +1 -1 src/lib/libthr/thread/thr_join.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 11:19:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B99F16A40F; Tue, 28 Nov 2006 11:19:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05ED743CAE; Tue, 28 Nov 2006 11:19:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASBJaKL048646; Tue, 28 Nov 2006 11:19:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASBJanq048645; Tue, 28 Nov 2006 11:19:36 GMT (envelope-from rwatson) Message-Id: <200611281119.kASBJanq048645@repoman.freebsd.org> From: Robert Watson Date: Tue, 28 Nov 2006 11:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net netisr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 11:19:39 -0000 rwatson 2006-11-28 11:19:36 UTC FreeBSD src repository Modified files: sys/net netisr.c Log: Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This enables direct dispatch of the network stack from the device driver ithread, enabling input path parallelism by default when multiple interfaces are present. The strategy for network stack parallelism is something being actively discussed, and this is just one of several possible (and perfectly reasonable) strategies, but has the distinct advantage of reducing the number of context switches and preemptions significantly, resulting in higher efficiency in many cases. In some caes, this may reduce network stack parallelism due to work not being deferred from the ithread to the netisr. Therefore, the strategy may change in the future, but this offers a reasonable first pass and enabling parallelism while maintaining strong ordering. Hopefully this will trigger lots of nice new bugs. This change is not intended for MFC. Revision Changes Path 1.18 +1 -1 src/sys/net/netisr.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 11:48:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A382216A416; Tue, 28 Nov 2006 11:48:35 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C94443CA3; Tue, 28 Nov 2006 11:48:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASBmZ7l053270; Tue, 28 Nov 2006 11:48:35 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASBmYPI053269; Tue, 28 Nov 2006 11:48:34 GMT (envelope-from nyan) Message-Id: <200611281148.kASBmYPI053269@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 28 Nov 2006 11:48:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 11:48:35 -0000 nyan 2006-11-28 11:48:34 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: Increase USR_MIN_SIZE to 160 because it requires more disk space. MFC after: 3 days Revision Changes Path 1.153 +1 -1 src/usr.sbin/sysinstall/label.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 12:01:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD39D16A4C9 for ; Tue, 28 Nov 2006 12:01:51 +0000 (UTC) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAB043CC3 for ; Tue, 28 Nov 2006 12:01:36 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.7/8.13.4) with ESMTP id kASCJKsK020988; Tue, 28 Nov 2006 13:19:20 +0100 (CET) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.13.7/8.13.4/Submit) id kASCJHPe020987; Tue, 28 Nov 2006 13:19:17 +0100 (CET) (envelope-from doginou) Date: Tue, 28 Nov 2006 13:19:17 +0100 From: Olivier Houchard To: Ian Dowse Message-ID: <20061128121917.GA20946@ci0.org> References: <20061128.000354.1653105648.imp@bsdimp.com> <200611280939.aa56740@nowhere.iedowse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611280939.aa56740@nowhere.iedowse.com> User-Agent: Mutt/1.4.1i Cc: scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, marius@alchemy.franken.de, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 12:01:51 -0000 On Tue, Nov 28, 2006 at 09:39:16AM +0000, Ian Dowse wrote: > In message <20061128.000354.1653105648.imp@bsdimp.com>, "M. Warner Losh" writes > : > >In message: <456BD0ED.4050305@samsco.org> > > Scott Long writes: > >: Marius Strobl wrote: > >: > On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: > >: >> Thanks for spotting the typo - note though that the recently added > >: >> bus_dmamap_sync() call appears to be using the wrong bus_dma tag > >: >> and a potentially uninitialised map, so it is likely to only work > >: >> on architectures where bus_dmamap_sync doesn't depend on the tag > >: >> and map. > > > >That's weird, because it works on arm which does depend on it. > > There is a cpu_drain_writebuf() call in _bus_dmamap_sync() that > might be doing the trick on arm (assuming I'm looking at the right > file). The other operations there appear to rely on being passed > the correct map. > > >The original problem that motivated the change was that there was data > >that was returned on some transfers. This data wasn't sync, which > >caused us to get weird results when enumerating the device's data > >structures. The flush was needed because we don't map the data > >transfers as coherent (I believe, I've not studied it in a while, and > >my memory may be failing me. > > The SETUP packets that were mentioned in relation to the change are > allocated using usb_block_allocmem(), which does specify BUS_DMA_COHERENT > as far as I can tell (the contents of xfer->request are memcpy'd > into the reqdma buffer and it is then used). The other bus_dmamap_sync() > calls in usbdi.c all related to buffers passed in from outside USB > code, so the bus_dmamap_sync() calls are needed. > > >: BUS_DMA_COHERENT is meant to be a hint in terms of cross-platform > >: portability. A platform that supports it is supposed to then know > >: to short-circuit the sync calls if they aren't needed. > > > >COHERENT is still expensive to implement on some systems as it > >sometimes get mapped to uncached. This is OK for small data > >structures that the usb stack likes to push around internally, but > >isn't suitable for data that's pushed over the endpoints. > > > >NetBSD also offers a BUS_DMA_NOCACHE flag as well. I don't know how > >useful it is or where. > > If the arm platform requires bus_dmamap_sync() calls to flush out > writes even with BUS_DMA_COHERENT allocations, then that would > explain the original problem. We'll need to add bus_dmamap_sync() > calls in a number of places in each host controller driver where > there are data ordering requirements. Can someone confirm that the > arm platform needs these for correct write ordering? > Arm doesn't need bus_dmamap_sync() with BUS_DMA_COHERENT allocations, except if the BUS_DMA_COHERENT allocation failed (which shouldn't happen frequently), it will then silently switch to normal allocation (which shouldn't be a problem, because the bus_dma documentation clearly says that BUS_DMA_COHERENT doesn't remove the need for bus_dmamap_sync). Olivier From owner-cvs-src@FreeBSD.ORG Tue Nov 28 12:58:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F58716A40F; Tue, 28 Nov 2006 12:58:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F320143CFA; Tue, 28 Nov 2006 12:46:34 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASCk3Qu070997; Tue, 28 Nov 2006 12:46:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASCk3uW070996; Tue, 28 Nov 2006 12:46:03 GMT (envelope-from ru) Message-Id: <200611281246.kASCk3uW070996@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Nov 2006 12:46:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys vmmeter.h src/release/picobsd/tinyware/vm vm.c src/sbin/sysctl sysctl.c src/usr.bin/systat vmstat.c src/usr.bin/vmstat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 12:58:19 -0000 ru 2006-11-28 12:46:02 UTC FreeBSD src repository Modified files: sys/sys vmmeter.h release/picobsd/tinyware/vm vm.c sbin/sysctl sysctl.c usr.bin/systat vmstat.c usr.bin/vmstat vmstat.c Log: - Revert signedness type changes to "struct vmtotal"; by making them unsigned I made the possible overflows hard to detect, and it only saved 1 bit which isn't principal, even less now that the underlying issue with the total of virtual memory has been fixed. (For the record, it will overflow with >=2T of VM total, with 32-bit ints used to keep counters in pages.) - While here, fix printing of other "struct vmtotal" members such as t_rq, t_dw, t_pw, and t_sw as they are also signed. Reviewed by: bde MFC after: 3 days Revision Changes Path 1.10 +8 -12 src/release/picobsd/tinyware/vm/vm.c 1.80 +11 -15 src/sbin/sysctl/sysctl.c 1.28 +14 -14 src/sys/sys/vmmeter.h 1.83 +19 -86 src/usr.bin/systat/vmstat.c 1.97 +3 -4 src/usr.bin/vmstat/vmstat.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 13:57:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8083E16A407; Tue, 28 Nov 2006 13:57:24 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from amsfep14-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA7F43C9E; Tue, 28 Nov 2006 13:53:56 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Tuinhuisje.Vitsch.net ([62.195.87.223]) by amsfep14-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20061128135346.SKRG7165.amsfep14-int.chello.nl@Tuinhuisje.Vitsch.net>; Tue, 28 Nov 2006 14:53:46 +0100 Received: from self (f23025.upc-f.chello.nl [80.56.23.25]) (authenticated bits=0) by Tuinhuisje.Vitsch.net (8.13.1/8.13.1) with ESMTP id kASDrMkm090050; Tue, 28 Nov 2006 14:53:31 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: Ian Dowse Date: Tue, 28 Nov 2006 14:53:26 +0100 User-Agent: KMail/1.9.1 References: <200611280939.aa56740@nowhere.iedowse.com> In-Reply-To: <200611280939.aa56740@nowhere.iedowse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611281453.26820.Danovitsch@vitsch.net> Cc: scottl@samsco.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, marius@alchemy.franken.de, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 13:57:24 -0000 On Tuesday 28 November 2006 10:39, Ian Dowse wrote: > In message <20061128.000354.1653105648.imp@bsdimp.com>, "M. Warner Losh" > writes > > >In message: <456BD0ED.4050305@samsco.org> > > > > Scott Long writes: > >: Marius Strobl wrote: > >: > On Mon, Nov 27, 2006 at 10:32:12PM +0000, Ian Dowse wrote: > >: >> Thanks for spotting the typo - note though that the recently added > >: >> bus_dmamap_sync() call appears to be using the wrong bus_dma tag > >: >> and a potentially uninitialised map, so it is likely to only work > >: >> on architectures where bus_dmamap_sync doesn't depend on the tag > >: >> and map. > > > >That's weird, because it works on arm which does depend on it. > > There is a cpu_drain_writebuf() call in _bus_dmamap_sync() that > might be doing the trick on arm (assuming I'm looking at the right > file). The other operations there appear to rely on being passed > the correct map. > > >The original problem that motivated the change was that there was data > >that was returned on some transfers. This data wasn't sync, which > >caused us to get weird results when enumerating the device's data > >structures. The flush was needed because we don't map the data > >transfers as coherent (I believe, I've not studied it in a while, and > >my memory may be failing me. > > The SETUP packets that were mentioned in relation to the change are > allocated using usb_block_allocmem(), which does specify BUS_DMA_COHERENT > as far as I can tell (the contents of xfer->request are memcpy'd > into the reqdma buffer and it is then used). The other bus_dmamap_sync() > calls in usbdi.c all related to buffers passed in from outside USB > code, so the bus_dmamap_sync() calls are needed. I am the one who came up with the patch. Before I go into detail, let me say that I'm not a bus-dma guru (yet ;-), so what I did might be completely wrong or inappropriate. Last week I have started debugging the USB problems that I was seeing on the ARM board (KB9202B) that I have here. The board has an OHCI controller that is recognised by sys/arm/at91/ohci_atmelarm.c . The version that is currently in CVS doesn't work at al and crashes. After an initial patch to the ARM ohci driver I got the board to detect devices and data started moving around. ( http://docs.freebsd.org/cgi/getmsg.cgi?fetch=11034+0+archive/2006/freebsd-arm/20061126.freebsd-arm ) But there still where some problems with some devices. The first test I did seemed to have worked "by accident". Devices seemed to fail at random places and times. ( http://docs.freebsd.org/cgi/getmsg.cgi?fetch=31144+0+archive/2006/freebsd-arm/20061126.freebsd-arm ) Sometimes a device would get detected, sometimes it wouldn't. I even saw a simple "SET_ADDRESS" command fail once. Since SET_ADDRESS only consists of a SETUP packet and no data (in or out) I started to suspect the content of the SETUP packets (the content of xfer->request). Tracing the function calls from usbd_set_address() leas me to usbd_start_transfer(). In this function the data portion of a transfer is bus_dmamap_sync'd, but the request portion isn't. This made me believe that it might be needed to also sync the request portion there. Adding the call to bus_dmamap_sync() there as I did solved all the problems I was seeing and with it USB (on ARM at least) works like a charm and without problems. > >: BUS_DMA_COHERENT is meant to be a hint in terms of cross-platform > >: portability. A platform that supports it is supposed to then know > >: to short-circuit the sync calls if they aren't needed. > > > >COHERENT is still expensive to implement on some systems as it > >sometimes get mapped to uncached. This is OK for small data > >structures that the usb stack likes to push around internally, but > >isn't suitable for data that's pushed over the endpoints. > > > >NetBSD also offers a BUS_DMA_NOCACHE flag as well. I don't know how > >useful it is or where. > > If the arm platform requires bus_dmamap_sync() calls to flush out > writes even with BUS_DMA_COHERENT allocations, then that would > explain the original problem. We'll need to add bus_dmamap_sync() > calls in a number of places in each host controller driver where > there are data ordering requirements. Can someone confirm that the > arm platform needs these for correct write ordering? > > BTW, it looks like at the time the newly added bus_dmamap_sync() > call is executed, the SETUP packet data hasn't yet been copied into > the BUS_DMA_COHERENT buffer it will eventually use (that happens > in the pipe->methods->transfer() call afterwards). Is there more > information such as USB_DEBUG traces showing the original problem? Ah, you're right, it's called too early. I didn't dig deep enough into the code. To spare others the same route, I have written down the path through the code that's taken when calling usbd_set_address() : usbd_set_address() in usbdi_util.c usbd_do_request() in usbdi.c usbd_do_request_flags() in usbdi.c usbd_do_request_flags_pipe() in usbdi.c usbd_alloc_xfer() usbd_setup_default_xfer() in usbdi.c fills in xfer->* (especially it does "xfer->request = *req;" and "xfer->buffer=buffer;") usbd_sync_transfer() in usbdi.c usbd_transfer() in usbdi.c usbd_start_transfer() in usbdi.c if (have segs) && (isread) bus_dmamap_sync(PREWRITE) // my patch adds if (have a request) bus_dmamap_sync(PREWRITE) here pipe->methods->transfer() -> ohci_device_ctrl_transfer() in ohci.c usb_insert_transfer() in usbdi.c STAILQ_INSERT_TAIL(pipe->queue, xfer) ohci_device_ctrl_start() in ohci.c ohci_device_request() in ohci.c .. // only here the actual request data is copied... memcpy(KERNADDR(&opipe->u.ctl.reqdma), req, sizeof(*req)) .. My patch adds the sync call in usbd_start_transfer(), while the actual request data is copied into the right buffer later on in ohci_device_request(). For some reason the patch does work. If I disable this one-liner, all devices fail (most of the time). Re-enabling the line get the devices to work again. I have found one device that seems to fail consistently at the same spot (a USB HUB). With USB_DEBUG enabled I get the following dmesg output : --- log --- uhub_intr: sc=0xc0756950 usb_needs_explore usb_event_thread: woke up usb_discover uhub_explore: uhub0 port 1 status 0x0101 0x0001 uhub_explore: status change hub=1 port=1 uhub_intr: sc=0xc0756950 usb_needs_explore usbd_reset_port: port 1 reset done, error=NORMAL_COMPLETION uhub_intr: sc=0xc0756950 usb_needs_explore usbd_new_device bus=0xc0721000 port=1 depth=1 speed=2 usbd_setup_pipe: dev=0xc0818a80 iface=0 ep=0xc0818aa4 pipe=0xc0818a84 usbd_ar_pipe: pipe=0xc0818b80 usbd_setup_pipe: dev=0xc0818a80 iface=0 ep=0xc0818aa4 pipe=0xc0818a84 usbd_get_desc: type=1, index=0, len=8 usbd_new_device: adding unit addr=2, rev=101, class=9, subclass=0, protocol=0, usbd_ar_pipe: pipe=0xc0771b80 usbd_setup_pipe: dev=0xc0818a80 iface=0 ep=0xc0818aa4 pipe=0xc0818a84 usbd_get_device_desc: usbd_get_desc: type=1, index=0, len=18 usbd_new_device: new dev (addr 2), dev=0xc0818a80, parent=0xc074de00 usbd_probe_and_attach: trying device specific drivers usbd_get_string_desc: expected 16, got 4 uhub_match, dd=0xc0818abc uhub_match, dd=0xc0818abc uhub1: on uhub0 uhub_attach usbd_get_config_desc: confidx=0 usbd_get_desc: type=2, index=0, len=9 usbd_get_config_desc: confidx=0, bad desc len=116 type=136 uhub1: configuration failed, error=INVAL device_attach: uhub1 attach returned 6 --- /log --- It seems to fail trying to load a 16 byte descriptor. (Once again, this HUB works with the patch in place). I don't believe my patch is at the right place where it's placed now. Any ideas from someone with more bus_dma-foo and/or usb-foo are highly appreciated :) If more debugging information is needed, just ask. -- Daan From owner-cvs-src@FreeBSD.ORG Tue Nov 28 16:07:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CED016A416; Tue, 28 Nov 2006 16:07:32 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE71E43CA6; Tue, 28 Nov 2006 16:07:27 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id D8D286116; Tue, 28 Nov 2006 19:07:29 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id B2EA9610C; Tue, 28 Nov 2006 19:07:29 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kASG7Tad000845; Tue, 28 Nov 2006 19:07:29 +0300 (MSK) (envelope-from ru) Date: Tue, 28 Nov 2006 19:07:29 +0300 From: Ruslan Ermilov To: "Greg 'groggy' Lehey" Message-ID: <20061128160729.GA761@rambler-co.ru> References: <200611261903.kAQJ3KPp013911@repoman.freebsd.org> <20061127130323.GC77085@comp.chem.msu.su> <20061127223644.GV42090@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20061127223644.GV42090@wantadilla.lemis.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie , cvs-src@FreeBSD.org Subject: Re: Style strangenesses (was: cvs commit: src/etc rc.subr) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 16:07:32 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 28, 2006 at 09:06:44AM +1030, Greg 'groggy' Lehey wrote: > On Monday, 27 November 2006 at 16:03:24 +0300, Yar Tikhiy wrote: > > By the way, now the output follows the NetBSD rc.conf style: > > > > # $foo_enable > > foo_enable=3DYES > > > > Could it be changed even further to match our own rc.conf style? > > I.e.: > > > > # $foo_enable > > foo_enable=3D"YES" >=20 > Can somebody justify this style to me? It seems unnecessarily > confusing, like Microsoft mail headers with >=20 > To: "'Fred Bloggs'" >=20 > I'm left with the feeling of sloppiness. >=20 Quotes are needed if a value has spaces. Quotes around values without spaces aren't necessary but nice for uniformity. That said, I don't normally use quotes in /boot/loader.conf. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbF7BqRfpzJluFF4RAvLlAJ0b4vJK1cUy+8jSJj6PR9p1+ILvSwCgg7fb SpSZ+eIRmm+Pclx2CBxH8vc= =NRZ7 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 17:06:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B54F16A4D1; Tue, 28 Nov 2006 17:06:15 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236C643CB2; Tue, 28 Nov 2006 17:05:35 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASH5aiZ033992; Tue, 28 Nov 2006 17:05:36 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASH5a2b033991; Tue, 28 Nov 2006 17:05:36 GMT (envelope-from scottl) Message-Id: <200611281705.kASH5a2b033991@repoman.freebsd.org> From: Scott Long Date: Tue, 28 Nov 2006 17:05:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 17:06:15 -0000 scottl 2006-11-28 17:05:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c if_bcereg.h Log: Merge rev 1.10 of if_bcereg.h and 1.20-1.21 of if_bce.c These fix VLAN tag handling and close a race in the TX path that would lead to lost packets under heavy load. Approved by: re Revision Changes Path 1.2.2.7 +24 -21 src/sys/dev/bce/if_bce.c 1.1.2.4 +2 -1 src/sys/dev/bce/if_bcereg.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 17:11:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F76E16A4AB; Tue, 28 Nov 2006 17:11:58 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AD943C9D; Tue, 28 Nov 2006 17:09:09 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASH8inu034142; Tue, 28 Nov 2006 17:08:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASH8ibp034141; Tue, 28 Nov 2006 17:08:44 GMT (envelope-from kensmith) Message-Id: <200611281708.kASH8ibp034141@repoman.freebsd.org> From: Ken Smith Date: Tue, 28 Nov 2006 17:08:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 17:11:58 -0000 kensmith 2006-11-28 17:08:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall config.c Log: MFC v1.240: revision 1.240 date: 2006/11/23 00:57:10; author: kensmith; state: Exp; lines: +1 -1 Oops - what people refer to as linux_base-fc4 calls itself linux_base-fc and that's what pkg_add needs. Revision Changes Path 1.233.2.4 +1 -1 src/usr.sbin/sysinstall/config.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 17:18:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 885F416A407; Tue, 28 Nov 2006 17:18:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C7243EE8; Tue, 28 Nov 2006 17:14:16 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASHE7WI035414; Tue, 28 Nov 2006 17:14:07 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASHE7Aj035413; Tue, 28 Nov 2006 17:14:07 GMT (envelope-from scottl) Message-Id: <200611281714.kASHE7Aj035413@repoman.freebsd.org> From: Scott Long Date: Tue, 28 Nov 2006 17:14:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 17:18:10 -0000 scottl 2006-11-28 17:14:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/bce if_bce.c if_bcereg.h Log: Merge rev 1.10 of if_bcereg.h and 1.20-1.21 of if_bce.c These fix VLAN tag handling and close a race in the TX path that would lead to lost packets under heavy load. Approved by: re Revision Changes Path 1.2.2.6.2.1 +24 -21 src/sys/dev/bce/if_bce.c 1.1.2.3.2.1 +2 -1 src/sys/dev/bce/if_bcereg.h From owner-cvs-src@FreeBSD.ORG Tue Nov 28 17:35:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EC0816A40F; Tue, 28 Nov 2006 17:35:08 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE76C442F7; Tue, 28 Nov 2006 17:31:21 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASHUwoq037539; Tue, 28 Nov 2006 17:30:58 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASHUwin037537; Tue, 28 Nov 2006 17:30:58 GMT (envelope-from kensmith) Message-Id: <200611281730.kASHUwin037537@repoman.freebsd.org> From: Ken Smith Date: Tue, 28 Nov 2006 17:30:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 17:35:08 -0000 kensmith 2006-11-28 17:30:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) usr.sbin/sysinstall config.c Log: MFS v1.233.2.4: > date: 2006/11/28 17:08:43; author: kensmith; state: Exp; lines: +1 -1 > MFC v1.240: > revision 1.240 > date: 2006/11/23 00:57:10; author: kensmith; state: Exp; lines: +1 -1 > Oops - what people refer to as linux_base-fc4 calls itself linux_base-fc > and that's what pkg_add needs. Approved by: re (bmah) Revision Changes Path 1.233.2.2.4.2 +1 -1 src/usr.sbin/sysinstall/config.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 19:10:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9144416A4A0; Tue, 28 Nov 2006 19:10:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673A44403F; Tue, 28 Nov 2006 19:04:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASJ3rJP058173; Tue, 28 Nov 2006 19:03:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASJ3rMC058172; Tue, 28 Nov 2006 19:03:53 GMT (envelope-from jhb) Message-Id: <200611281903.kASJ3rMC058172@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Nov 2006 19:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 19:10:22 -0000 jhb 2006-11-28 19:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf majors Log: Document major numbers used for amr(4). Revision Changes Path 1.98.2.30 +2 -0 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Tue Nov 28 19:11:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0473F16A4FD; Tue, 28 Nov 2006 19:11:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4743ED1; Tue, 28 Nov 2006 19:05:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASJ56gw058514; Tue, 28 Nov 2006 19:05:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASJ56GS058512; Tue, 28 Nov 2006 19:05:06 GMT (envelope-from jhb) Message-Id: <200611281905.kASJ56GS058512@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Nov 2006 19:05:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 19:11:10 -0000 jhb 2006-11-28 19:05:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mfi mfi.c mfi_disk.c sys/conf majors Log: Assign major numbers 177 and 178 to mfi(4) rather than using two majors reserved for local devices (200 and 201). Revision Changes Path 1.98.2.31 +2 -0 src/sys/conf/majors 1.12.2.3 +15 -9 src/sys/dev/mfi/mfi.c 1.4.2.2 +4 -2 src/sys/dev/mfi/mfi_disk.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 19:33:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2556916A492; Tue, 28 Nov 2006 19:33:35 +0000 (UTC) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D53EE43CA0; Tue, 28 Nov 2006 19:33:24 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASJXSVK063326; Tue, 28 Nov 2006 19:33:28 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASJXS2G063325; Tue, 28 Nov 2006 19:33:28 GMT (envelope-from rees) Message-Id: <200611281933.kASJXS2G063325@repoman.freebsd.org> From: Jim Rees Date: Tue, 28 Nov 2006 19:33:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfs nfsproto.h src/sys/nfs4client nfs4_subs.c nfs4_vn_subs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 19:33:35 -0000 rees 2006-11-28 19:33:28 UTC FreeBSD src repository Modified files: sys/nfs nfsproto.h sys/nfs4client nfs4_subs.c nfs4_vn_subs.c Log: NFSv4 client: Add support for va_birthtime Fix va_ctime to use TIME_METADATA, not TIME_CREATE Revision Changes Path 1.12 +17 -15 src/sys/nfs/nfsproto.h 1.6 +8 -1 src/sys/nfs4client/nfs4_subs.c 1.5 +2 -0 src/sys/nfs4client/nfs4_vn_subs.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 20:11:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FB6916A4A0; Tue, 28 Nov 2006 20:11:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 856FA4414D; Tue, 28 Nov 2006 20:04:32 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASK41al069638; Tue, 28 Nov 2006 20:04:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASK41xm069635; Tue, 28 Nov 2006 20:04:01 GMT (envelope-from ru) Message-Id: <200611282004.kASK41xm069635@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Nov 2006 20:04:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 20:11:24 -0000 ru 2006-11-28 20:04:00 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c Log: Differentiate between data and instruction fetch in the fatal page fault trap handler. Reviewed by: alc Revision Changes Path 1.312 +2 -1 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 21:14:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AAF116A49E; Tue, 28 Nov 2006 21:14:26 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF0F43E0E; Tue, 28 Nov 2006 21:13:05 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASLD9RZ090755; Tue, 28 Nov 2006 21:13:09 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASLD8vu090754; Tue, 28 Nov 2006 21:13:09 GMT (envelope-from flz) Message-Id: <200611282113.kASLD8vu090754@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 28 Nov 2006 21:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 21:14:26 -0000 flz 2006-11-28 21:13:08 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs Log: Add a quirk for devices recognized as usb keyboards not to be hooked by ukbd(4). PR: usb/105669 Submitted by: Henrik Brix Andersen MFC after: 1 week Revision Changes Path 1.59 +3 -0 src/sys/dev/usb/ukbd.c 1.57 +3 -0 src/sys/dev/usb/usb_quirks.c 1.23 +1 -0 src/sys/dev/usb/usb_quirks.h 1.284 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Nov 28 21:41:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5087416A500; Tue, 28 Nov 2006 21:41:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1219343C9D; Tue, 28 Nov 2006 21:41:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASLfC92095335; Tue, 28 Nov 2006 21:41:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASLfCWr095333; Tue, 28 Nov 2006 21:41:12 GMT (envelope-from rwatson) Message-Id: <200611282141.kASLfCWr095333@repoman.freebsd.org> From: Robert Watson Date: Tue, 28 Nov 2006 21:41:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_output.c ip_var.h tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 21:41:13 -0000 rwatson 2006-11-28 21:41:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c ip_var.h tcp_usrreq.c Log: Reformulate ip_ctloutput() and tcp_ctloutput() to work around the fact that so_pcb can be invalidated at any time due to an untimely reset. Move the body of ip_ctloutput() to ip_ctloutput_pcbinfo(), which accepts a pcbinfo argument, and wrap it with ip_ctloutput(), which passes a NULL. Modify tcp_ctloutput() to directly invoke ip_ctloutput_pcbinfo() and pass tcbinfo. Hold the pcbinfo lock when dereferencing so_pcb and acquiring the inpcb lock in order to prevent the inpcb from being freed; the pcbinfo lock is then immediately dropped. This is required as TCP may free the inppcb and invalidate so_pcb due to a reset at any time in the RELENG_6 network stack, which otherwise leads to a panic. This panic might be frequently seen on highly loaded IRC and Samba servers, which have long-lasting TCP connections, query socket options frequently, and see a significant number of reset connections. This change has been merged directly to RELENG_6 as the problem does not exist in HEAD, where the invariants for so_pcb are much stronger; the architectural changes in HEAD avoid the need to acquire a global lock in the socket option path. This change will be merged to RELENG_6_2. PR: 102412, 104765 Reviewed by: Diane Bruce Tested by: Daniel Austin , Kai Gallasch Revision Changes Path 1.242.2.17 +34 -1 src/sys/netinet/ip_output.c 1.95.2.1 +3 -0 src/sys/netinet/ip_var.h 1.124.2.4 +1 -1 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 21:59:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B60816A407; Tue, 28 Nov 2006 21:59:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B5A43CA8; Tue, 28 Nov 2006 21:59:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASLxlNW098064; Tue, 28 Nov 2006 21:59:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASLxloY098063; Tue, 28 Nov 2006 21:59:47 GMT (envelope-from jhb) Message-Id: <200611282159.kASLxloY098063@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Nov 2006 21:59:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 21:59:49 -0000 jhb 2006-11-28 21:59:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: Add support for making mfi and mfid devices. Revision Changes Path 1.243.2.73 +13 -4 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Tue Nov 28 22:01:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A38E016A412; Tue, 28 Nov 2006 22:01:15 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from ns2.pil.dk (ns2.pil.dk [195.41.47.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD5A43CAA; Tue, 28 Nov 2006 22:01:08 +0000 (GMT) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by ns2.pil.dk (Postfix) with ESMTP id D1FB57BA1DE; Tue, 28 Nov 2006 23:01:11 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 59FE6B9D9; Tue, 28 Nov 2006 23:01:11 +0100 (CET) Date: Tue, 28 Nov 2006 23:01:11 +0100 From: Henrik Brix Andersen To: Florent Thoumie Message-ID: <20061128220111.GA71168@tirith.brixandersen.dk> Mail-Followup-To: Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200611282113.kASLD8vu090754@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <200611282113.kASLD8vu090754@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 22:01:15 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 28, 2006 at 09:13:08PM +0000, Florent Thoumie wrote: > flz 2006-11-28 21:13:08 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs=20 > Log: > Add a quirk for devices recognized as usb keyboards not to be hooked by > ukbd(4). > =20 > PR: usb/105669 > Submitted by: Henrik Brix Andersen > MFC after: 1 week Thank you for reviewing and committing this patch, much appreciated :) Could you please bump __FreeBSD_version in sys/param.h as well as noted in the PR? This will allow checking for proper kernel support in my upcoming net-mgmt/wispy-tools port. Sincerely, Brix --=20 Henrik Brix Andersen --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: GnuPG signed iD8DBQFFbLGmv+Q4flTiePgRAhtJAJ9vgXvm7Lkzj8B5NJ/KIGwABGzM3ACfcmfm ZzMZKBHWc7L+QKugq7SWRyY= =YDeA -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 22:03:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DC3A16A536; Tue, 28 Nov 2006 22:03:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D0843CA7; Tue, 28 Nov 2006 22:03:33 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASM3b1n000455; Tue, 28 Nov 2006 22:03:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASM3buA000454; Tue, 28 Nov 2006 22:03:37 GMT (envelope-from marcel) Message-Id: <200611282203.kASM3buA000454@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Nov 2006 22:03:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/uart uart.h uart_dev_ns8250.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 22:03:43 -0000 marcel 2006-11-28 22:03:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: Partial MFC: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work on all chipsets. PR: i386/105616 Tested by: Helge Oldach Revision Changes Path 1.16.2.1 +2 -1 src/sys/dev/ic/ns16550.h 1.4.2.1 +0 -6 src/sys/dev/uart/uart.h 1.14.2.1 +7 -5 src/sys/dev/uart/uart_dev_ns8250.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 22:05:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBC7316A47B; Tue, 28 Nov 2006 22:05:35 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D08E43CC2; Tue, 28 Nov 2006 22:05:25 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 0FC946203; Wed, 29 Nov 2006 01:05:29 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id E17AD61FD; Wed, 29 Nov 2006 01:05:28 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kASM5TJd038168; Wed, 29 Nov 2006 01:05:29 +0300 (MSK) (envelope-from ru) Date: Wed, 29 Nov 2006 01:05:29 +0300 From: Ruslan Ermilov To: Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061128220529.GA38107@rambler-co.ru> References: <200611282113.kASLD8vu090754@repoman.freebsd.org> <20061128220111.GA71168@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20061128220111.GA71168@tirith.brixandersen.dk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 22:05:36 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 28, 2006 at 11:01:11PM +0100, Henrik Brix Andersen wrote: > On Tue, Nov 28, 2006 at 09:13:08PM +0000, Florent Thoumie wrote: > > flz 2006-11-28 21:13:08 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs=20 > > Log: > > Add a quirk for devices recognized as usb keyboards not to be hooked = by > > ukbd(4). > > =20 > > PR: usb/105669 > > Submitted by: Henrik Brix Andersen > > MFC after: 1 week >=20 > Thank you for reviewing and committing this patch, much appreciated :) >=20 > Could you please bump __FreeBSD_version in sys/param.h as well as > noted in the PR? This will allow checking for proper kernel support in > my upcoming net-mgmt/wispy-tools port. >=20 Why can't you just check for the defined constant? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbLKpqRfpzJluFF4RAvmTAJwP5lBI3Cc/fSLBonvJ3iaH11z4BQCgg9i0 gTsabp3A4TEy3Cscrfe4nSI= =XXxa -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 22:27:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E24716A40F; Tue, 28 Nov 2006 22:27:04 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from ns2.pil.dk (ns2.pil.dk [195.41.47.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186F043CC5; Tue, 28 Nov 2006 22:26:44 +0000 (GMT) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by ns2.pil.dk (Postfix) with ESMTP id 070BD7BB8ED; Tue, 28 Nov 2006 23:26:42 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 946FAB9D7; Tue, 28 Nov 2006 23:26:41 +0100 (CET) Date: Tue, 28 Nov 2006 23:26:41 +0100 From: Henrik Brix Andersen To: Ruslan Ermilov Message-ID: <20061128222641.GA73497@tirith.brixandersen.dk> Mail-Followup-To: Ruslan Ermilov , Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200611282113.kASLD8vu090754@repoman.freebsd.org> <20061128220111.GA71168@tirith.brixandersen.dk> <20061128220529.GA38107@rambler-co.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <20061128220529.GA38107@rambler-co.ru> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 22:27:04 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 29, 2006 at 01:05:29AM +0300, Ruslan Ermilov wrote: > On Tue, Nov 28, 2006 at 11:01:11PM +0100, Henrik Brix Andersen wrote: > > On Tue, Nov 28, 2006 at 09:13:08PM +0000, Florent Thoumie wrote: > > > flz 2006-11-28 21:13:08 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs=20 > > > Log: > > > Add a quirk for devices recognized as usb keyboards not to be hooke= d by > > > ukbd(4). > > > =20 > > > PR: usb/105669 > > > Submitted by: Henrik Brix Andersen > > > MFC after: 1 week > >=20 > > Thank you for reviewing and committing this patch, much appreciated :) > >=20 > > Could you please bump __FreeBSD_version in sys/param.h as well as > > noted in the PR? This will allow checking for proper kernel support in > > my upcoming net-mgmt/wispy-tools port. > >=20 > Why can't you just check for the defined constant? To clarify: it is a run-time issue, not a compile-time issue. The application will compile fine regardless of the above patch, but without the above patch (and with ukbd/uhid loaded) the application will fail to attach to the device. How should I go about checking for the defined constant from the port? Regards, Brix --=20 Henrik Brix Andersen --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: GnuPG signed iD8DBQFFbLehv+Q4flTiePgRAtuCAKC+LS5aBcO1UGoAM8UCu0xqvWHnEACeJjvW f9avgJZoYfPT1RhTOuBb/Cw= =RuUc -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 22:49:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91F4316A412; Tue, 28 Nov 2006 22:49:16 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1448043CB9; Tue, 28 Nov 2006 22:49:11 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id C27755DC8; Wed, 29 Nov 2006 01:49:14 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id A05AE5D9B; Wed, 29 Nov 2006 01:49:14 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kASMnFIG038568; Wed, 29 Nov 2006 01:49:15 +0300 (MSK) (envelope-from ru) Date: Wed, 29 Nov 2006 01:49:15 +0300 From: Ruslan Ermilov To: Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061128224915.GA38469@rambler-co.ru> References: <200611282113.kASLD8vu090754@repoman.freebsd.org> <20061128220111.GA71168@tirith.brixandersen.dk> <20061128220529.GA38107@rambler-co.ru> <20061128222641.GA73497@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20061128222641.GA73497@tirith.brixandersen.dk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 22:49:16 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 28, 2006 at 11:26:41PM +0100, Henrik Brix Andersen wrote: > On Wed, Nov 29, 2006 at 01:05:29AM +0300, Ruslan Ermilov wrote: > > Why can't you just check for the defined constant? >=20 > To clarify: it is a run-time issue, not a compile-time issue. The > application will compile fine regardless of the above patch, but > without the above patch (and with ukbd/uhid loaded) the application > will fail to attach to the device. >=20 You want to build a port only when you know that the kernel has this fix? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbLzrqRfpzJluFF4RAt+HAJ9NaC0ZxC7TdSk3MkaS8aU9oeibrQCdHj4N paNm/xeHThp9khV6qAuH300= =buqG -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 23:12:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEC7916A407; Tue, 28 Nov 2006 23:12:50 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from ns2.pil.dk (ns2.pil.dk [195.41.47.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C7C43CAE; Tue, 28 Nov 2006 23:12:44 +0000 (GMT) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by ns2.pil.dk (Postfix) with ESMTP id B1D637BA1DE; Wed, 29 Nov 2006 00:12:48 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 07AE3B9D7; Wed, 29 Nov 2006 00:12:47 +0100 (CET) Date: Wed, 29 Nov 2006 00:12:47 +0100 From: Henrik Brix Andersen To: Ruslan Ermilov Message-ID: <20061128231247.GB73497@tirith.brixandersen.dk> Mail-Followup-To: Ruslan Ermilov , Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200611282113.kASLD8vu090754@repoman.freebsd.org> <20061128220111.GA71168@tirith.brixandersen.dk> <20061128220529.GA38107@rambler-co.ru> <20061128222641.GA73497@tirith.brixandersen.dk> <20061128224915.GA38469@rambler-co.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq" Content-Disposition: inline In-Reply-To: <20061128224915.GA38469@rambler-co.ru> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Florent Thoumie Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 23:12:51 -0000 --ftEhullJWpWg/VHq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 29, 2006 at 01:49:15AM +0300, Ruslan Ermilov wrote: > On Tue, Nov 28, 2006 at 11:26:41PM +0100, Henrik Brix Andersen wrote: > > On Wed, Nov 29, 2006 at 01:05:29AM +0300, Ruslan Ermilov wrote: > > > Why can't you just check for the defined constant? > >=20 > > To clarify: it is a run-time issue, not a compile-time issue. The > > application will compile fine regardless of the above patch, but > > without the above patch (and with ukbd/uhid loaded) the application > > will fail to attach to the device. > >=20 > You want to build a port only when you know that the kernel has > this fix? That is my intention, yes. Otherwise end-users will likely be confused as to why the application fails to detect their device. Regards, Brix --=20 Henrik Brix Andersen --ftEhullJWpWg/VHq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: GnuPG signed iD8DBQFFbMJvv+Q4flTiePgRApBoAKCD7fjKsVFHaGvwLJX92AruNvyHHACfUChw 7i1Zk4K7Cp4vJ2nOstJP5CU= =86uj -----END PGP SIGNATURE----- --ftEhullJWpWg/VHq-- From owner-cvs-src@FreeBSD.ORG Tue Nov 28 23:19:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80ACD16A407; Tue, 28 Nov 2006 23:19:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F355D43CA6; Tue, 28 Nov 2006 23:19:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kASNJIdn015236; Tue, 28 Nov 2006 23:19:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kASNJIji015235; Tue, 28 Nov 2006 23:19:18 GMT (envelope-from rwatson) Message-Id: <200611282319.kASNJIji015235@repoman.freebsd.org> From: Robert Watson Date: Tue, 28 Nov 2006 23:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/netinet ip_output.c ip_var.h tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 23:19:19 -0000 rwatson 2006-11-28 23:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/netinet ip_output.c ip_var.h tcp_usrreq.c Log: Merge ip_output.c:1.242.2.17, ip_var.h:1.95.2.1, tcp_usrreq.c:1.124.2.4 from RELENG_6 to RELENG_6_2: Reformulate ip_ctloutput() and tcp_ctloutput() to work around the fact that so_pcb can be invalidated at any time due to an untimely reset. Move the body of ip_ctloutput() to ip_ctloutput_pcbinfo(), which accepts a pcbinfo argument, and wrap it with ip_ctloutput(), which passes a NULL. Modify tcp_ctloutput() to directly invoke ip_ctloutput_pcbinfo() and pass tcbinfo. Hold the pcbinfo lock when dereferencing so_pcb and acquiring the inpcb lock in order to prevent the inpcb from being freed; the pcbinfo lock is then immediately dropped. This is required as TCP may free the inppcb and invalidate so_pcb due to a reset at any time in the RELENG_6 network stack, which otherwise leads to a panic. This panic might be frequently seen on highly loaded IRC and Samba servers, which have long-lasting TCP connections, query socket options frequently, and see a significant number of reset connections. This change has been merged directly to RELENG_6 as the problem does not exist in HEAD, where the invariants for so_pcb are much stronger; the architectural changes in HEAD avoid the need to acquire a global lock in the socket option path. This change will be merged to RELENG_6_2. PR: 102412, 104765 Reviewed by: Diane Bruce Tested by: Daniel Austin , Kai Gallasch Approved by: re (kensmith) Revision Changes Path 1.242.2.16.2.1 +34 -1 src/sys/netinet/ip_output.c 1.95.8.1 +3 -0 src/sys/netinet/ip_var.h 1.124.2.3.2.1 +1 -1 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Nov 28 23:30:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5937716A412; Tue, 28 Nov 2006 23:30:26 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64E743CA3; Tue, 28 Nov 2006 23:30:20 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 44FB1612C; Wed, 29 Nov 2006 02:30:24 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 2372160AD; Wed, 29 Nov 2006 02:30:24 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kASNUOW0038891; Wed, 29 Nov 2006 02:30:24 +0300 (MSK) (envelope-from ru) Date: Wed, 29 Nov 2006 02:30:24 +0300 From: Ruslan Ermilov To: Florent Thoumie , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061128233024.GA38853@rambler-co.ru> References: <200611282113.kASLD8vu090754@repoman.freebsd.org> <20061128220111.GA71168@tirith.brixandersen.dk> <20061128220529.GA38107@rambler-co.ru> <20061128222641.GA73497@tirith.brixandersen.dk> <20061128224915.GA38469@rambler-co.ru> <20061128231247.GB73497@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <20061128231247.GB73497@tirith.brixandersen.dk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src/sys/dev/usb ukbd.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Nov 2006 23:30:26 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 29, 2006 at 12:12:47AM +0100, Henrik Brix Andersen wrote: > On Wed, Nov 29, 2006 at 01:49:15AM +0300, Ruslan Ermilov wrote: > > On Tue, Nov 28, 2006 at 11:26:41PM +0100, Henrik Brix Andersen wrote: > > > On Wed, Nov 29, 2006 at 01:05:29AM +0300, Ruslan Ermilov wrote: > > > > Why can't you just check for the defined constant? > > >=20 > > > To clarify: it is a run-time issue, not a compile-time issue. The > > > application will compile fine regardless of the above patch, but > > > without the above patch (and with ukbd/uhid loaded) the application > > > will fail to attach to the device. > > >=20 > > You want to build a port only when you know that the kernel has > > this fix? >=20 > That is my intention, yes. Otherwise end-users will likely be confused > as to why the application fails to detect their device. >=20 Though there's a way to set a make variable conditional on the result of running some external command (e.g., grep(1)), I agree that using __FreeBSD_version in this case is probably easier. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbMaQqRfpzJluFF4RAjVZAKCZhreX54q7B9+Myh/oqW6LWLwq8QCfWYGN 6hau+W14C9QnRvt56gAddns= =fgrk -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-cvs-src@FreeBSD.ORG Wed Nov 29 00:41:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9B1116A415; Wed, 29 Nov 2006 00:41:45 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E44443CA1; Wed, 29 Nov 2006 00:41:40 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT0fj8Z031641; Wed, 29 Nov 2006 00:41:45 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT0fjh4031639; Wed, 29 Nov 2006 00:41:45 GMT (envelope-from rodrigc) Message-Id: <200611290041.kAT0fjh4031639@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 29 Nov 2006 00:41:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 00:41:45 -0000 rodrigc 2006-11-29 00:41:45 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: Deduce the "fstype" parameter to pass to nmount() by looking at the "_nfs" part of argv[0]. This should facilitate unifying mount_nfs and mount_nfs4 into one binary. MFC after: 1 month Reviewed by: mohans Revision Changes Path 1.69 +8 -2 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 00:46:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD49E16A403; Wed, 29 Nov 2006 00:46:30 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDB543CA8; Wed, 29 Nov 2006 00:46:25 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT0kUcg032415; Wed, 29 Nov 2006 00:46:30 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT0kUGB032414; Wed, 29 Nov 2006 00:46:30 GMT (envelope-from rodrigc) Message-Id: <200611290046.kAT0kUGB032414@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 29 Nov 2006 00:46:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 00:46:30 -0000 rodrigc 2006-11-29 00:46:30 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: Pass a string buffer named "errmsg" to nmount(). This will allow the NFS mount code to return a string error message in addition to returning an error integer value. Reviewed by: mohans MFC after: 1 month Revision Changes Path 1.70 +4 -2 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 01:19:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6D0516A403; Wed, 29 Nov 2006 01:19:23 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22B343CA1; Wed, 29 Nov 2006 01:19:17 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT1JNPi046378; Wed, 29 Nov 2006 01:19:23 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT1JNQX046377; Wed, 29 Nov 2006 01:19:23 GMT (envelope-from sobomax) Message-Id: <200611290119.kAT1JNQX046377@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Nov 2006 01:19:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 01:19:23 -0000 sobomax 2006-11-29 01:19:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 local_apic.c sys/amd64/amd64 local_apic.c Log: Another attempt to MFC changes that prevent any accounting for the disabled HTT cores. This time make code conditional on !defined(SCHED_ULE), since SCHED_ULE is generally b0rken due to the fact that it doesn't honour hlt_cpus_mask when scheduling processes like all other schedulers in the system do. I am not sure if such SCHED_ULE behaviour should be considered as a security flaw, basically it means that anybody running SCHED_ULE kernel on HTT system still affected by FreeBSD-SA-05:09.htt. Revision Changes Path 1.17.2.11 +16 -0 src/sys/amd64/amd64/local_apic.c 1.17.2.11 +16 -0 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 02:21:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8955016A403; Wed, 29 Nov 2006 02:21:41 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68AB543CA6; Wed, 29 Nov 2006 02:21:35 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT2LfuZ060935; Wed, 29 Nov 2006 02:21:41 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT2Lf2A060932; Wed, 29 Nov 2006 02:21:41 GMT (envelope-from mohans) Message-Id: <200611290221.kAT2Lf2A060932@repoman.freebsd.org> From: Mohan Srinivasan Date: Wed, 29 Nov 2006 02:21:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_node.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 02:21:41 -0000 mohans 2006-11-29 02:21:40 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_node.c Log: In nfs_nget(), we must initialize the fh in the nfsnode before inserting the vnode into the vfs hash. Otherwise, another thread walking the hash can trip on an nfsnode with an uninitialized or partially initialized fh. Thanks to ups@ for spotting this race. Revision Changes Path 1.85 +6 -6 src/sys/nfsclient/nfs_node.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:09:20 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E649A16A500; Wed, 29 Nov 2006 07:09:20 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB9043CB3; Wed, 29 Nov 2006 07:09:20 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT5rPLA006673; Wed, 29 Nov 2006 05:53:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT5rPNr006672; Wed, 29 Nov 2006 05:53:25 GMT (envelope-from yar) Message-Id: <200611290553.kAT5rPNr006672@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Nov 2006 05:53:25 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/common loader.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:09:21 -0000 yar 2006-11-29 05:53:25 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 Log: Note that not all architectures use sendfile(2) buffers; refer to the respective manpage for details. MFC after: 3 days Revision Changes Path 1.90 +4 -1 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:09:33 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B2A516A5F9; Wed, 29 Nov 2006 07:09:33 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E5743CB3; Wed, 29 Nov 2006 07:09:22 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT5TDtQ002511; Wed, 29 Nov 2006 05:29:14 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT5TDGE002510; Wed, 29 Nov 2006 05:29:13 GMT (envelope-from jkoshy) Message-Id: <200611290529.kAT5TDGE002510@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 29 Nov 2006 05:29:13 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 reboot.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:09:33 -0000 jkoshy 2006-11-29 05:29:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/reboot boot_i386.8 reboot.8 Log: MFC {r1.60 boot_i386.8, r1.24 reboot.8 }: Cross-reference nextboot(8). Revision Changes Path 1.52.2.7 +1 -0 src/sbin/reboot/boot_i386.8 1.23.2.1 +1 -0 src/sbin/reboot/reboot.8 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:09:33 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E30E16A5FA; Wed, 29 Nov 2006 07:09:33 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99F343CB6; Wed, 29 Nov 2006 07:09:22 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT5IJ7x000857; Wed, 29 Nov 2006 05:18:19 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT5IJud000856; Wed, 29 Nov 2006 05:18:19 GMT (envelope-from kmacy) Message-Id: <200611290518.kAT5IJud000856@repoman.freebsd.org> From: Kip Macy Date: Wed, 29 Nov 2006 05:18:19 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v exception.S src/sys/sun4v/include pcb.h src/sys/sparc64/sparc64 genassym.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:09:33 -0000 kmacy 2006-11-29 05:18:19 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v exception.S sys/sun4v/include pcb.h sys/sparc64/sparc64 genassym.c Log: - Explicitly name the fields in pcb that we use to store trap state for later retrieval, rather than using pad - save the fault address in sfar for use by the alignment fixup handler - mask off the trap number, so the context id doesn't confuse the UT_MAX comparison This change fixes alignment fixup handling which is needed for traceroute to work in spite of its copious unaligned accesses Revision Changes Path 1.66 +5 -0 src/sys/sparc64/sparc64/genassym.c 1.2 +6 -1 src/sys/sun4v/include/pcb.h 1.9 +18 -14 src/sys/sun4v/sun4v/exception.S From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:09:50 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B5AD16A81A; Wed, 29 Nov 2006 07:09:49 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B2C43CCE; Wed, 29 Nov 2006 07:09:27 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT4qpLE095802; Wed, 29 Nov 2006 04:52:51 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT4qp5S095801; Wed, 29 Nov 2006 04:52:51 GMT (envelope-from kmacy) Message-Id: <200611290452.kAT4qp5S095801@repoman.freebsd.org> From: Kip Macy Date: Wed, 29 Nov 2006 04:52:51 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:09:50 -0000 kmacy 2006-11-29 04:52:51 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v trap.c Log: We no longer need to remap hardware trap numbers to sparc64 trap numbers as this happens much earlier in trap handling. The fact that we continued to do this when it was no longer necessary caused breapoint to map to SIGILL as opposed to SIGTRAP :-(. Revision Changes Path 1.7 +6 -5 src/sys/sun4v/sun4v/trap.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:51:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D38E016A47B; Wed, 29 Nov 2006 07:51:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BC443CBB; Wed, 29 Nov 2006 07:51:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT7pTLt029005; Wed, 29 Nov 2006 07:51:29 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT7pTN9028998; Wed, 29 Nov 2006 07:51:29 GMT (envelope-from maxim) Message-Id: <200611290751.kAT7pTN9028998@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 29 Nov 2006 07:51:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/banner banner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:51:44 -0000 maxim 2006-11-29 07:51:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/banner banner.c Log: MFC rev. 1.16: check that -w width is not above maximum. Revision Changes Path 1.15.14.1 +2 -2 src/usr.bin/banner/banner.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 07:57:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5F8216A415; Wed, 29 Nov 2006 07:57:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4F943CAC; Wed, 29 Nov 2006 07:57:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT7v2Mo029897; Wed, 29 Nov 2006 07:57:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT7v2xJ029896; Wed, 29 Nov 2006 07:57:02 GMT (envelope-from imp) Message-Id: <200611290757.kAT7v2xJ029896@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Nov 2006 07:57:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_spi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 07:57:03 -0000 imp 2006-11-29 07:57:02 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c Log: MFp4: correct data counts so that we clock enough data for the spi transaction. This allows complete spi transactions to happen. Revision Changes Path 1.4 +3 -3 src/sys/arm/at91/at91_spi.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 08:04:25 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B38016A47B for ; Wed, 29 Nov 2006 08:04:25 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8E943CB8 for ; Wed, 29 Nov 2006 08:04:24 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 81806 invoked from network); 29 Nov 2006 04:04:20 -0000 Received: from ppp-71-139-31-204.dsl.snfc21.pacbell.net (HELO ?10.0.5.59?) (nate-mail@71.139.31.204) by root.org with ESMTPA; 29 Nov 2006 04:04:20 -0000 Message-ID: <456D06BB.6010007@root.org> Date: Tue, 28 Nov 2006 20:04:11 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Maxim Sobolev References: <20061129011937.4DEA816A5B0@hub.freebsd.org> In-Reply-To: <20061129011937.4DEA816A5B0@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 08:04:25 -0000 Maxim Sobolev wrote: > sobomax 2006-11-29 01:19:23 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/i386/i386 local_apic.c > sys/amd64/amd64 local_apic.c > Log: > Another attempt to MFC changes that prevent any accounting for the disabled > HTT cores. This time make code conditional on !defined(SCHED_ULE), since > SCHED_ULE is generally b0rken due to the fact that it doesn't honour > hlt_cpus_mask when scheduling processes like all other schedulers in the > system do. > > I am not sure if such SCHED_ULE behaviour should be considered as a > security flaw, basically it means that anybody running SCHED_ULE kernel > on HTT system still affected by FreeBSD-SA-05:09.htt. > > Revision Changes Path > 1.17.2.11 +16 -0 src/sys/amd64/amd64/local_apic.c > 1.17.2.11 +16 -0 src/sys/i386/i386/local_apic.c No, since FreeBSD-SA-05:09.htt is not a HTT problem, it's a cache problem that is exploitable on single thread/core systems as well. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Nov 29 08:05:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BFED16A40F; Wed, 29 Nov 2006 08:05:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B577B43CAD; Wed, 29 Nov 2006 08:05:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT85tYh032723; Wed, 29 Nov 2006 08:05:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT85twA032722; Wed, 29 Nov 2006 08:05:55 GMT (envelope-from imp) Message-Id: <200611290805.kAT85twA032722@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Nov 2006 08:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/flash at45d.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 08:05:56 -0000 imp 2006-11-29 08:05:55 UTC FreeBSD src repository Added files: sys/dev/flash at45d.c Log: MFp4: Preliminary support for Atmel AT45D series of DataFlash on the SPI bus (ok, not really a hardware bus, but a logical connection). This works only for the 8MB version of the part due to hard coding. Both read and write are supported. Revision Changes Path 1.1 +284 -0 src/sys/dev/flash/at45d.c (new) From owner-cvs-src@FreeBSD.ORG Wed Nov 29 08:08:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D15516A40F; Wed, 29 Nov 2006 08:08:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1647A43CBD; Wed, 29 Nov 2006 08:08:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT88Ukc032892; Wed, 29 Nov 2006 08:08:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT88UeZ032891; Wed, 29 Nov 2006 08:08:30 GMT (envelope-from imp) Message-Id: <200611290808.kAT88UeZ032891@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Nov 2006 08:08:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 08:08:30 -0000 imp 2006-11-29 08:08:30 UTC FreeBSD src repository Modified files: sys/conf files Log: Build glue for at45d flash support. Revision Changes Path 1.1165 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Nov 29 08:16:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 441C316A40F; Wed, 29 Nov 2006 08:16:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A762B43CB2; Wed, 29 Nov 2006 08:15:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT8FxR0034416; Wed, 29 Nov 2006 08:15:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT8FxFh034415; Wed, 29 Nov 2006 08:15:59 GMT (envelope-from imp) Message-Id: <200611290815.kAT8FxFh034415@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Nov 2006 08:15:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_twi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 08:16:00 -0000 imp 2006-11-29 08:15:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: Make this work a lot better: Remove a lot of older cruft not needed. Improve ISR support, but it is still unused since polling is faster Properly initalize the speed register to get 90kb/s, not 400b/s. Try to catch NACK Allow 0 length read transfers to generate start/top pairs. Revision Changes Path 1.7 +44 -36 src/sys/arm/at91/at91_twi.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 08:17:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A962916A407; Wed, 29 Nov 2006 08:17:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DC043CAC; Wed, 29 Nov 2006 08:17:41 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT8He0W034508; Wed, 29 Nov 2006 08:17:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT8HeBu034507; Wed, 29 Nov 2006 08:17:40 GMT (envelope-from imp) Message-Id: <200611290817.kAT8HeBu034507@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Nov 2006 08:17:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_pio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 08:17:41 -0000 imp 2006-11-29 08:17:40 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c Log: MFp4: formatting nit Revision Changes Path 1.4 +2 -2 src/sys/arm/at91/at91_pio.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 09:01:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE15C16A40F; Wed, 29 Nov 2006 09:01:28 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D23843CAF; Wed, 29 Nov 2006 09:01:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAT91Sio051890; Wed, 29 Nov 2006 09:01:28 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAT91Sa6051889; Wed, 29 Nov 2006 09:01:28 GMT (envelope-from maxim) Message-Id: <200611290901.kAT91Sa6051889@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 29 Nov 2006 09:01:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpcbind rpcbind.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 09:01:29 -0000 maxim 2006-11-29 09:01:28 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.8 Log: o Xr netconfig(5). PR: docs/105720 Submitted by: koitsu MFC after: 1 week Revision Changes Path 1.8 +1 -0 src/usr.sbin/rpcbind/rpcbind.8 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 10:58:10 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1929716A412; Wed, 29 Nov 2006 10:58:10 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id D583D43CA5; Wed, 29 Nov 2006 10:58:07 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 29 Nov 2006 10:58:06 +0000 (GMT) To: "Daan Vreeken [PA4DAN]" In-Reply-To: Your message of "Tue, 28 Nov 2006 14:53:26 +0100." <200611281453.26820.Danovitsch@vitsch.net> Date: Wed, 29 Nov 2006 10:58:04 +0000 From: Ian Dowse Message-ID: <200611291058.aa80677@nowhere.iedowse.com> Cc: scottl@samsco.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, marius@alchemy.franken.de, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 10:58:10 -0000 In message <200611281453.26820.Danovitsch@vitsch.net>, "Daan Vreeken [PA4DAN]" writes: >I don't believe my patch is at the right place where it's placed now. Any >ideas from someone with more bus_dma-foo and/or usb-foo are highly >appreciated :) >If more debugging information is needed, just ask. Hi Daan, Thanks for all the details - I'll try to put together a patch in the next few days that adds bus_dmamap_sync() calls whereever there are shared access ordering requirements in the host controller drivers. As Olivier mentioned, bus_dma(9) says that this should be done even for BUS_DMA_COHERENT allocations, so adding them may fix problems on other platforms too. BTW it looks like some of the packet descriptor structures in the HC drivers currently throw away their bus_dma information, since the strutures are never freed, so adding the bus_dmamap_sync() calls will involve keeping track of them now. Ian From owner-cvs-src@FreeBSD.ORG Wed Nov 29 11:04:58 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 084BA16A407; Wed, 29 Nov 2006 11:04:58 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from amsfep17-int.chello.nl (amsfep19-int.chello.nl [213.46.243.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C111343CA5; Wed, 29 Nov 2006 11:04:55 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Tuinhuisje.Vitsch.net ([62.195.87.223]) by amsfep17-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20061129110453.VJER10644.amsfep17-int.chello.nl@Tuinhuisje.Vitsch.net>; Wed, 29 Nov 2006 12:04:53 +0100 Received: from self (f23025.upc-f.chello.nl [80.56.23.25]) (authenticated bits=0) by Tuinhuisje.Vitsch.net (8.13.1/8.13.1) with ESMTP id kATB4e3i093401; Wed, 29 Nov 2006 12:04:44 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: Ian Dowse , cvs-src@freebsd.org, "M. Warner Losh" , scottl@samsco.org, src-committers@freebsd.org, cvs-all@freebsd.org, marius@alchemy.franken.de Date: Wed, 29 Nov 2006 12:04:43 +0100 User-Agent: KMail/1.9.1 References: <200611291058.aa80677@nowhere.iedowse.com> In-Reply-To: <200611291058.aa80677@nowhere.iedowse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611291204.43704.Danovitsch@vitsch.net> Cc: Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 11:04:58 -0000 Hi Ian, On Wednesday 29 November 2006 11:58, you wrote: > In message <200611281453.26820.Danovitsch@vitsch.net>, "Daan Vreeken > [PA4DAN]" > > writes: > >I don't believe my patch is at the right place where it's placed now. Any > >ideas from someone with more bus_dma-foo and/or usb-foo are highly > >appreciated :) > >If more debugging information is needed, just ask. > > Hi Daan, > > Thanks for all the details - I'll try to put together a patch in the > next few days that adds bus_dmamap_sync() calls whereever there are > shared access ordering requirements in the host controller drivers. > As Olivier mentioned, bus_dma(9) says that this should be done even > for BUS_DMA_COHERENT allocations, so adding them may fix problems on > other platforms too. > > BTW it looks like some of the packet descriptor structures in the > HC drivers currently throw away their bus_dma information, since > the strutures are never freed, so adding the bus_dmamap_sync() calls > will involve keeping track of them now. Ok, thanks for looking into this! At the moment I'm working on a driver for the USB device port that's on the ARM board. The driver is about half way being usefull. Once it's finished I can debug USB problems from the device perspective and see what data actually goes over the wire. That should show us what exactly goes wrong without the bus_dmapmap_sync() calls. -- Daan From owner-cvs-src@FreeBSD.ORG Wed Nov 29 11:13:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BDB516A407; Wed, 29 Nov 2006 11:13:23 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58D943CA2; Wed, 29 Nov 2006 11:13:21 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATBDMr5004515; Wed, 29 Nov 2006 11:13:22 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATBDMO7004514; Wed, 29 Nov 2006 11:13:22 GMT (envelope-from yar) Message-Id: <200611291113.kATBDMO7004514@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Nov 2006 11:13:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 11:13:23 -0000 yar 2006-11-29 11:13:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/systat convtbl.c Log: MFC rev 1.4: Properly stop at the gigabyte scale when the number to auto-scale is 1TB or greater. PR: bin/99731 Revision Changes Path 1.3.8.1 +1 -1 src/usr.bin/systat/convtbl.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 11:20:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C581716A415; Wed, 29 Nov 2006 11:20:11 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AE443CA5; Wed, 29 Nov 2006 11:20:10 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATBKBgd005072; Wed, 29 Nov 2006 11:20:11 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATBKB7L005071; Wed, 29 Nov 2006 11:20:11 GMT (envelope-from yar) Message-Id: <200611291120.kATBKB7L005071@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Nov 2006 11:20:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/systat convtbl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 11:20:12 -0000 yar 2006-11-29 11:20:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/systat convtbl.h Log: MFC rev 1.3: Remove the accidental duplicate of the real contents of this file. Revision Changes Path 1.2.8.1 +0 -66 src/usr.bin/systat/convtbl.h From owner-cvs-src@FreeBSD.ORG Wed Nov 29 14:00:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C26E16A4A7; Wed, 29 Nov 2006 14:00:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE4043CA2; Wed, 29 Nov 2006 14:00:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATE0Uh7089736; Wed, 29 Nov 2006 14:00:30 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATE0TcD089731; Wed, 29 Nov 2006 14:00:29 GMT (envelope-from ru) Message-Id: <200611291400.kATE0TcD089731@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 29 Nov 2006 14:00:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 14:00:32 -0000 ru 2006-11-29 14:00:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 nd6.c Log: MFC: 1.72: Prevent cached rtentry from being removed, add rtentry locking to nd6_output(). PR: kern/93910, kern/105437 Revision Changes Path 1.48.2.16 +29 -9 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 15:15:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F023416A412; Wed, 29 Nov 2006 15:15:31 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EA543CAD; Wed, 29 Nov 2006 15:15:29 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATFFVKr006120; Wed, 29 Nov 2006 15:15:31 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATFFVSn006119; Wed, 29 Nov 2006 15:15:31 GMT (envelope-from ariff) Message-Id: <200611291515.kATFFVSn006119@repoman.freebsd.org> From: Ariff Abdullah Date: Wed, 29 Nov 2006 15:15:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 15:15:32 -0000 ariff 2006-11-29 15:15:31 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Fix support for Medion MD MD95257 (GPIO2 quirk). Reported by: Chris Tophe Revision Changes Path 1.11 +12 -7 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 15:30:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B34916A412; Wed, 29 Nov 2006 15:30:40 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D8543CA3; Wed, 29 Nov 2006 15:30:38 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATFUesw007993; Wed, 29 Nov 2006 15:30:40 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATFUeXN007991; Wed, 29 Nov 2006 15:30:40 GMT (envelope-from gallatin) Message-Id: <200611291530.kATFUeXN007991@repoman.freebsd.org> From: Andrew Gallatin Date: Wed, 29 Nov 2006 15:30:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 15:30:40 -0000 gallatin 2006-11-29 15:30:39 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Fix mxge_submit_8rx() to behave like the comments says it does, and ensure that it copies at most 32 bytes at a time. Revision Changes Path 1.16 +3 -1 src/sys/dev/mxge/if_mxge.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 17:18:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8775316A56A; Wed, 29 Nov 2006 17:18:37 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEAA44177; Wed, 29 Nov 2006 17:07:12 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATH73YB034006; Wed, 29 Nov 2006 17:07:03 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATH73Q9034005; Wed, 29 Nov 2006 17:07:03 GMT (envelope-from joel) Message-Id: <200611291707.kATH73Q9034005@repoman.freebsd.org> From: Joel Dahl Date: Wed, 29 Nov 2006 17:07:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcm.4 snd_atiixp.4 snd_es137x.4 snd_hda.4 snd_via8233.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 17:18:37 -0000 joel 2006-11-29 17:07:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 snd_atiixp.4 snd_es137x.4 snd_hda.4 snd_via8233.4 Log: Add the dev.pcm.%d.polling sysctl and a short description. Reviewed by: ru Revision Changes Path 1.50 +7 -1 src/share/man/man4/pcm.4 1.4 +15 -1 src/share/man/man4/snd_atiixp.4 1.9 +8 -1 src/share/man/man4/snd_es137x.4 1.4 +16 -1 src/share/man/man4/snd_hda.4 1.6 +15 -1 src/share/man/man4/snd_via8233.4 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 17:57:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0876716A4C2; Wed, 29 Nov 2006 17:57:32 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4475643D53; Wed, 29 Nov 2006 17:54:57 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATHsx7b041733; Wed, 29 Nov 2006 17:54:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATHsxSa041732; Wed, 29 Nov 2006 17:54:59 GMT (envelope-from marcel) Message-Id: <200611291754.kATHsxSa041732@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Nov 2006 17:54:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/uart uart.h uart_dev_ns8250.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 17:57:32 -0000 marcel 2006-11-29 17:54:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: MFS: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work on all chipsets. PR: i386/105616 Approved by: re (kensmith) Revision Changes Path 1.16.8.1 +2 -1 src/sys/dev/ic/ns16550.h 1.4.8.1 +0 -6 src/sys/dev/uart/uart.h 1.14.8.1 +7 -5 src/sys/dev/uart/uart_dev_ns8250.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 19:08:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F40D216A407; Wed, 29 Nov 2006 19:08:45 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D5F43C9D; Wed, 29 Nov 2006 19:08:42 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATJ8jIx060192; Wed, 29 Nov 2006 19:08:45 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATJ8jcO060191; Wed, 29 Nov 2006 19:08:45 GMT (envelope-from alfred) Message-Id: <200611291908.kATJ8jcO060191@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 29 Nov 2006 19:08:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys uio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 19:08:46 -0000 alfred 2006-11-29 19:08:45 UTC FreeBSD src repository Modified files: sys/sys uio.h Log: Document struct uio.h entries. Revision Changes Path 1.40 +7 -7 src/sys/sys/uio.h From owner-cvs-src@FreeBSD.ORG Wed Nov 29 19:10:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B3B016A47C; Wed, 29 Nov 2006 19:10:57 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60AE43CB2; Wed, 29 Nov 2006 19:10:50 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATJArqJ062791; Wed, 29 Nov 2006 19:10:53 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATJArim062790; Wed, 29 Nov 2006 19:10:53 GMT (envelope-from alfred) Message-Id: <200611291910.kATJArim062790@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 29 Nov 2006 19:10:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 uio.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 19:10:57 -0000 alfred 2006-11-29 19:10:53 UTC FreeBSD src repository Modified files: share/man/man9 uio.9 Log: Do a better job of documenting uio_resid. Revision Changes Path 1.20 +18 -12 src/share/man/man9/uio.9 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 19:19:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EEAB16A407; Wed, 29 Nov 2006 19:19:45 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9540443CA5; Wed, 29 Nov 2006 19:19:41 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATJJifU065402; Wed, 29 Nov 2006 19:19:44 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATJJiAN065401; Wed, 29 Nov 2006 19:19:44 GMT (envelope-from alfred) Message-Id: <200611291919.kATJJiAN065401@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 29 Nov 2006 19:19:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_aue.c if_auereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 19:19:45 -0000 alfred 2006-11-29 19:19:44 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_auereg.h Log: Stop INVARIANTS panics in if_aue with a stopgap. aue_tick calls several synchronous usb functions from a timeout(9), this is very broken since a timeout(9) is run as an interrupt and the usb functions tsleep. A stopgap fix is to schedule a taskqueue task from the timeout and defer work to that taskqueue task. Revision Changes Path 1.101 +31 -7 src/sys/dev/usb/if_aue.c 1.23 +1 -0 src/sys/dev/usb/if_auereg.h From owner-cvs-src@FreeBSD.ORG Wed Nov 29 19:31:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13E0516A403; Wed, 29 Nov 2006 19:31:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE4243CA8; Wed, 29 Nov 2006 19:31:20 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATJVNYP068073; Wed, 29 Nov 2006 19:31:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATJVNkL068072; Wed, 29 Nov 2006 19:31:23 GMT (envelope-from kmacy) Message-Id: <200611291931.kATJVNkL068072@repoman.freebsd.org> From: Kip Macy Date: Wed, 29 Nov 2006 19:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sun4v/sun4v pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 19:31:24 -0000 kmacy 2006-11-29 19:31:23 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: - add separate variable for enabling printing of ranges - simplify handling of rounding phys_avail ranges to 4M boundaries (needed for all memory to be in the direct mapped area) Revision Changes Path 1.17 +17 -13 src/sys/sun4v/sun4v/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 20:28:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1F2416A4A7; Wed, 29 Nov 2006 20:28:08 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFED43D7C; Wed, 29 Nov 2006 20:25:26 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATKOvOJ078533; Wed, 29 Nov 2006 20:24:57 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATKOviH078532; Wed, 29 Nov 2006 20:24:57 GMT (envelope-from alfred) Message-Id: <200611292024.kATKOviH078532@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 29 Nov 2006 20:24:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 uio.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 20:28:09 -0000 alfred 2006-11-29 20:24:57 UTC FreeBSD src repository Modified files: share/man/man9 uio.9 Log: Bump .Dd, (9 year jump!) Requested by: ru cvs: ---------------------------------------------------------------------- Revision Changes Path 1.21 +1 -1 src/share/man/man9/uio.9 From owner-cvs-src@FreeBSD.ORG Wed Nov 29 21:49:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70ACC16A506; Wed, 29 Nov 2006 21:49:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D015843EE6; Wed, 29 Nov 2006 21:43:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATLgmmo017690; Wed, 29 Nov 2006 21:42:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATLgmdB017689; Wed, 29 Nov 2006 21:42:48 GMT (envelope-from brueffer) Message-Id: <200611292142.kATLgmdB017689@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Nov 2006 21:42:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 21:49:10 -0000 brueffer 2006-11-29 21:42:48 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Remove pre-5.3 compatibility ifdefs. Approved by: rwatson (mentor) MFC after: 5 days Revision Changes Path 1.27 +0 -61 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Wed Nov 29 21:56:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A07B16A416; Wed, 29 Nov 2006 21:56:36 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E9643CA6; Wed, 29 Nov 2006 21:56:31 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 959746375; Thu, 30 Nov 2006 00:56:34 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 72CC6635C; Thu, 30 Nov 2006 00:56:34 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kATLuYUT020254; Thu, 30 Nov 2006 00:56:34 +0300 (MSK) (envelope-from ru) Date: Thu, 30 Nov 2006 00:56:34 +0300 From: Ruslan Ermilov To: Christian Brueffer Message-ID: <20061129215634.GA20171@rambler-co.ru> References: <200611292142.kATLgmdB017689@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <200611292142.kATLgmdB017689@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 21:56:36 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 29, 2006 at 09:42:48PM +0000, Christian Brueffer wrote: > brueffer 2006-11-29 21:42:48 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/vge if_vge.c=20 > Log: > Remove pre-5.3 compatibility ifdefs. > =20 > Approved by: rwatson (mentor) > MFC after: 5 days > =20 > Revision Changes Path > 1.27 +0 -61 src/sys/dev/vge/if_vge.c >=20 I was looking for someone with vge(4) card, do you have one? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbgISqRfpzJluFF4RAnKlAKCA2gZgcJQmbgCs5kjU1iaFvEfobACgmVZR AlFJMgAOx/f2CpNCo11ol3I= =Ftv3 -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-cvs-src@FreeBSD.ORG Wed Nov 29 22:14:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C91CB16A49E; Wed, 29 Nov 2006 22:14:37 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D8943C9D; Wed, 29 Nov 2006 22:14:20 +0000 (GMT) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe ([134.130.3.36]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0J9I00FI3J0LJN60@mta-1.ms.rz.RWTH-Aachen.de>; Wed, 29 Nov 2006 23:12:21 +0100 (CET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Wed, 29 Nov 2006 23:12:20 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.8/8.13.1/1) with ESMTP id kATMCJSN029065; Wed, 29 Nov 2006 23:12:19 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GpXfA-0006kt-Iv; Wed, 29 Nov 2006 23:12:20 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 45FA13F41B; Wed, 29 Nov 2006 23:12:20 +0100 (CET) Date: Wed, 29 Nov 2006 23:12:20 +0100 From: Christian Brueffer In-reply-to: <20061129215634.GA20171@rambler-co.ru> To: Ruslan Ermilov Message-id: <20061129221219.GF1835@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=+QwZB9vYiNIzNXIj Content-disposition: inline X-Operating-System: FreeBSD 6.2-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200611292142.kATLgmdB017689@repoman.freebsd.org> <20061129215634.GA20171@rambler-co.ru> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 22:14:37 -0000 --+QwZB9vYiNIzNXIj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2006 at 12:56:34AM +0300, Ruslan Ermilov wrote: > On Wed, Nov 29, 2006 at 09:42:48PM +0000, Christian Brueffer wrote: > > brueffer 2006-11-29 21:42:48 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/vge if_vge.c=20 > > Log: > > Remove pre-5.3 compatibility ifdefs. > > =20 > > Approved by: rwatson (mentor) > > MFC after: 5 days > > =20 > > Revision Changes Path > > 1.27 +0 -61 src/sys/dev/vge/if_vge.c > >=20 > I was looking for someone with vge(4) card, do you have one? >=20 Unfortunately not, but infofarmer@ just reported vge(4) problems on current@, so he seems to have hardware. Also I think Andre has some. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --+QwZB9vYiNIzNXIj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbgXDbHYXjKDtmC0RAmRQAJ4oOPIuc04UVNq0+1gqy+SoqFTp+QCcDHex IPIZBGtBJWO8BvGvOrg+FX4= =kNpA -----END PGP SIGNATURE----- --+QwZB9vYiNIzNXIj-- From owner-cvs-src@FreeBSD.ORG Wed Nov 29 23:41:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACEB516A415; Wed, 29 Nov 2006 23:41:59 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FBF943CA7; Wed, 29 Nov 2006 23:41:54 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id A39131333EA; Thu, 30 Nov 2006 10:11:57 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 87AFC9BEF5; Thu, 30 Nov 2006 10:11:57 +1030 (CST) Date: Thu, 30 Nov 2006 10:11:57 +1030 From: Greg 'groggy' Lehey To: Alfred Perlstein Message-ID: <20061129234157.GN42090@wantadilla.lemis.com> References: <200611292024.kATKOviH078532@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B7kmwdlU7aE/dafw" Content-Disposition: inline In-Reply-To: <200611292024.kATKOviH078532@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Man pages .Dd (was: cvs commit: src/share/man/man9 uio.9) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Nov 2006 23:41:59 -0000 --B7kmwdlU7aE/dafw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein wrote: > alfred 2006-11-29 20:24:57 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 uio.9 > Log: > Bump .Dd, (9 year jump!) > > Requested by: ru This happened to me too last week. I'm hazy about when, but my understanding has been that in the past .Dd *didn't* automatically get updated. When should it be, when shouldn't it be? If it should be automatic, we should write a macro which sets it from $FreeBSD$. Greg -- See complete headers for address and phone numbers. --B7kmwdlU7aE/dafw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFbhrFIubykFB6QiMRAjBiAJwJ8YsJKtE4aylwpbNiqj865dpdFwCeN899 zOLWOasXWmce54XA2+y9rm8= =RQGA -----END PGP SIGNATURE----- --B7kmwdlU7aE/dafw-- From owner-cvs-src@FreeBSD.ORG Thu Nov 30 04:17:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B490516A403; Thu, 30 Nov 2006 04:17:06 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B64D43CA5; Thu, 30 Nov 2006 04:17:00 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU4H5oV022456; Thu, 30 Nov 2006 04:17:05 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU4H51q022455; Thu, 30 Nov 2006 04:17:05 GMT (envelope-from jb) Message-Id: <200611300417.kAU4H51q022455@repoman.freebsd.org> From: John Birrell Date: Thu, 30 Nov 2006 04:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 04:17:06 -0000 jb 2006-11-30 04:17:05 UTC FreeBSD src repository Modified files: sys/amd64/amd64 genassym.c sys/arm/arm genassym.c sys/conf options sys/i386/i386 genassym.c sys/kern subr_prf.c sys/powerpc/powerpc genassym.c sys/sparc64/sparc64 genassym.c sys/sun4v/conf GENERIC sys/sys pcpu.h Log: Turn console printf buffering into a kernel option and only on by default for sun4v where it is absolutely required. This change moves the buffer from struct pcpu to the stack to avoid using the critical section which created a LOR in a couple of cases due to interaction with the tty code and kqueue. The LOR can't be fixed with the critical section and the pcpu buffer can't be used without the critical section. Putting the buffer on the stack was my initial solution, but it was pointed out that the stress on the stack might cause problems depending on the call path. We don't have a way of creating tests for those possible cases, so it's best to leave this as an option for the time being. In time we may get enough data to enable this option more generally. Revision Changes Path 1.159 +0 -1 src/sys/amd64/amd64/genassym.c 1.8 +0 -1 src/sys/arm/arm/genassym.c 1.566 +3 -0 src/sys/conf/options 1.155 +0 -1 src/sys/i386/i386/genassym.c 1.128 +23 -14 src/sys/kern/subr_prf.c 1.58 +0 -1 src/sys/powerpc/powerpc/genassym.c 1.67 +0 -1 src/sys/sparc64/sparc64/genassym.c 1.6 +1 -0 src/sys/sun4v/conf/GENERIC 1.19 +0 -5 src/sys/sys/pcpu.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 05:49:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C83516A403; Thu, 30 Nov 2006 05:49:55 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF6243CA8; Thu, 30 Nov 2006 05:49:49 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU5ntfx047687; Thu, 30 Nov 2006 05:49:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU5nthQ047686; Thu, 30 Nov 2006 05:49:55 GMT (envelope-from brueffer) Message-Id: <200611300549.kAU5nthQ047686@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 30 Nov 2006 05:49:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ums.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 05:49:55 -0000 brueffer 2006-11-30 05:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 ums.4 Log: MFC: rev. 1.25 Overhaul this manpage somewhat: - Move mentionings of required drivers to the SYNOPSIS where they belong - Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make somewhat more sense - Fix an Xref to manpage from ports to mention the corresponsing port - Remove commented out HISTORY section header Revision Changes Path 1.23.2.2 +14 -28 src/share/man/man4/ums.4 From owner-cvs-src@FreeBSD.ORG Thu Nov 30 06:10:23 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA16B16A415; Thu, 30 Nov 2006 06:10:23 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED80543CBB; Thu, 30 Nov 2006 06:10:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 478AA20021F; Thu, 30 Nov 2006 07:10:12 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id C83E51FFEAC; Thu, 30 Nov 2006 07:10:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id D2CC1444885; Thu, 30 Nov 2006 06:08:47 +0000 (UTC) Date: Thu, 30 Nov 2006 06:08:47 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Birrell In-Reply-To: <200611300417.kAU4H51q022455@repoman.freebsd.org> Message-ID: <20061130060752.R25145@maildrop.int.zabbadoz.net> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 06:10:24 -0000 On Thu, 30 Nov 2006, John Birrell wrote: > jb 2006-11-30 04:17:05 UTC > > FreeBSD src repository > > Log: > Turn console printf buffering into a kernel option and only on > by default for sun4v where it is absolutely required. > > This change moves the buffer from struct pcpu to the stack to avoid > using the critical section which created a LOR in a couple of cases is this a well known LOR that one can find on "The LOR Page"? http://sources.zabbadoz.net/freebsd/lor.html -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Thu Nov 30 06:17:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0ACBD16A407; Thu, 30 Nov 2006 06:17:55 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F2D43CA3; Thu, 30 Nov 2006 06:17:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU6Hsmc055763; Thu, 30 Nov 2006 06:17:54 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU6HsTx055762; Thu, 30 Nov 2006 06:17:54 GMT (envelope-from sam) Message-Id: <200611300617.kAU6HsTx055762@repoman.freebsd.org> From: Sam Leffler Date: Thu, 30 Nov 2006 06:17:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.arm X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 06:17:55 -0000 sam 2006-11-30 06:17:54 UTC FreeBSD src repository Modified files: sys/conf files.arm Log: fls was missing MFC after: 1 week Revision Changes Path 1.13 +1 -0 src/sys/conf/files.arm From owner-cvs-src@FreeBSD.ORG Thu Nov 30 06:30:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA55816A403; Thu, 30 Nov 2006 06:30:01 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6835C43CA5; Thu, 30 Nov 2006 06:29:55 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU6U1lQ057639; Thu, 30 Nov 2006 06:30:01 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU6U1sU057638; Thu, 30 Nov 2006 06:30:01 GMT (envelope-from kevlo) Message-Id: <200611300630.kAU6U1sU057638@repoman.freebsd.org> From: Kevin Lo Date: Thu, 30 Nov 2006 06:30:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 ixdp425reg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 06:30:02 -0000 kevlo 2006-11-30 06:30:01 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixdp425reg.h Log: Better i2c bit definitions. Approved by: cognet Revision Changes Path 1.2 +2 -2 src/sys/arm/xscale/ixp425/ixdp425reg.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 06:32:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8DE416A47B; Thu, 30 Nov 2006 06:32:31 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA5643CAE; Thu, 30 Nov 2006 06:32:23 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 74BA7140EC03; Thu, 30 Nov 2006 06:33:41 +0000 (GMT) Date: Thu, 30 Nov 2006 06:33:41 +0000 From: John Birrell To: "Bjoern A. Zeeb" Message-ID: <20061130063341.GB3507@what-creek.com> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130060752.R25145@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 06:32:31 -0000 On Thu, Nov 30, 2006 at 06:08:47AM +0000, Bjoern A. Zeeb wrote: > On Thu, 30 Nov 2006, John Birrell wrote: > > >jb 2006-11-30 04:17:05 UTC > > > > FreeBSD src repository > > > > Log: > > Turn console printf buffering into a kernel option and only on > > by default for sun4v where it is absolutely required. > > > > This change moves the buffer from struct pcpu to the stack to avoid > > using the critical section which created a LOR in a couple of cases > > is this a well known LOR that one can find on "The LOR Page"? > http://sources.zabbadoz.net/freebsd/lor.html No. It has only been seen by one or two people at the most. It is related to witness and a USB event via kqueue from what I understand. I haven't seen it myself. -- John Birrell From owner-cvs-src@FreeBSD.ORG Thu Nov 30 06:51:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93AB916A412; Thu, 30 Nov 2006 06:51:30 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7ED143CA7; Thu, 30 Nov 2006 06:51:22 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 4576A33CAA; Thu, 30 Nov 2006 08:51:26 +0200 (SAST) Date: Thu, 30 Nov 2006 08:51:26 +0200 From: John Hay To: John Birrell Message-ID: <20061130065126.GA30489@zibbi.meraka.csir.co.za> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> <20061130063341.GB3507@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130063341.GB3507@what-creek.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 06:51:30 -0000 >jb 2006-11-30 04:17:05 UTC > > FreeBSD src repository > > Log: > Turn console printf buffering into a kernel option and only on > by default for sun4v where it is absolutely required. > > This change moves the buffer from struct pcpu to the stack to avoid > using the critical section which created a LOR in a couple of cases Does this work on serial consoles too or does one have to set something? I just built a new kernel for my arm Avila board and when it boots it only print one line: KDB: debugger backends: A kernel built yesterday did boot right into multi-user mode. John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Nov 30 07:15:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE3216A40F; Thu, 30 Nov 2006 07:15:44 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FEF43CA3; Thu, 30 Nov 2006 07:15:37 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 276EF140EC03; Thu, 30 Nov 2006 07:16:55 +0000 (GMT) Date: Thu, 30 Nov 2006 07:16:55 +0000 From: John Birrell To: John Hay Message-ID: <20061130071654.GA3817@what-creek.com> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> <20061130063341.GB3507@what-creek.com> <20061130065126.GA30489@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130065126.GA30489@zibbi.meraka.csir.co.za> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 07:15:44 -0000 On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > Does this work on serial consoles too or does one have to set something? > > I just built a new kernel for my arm Avila board and when it boots it > only print one line: > > KDB: debugger backends: > > A kernel built yesterday did boot right into multi-user mode. The buffering is in the printf/vprintf functions. Without it, the output goes directo each console, character by character like it has always done. It should have no effect on the system booting to multi-user mode. -- John Birrell From owner-cvs-src@FreeBSD.ORG Thu Nov 30 07:25:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBEAB16A415; Thu, 30 Nov 2006 07:25:52 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2885743C9D; Thu, 30 Nov 2006 07:25:46 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU7PqEw069537; Thu, 30 Nov 2006 07:25:52 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU7Pqo1069536; Thu, 30 Nov 2006 07:25:52 GMT (envelope-from jb) Message-Id: <200611300725.kAU7Pqo1069536@repoman.freebsd.org> From: John Birrell Date: Thu, 30 Nov 2006 07:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 07:25:52 -0000 jb 2006-11-30 07:25:52 UTC FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Flushing the buffer is conditional on actually using the buffer. Oops. Revision Changes Path 1.129 +4 -0 src/sys/kern/subr_prf.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 07:27:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CA7216A415; Thu, 30 Nov 2006 07:27:20 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6F143CA3; Thu, 30 Nov 2006 07:27:13 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 287FA140EC08; Thu, 30 Nov 2006 07:28:31 +0000 (GMT) Date: Thu, 30 Nov 2006 07:28:31 +0000 From: John Birrell To: John Hay Message-ID: <20061130072830.GA3915@what-creek.com> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> <20061130063341.GB3507@what-creek.com> <20061130065126.GA30489@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130065126.GA30489@zibbi.meraka.csir.co.za> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 07:27:20 -0000 On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > Does this work on serial consoles too or does one have to set something? > > I just built a new kernel for my arm Avila board and when it boots it > only print one line: > > KDB: debugger backends: > > A kernel built yesterday did boot right into multi-user mode. Ahem. Looks like I missed a couple of #ifdefs. Fixed in current. -- John Birrell From owner-cvs-src@FreeBSD.ORG Thu Nov 30 08:12:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C231816A403; Thu, 30 Nov 2006 08:12:40 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C87843CA7; Thu, 30 Nov 2006 08:12:32 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 0CDDE33CBB; Thu, 30 Nov 2006 10:12:37 +0200 (SAST) Date: Thu, 30 Nov 2006 10:12:37 +0200 From: John Hay To: John Birrell Message-ID: <20061130081236.GA34455@zibbi.meraka.csir.co.za> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> <20061130063341.GB3507@what-creek.com> <20061130065126.GA30489@zibbi.meraka.csir.co.za> <20061130072830.GA3915@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130072830.GA3915@what-creek.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 08:12:40 -0000 On Thu, Nov 30, 2006 at 07:28:31AM +0000, John Birrell wrote: > On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > > Does this work on serial consoles too or does one have to set something? > > > > I just built a new kernel for my arm Avila board and when it boots it > > only print one line: > > > > KDB: debugger backends: > > > > A kernel built yesterday did boot right into multi-user mode. > > Ahem. Looks like I missed a couple of #ifdefs. Fixed in current. Ahhh. It boots again. Thanks! John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Nov 30 08:13:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AAE816A4B3; Thu, 30 Nov 2006 08:13:08 +0000 (UTC) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8279243CA2; Thu, 30 Nov 2006 08:13:01 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU8D72x079021; Thu, 30 Nov 2006 08:13:07 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU8D7uM079018; Thu, 30 Nov 2006 08:13:07 GMT (envelope-from grehan) Message-Id: <200611300813.kAU8D7uM079018@repoman.freebsd.org> From: Peter Grehan Date: Thu, 30 Nov 2006 08:13:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/powerpc mmu_oea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 08:13:08 -0000 grehan 2006-11-30 08:13:06 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Don't use vm_page_flag_set() if installing bootstrap page-table entries since the vm page mutex's aren't yet initialized. Fixes boot-time panic. Reported by: Dario Freni saturnero at freesbie dot org Revision Changes Path 1.113 +2 -1 src/sys/powerpc/powerpc/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 08:27:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8D2F16A40F; Thu, 30 Nov 2006 08:27:38 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0080843CBE; Thu, 30 Nov 2006 08:27:31 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU8RcWS081302; Thu, 30 Nov 2006 08:27:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU8RcLl081301; Thu, 30 Nov 2006 08:27:38 GMT (envelope-from phk) Message-Id: <200611300827.kAU8RcLl081301@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 30 Nov 2006 08:27:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 08:27:39 -0000 phk 2006-11-30 08:27:38 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Only grab the sched_lock if we actually need to modify the thread priority. During a buildworld only 2/3 of the calls to msleep actually changed the priority. Revision Changes Path 1.285 +5 -4 src/sys/kern/kern_synch.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 10:50:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71EFD16A528; Thu, 30 Nov 2006 10:50:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE6C43CC6; Thu, 30 Nov 2006 10:50:22 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUAoTQR017762; Thu, 30 Nov 2006 10:50:29 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUAoTO1017761; Thu, 30 Nov 2006 10:50:29 GMT (envelope-from kib) Message-Id: <200611301050.kAUAoTO1017761@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 30 Nov 2006 10:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern link_elf_obj.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 10:50:39 -0000 kib 2006-11-30 10:50:29 UTC FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: Linker set support depends on the magic __start_
and __stop_
symbols generated by the static linker for elf sections. This is done only for the final link, and not for ld -r. Augment elf_obj in-kernel linker by recognizing such special symbols, and resolving them to the start and end of the section automatically. As result, linker sets on amd64 could be used in the same way as on other architectures, without explicit calls to linker_file_lookup_set(). Requested by: rdivacky No objections from: peter, jhb Revision Changes Path 1.94 +47 -0 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 10:54:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F6C16A407; Thu, 30 Nov 2006 10:54:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BDB43CBD; Thu, 30 Nov 2006 10:54:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUAstBC019278; Thu, 30 Nov 2006 10:54:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUAstas019277; Thu, 30 Nov 2006 10:54:55 GMT (envelope-from rwatson) Message-Id: <200611301054.kAUAstas019277@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Nov 2006 10:54:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 10:54:56 -0000 rwatson 2006-11-30 10:54:55 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Consistently use #ifdef INET6 rather than mixing and matching with #if defined(INET6). Don't comment the end of short #ifdef blocks. Comment cleanup. Line wrap. Revision Changes Path 1.184 +19 -21 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 12:37:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2420F16A407; Thu, 30 Nov 2006 12:37:16 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FBC543CD9; Thu, 30 Nov 2006 12:37:07 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kAUCbCuC022958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 15:37:12 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kAUCbCPg022957; Thu, 30 Nov 2006 15:37:12 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 30 Nov 2006 15:37:12 +0300 From: Gleb Smirnoff To: "Greg 'groggy' Lehey" Message-ID: <20061130123712.GV32700@FreeBSD.org> References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20061129234157.GN42090@wantadilla.lemis.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, Alfred Perlstein , ru@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: Man pages .Dd (was: cvs commit: src/share/man/man9 uio.9) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 12:37:16 -0000 On Thu, Nov 30, 2006 at 10:11:57AM +1030, Greg 'groggy' Lehey wrote: G> On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein wrote: G> > alfred 2006-11-29 20:24:57 UTC G> > G> > FreeBSD src repository G> > G> > Modified files: G> > share/man/man9 uio.9 G> > Log: G> > Bump .Dd, (9 year jump!) G> > G> > Requested by: ru G> G> This happened to me too last week. I'm hazy about when, but my G> understanding has been that in the past .Dd *didn't* automatically get G> updated. When should it be, when shouldn't it be? If it should be G> automatic, we should write a macro which sets it from $FreeBSD$. No. Only text changes bump .Dd. Style, spelling, wording and markup do not. Also, when change is merged the .Dd is left from the original commit to HEAD, not the date of the MFC. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Nov 30 13:14:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA23516A513; Thu, 30 Nov 2006 13:14:24 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A49B43CA5; Thu, 30 Nov 2006 13:14:13 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 7A261689C; Thu, 30 Nov 2006 16:14:20 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 707BF6892; Thu, 30 Nov 2006 16:14:20 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAUDELBt075143; Thu, 30 Nov 2006 16:14:21 +0300 (MSK) (envelope-from ru) Date: Thu, 30 Nov 2006 16:14:21 +0300 From: Ruslan Ermilov To: Gleb Smirnoff Message-ID: <20061130131421.GA74988@rambler-co.ru> References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> <20061130123712.GV32700@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <20061130123712.GV32700@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Greg 'groggy' Lehey , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Man pages .Dd (was: cvs commit: src/share/man/man9 uio.9) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 13:14:25 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2006 at 03:37:12PM +0300, Gleb Smirnoff wrote: > On Thu, Nov 30, 2006 at 10:11:57AM +1030, Greg 'groggy' Lehey wrote: > G> On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein wro= te: > G> > alfred 2006-11-29 20:24:57 UTC > G> > > G> > FreeBSD src repository > G> > > G> > Modified files: > G> > share/man/man9 uio.9 > G> > Log: > G> > Bump .Dd, (9 year jump!) > G> > > G> > Requested by: ru > G>=20 > G> This happened to me too last week. I'm hazy about when, but my > G> understanding has been that in the past .Dd *didn't* automatically get > G> updated. When should it be, when shouldn't it be? If it should be > G> automatic, we should write a macro which sets it from $FreeBSD$. >=20 > No. Only text changes bump .Dd. Style, spelling, wording and markup > do not. >=20 Sometimes even editorial changes are so large that deserve a bump. A common sense actually applies, but for content changes we usually want to bump the date. The comment in the example manpages is supposed to hint about this: =2E\" $FreeBSD: src/share/examples/mdoc/example.4,v 1.21.2.2 2006/06/05 19:= 31:57 brueffer Exp $ =2E\" =2E\" Note: The date here should be updated whenever a non-trivial =2E\" change is made to the manual page. =2EDd April 1, 2006 > Also, when change is merged the .Dd is left from the original > commit to HEAD, not the date of the MFC. >=20 This is true (most of the time ;-). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbtktqRfpzJluFF4RArQ5AJ9QvLKguaZrqVdyi1ZBQn+5w7hcpACdH1c9 1qBJERu4YOuXHk8KvUx9HgQ= =z770 -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From owner-cvs-src@FreeBSD.ORG Thu Nov 30 13:40:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7971516A403; Thu, 30 Nov 2006 13:40:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2513243CAF; Thu, 30 Nov 2006 13:40:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUDedXZ059995; Thu, 30 Nov 2006 13:40:39 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUDed9C059994; Thu, 30 Nov 2006 13:40:39 GMT (envelope-from glebius) Message-Id: <200611301340.kAUDed9C059994@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 30 Nov 2006 13:40:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 13:40:40 -0000 glebius 2006-11-30 13:40:39 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: - Instead of if_watchdog/if_timer interface use our own timer that piggybacks on bge_tick() callout. - Lock bge_tick() using callout_init_mtx(). Revision Changes Path 1.152 +17 -24 src/sys/dev/bge/if_bge.c 1.57 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 14:30:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A27316A412; Thu, 30 Nov 2006 14:30:49 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4513443CCA; Thu, 30 Nov 2006 14:29:51 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUETmp6070175; Thu, 30 Nov 2006 14:29:48 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUETmhn070174; Thu, 30 Nov 2006 14:29:48 GMT (envelope-from flz) Message-Id: <200611301429.kAUETmhn070174@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 30 Nov 2006 14:29:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 14:30:49 -0000 flz 2006-11-30 14:29:48 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version after UQ_KBD_IGNORE was set for Wi-Spy devices. Revision Changes Path 1.281 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 14:58:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CAE116A4B3; Thu, 30 Nov 2006 14:58:02 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B302B43CA3; Thu, 30 Nov 2006 14:57:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUEw1T3075367; Thu, 30 Nov 2006 14:58:01 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUEw1EZ075366; Thu, 30 Nov 2006 14:58:01 GMT (envelope-from glebius) Message-Id: <200611301458.kAUEw1EZ075366@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 30 Nov 2006 14:58:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 14:58:02 -0000 glebius 2006-11-30 14:58:01 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpvar.h Log: - Instead of if_watchdog/if_timer interface use our own timer that piggybacks on fxp_tick() callout. Revision Changes Path 1.261 +18 -13 src/sys/dev/fxp/if_fxp.c 1.40 +1 -0 src/sys/dev/fxp/if_fxpvar.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 15:02:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D333C16A403; Thu, 30 Nov 2006 15:02:02 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C07C43CB0; Thu, 30 Nov 2006 15:01:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUF22jR076212; Thu, 30 Nov 2006 15:02:02 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUF22lU076210; Thu, 30 Nov 2006 15:02:02 GMT (envelope-from glebius) Message-Id: <200611301502.kAUF22lU076210@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 30 Nov 2006 15:02:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 15:02:02 -0000 glebius 2006-11-30 15:02:01 UTC FreeBSD src repository Modified files: sys/net if.c Log: The recent issues with em(4) interface has shown that the old 4.4BSD if_watchdog/if_timer interface doesn't fit modern SMP network stack design. Device drivers that need watchdog to monitor their hardware should implement it theirselves. Eventually the if_watchdog/if_timer API will be removed. For now, warn that driver uses it. Reviewed by: scottl Revision Changes Path 1.265 +3 -0 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 15:14:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B28816A416; Thu, 30 Nov 2006 15:14:21 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5C143CC2; Thu, 30 Nov 2006 15:14:09 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUFEIZO079923; Thu, 30 Nov 2006 15:14:18 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUFEIRR079922; Thu, 30 Nov 2006 15:14:18 GMT (envelope-from maxim) Message-Id: <200611301514.kAUFEIRR079922@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 30 Nov 2006 15:14:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 15:14:21 -0000 maxim 2006-11-30 15:14:18 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: o ciss.ko depends on cam and pci. PR: kern/105989 Submitted by: nork MFC after: 1 month Revision Changes Path 1.74 +2 -0 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 15:20:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7684C16A416; Thu, 30 Nov 2006 15:20:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8841E43CA5; Thu, 30 Nov 2006 15:20:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAUFHuWR037067; Thu, 30 Nov 2006 08:17:56 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Nov 2006 08:18:45 -0700 (MST) Message-Id: <20061130.081845.232929750.imp@bsdimp.com> To: grog@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20061129234157.GN42090@wantadilla.lemis.com> References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 30 Nov 2006 08:17:56 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, alfred@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Man pages .Dd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 15:20:39 -0000 In message: <20061129234157.GN42090@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein wrote: : > alfred 2006-11-29 20:24:57 UTC : > : > FreeBSD src repository : > : > Modified files: : > share/man/man9 uio.9 : > Log: : > Bump .Dd, (9 year jump!) : > : > Requested by: ru : : This happened to me too last week. I'm hazy about when, but my : understanding has been that in the past .Dd *didn't* automatically get : updated. When should it be, when shouldn't it be? If it should be : automatic, we should write a macro which sets it from $FreeBSD$. content changes, but not typos or formatting, is when it should be bumpped. Also on MFC, the date used is the one in -current, not the date that you MFC. This makes it hard to automate. Warner From owner-cvs-src@FreeBSD.ORG Thu Nov 30 16:54:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791D416A47C; Thu, 30 Nov 2006 16:54:25 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9A643CD8; Thu, 30 Nov 2006 16:48:41 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kAUGmnWB028665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 08:48:49 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <456F0B71.3050604@errno.com> Date: Thu, 30 Nov 2006 08:48:49 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.7 (X11/20060920) MIME-Version: 1.0 To: Gleb Smirnoff References: <200611301502.kAUF22lU076210@repoman.freebsd.org> In-Reply-To: <200611301502.kAUF22lU076210@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 16:54:25 -0000 Gleb Smirnoff wrote: > glebius 2006-11-30 15:02:01 UTC > > FreeBSD src repository > > Modified files: > sys/net if.c > Log: > The recent issues with em(4) interface has shown that the old 4.4BSD > if_watchdog/if_timer interface doesn't fit modern SMP network > stack design. > > Device drivers that need watchdog to monitor their hardware should > implement it theirselves. > > Eventually the if_watchdog/if_timer API will be removed. For now, > warn that driver uses it. > > Reviewed by: scottl Did I miss a headsup on this? Seems like something you should coordinate with folks so people can convert drivers beforehand. I understand the problem and I see this is just a printf but now we're going to have people asking what's going on. Sam From owner-cvs-src@FreeBSD.ORG Thu Nov 30 16:54:49 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFD3316A672; Thu, 30 Nov 2006 16:54:48 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1028B43F14; Thu, 30 Nov 2006 16:51:43 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp3-g19.free.fr (Postfix) with ESMTP id 430C64A250; Thu, 30 Nov 2006 17:51:51 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 6281B118CC; Thu, 30 Nov 2006 17:51:50 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jK6Pyob70ieu; Thu, 30 Nov 2006 17:51:24 +0100 (CET) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id C0A0811410; Thu, 30 Nov 2006 17:51:23 +0100 (CET) Message-ID: <456F0C2A.80603@FreeBSD.org> Date: Thu, 30 Nov 2006 16:51:54 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061121) MIME-Version: 1.0 To: Ruslan Ermilov References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> <20061130123712.GV32700@FreeBSD.org> <20061130131421.GA74988@rambler-co.ru> In-Reply-To: <20061130131421.GA74988@rambler-co.ru> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig072EEB43F4123DF64EE2E9AD" Cc: Greg 'groggy' Lehey , cvs-src@freebsd.org, Gleb Smirnoff , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Man pages .Dd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 16:54:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig072EEB43F4123DF64EE2E9AD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ruslan Ermilov wrote: > On Thu, Nov 30, 2006 at 03:37:12PM +0300, Gleb Smirnoff wrote: >> On Thu, Nov 30, 2006 at 10:11:57AM +1030, Greg 'groggy' Lehey wrote: >> G> On Wednesday, 29 November 2006 at 20:24:57 +0000, Alfred Perlstein = wrote: >> G> > alfred 2006-11-29 20:24:57 UTC >> G> > >> G> > FreeBSD src repository >> G> > >> G> > Modified files: >> G> > share/man/man9 uio.9 >> G> > Log: >> G> > Bump .Dd, (9 year jump!) >> G> > >> G> > Requested by: ru >> G>=20 >> G> This happened to me too last week. I'm hazy about when, but my >> G> understanding has been that in the past .Dd *didn't* automatically = get >> G> updated. When should it be, when shouldn't it be? If it should be= >> G> automatic, we should write a macro which sets it from $FreeBSD$. >> >> No. Only text changes bump .Dd. Style, spelling, wording and markup >> do not. >> > Sometimes even editorial changes are so large that deserve a bump. > A common sense actually applies, but for content changes we usually > want to bump the date. The comment in the example manpages is > supposed to hint about this: >=20 > .\" $FreeBSD: src/share/examples/mdoc/example.4,v 1.21.2.2 2006/06/05 1= 9:31:57 brueffer Exp $ > .\" > .\" Note: The date here should be updated whenever a non-trivial > .\" change is made to the manual page. > .Dd April 1, 2006 >=20 >> Also, when change is merged the .Dd is left from the original >> commit to HEAD, not the date of the MFC. >> > This is true (most of the time ;-). Is it true and right? Cause I'm always changing .Dd to the date of the MFC. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig072EEB43F4123DF64EE2E9AD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFbwwqMxEkbVFH3PQRCj26AJ0Z9m4ZYmsrK+egfGBwr+f5j4lfFACaAw/L 7XXT0WYqh1yLX0DKwmUml5w= =O/sx -----END PGP SIGNATURE----- --------------enig072EEB43F4123DF64EE2E9AD-- From owner-cvs-src@FreeBSD.ORG Thu Nov 30 17:27:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA9FA16A58D; Thu, 30 Nov 2006 17:27:59 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1645843DA7; Thu, 30 Nov 2006 17:26:30 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 86FA969B8; Thu, 30 Nov 2006 20:26:32 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 7DEB369B7; Thu, 30 Nov 2006 20:26:32 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAUHQYNn011146; Thu, 30 Nov 2006 20:26:34 +0300 (MSK) (envelope-from ru) Date: Thu, 30 Nov 2006 20:26:34 +0300 From: Ruslan Ermilov To: Sam Leffler Message-ID: <20061130172634.GC75179@rambler-co.ru> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9ADF8FXzFeE7X4jE" Content-Disposition: inline In-Reply-To: <456F0B71.3050604@errno.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 17:27:59 -0000 --9ADF8FXzFeE7X4jE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2006 at 08:48:49AM -0800, Sam Leffler wrote: > Gleb Smirnoff wrote: > > glebius 2006-11-30 15:02:01 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/net if.c=20 > > Log: > > The recent issues with em(4) interface has shown that the old 4.4BSD > > if_watchdog/if_timer interface doesn't fit modern SMP network > > stack design. > > =20 > > Device drivers that need watchdog to monitor their hardware should > > implement it theirselves. > > =20 > > Eventually the if_watchdog/if_timer API will be removed. For now, > > warn that driver uses it. > > =20 > > Reviewed by: scottl >=20 > Did I miss a headsup on this? Seems like something you should > coordinate with folks so people can convert drivers beforehand. I > understand the problem and I see this is just a printf but now we're > going to have people asking what's going on. >=20 Yeah, with only two drivers in the tree using a new approach (if I'm not mistaken based on what Gleb told me today) calling it "obsolete" was I think (ahem) a bit premature. However, calling it "dangerous" would be accurate and more threatening! That way, I hope Sam's concern will be addressed as well, as it IS dangerous, and there's no reason to hide the truth waiting for most drivers to be converted. BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --9ADF8FXzFeE7X4jE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbxRKqRfpzJluFF4RAgQ2AKCLHupbeJni4TD2zRzKNxDPi/VfUQCdFZFM mddnjNnlWiNkfmO6y3HyuUQ= =1nZK -----END PGP SIGNATURE----- --9ADF8FXzFeE7X4jE-- From owner-cvs-src@FreeBSD.ORG Thu Nov 30 17:42:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A884D16A4C9; Thu, 30 Nov 2006 17:42:26 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A0543C9D; Thu, 30 Nov 2006 17:42:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kAUHgCuC025043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 20:42:13 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kAUHgCAv025042; Thu, 30 Nov 2006 20:42:12 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 30 Nov 2006 20:42:12 +0300 From: Gleb Smirnoff To: Sam Leffler Message-ID: <20061130174212.GX32700@FreeBSD.org> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <456F0B71.3050604@errno.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 17:42:26 -0000 On Thu, Nov 30, 2006 at 08:48:49AM -0800, Sam Leffler wrote: S> Did I miss a headsup on this? Seems like something you should S> coordinate with folks so people can convert drivers beforehand. I S> understand the problem and I see this is just a printf but now we're S> going to have people asking what's going on. There is no hurry with removing the API. However, the printf will remind people that some work with the driver needs to be done. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Nov 30 17:43:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24CA316A403; Thu, 30 Nov 2006 17:43:05 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D0143CAD; Thu, 30 Nov 2006 17:42:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kAUHgvto025060 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 20:42:58 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kAUHgvZg025059; Thu, 30 Nov 2006 20:42:57 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 30 Nov 2006 20:42:57 +0300 From: Gleb Smirnoff To: Ruslan Ermilov Message-ID: <20061130174257.GY32700@FreeBSD.org> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <20061130172634.GC75179@rambler-co.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20061130172634.GC75179@rambler-co.ru> User-Agent: Mutt/1.5.6i Cc: Sam Leffler , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 17:43:05 -0000 On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote: R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC drivers before RELENG_7. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Nov 30 17:43:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7273516A508; Thu, 30 Nov 2006 17:43:13 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F16B43CA5; Thu, 30 Nov 2006 17:43:03 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 25A97676D; Thu, 30 Nov 2006 20:43:11 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 05B8F6764; Thu, 30 Nov 2006 20:43:11 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAUHhDjq011291; Thu, 30 Nov 2006 20:43:13 +0300 (MSK) (envelope-from ru) Date: Thu, 30 Nov 2006 20:43:12 +0300 From: Ruslan Ermilov To: Florent Thoumie Message-ID: <20061130174312.GD75179@rambler-co.ru> References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> <20061130123712.GV32700@FreeBSD.org> <20061130131421.GA74988@rambler-co.ru> <456F0C2A.80603@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="doKZ0ri6bHmN2Q5y" Content-Disposition: inline In-Reply-To: <456F0C2A.80603@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Man pages .Dd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 17:43:13 -0000 --doKZ0ri6bHmN2Q5y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2006 at 04:51:54PM +0000, Florent Thoumie wrote: > Ruslan Ermilov wrote: > > On Thu, Nov 30, 2006 at 03:37:12PM +0300, Gleb Smirnoff wrote: [...] > >> Also, when change is merged the .Dd is left from the original > >> commit to HEAD, not the date of the MFC. > >> > > This is true (most of the time ;-). >=20 > Is it true and right? >=20 > Cause I'm always changing .Dd to the date of the MFC. >=20 When MFC is effectively a "copying of changes from branch to branch", you're not changing a document but are "copying" it, so the date should also be copied verbatim. It *sometimes* happens to commit manpage changes that aren't simply copies; for example, you need to implement and document something differently. In this case, the date should be updated and not simply copied. There are more "complicated" cases like the below one, but fortunately they are VERY rare: - A manpage in HEAD gets changes 1 and 2 on December 1 and 2, respectively. - On January 1st, you decide to MFC a change #2; the MFCed version should have "December 2". - On January 2nd, you decide to also MFC a change #1; the MFCed manpage's date should NOT be updated -- it would have to be "updated" to December 1 but the date should not go backwards unless it's a bugfix or reversal. It's easier to think of it as: what would be it if I merged #1 and #2 in their chronological order? Or, in the SCM world: how would I resolve conflicts in this case (yes, you'd get conflicts if you attempt to do it this way). Probably the latter is part of the reason people tend to forget updating the date, I dunno. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --doKZ0ri6bHmN2Q5y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFbxgwqRfpzJluFF4RAm7sAJ91fQL76MUp3jvc9cxklwOktkPPCACbBMks I1nNjDDFppXhQ/l5KwIER3U= =Odyy -----END PGP SIGNATURE----- --doKZ0ri6bHmN2Q5y-- From owner-cvs-src@FreeBSD.ORG Thu Nov 30 18:06:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB93D16A403; Thu, 30 Nov 2006 18:06:57 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E09F43CAE; Thu, 30 Nov 2006 18:06:48 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUI6v29023195; Thu, 30 Nov 2006 18:06:57 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUI6vZX023194; Thu, 30 Nov 2006 18:06:57 GMT (envelope-from ceri) Message-Id: <200611301806.kAUI6vZX023194@repoman.freebsd.org> From: Ceri Davies Date: Thu, 30 Nov 2006 18:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpcbind rpcbind.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 18:06:57 -0000 ceri 2006-11-30 18:06:57 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.8 Log: Bump .Dd for revision 1.8. Revision Changes Path 1.9 +1 -1 src/usr.sbin/rpcbind/rpcbind.8 From owner-cvs-src@FreeBSD.ORG Thu Nov 30 18:12:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93C5216A412; Thu, 30 Nov 2006 18:12:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C7C43CAB; Thu, 30 Nov 2006 18:12:13 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAUIC9l1079967; Thu, 30 Nov 2006 11:12:14 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <456F1EF9.4010900@samsco.org> Date: Thu, 30 Nov 2006 11:12:09 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <20061130172634.GC75179@rambler-co.ru> In-Reply-To: <20061130172634.GC75179@rambler-co.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Sam Leffler , Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 18:12:23 -0000 Ruslan Ermilov wrote: > On Thu, Nov 30, 2006 at 08:48:49AM -0800, Sam Leffler wrote: > >>Gleb Smirnoff wrote: >> >>>glebius 2006-11-30 15:02:01 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/net if.c >>> Log: >>> The recent issues with em(4) interface has shown that the old 4.4BSD >>> if_watchdog/if_timer interface doesn't fit modern SMP network >>> stack design. >>> >>> Device drivers that need watchdog to monitor their hardware should >>> implement it theirselves. >>> >>> Eventually the if_watchdog/if_timer API will be removed. For now, >>> warn that driver uses it. >>> >>> Reviewed by: scottl >> >>Did I miss a headsup on this? Seems like something you should >>coordinate with folks so people can convert drivers beforehand. I >>understand the problem and I see this is just a printf but now we're >>going to have people asking what's going on. >> > > Yeah, with only two drivers in the tree using a new approach (if I'm > not mistaken based on what Gleb told me today) calling it "obsolete" > was I think (ahem) a bit premature. However, calling it "dangerous" > would be accurate and more threatening! > There are actually three drivers, and they are the more popular ones. > That way, I hope Sam's concern will be addressed as well, as it IS > dangerous, and there's no reason to hide the truth waiting for most > drivers to be converted. > > BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? > It's not dangerous unless you have a driver like em was doing dangerous things in response to the watchdog (i.e. locking problems specific to the driver). For the average driver, the existing watchdog mechanism just risks advertising that a timeout happened when really it did not. And for most drivers, the consequence of this is an unneeded chip reset and possibly some dropped packets. So, it's an annoyance and it's incorrect, but it's not dangerous; it does not cause a risk of data corruption, permanent loss of data, or a system panic (modulo bugs unique to a given driver). Scott From owner-cvs-src@FreeBSD.ORG Thu Nov 30 18:14:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C220F16A403; Thu, 30 Nov 2006 18:14:16 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CCA43C9D; Thu, 30 Nov 2006 18:14:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAUIE79a079976; Thu, 30 Nov 2006 11:14:13 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <456F1F6F.3080407@samsco.org> Date: Thu, 30 Nov 2006 11:14:07 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> In-Reply-To: <456F0B71.3050604@errno.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 18:14:16 -0000 Sam Leffler wrote: > Gleb Smirnoff wrote: > >>glebius 2006-11-30 15:02:01 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/net if.c >> Log: >> The recent issues with em(4) interface has shown that the old 4.4BSD >> if_watchdog/if_timer interface doesn't fit modern SMP network >> stack design. >> >> Device drivers that need watchdog to monitor their hardware should >> implement it theirselves. >> >> Eventually the if_watchdog/if_timer API will be removed. For now, >> warn that driver uses it. >> >> Reviewed by: scottl > > > Did I miss a headsup on this? Seems like something you should > coordinate with folks so people can convert drivers beforehand. I > understand the problem and I see this is just a printf but now we're > going to have people asking what's going on. > > Sam I didn't expect Gleb to act so quickly on this, but I'm very glad that he did. Sorry it was a suprise. Would it help if he or I added an UPDATING entry and a mailing list announcement about it? Scott From owner-cvs-src@FreeBSD.ORG Thu Nov 30 18:55:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD6BC16A501; Thu, 30 Nov 2006 18:55:37 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E564543C9D; Thu, 30 Nov 2006 18:55:27 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUItbnN031037; Thu, 30 Nov 2006 18:55:37 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUItbWD031029; Thu, 30 Nov 2006 18:55:37 GMT (envelope-from mlaier) Message-Id: <200611301855.kAUItbWD031029@repoman.freebsd.org> From: Max Laier Date: Thu, 30 Nov 2006 18:55:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/pf/pfctl pfctl_altq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 18:55:37 -0000 mlaier 2006-11-30 18:55:36 UTC FreeBSD src repository Modified files: contrib/pf/pfctl pfctl_altq.c Log: From OpenBSD, rev. 1.91: fix servicecurve check; no point in checking the same sc three times, it was obviously intended to check all three. has been wrong since the beginning, 4 years... noticed by Earl Lapus , Vasil Dimov mailed me then, ok mcbride MFC after: 3 days Revision Changes Path 1.8 +3 -2 src/contrib/pf/pfctl/pfctl_altq.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 21:02:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D071D16A40F; Thu, 30 Nov 2006 21:02:34 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D3D43CAE; Thu, 30 Nov 2006 21:01:49 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUL1xZt066539; Thu, 30 Nov 2006 21:01:59 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUL1x3h066538; Thu, 30 Nov 2006 21:01:59 GMT (envelope-from ru) Message-Id: <200611302101.kAUL1x3h066538@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 30 Nov 2006 21:01:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 21:02:34 -0000 ru 2006-11-30 21:01:59 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Fix the hardware VLAN tagging. TX was broken on little-endian machines and both TX and RX were broken on big-endian machines. The chip design is crazy -- on RX, it puts the 16-bit VLAN tag in network byte order (big-endian) in the 32-bit little-endian register! Thanks to John Baldwin for helping me document this change! ;-) Tested by: sat (amd64), test program (sparc64) PR: kern/105054 MFC after: 3 days Revision Changes Path 1.28 +7 -2 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 21:18:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E304116A49E; Thu, 30 Nov 2006 21:18:39 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id E239A4408F; Thu, 30 Nov 2006 21:10:08 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kAUL9mW3030683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 13:09:51 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <456F489C.90603@errno.com> Date: Thu, 30 Nov 2006 13:09:48 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.7 (X11/20060920) MIME-Version: 1.0 To: Scott Long References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <456F1F6F.3080407@samsco.org> In-Reply-To: <456F1F6F.3080407@samsco.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 21:18:40 -0000 Scott Long wrote: > Sam Leffler wrote: >> Gleb Smirnoff wrote: >> >>> glebius 2006-11-30 15:02:01 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/net if.c Log: >>> The recent issues with em(4) interface has shown that the old 4.4BSD >>> if_watchdog/if_timer interface doesn't fit modern SMP network >>> stack design. >>> >>> Device drivers that need watchdog to monitor their hardware should >>> implement it theirselves. >>> >>> Eventually the if_watchdog/if_timer API will be removed. For now, >>> warn that driver uses it. >>> >>> Reviewed by: scottl >> >> >> Did I miss a headsup on this? Seems like something you should >> coordinate with folks so people can convert drivers beforehand. I >> understand the problem and I see this is just a printf but now we're >> going to have people asking what's going on. >> >> Sam > > I didn't expect Gleb to act so quickly on this, but I'm very glad that > he did. Sorry it was a suprise. Would it help if he or I added an > UPDATING entry and a mailing list announcement about it? Please publicize this with at least a posting to current@ so people do not start asking questions (well, at least more questions--we know not everyone will see a posting and/or pay attention). Converting if_watchdog to callout's is mostly mechanical in the wired nic drivers. For wireless drivers it is not as straightforward. In particular I'm a little leary of usb wireless drivers due to layering and the Giant locking in the usb code. OTOH most of the drivers were already so broken in this area that it probably doesn't hurt to do mechanical-like changes now (though I worry people will fire-and-forget to really fix the issues). Sam From owner-cvs-src@FreeBSD.ORG Thu Nov 30 23:30:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D09F16A40F; Thu, 30 Nov 2006 23:30:44 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C8B43CCF; Thu, 30 Nov 2006 23:30:30 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUNUeUu093909; Thu, 30 Nov 2006 23:30:40 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUNUemU093908; Thu, 30 Nov 2006 23:30:40 GMT (envelope-from cognet) Message-Id: <200611302330.kAUNUemU093908@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 30 Nov 2006 23:30:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/include cpuconf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 23:30:44 -0000 cognet 2006-11-30 23:30:40 UTC FreeBSD src repository Modified files: sys/arm/include cpuconf.h Log: Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than regular Xscale (it has no mini data cache, has armv6-style 16MB supersections, and can address 36bits). Define it for i81342. Revision Changes Path 1.10 +3 -0 src/sys/arm/include/cpuconf.h From owner-cvs-src@FreeBSD.ORG Thu Nov 30 23:34:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 453BC16A415; Thu, 30 Nov 2006 23:34:08 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A4043CAA; Thu, 30 Nov 2006 23:33:57 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUNY7Wg095143; Thu, 30 Nov 2006 23:34:07 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUNY7Ce095142; Thu, 30 Nov 2006 23:34:07 GMT (envelope-from cognet) Message-Id: <200611302334.kAUNY7Ce095142@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 30 Nov 2006 23:34:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm cpufunc.c pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 23:34:08 -0000 cognet 2006-11-30 23:34:07 UTC FreeBSD src repository Modified files: sys/arm/arm cpufunc.c pmap.c Log: First bits of Xscale core 3 support (the VM bits are far from being optimal yet). Revision Changes Path 1.15 +4 -0 src/sys/arm/arm/cpufunc.c 1.74 +16 -4 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Nov 30 23:35:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2598F16A403; Thu, 30 Nov 2006 23:35:40 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CA043CC6; Thu, 30 Nov 2006 23:35:24 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUNZYwq095374; Thu, 30 Nov 2006 23:35:34 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUNZYF5095373; Thu, 30 Nov 2006 23:35:34 GMT (envelope-from cognet) Message-Id: <200611302335.kAUNZYF5095373@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 30 Nov 2006 23:35:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Nov 2006 23:35:40 -0000 cognet 2006-11-30 23:35:34 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: In pmap_ts_referenced(), don't attempt to do anything if the page is fictitious, and just return 0. Revision Changes Path 1.75 +2 -0 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 01:08:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0302B16A403; Fri, 1 Dec 2006 01:08:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C296B43CA3; Fri, 1 Dec 2006 01:08:41 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB118qWG020350; Fri, 1 Dec 2006 01:08:52 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB118qxY020349; Fri, 1 Dec 2006 01:08:52 GMT (envelope-from jkim) Message-Id: <200612010108.kB118qxY020349@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 1 Dec 2006 01:08:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 01:08:53 -0000 jkim 2006-12-01 01:08:52 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Simplify statistics updates, remove redundant register reads, and add discarded RX packets to input error for BCM5705 or newer chipset as the others. Unfortunately we cannot do the same for output errors because ifOutDiscards equivalent register does not exist. While I am here, replace misleading and wrong BGE_RX_STATS/BGE_TX_STATS with BGE_MAC_STATS. They were reversed but worked accidently. Revision Changes Path 1.153 +15 -23 src/sys/dev/bge/if_bge.c 1.58 +4 -5 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 01:37:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9067516A40F; Fri, 1 Dec 2006 01:37:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B69043C9D; Fri, 1 Dec 2006 01:37:35 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB11bkH0025009; Fri, 1 Dec 2006 01:37:46 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB11bkiw025008; Fri, 1 Dec 2006 01:37:46 GMT (envelope-from jkim) Message-Id: <200612010137.kB11bkiw025008@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 1 Dec 2006 01:37:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 01:37:46 -0000 jkim 2006-12-01 01:37:46 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix white spaces. Revision Changes Path 1.154 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 05:48:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D2C516A416; Fri, 1 Dec 2006 05:48:36 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C7343CA6; Fri, 1 Dec 2006 05:48:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB15mZ1I091276; Fri, 1 Dec 2006 05:48:35 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB15mZo1091275; Fri, 1 Dec 2006 05:48:35 GMT (envelope-from sam) Message-Id: <200612010548.kB15mZo1091275@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Dec 2006 05:48:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 05:48:36 -0000 sam 2006-12-01 05:48:35 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_output.c Log: sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for now Submitted by: jhay MFC after: 2 weeks Revision Changes Path 1.96 +1 -1 src/sys/net80211/ieee80211_input.c 1.44 +3 -3 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 06:53:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90C6616A407; Fri, 1 Dec 2006 06:53:14 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D987343CBF; Fri, 1 Dec 2006 06:53:01 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB16rE2E003231; Fri, 1 Dec 2006 06:53:14 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB16rE05003230; Fri, 1 Dec 2006 06:53:14 GMT (envelope-from ariff) Message-Id: <200612010653.kB16rE05003230@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 1 Dec 2006 06:53:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 06:53:14 -0000 ariff 2006-12-01 06:53:14 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Add inverted amplifier sense quirk for HP Compaq nx4300. PR: kern/106104 Submitted by: Shun-ichi Kobayashi MFC after: 3 days Revision Changes Path 1.69 +1 -0 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 07:01:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D17C16A403; Fri, 1 Dec 2006 07:01:24 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDD043CAC; Fri, 1 Dec 2006 07:01:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB171KKK003812; Fri, 1 Dec 2006 07:01:20 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB171J8J003803; Fri, 1 Dec 2006 07:01:19 GMT (envelope-from keramida) Message-Id: <200612010701.kB171J8J003803@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 1 Dec 2006 07:01:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top sigconv.awk src/usr.bin/top Makefile sigdesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 07:01:24 -0000 keramida 2006-12-01 07:01:19 UTC FreeBSD src repository (doc committer) Modified files: contrib/top sigconv.awk usr.bin/top Makefile Removed files: usr.bin/top sigdesc.h Log: The sigconv.awk script generates a sigdesc.h header file, which contains a sigdec[] vector of structures, but the generated output is missing braces around the initializer of each struct, which triggers warnings in WARNS=3: src/usr.bin/top/sigdesc.h:10: warning: missing braces around initializer src/usr.bin/top/sigdesc.h:10: warning: (near initialization for `sigdesc[0]') * Fix the sigconv.awk script to generate a header with initializers which look better. * Add rules to usr.bin/top/Makefile that rebuilds a new sigconv.h header which matches the correct signal set from the build-time version of `${DESTDIR}/usr/include/signal.h' (so sigconv.h doesn't get stale once changes are made to the header). * Remove the old sigconv.h header, now that it is autoupdated at build time. * Various Makefile style fixes (the committed Makefile was kindly submitted by Ruslan): - Reorder .PATH, PROG, SRCS and CFLAGS to match style.Makefile(5) - Split off the generated sources (sigdesc.h top.local.h) in an SRCS+= line of their own. - Add entries to CLEANFILES near the rules that generate the respective files. - Move the explicit rule which builds top.1 after the implicit rules which generate its dependencies. Reviewed by: ru, bde Submitted by: ru (Makefile) MFC after: 2 weeks Revision Changes Path 1.2 +9 -7 src/contrib/top/sigconv.awk 1.11 +20 -13 src/usr.bin/top/Makefile 1.2 +0 -42 src/usr.bin/top/sigdesc.h (dead) From owner-cvs-src@FreeBSD.ORG Fri Dec 1 07:06:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 587EA16A412; Fri, 1 Dec 2006 07:06:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9385143CA3; Fri, 1 Dec 2006 07:06:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB176Z2o006713; Fri, 1 Dec 2006 07:06:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB176Zw6006712; Fri, 1 Dec 2006 07:06:35 GMT (envelope-from imp) Message-Id: <200612010706.kB176Zw6006712@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 07:06:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net ethernet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 07:06:36 -0000 imp 2006-12-01 07:06:35 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Use CTASSERT to make sure: sizeof ether_header is 2 * ETHER_ADDR_LEN + 2 (14) bytes long sizeof ether_addr is ETHER_ADDR_LEN bytes long On arm, this shows that struct ether_addr needs to be __packed. The first condition muts be true for the bridging code to not dump core. The second one appears to be implicitly relied upon by wi (but many of the rids it sends down likely need __packed too to be safe) and maybe others. It appears to not hurt anything. Revision Changes Path 1.28 +6 -1 src/sys/net/ethernet.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 07:58:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18E9916A407; Fri, 1 Dec 2006 07:58:24 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148FB43CA3; Fri, 1 Dec 2006 07:58:11 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB17wN7j022039; Fri, 1 Dec 2006 07:58:23 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB17wNRa022038; Fri, 1 Dec 2006 07:58:23 GMT (envelope-from yar) Message-Id: <200612010758.kB17wNRa022038@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Dec 2006 07:58:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys sendfile.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 07:58:24 -0000 yar 2006-12-01 07:58:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys sendfile.2 Log: MFC rev. 1.31: Note that, thanks to the work by Alan Cox et al, some arch'es don't need sendfile() buffers any more. Revision Changes Path 1.27.2.1 +19 -2 src/lib/libc/sys/sendfile.2 From owner-cvs-src@FreeBSD.ORG Fri Dec 1 08:06:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6294816A403; Fri, 1 Dec 2006 08:06:43 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D6643CA7; Fri, 1 Dec 2006 08:06:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB186gWk024783; Fri, 1 Dec 2006 08:06:42 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB186gC1024782; Fri, 1 Dec 2006 08:06:42 GMT (envelope-from yar) Message-Id: <200612010806.kB186gC1024782@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Dec 2006 08:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/common loader.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 08:06:43 -0000 yar 2006-12-01 08:06:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/common loader.8 Log: MFC rev 1.90: Note that not all architectures use sendfile(2) buffers; refer to the respective manpage for details. Revision Changes Path 1.82.2.6 +4 -1 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 1 08:34:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 960C416A40F; Fri, 1 Dec 2006 08:34:39 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F37343CA8; Fri, 1 Dec 2006 08:34:26 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB18YdWD029345; Fri, 1 Dec 2006 08:34:39 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB18Ydld029344; Fri, 1 Dec 2006 08:34:39 GMT (envelope-from davidxu) Message-Id: <200612010834.kB18Ydld029344@repoman.freebsd.org> From: David Xu Date: Fri, 1 Dec 2006 08:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 08:34:39 -0000 davidxu 2006-12-01 08:34:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 machdep.c Log: MFC: Store fault address into POSIX siginfo. PR: amd64/106109 Revision Changes Path 1.638.2.11 +1 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 09:00:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF67016A403; Fri, 1 Dec 2006 09:00:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A154343CA2; Fri, 1 Dec 2006 09:00:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB190cZH040720; Fri, 1 Dec 2006 09:00:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB190cjb040718; Fri, 1 Dec 2006 09:00:38 GMT (envelope-from ru) Message-Id: <200612010900.kB190cjb040718@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Dec 2006 09:00:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 acpi_ibm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 09:00:39 -0000 ru 2006-12-01 09:00:38 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 acpi_ibm.4 Log: Add missing `;;' in the example shell code snippet. PR: i386/106113 Submitted by: Richard Arends MFC after: 3 days Revision Changes Path 1.15 +1 -0 src/share/man/man4/man4.i386/acpi_ibm.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 1 12:29:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1A2816A416; Fri, 1 Dec 2006 12:29:56 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1C443CA5; Fri, 1 Dec 2006 12:29:42 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1CTuXf060022; Fri, 1 Dec 2006 12:29:56 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1CTuJM060021; Fri, 1 Dec 2006 12:29:56 GMT (envelope-from cognet) Message-Id: <200612011229.kB1CTuJM060021@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 1 Dec 2006 12:29:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 12:29:56 -0000 cognet 2006-12-01 12:29:55 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: We can have no PV entry here if the previous mapping was unmanaged, and the new one is unmanaged too, so update the KASSERT to reflect this. Revision Changes Path 1.76 +2 -1 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 12:49:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFA3416A407; Fri, 1 Dec 2006 12:49:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFD943CAC; Fri, 1 Dec 2006 12:48:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1Cn8ut071324; Fri, 1 Dec 2006 12:49:08 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1Cn8VR071323; Fri, 1 Dec 2006 12:49:08 GMT (envelope-from ru) Message-Id: <200612011249.kB1Cn8VR071323@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Dec 2006 12:49:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/picobsd/tinyware/vm vm.c src/sbin/sysctl sysctl.c src/sys/sys vmmeter.h src/usr.bin/vmstat vmstat.c src/usr.bin/systat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 12:49:13 -0000 ru 2006-12-01 12:49:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/picobsd/tinyware/vm vm.c sbin/sysctl sysctl.c sys/sys vmmeter.h usr.bin/vmstat vmstat.c usr.bin/systat vmstat.c Log: MFC: Revert signedness type changes to "struct vmtotal" to keep overflows easier to detect. As a bonus, fix printing of other "struct vmtotal" members, t_rq, t_dw, t_pw, and t_sw. Revision Changes Path 1.8.14.2 +8 -12 src/release/picobsd/tinyware/vm/vm.c 1.67.2.9 +11 -15 src/sbin/sysctl/sysctl.c 1.26.8.2 +14 -14 src/sys/sys/vmmeter.h 1.60.2.3 +31 -121 src/usr.bin/systat/vmstat.c 1.86.2.6 +3 -4 src/usr.bin/vmstat/vmstat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 13:07:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8605C16A40F; Fri, 1 Dec 2006 13:07:53 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F6D43CA2; Fri, 1 Dec 2006 13:07:39 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1D7rj7079688; Fri, 1 Dec 2006 13:07:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1D7rCD079687; Fri, 1 Dec 2006 13:07:53 GMT (envelope-from ru) Message-Id: <200612011307.kB1D7rCD079687@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Dec 2006 13:07:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 13:07:53 -0000 ru 2006-12-01 13:07:52 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Grammar nit. Revision Changes Path 1.262 +1 -1 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 13:08:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64D8416A416; Fri, 1 Dec 2006 13:08:47 +0000 (UTC) (envelope-from swildner@erpicon.de) Received: from beate.erpicon.de (port-87-234-219-38.static.qsc.de [87.234.219.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F3643CBC; Fri, 1 Dec 2006 13:08:25 +0000 (GMT) (envelope-from swildner@erpicon.de) Received: from beate (localhost [127.0.0.1]) by beate (Postfix) with ESMTP id 10A2820803; Fri, 1 Dec 2006 14:08:36 +0100 (CET) Received: from [127.0.0.1] (WERKTOR.erpicon.de [194.49.16.5]) by beate.erpicon.de (Postfix) with ESMTP id 72BB7207FD; Fri, 1 Dec 2006 14:08:31 +0100 (CET) Message-ID: <45702985.2040301@erpicon.de> Date: Fri, 01 Dec 2006 14:09:25 +0100 From: Sascha Wildner Organization: erpicon Software Development GmbH User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: "M. Warner Losh" References: <200611292024.kATKOviH078532@repoman.freebsd.org> <20061129234157.GN42090@wantadilla.lemis.com> <20061130.081845.232929750.imp@bsdimp.com> In-Reply-To: <20061130.081845.232929750.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 30112006 #233116, status: clean Cc: grog@FreeBSD.ORG, cvs-src@FreeBSD.ORG, alfred@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Man pages .Dd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: saw@online.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 13:08:47 -0000 M. Warner Losh wrote: > content changes, but not typos or formatting, is when it should be > bumpped. Also on MFC, the date used is the one in -current, not the > date that you MFC. This makes it hard to automate. Where exactly is the benefit in bumping/having dates on manpages at all? I mean, does anyone actually notice that the date changed (by remembering the date of the previous version) and think, "oh great, there's been a content change, let's check that out"? I've always found .Dd to be more of a hassle to maintain than something that actually does something for me. But maybe I'm just too ignorant. :) Sascha From owner-cvs-src@FreeBSD.ORG Fri Dec 1 15:54:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E10B816A407; Fri, 1 Dec 2006 15:54:35 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EB643CA8; Fri, 1 Dec 2006 15:54:20 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1FsZMo005152; Fri, 1 Dec 2006 15:54:35 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1FsZr0005151; Fri, 1 Dec 2006 15:54:35 GMT (envelope-from nyan) Message-Id: <200612011554.kB1FsZr0005151@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 1 Dec 2006 15:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 15:54:36 -0000 nyan 2006-12-01 15:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall label.c Log: MFC: revision 1.153 Increase USR_MIN_SIZE to 160 because it requires more disk space. Revision Changes Path 1.148.8.3 +1 -1 src/usr.sbin/sysinstall/label.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:04:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29AC316A415; Fri, 1 Dec 2006 16:04:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB4443CF0; Fri, 1 Dec 2006 16:03:39 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1G3dEY012199; Fri, 1 Dec 2006 16:03:39 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1G3d1B012194; Fri, 1 Dec 2006 16:03:39 GMT (envelope-from sam) Message-Id: <200612011603.kB1G3d1B012194@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Dec 2006 16:03:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:04:18 -0000 sam 2006-12-01 16:03:39 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_pci.c Log: clarify shortcut return Submitted by: cognet, kevlo MFC after: 1 week Revision Changes Path 1.16 +2 -2 src/sys/dev/ath/if_ath_pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:11:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 301E616A416; Fri, 1 Dec 2006 16:11:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039F443C9D; Fri, 1 Dec 2006 16:10:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1GB5i6018549; Fri, 1 Dec 2006 16:11:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1GB5pt018548; Fri, 1 Dec 2006 16:11:05 GMT (envelope-from jhb) Message-Id: <200612011611.kB1GB5pt018548@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Dec 2006 16:11:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:11:06 -0000 jhb 2006-12-01 16:11:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci_pci.c Log: MFC: Don't try to print a NULL string during boot. Revision Changes Path 1.37.2.2 +15 -9 src/sys/dev/pci/pci_pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:24:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 870D916A416; Fri, 1 Dec 2006 16:24:53 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C03443CE7; Fri, 1 Dec 2006 16:23:30 +0000 (GMT) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1GNPwk034204; Fri, 1 Dec 2006 16:23:25 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1GNPLL034203; Fri, 1 Dec 2006 16:23:25 GMT (envelope-from piso) Message-Id: <200612011623.kB1GNPLL034203@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 1 Dec 2006 16:23:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:24:54 -0000 piso 2006-12-01 16:23:25 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Delete old (and now unused) alias_*.so.4 files. Approved by: gleb Revision Changes Path 1.66 +18 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:27:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67F1D16A412; Fri, 1 Dec 2006 16:27:12 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F377143CAD; Fri, 1 Dec 2006 16:26:56 +0000 (GMT) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1GRBq2034607; Fri, 1 Dec 2006 16:27:11 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1GRB2E034606; Fri, 1 Dec 2006 16:27:11 GMT (envelope-from piso) Message-Id: <200612011627.kB1GRB2E034606@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 1 Dec 2006 16:27:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet/libalias alias.c alias.h src/sys/netgraph ng_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:27:12 -0000 piso 2006-12-01 16:27:11 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias.c alias.h sys/netgraph ng_nat.c Log: Remove m_megapullup from ng_nat and put it under libalias. Approved by: gleb Revision Changes Path 1.6 +0 -35 src/sys/netgraph/ng_nat.c 1.55 +38 -0 src/sys/netinet/libalias/alias.c 1.34 +3 -0 src/sys/netinet/libalias/alias.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:34:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2489B16A403; Fri, 1 Dec 2006 16:34:59 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09B143CA3; Fri, 1 Dec 2006 16:34:43 +0000 (GMT) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1GYrQw036181; Fri, 1 Dec 2006 16:34:53 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1GYr6R036180; Fri, 1 Dec 2006 16:34:53 GMT (envelope-from piso) Message-Id: <200612011634.kB1GYr6R036180@repoman.freebsd.org> From: Paolo Pisati Date: Fri, 1 Dec 2006 16:34:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet/libalias alias.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:34:59 -0000 piso 2006-12-01 16:34:53 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias.c Log: Make libalias.conf parsing a bit smarter. This closes PR kern/106112. While here, add mbuf's #includes i forgot in the previous commit. Approved by: gleb Revision Changes Path 1.56 +18 -10 src/sys/netinet/libalias/alias.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 16:55:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B158E16A49E; Fri, 1 Dec 2006 16:55:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE8D43CB2; Fri, 1 Dec 2006 16:55:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1GtFbs049007; Fri, 1 Dec 2006 16:55:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1GtFrL049006; Fri, 1 Dec 2006 16:55:15 GMT (envelope-from jhb) Message-Id: <200612011655.kB1GtFrL049006@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Dec 2006 16:55:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 16:55:20 -0000 jhb 2006-12-01 16:55:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c Log: MFC: Look for capabilities in PCI-PCI bidges using the same CAP PTR register as for type 0 devices. Revision Changes Path 1.292.2.10 +1 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 17:02:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BD8216A534; Fri, 1 Dec 2006 17:02:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A64543C9D; Fri, 1 Dec 2006 17:02:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1H2aX5081078; Fri, 1 Dec 2006 17:02:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1H2afh081074; Fri, 1 Dec 2006 17:02:36 GMT (envelope-from jhb) Message-Id: <200612011702.kB1H2afh081074@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Dec 2006 17:02:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 17:02:36 -0000 jhb 2006-12-01 17:02:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bfe if_bfe.c Log: MFC: Add suspend/resume support. Revision Changes Path 1.25.2.7 +38 -0 src/sys/dev/bfe/if_bfe.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 17:13:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED71E16A403; Fri, 1 Dec 2006 17:13:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B31943C9D; Fri, 1 Dec 2006 17:13:41 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1HDulW091649; Fri, 1 Dec 2006 17:13:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1HDuBH091648; Fri, 1 Dec 2006 17:13:56 GMT (envelope-from jhb) Message-Id: <200612011713.kB1HDuBH091648@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Dec 2006 17:13:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c src/sys/i386/i386 intr_machdep.c io_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 17:13:57 -0000 jhb 2006-12-01 17:13:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 intr_machdep.c io_apic.c sys/i386/i386 intr_machdep.c io_apic.c Log: MFC: Trim some x86 interrupt-related noise from bootverbose. Revision Changes Path 1.15.2.4 +1 -5 src/sys/amd64/amd64/intr_machdep.c 1.15.2.7 +13 -10 src/sys/amd64/amd64/io_apic.c 1.14.2.4 +1 -5 src/sys/i386/i386/intr_machdep.c 1.20.2.7 +12 -9 src/sys/i386/i386/io_apic.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 17:46:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99C5616A539; Fri, 1 Dec 2006 17:46:27 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C6143CAF; Fri, 1 Dec 2006 17:46:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1HkPAM096427; Fri, 1 Dec 2006 17:46:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1HkPi4096426; Fri, 1 Dec 2006 17:46:25 GMT (envelope-from ru) Message-Id: <200612011746.kB1HkPi4096426@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Dec 2006 17:46:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 LOCK_PROFILING.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 17:46:27 -0000 ru 2006-12-01 17:46:25 UTC FreeBSD src repository Modified files: share/man/man9 LOCK_PROFILING.9 Log: Give up on waiting for a repo-copy (no answer in 20 days), and commit my markup fixes. OK'ed by: kmacy Revision Changes Path 1.2 +8 -6 src/share/man/man9/LOCK_PROFILING.9 From owner-cvs-src@FreeBSD.ORG Fri Dec 1 17:50:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64BE716A494; Fri, 1 Dec 2006 17:50:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10AB43CA8; Fri, 1 Dec 2006 17:49:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1HoCVj096581; Fri, 1 Dec 2006 17:50:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1HoBnP096579; Fri, 1 Dec 2006 17:50:11 GMT (envelope-from imp) Message-Id: <200612011750.kB1HoBnP096579@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 17:50:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_llc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 17:50:12 -0000 imp 2006-12-01 17:50:11 UTC FreeBSD src repository Modified files: sys/net if_llc.h Log: Move the __packed declarations. This makes sizeof(struct llc) 8 again on the arm. Add an assert to ensure that the size is 8 to prefent others from falling into this trap (we should have more of these). Why the construct: struct foo { union bar { struct { ... } __packed fred; ... } __packed wilma; } __packed; has a different packing than: struct foo { union bar { struct { ... } fred __packed; ... } wilma __packed; } __packed; is beyond my ability to ferret out of the gcc documentation. Most likely some subtle binding issue (eg before it says the struct itself is packed, while after it means that the whole struct is packed into the thing it is in). Pointers to relevant documentation would be appreciated. Revision Changes Path 1.13 +11 -7 src/sys/net/if_llc.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 17:58:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B547516A407; Fri, 1 Dec 2006 17:58:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EAE43CBB; Fri, 1 Dec 2006 17:58:20 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1HwZaY098087; Fri, 1 Dec 2006 17:58:35 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1HwYLL098086; Fri, 1 Dec 2006 17:58:34 GMT (envelope-from sam) Message-Id: <200612011758.kB1HwYLL098086@repoman.freebsd.org> From: Sam Leffler Date: Fri, 1 Dec 2006 17:58:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 17:58:38 -0000 sam 2006-12-01 17:58:33 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_output.c Log: back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn't padded on arm Revision Changes Path 1.97 +1 -1 src/sys/net80211/ieee80211_input.c 1.45 +3 -3 src/sys/net80211/ieee80211_output.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 18:18:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98FE716A412; Fri, 1 Dec 2006 18:18:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D5E43CAA; Fri, 1 Dec 2006 18:18:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1IIaYu002561; Fri, 1 Dec 2006 18:18:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1IIaKZ002560; Fri, 1 Dec 2006 18:18:36 GMT (envelope-from imp) Message-Id: <200612011818.kB1IIaKZ002560@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 18:18:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 18:18:36 -0000 imp 2006-12-01 18:18:36 UTC FreeBSD src repository Modified files: sys/net bridgestp.h Log: Use FreeBDS standard __packed as opposed to the gcc centric __attribute__(__packed__). Revision Changes Path 1.9 +2 -2 src/sys/net/bridgestp.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 18:25:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E38F16A403; Fri, 1 Dec 2006 18:25:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6225243CAF; Fri, 1 Dec 2006 18:25:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1IPIS5004104; Fri, 1 Dec 2006 18:25:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1IPIL7004103; Fri, 1 Dec 2006 18:25:18 GMT (envelope-from imp) Message-Id: <200612011825.kB1IPIL7004103@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 18:25:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 18:25:22 -0000 imp 2006-12-01 18:25:18 UTC FreeBSD src repository Modified files: sys/net bridgestp.h Log: fix typo in last commit Revision Changes Path 1.10 +1 -1 src/sys/net/bridgestp.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 18:37:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D56A16A412; Fri, 1 Dec 2006 18:37:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2895743CAA; Fri, 1 Dec 2006 18:37:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1IbfK7008710; Fri, 1 Dec 2006 18:37:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1IbfCB008709; Fri, 1 Dec 2006 18:37:41 GMT (envelope-from imp) Message-Id: <200612011837.kB1IbfCB008709@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 18:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_carp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 18:37:45 -0000 imp 2006-12-01 18:37:41 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.h Log: Make sure that carp_header is 36 bytes long Revision Changes Path 1.3 +4 -0 src/sys/netinet/ip_carp.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 18:40:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A04C716A417; Fri, 1 Dec 2006 18:40:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA7743CA6; Fri, 1 Dec 2006 18:40:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1IepJT008899; Fri, 1 Dec 2006 18:40:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1IepCN008898; Fri, 1 Dec 2006 18:40:51 GMT (envelope-from imp) Message-Id: <200612011840.kB1IepCN008898@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Dec 2006 18:40:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 18:40:52 -0000 imp 2006-12-01 18:40:51 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: Fix packing on the country band descriptor. No real change since this is unused. Reviewed by: sam Revision Changes Path 1.12 +1 -1 src/sys/net80211/ieee80211.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 20:40:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60A2616A517; Fri, 1 Dec 2006 20:40:33 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B4743CBD; Fri, 1 Dec 2006 20:39:37 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1KTucI028478; Fri, 1 Dec 2006 20:29:56 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1KTuTO028477; Fri, 1 Dec 2006 20:29:56 GMT (envelope-from mlaier) Message-Id: <200612012029.kB1KTuTO028477@repoman.freebsd.org> From: Max Laier Date: Fri, 1 Dec 2006 20:29:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/ep if_ep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 20:40:33 -0000 mlaier 2006-12-01 20:29:56 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 sys/dev/ep if_ep.c Log: ALTQify ep(4). Tested and Requested by: Andy Brook MFC after: 3 days Revision Changes Path 1.22 +2 -1 src/share/man/man4/altq.4 1.148 +7 -5 src/sys/dev/ep/if_ep.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 21:52:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB41216A40F; Fri, 1 Dec 2006 21:52:08 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBAE43C9D; Fri, 1 Dec 2006 21:51:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1Lq8S2051649; Fri, 1 Dec 2006 21:52:08 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1Lq82H051643; Fri, 1 Dec 2006 21:52:08 GMT (envelope-from ru) Message-Id: <200612012152.kB1Lq82H051643@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Dec 2006 21:52:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 21:52:08 -0000 ru 2006-12-01 21:52:07 UTC FreeBSD src repository Modified files: sys/pci if_rl.c if_rlreg.h Log: if_watchdog -> rl_watchdog Revision Changes Path 1.165 +15 -14 src/sys/pci/if_rl.c 1.63 +1 -0 src/sys/pci/if_rlreg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 1 22:45:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B17D16A40F; Fri, 1 Dec 2006 22:45:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35BB743CAB; Fri, 1 Dec 2006 22:45:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1MjiNJ062853; Fri, 1 Dec 2006 22:45:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1MjiYO062852; Fri, 1 Dec 2006 22:45:44 GMT (envelope-from rwatson) Message-Id: <200612012245.kB1MjiYO062852@repoman.freebsd.org> From: Robert Watson Date: Fri, 1 Dec 2006 22:45:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_atmsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 22:45:45 -0000 rwatson 2006-12-01 22:45:44 UTC FreeBSD src repository Modified files: sys/net if_atmsubr.c Log: Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefs from around printfs and address list iteration. Revision Changes Path 1.45 +0 -20 src/sys/net/if_atmsubr.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 22:49:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6ECFC16A412; Fri, 1 Dec 2006 22:49:52 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7422843CA3; Fri, 1 Dec 2006 22:49:35 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1MnpDV063032; Fri, 1 Dec 2006 22:49:51 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1MnpSO063031; Fri, 1 Dec 2006 22:49:51 GMT (envelope-from erwin) Message-Id: <200612012249.kB1MnpSO063031@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 1 Dec 2006 22:49:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 22:49:52 -0000 erwin 2006-12-01 22:49:51 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/sysinstall menus.c Log: - Add israeli mirror [1] - Add an IPv6 main site now both ISC and TDC have IPv6 Submitted by: Rostislav Krasny [1] MFC: 3 days Revision Changes Path 1.419 +6 -1 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Fri Dec 1 23:33:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 958B116A416; Fri, 1 Dec 2006 23:33:23 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1C243CA3; Fri, 1 Dec 2006 23:33:06 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1NXNbM071813; Fri, 1 Dec 2006 23:33:23 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1NXNx6071812; Fri, 1 Dec 2006 23:33:23 GMT (envelope-from emax) Message-Id: <200612012333.kB1NXNx6071812@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 1 Dec 2006 23:33:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd parser.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 23:33:23 -0000 emax 2006-12-01 23:33:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/bthidd parser.y Log: MFC: Do not mark Bluetooth HID device as "potential keyboard" if its descriptor has items with CONSUMER page. For now only check for items with KEYBOARD page. This should prevent bthidd(8) from allocating vkbd(4) keyboard for Microsoft Bluetooth Explorer mouse. Approved by: re (bmah) Revision Changes Path 1.4.2.2 +1 -1 src/usr.sbin/bluetooth/bthidd/parser.y From owner-cvs-src@FreeBSD.ORG Sat Dec 2 02:02:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7279D16A40F; Sat, 2 Dec 2006 02:02:23 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562B043CB4; Sat, 2 Dec 2006 02:02:03 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 567461A4D86; Fri, 1 Dec 2006 18:02:21 -0800 (PST) Date: Fri, 1 Dec 2006 18:02:21 -0800 From: Alfred Perlstein To: Gleb Smirnoff Message-ID: <20061202020221.GW38808@elvis.mu.org> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <20061130172634.GC75179@rambler-co.ru> <20061130174257.GY32700@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130174257.GY32700@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: Sam Leffler , src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 02:02:23 -0000 * Gleb Smirnoff [061130 09:46] wrote: > On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote: > R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? > > It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC > drivers before RELENG_7. Other than performance issues, what's the point of doing this? To me that sounds like we'd lose all of usb ethernet as it stands. I'm fine with fixing usb ethernet, but not under some thread-model of developement. -- - Alfred Perlstein, RED Incorporated Consulting. - coder / sysadmin / FreeBSD Hacker / All that jazz - From owner-cvs-src@FreeBSD.ORG Sat Dec 2 02:30:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 100D316A416; Sat, 2 Dec 2006 02:30:56 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B64B43C9D; Sat, 2 Dec 2006 02:30:38 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C18E71A4D88; Fri, 1 Dec 2006 18:30:55 -0800 (PST) Date: Fri, 1 Dec 2006 18:30:55 -0800 From: Alfred Perlstein To: Gleb Smirnoff Message-ID: <20061202023055.GX38808@elvis.mu.org> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <20061130172634.GC75179@rambler-co.ru> <20061130174257.GY32700@FreeBSD.org> <20061202020221.GW38808@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061202020221.GW38808@elvis.mu.org> User-Agent: Mutt/1.4.2.2i Cc: Sam Leffler , src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 02:30:56 -0000 * Alfred Perlstein [061201 18:03] wrote: > * Gleb Smirnoff [061130 09:46] wrote: > > On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote: > > R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? > > > > It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC > > drivers before RELENG_7. > > Other than performance issues, what's the point of doing this? > > To me that sounds like we'd lose all of usb ethernet as it > stands. I'm fine with fixing usb ethernet, but not under > some thread-model of developement. s/thead/THREAT/ -- - Alfred Perlstein, RED Incorporated Consulting. - coder / sysadmin / FreeBSD Hacker / All that jazz - From owner-cvs-src@FreeBSD.ORG Sat Dec 2 08:49:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F9D716A40F; Sat, 2 Dec 2006 08:49:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55C843C9D; Sat, 2 Dec 2006 08:49:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB28neG7086474; Sat, 2 Dec 2006 08:49:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB28neEk086473; Sat, 2 Dec 2006 08:49:40 GMT (envelope-from pjd) Message-Id: <200612020849.kB28neEk086473@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 2 Dec 2006 08:49:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 08:49:41 -0000 pjd 2006-12-02 08:49:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/eli g_eli.c Log: MFC: sys/geom/eli/g_eli.c 1.32,1.33 Skip disabled CPU, because after we sched_bind() to a disabled CPU, we won't be able to exit from the thread. Function g_eli_cpu_is_disabled() stoled from kern_pmc.c. PR: 104669 Reported by: Nikolay Mirin Revision Changes Path 1.3.2.13 +16 -1 src/sys/geom/eli/g_eli.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 08:52:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E820216A407; Sat, 2 Dec 2006 08:52:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7804E43CA3; Sat, 2 Dec 2006 08:52:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB28qevp087381; Sat, 2 Dec 2006 08:52:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB28qelx087380; Sat, 2 Dec 2006 08:52:40 GMT (envelope-from pjd) Message-Id: <200612020852.kB28qelx087380@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 2 Dec 2006 08:52:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 08:52:41 -0000 pjd 2006-12-02 08:52:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/geom/eli g_eli.c Log: MFC: sys/geom/eli/g_eli.c 1.32,1.33 Skip disabled CPU, because after we sched_bind() to a disabled CPU, we won't be able to exit from the thread. Function g_eli_cpu_is_disabled() stoled from kern_pmc.c. PR: kern/104669 Reported by: Nikolay Mirin Approved by: re (kensmith) Revision Changes Path 1.3.2.12.2.1 +16 -1 src/sys/geom/eli/g_eli.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 08:59:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C109116A403; Sat, 2 Dec 2006 08:59:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B03043CA5; Sat, 2 Dec 2006 08:59:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id EEB0246EB9; Sat, 2 Dec 2006 03:59:52 -0500 (EST) Date: Sat, 2 Dec 2006 08:59:52 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20061202020221.GW38808@elvis.mu.org> Message-ID: <20061202085757.H40536@fledge.watson.org> References: <200611301502.kAUF22lU076210@repoman.freebsd.org> <456F0B71.3050604@errno.com> <20061130172634.GC75179@rambler-co.ru> <20061130174257.GY32700@FreeBSD.org> <20061202020221.GW38808@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Gleb Smirnoff , Ruslan Ermilov , Sam Leffler Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 08:59:53 -0000 On Fri, 1 Dec 2006, Alfred Perlstein wrote: > * Gleb Smirnoff [061130 09:46] wrote: >> On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote: >> R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? >> >> It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC drivers before >> RELENG_7. > > Other than performance issues, what's the point of doing this? > > To me that sounds like we'd lose all of usb ethernet as it stands. I'm fine > with fixing usb ethernet, but not under some thread-model of developement. You have been pointed to the USB stack rewrite for 7.x at least three times in the last 24 hours. Getting developers involved in reviewing and testing this work would be very useful. The point of removing compatibility code for non-MPSAFE drivers is to remove compatibility code for non-MPSAFE drivers. For entertainment value, grep -i giant in src/sys/net. We go through some odd contortions to acquire Giant where it is needed, defer work to run under Giant, and so on. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:00:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCAF316A534; Sat, 2 Dec 2006 09:00:10 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3440843C9D; Sat, 2 Dec 2006 08:59:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB290A99088101; Sat, 2 Dec 2006 09:00:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB290AZW088100; Sat, 2 Dec 2006 09:00:10 GMT (envelope-from pjd) Message-Id: <200612020900.kB290AZW088100@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 2 Dec 2006 09:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:00:11 -0000 pjd 2006-12-02 09:00:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_serv.c Log: MFC: sys/nfsserver/nfs_serv.c 1.167 Protect nfsm_srvpathsiz() call with the nfsd_mtx lock. Reviewed by: mohans Requested by: kib Revision Changes Path 1.156.2.7 +6 -5 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:02:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 535BD16A407; Sat, 2 Dec 2006 09:02:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C8143CB1; Sat, 2 Dec 2006 09:02:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB292Utu089113; Sat, 2 Dec 2006 09:02:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB292U8x089112; Sat, 2 Dec 2006 09:02:30 GMT (envelope-from pjd) Message-Id: <200612020902.kB292U8x089112@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 2 Dec 2006 09:02:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:02:31 -0000 pjd 2006-12-02 09:02:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/nfsserver nfs_serv.c Log: MFC: sys/nfsserver/nfs_serv.c 1.167 Protect nfsm_srvpathsiz() call with the nfsd_mtx lock. Reviewed by: mohans Requested by: kib Approved by: re (rwatson) Revision Changes Path 1.156.2.6.2.1 +6 -5 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:03:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EB3516A407; Sat, 2 Dec 2006 09:03:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8614743CA5; Sat, 2 Dec 2006 09:02:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2936WK090743; Sat, 2 Dec 2006 09:03:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2936tn090742; Sat, 2 Dec 2006 09:03:06 GMT (envelope-from brueffer) Message-Id: <200612020903.kB2936tn090742@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 2 Dec 2006 09:03:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 bce.4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:03:07 -0000 brueffer 2006-12-02 09:03:06 UTC FreeBSD src repository Modified files: share/man/man4 bce.4 polling.4 Log: bce(4) does not work correctly in polling(4) mode for now. Revision Changes Path 1.4 +1 -2 src/share/man/man4/bce.4 1.26 +1 -2 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:05:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A920516A403; Sat, 2 Dec 2006 09:05:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFEC43C9D; Sat, 2 Dec 2006 09:05:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB295MJu090871; Sat, 2 Dec 2006 09:05:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB295MYZ090870; Sat, 2 Dec 2006 09:05:22 GMT (envelope-from brueffer) Message-Id: <200612020905.kB295MYZ090870@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 2 Dec 2006 09:05:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 bce.4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:05:22 -0000 brueffer 2006-12-02 09:05:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 bce.4 polling.4 Log: MFC: bce(4) does not work correctly in polling(4) mode for now. Revision Changes Path 1.2.2.2 +1 -2 src/share/man/man4/bce.4 1.19.2.5 +1 -2 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:10:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29E4616A403; Sat, 2 Dec 2006 09:10:30 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A42043C9D; Sat, 2 Dec 2006 09:10:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB29ATs0091105; Sat, 2 Dec 2006 09:10:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB29ATtd091104; Sat, 2 Dec 2006 09:10:29 GMT (envelope-from pjd) Message-Id: <200612020910.kB29ATtd091104@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 2 Dec 2006 09:10:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/journal g_journal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:10:30 -0000 pjd 2006-12-02 09:10:29 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Softc may be NULL in g_journal_orphan(), so don't be surprised. Revision Changes Path 1.9 +4 -3 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 09:58:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05AD316A415; Sat, 2 Dec 2006 09:58:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4321743C9D; Sat, 2 Dec 2006 09:57:42 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB29w137099089; Sat, 2 Dec 2006 09:58:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB29w1aU099088; Sat, 2 Dec 2006 09:58:01 GMT (envelope-from erwin) Message-Id: <200612020958.kB29w1aU099088@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 2 Dec 2006 09:58:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 09:58:02 -0000 erwin 2006-12-02 09:58:01 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/sysinstall menus.c Log: Add ftp.il.freebsd.org to the IPv6 server section. Submitted by: Rostislav Krasny Reviewed by: simon (also previous commit) MFC: 3 days Revision Changes Path 1.420 +2 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 10:30:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23D0816A40F; Sat, 2 Dec 2006 10:30:24 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4089D43C9D; Sat, 2 Dec 2006 10:30:04 +0000 (GMT) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2AUNRH005182; Sat, 2 Dec 2006 10:30:23 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2AUN9t005181; Sat, 2 Dec 2006 10:30:23 GMT (envelope-from piso) Message-Id: <200612021030.kB2AUN9t005181@repoman.freebsd.org> From: Paolo Pisati Date: Sat, 2 Dec 2006 10:30:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet/libalias alias.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 10:30:24 -0000 piso 2006-12-02 10:30:23 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias.c Log: Forced commit to use the correct PR syntax. PR: kern/106112 Noted by: ru Revision Changes Path 1.57 +0 -0 src/sys/netinet/libalias/alias.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 13:37:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDCE716A4AB; Sat, 2 Dec 2006 13:37:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D51343D73; Sat, 2 Dec 2006 13:37:11 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2DbTGZ048048; Sat, 2 Dec 2006 13:37:29 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2DbTDn048047; Sat, 2 Dec 2006 13:37:29 GMT (envelope-from cognet) Message-Id: <200612021337.kB2DbTDn048047@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 2 Dec 2006 13:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/i80321 i80321_space.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 13:37:43 -0000 cognet 2006-12-02 13:37:29 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_space.c Log: Provide stream operations. Revision Changes Path 1.7 +36 -0 src/sys/arm/xscale/i80321/i80321_space.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 13:58:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D050F16A47B; Sat, 2 Dec 2006 13:58:14 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC7C43CA2; Sat, 2 Dec 2006 13:57:53 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2DwDbJ052387; Sat, 2 Dec 2006 13:58:13 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2DwDeE052386; Sat, 2 Dec 2006 13:58:13 GMT (envelope-from netchild) Message-Id: <200612021358.kB2DwDeE052386@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 2 Dec 2006 13:58:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 13:58:14 -0000 netchild 2006-12-02 13:58:13 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add the linux module to the amd64 build, all symbols can now be resolved. Revision Changes Path 1.514 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 2 14:56:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81EF816A40F; Sat, 2 Dec 2006 14:56:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E28E43CA2; Sat, 2 Dec 2006 14:56:05 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2EuQIG063109; Sat, 2 Dec 2006 14:56:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2EuQvS063108; Sat, 2 Dec 2006 14:56:26 GMT (envelope-from netchild) Message-Id: <200612021456.kB2EuQvS063108@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 2 Dec 2006 14:56:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 14:56:26 -0000 netchild 2006-12-02 14:56:26 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: MFP4 (108673, 110519, 110874): - Currently LINUX_MAX_COMM_LEN is smaller than MAXCOMLEN, but in case this will change we have a buffer overflow. Apply some defensive programming to DTRT when this should happen. - Use copyinstr() instead of copyin where appropriate. * Fallback to copyin() in case of ENAMETOOLONG. [1] * Use the right source and destination (it was wrong before). - Use strlcpy instead of strcpy. - Properly lock the read case (PR_GET_NAME) like the write case. Reviewed by: rwatson (except [1]) Suggested by: rwatson [1] Revision Changes Path 1.198 +30 -5 src/sys/compat/linux/linux_misc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 15:34:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49D6016A52B; Sat, 2 Dec 2006 15:34:14 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DF543E7A; Sat, 2 Dec 2006 15:32:18 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2FWYu4070295; Sat, 2 Dec 2006 15:32:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2FWY1n070294; Sat, 2 Dec 2006 15:32:34 GMT (envelope-from marius) Message-Id: <200612021532.kB2FWY1n070294@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 15:32:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c inphy.c ip1000phy.c lxtphy.c mii_physubr.c miivar.h nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c tdkphy.c tlphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 15:34:14 -0000 marius 2006-12-02 15:32:34 UTC FreeBSD src repository Modified files: sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c inphy.c ip1000phy.c lxtphy.c mii_physubr.c miivar.h nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c tdkphy.c tlphy.c xmphy.c Log: Add a helper function mii_phy_dev_probe(), which wraps around the mii_phy_match() API and takes care of the PHY device probe based on the struct mii_phydesc array and the match return value provided. Convert PHY drivers to take advantage of mii_phy_dev_probe(), converting drivers to provide a mii_phydesc table in the first place where necessary. Reviewed by: yongari MFC after: 2 weeks Revision Changes Path 1.19 +7 -13 src/sys/dev/mii/acphy.c 1.20 +7 -15 src/sys/dev/mii/amphy.c 1.12 +18 -29 src/sys/dev/mii/bmtphy.c 1.47 +1 -10 src/sys/dev/mii/brgphy.c 1.7 +8 -22 src/sys/dev/mii/ciphy.c 1.16 +10 -32 src/sys/dev/mii/inphy.c 1.2 +2 -12 src/sys/dev/mii/ip1000phy.c 1.18 +6 -10 src/sys/dev/mii/lxtphy.c 1.28 +13 -1 src/sys/dev/mii/mii_physubr.c 1.20 +1 -0 src/sys/dev/mii/miivar.h 1.24 +2 -13 src/sys/dev/mii/nsgphy.c 1.27 +6 -10 src/sys/dev/mii/nsphy.c 1.18 +7 -13 src/sys/dev/mii/pnaphy.c 1.18 +6 -10 src/sys/dev/mii/qsphy.c 1.12 +6 -10 src/sys/dev/mii/rgephy.c 1.25 +15 -14 src/sys/dev/mii/rlphy.c 1.20 +6 -8 src/sys/dev/mii/tdkphy.c 1.21 +6 -10 src/sys/dev/mii/tlphy.c 1.20 +7 -16 src/sys/dev/mii/xmphy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 17:12:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B38116A416; Sat, 2 Dec 2006 17:12:28 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B72E43CAC; Sat, 2 Dec 2006 17:12:04 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2HCPJ6097550; Sat, 2 Dec 2006 17:12:25 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2HCP5Z097549; Sat, 2 Dec 2006 17:12:25 GMT (envelope-from ariff) Message-Id: <200612021712.kB2HCP5Z097549@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 2 Dec 2006 17:12:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 17:12:28 -0000 ariff 2006-12-02 17:12:25 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Add support for Apple Intel/Mac. - Playback and headphone/speaker automute works. - Recording untested due to me being deaf doing back-and-forth remote debugging. Free Macbook donation is highly appreciated :) Tested by: Dennis Pielken Revision Changes Path 1.12 +48 -10 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:23:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1945F16A4FF; Sat, 2 Dec 2006 19:23:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB26443CA5; Sat, 2 Dec 2006 19:23:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kB2JNHXc077538; Sat, 2 Dec 2006 12:23:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Dec 2006 12:24:07 -0700 (MST) Message-Id: <20061202.122407.232930910.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20061202085757.H40536@fledge.watson.org> References: <20061130174257.GY32700@FreeBSD.org> <20061202020221.GW38808@elvis.mu.org> <20061202085757.H40536@fledge.watson.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 02 Dec 2006 12:23:18 -0700 (MST) Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, alfred@FreeBSD.org, cvs-all@FreeBSD.org, glebius@FreeBSD.org, ru@FreeBSD.org, sam@errno.com Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:23:50 -0000 In message: <20061202085757.H40536@fledge.watson.org> Robert Watson writes: : On Fri, 1 Dec 2006, Alfred Perlstein wrote: : : > * Gleb Smirnoff [061130 09:46] wrote: : >> On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote: : >> R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers? : >> : >> It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC drivers before : >> RELENG_7. : > : > Other than performance issues, what's the point of doing this? : > : > To me that sounds like we'd lose all of usb ethernet as it stands. I'm fine : > with fixing usb ethernet, but not under some thread-model of developement. : : You have been pointed to the USB stack rewrite for 7.x at least three times in : the last 24 hours. Getting developers involved in reviewing and testing this : work would be very useful. I can't stress this reviewing part enough. The new code is very different from the old code, and there's quite a bit of change to plow through. The more eyes we have, the better. I've had mixed luck with the new code myself, but mostly good luck. Warner From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:35:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 231C416A407; Sat, 2 Dec 2006 19:35:57 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2AD43CA3; Sat, 2 Dec 2006 19:35:34 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2JZuRq023098; Sat, 2 Dec 2006 19:35:56 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2JZuLd023097; Sat, 2 Dec 2006 19:35:56 GMT (envelope-from rodrigc) Message-Id: <200612021935.kB2JZuLd023097@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 2 Dec 2006 19:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:35:57 -0000 rodrigc 2006-12-02 19:35:56 UTC FreeBSD src repository Modified files: sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c Log: Many, many thanks to Masanori OZAWA and Daichi GOTO for submitting this major rewrite of unionfs. This rewrite was done to try to solve many of the longstanding crashing and locking issues in the existing unionfs implementation. This implementation also adds a 'MASQUERADE mode', which allows the user to set different user, group, and file permission modes in the upper layer. Submitted by: daichi, Masanori OZAWA Reviewed by: rodrigc (modified for minor style issues) Revision Changes Path 1.13 +1 -1 src/sbin/mount_unionfs/Makefile 1.21 +184 -23 src/sbin/mount_unionfs/mount_unionfs.8 1.25 +107 -74 src/sbin/mount_unionfs/mount_unionfs.c 1.33 +87 -92 src/sys/fs/unionfs/union.h 1.87 +948 -1080 src/sys/fs/unionfs/union_subr.c 1.79 +394 -332 src/sys/fs/unionfs/union_vfsops.c 1.135 +1864 -1613 src/sys/fs/unionfs/union_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:36:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5168D16A40F; Sat, 2 Dec 2006 19:36:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2908743CB1; Sat, 2 Dec 2006 19:36:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2JaQbp023229; Sat, 2 Dec 2006 19:36:26 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2JaQJm023228; Sat, 2 Dec 2006 19:36:26 GMT (envelope-from marius) Message-Id: <200612021936.kB2JaQJm023228@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 19:36:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c tdkphy.c tlphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:36:26 -0000 marius 2006-12-02 19:36:25 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c tdkphy.c tlphy.c xmphy.c Log: Some style changes to a couple of PHY drivers: - Fix some whitespace nits. - Fix some spelling in comments. - Use MII_ANEGTICKS instead of 5. - Don't define variables in nested scope. - Remove superfluous returns at the end of void functions. - Remove unused static global rgephy_mii_model. - Remove dupe $Id$ in tdkphy(4). - Sort brgphys table. MFC after: 2 weeks Revision Changes Path 1.48 +22 -30 src/sys/dev/mii/brgphy.c 1.8 +2 -8 src/sys/dev/mii/ciphy.c 1.22 +6 -12 src/sys/dev/mii/mlphy.c 1.13 +9 -18 src/sys/dev/mii/rgephy.c 1.21 +1 -9 src/sys/dev/mii/tdkphy.c 1.22 +9 -10 src/sys/dev/mii/tlphy.c 1.21 +4 -7 src/sys/dev/mii/xmphy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:46:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E65DF16A407; Sat, 2 Dec 2006 19:46:16 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF8143CA6; Sat, 2 Dec 2006 19:45:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kB2JkAtN000721; Sat, 2 Dec 2006 12:46:15 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4571D7FC.3030408@samsco.org> Date: Sat, 02 Dec 2006 12:46:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Craig Rodrigues References: <200612021935.kB2JZuLd023097@repoman.freebsd.org> In-Reply-To: <200612021935.kB2JZuLd023097@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:46:17 -0000 Craig Rodrigues wrote: > rodrigc 2006-12-02 19:35:56 UTC > > FreeBSD src repository > > Modified files: > sys/fs/unionfs union.h union_subr.c union_vfsops.c > union_vnops.c > sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c > Log: What about the VFS changes that were also made in the latest patchset? Scott From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:48:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD29F16A566; Sat, 2 Dec 2006 19:48:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5F343CA2; Sat, 2 Dec 2006 19:48:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2JmsmD025248; Sat, 2 Dec 2006 19:48:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2JmsYj025247; Sat, 2 Dec 2006 19:48:54 GMT (envelope-from marius) Message-Id: <200612021948.kB2JmsYj025247@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 19:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii rgephy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:48:54 -0000 marius 2006-12-02 19:48:54 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG rgephy_service(). There doesn't seem to be a problem with isolating RTL8169S and their internal PHY. - Take advantage of mii_phy_add_media(). [1] Obtained from: NetBSD [1] Tested by: yongari MFC after: 2 weeks Revision Changes Path 1.14 +3 -13 src/sys/dev/mii/rgephy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 20:16:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 386C516A415; Sat, 2 Dec 2006 20:16:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24CC43CAB; Sat, 2 Dec 2006 20:16:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2KGjMx031437; Sat, 2 Dec 2006 20:16:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2KGjgA031436; Sat, 2 Dec 2006 20:16:45 GMT (envelope-from marius) Message-Id: <200612022016.kB2KGjgA031436@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 20:16:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii tdkphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 20:16:47 -0000 marius 2006-12-02 20:16:45 UTC FreeBSD src repository Modified files: sys/dev/mii tdkphy.c Log: - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating 78Q2120 per se nor in combination with the NICs they're used with and tdkphy(4) was already adding IFM_NONE anyway. - Set MIIF_NOLOOP as loopback doesn't work with this PHY. The MIIF_NOLOOP flag currently triggers nothing but hopefully will be respected by mii_phy_setmedia() later on. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). Thanks to Hans-Joerg Sirtl for lending me test hardware. Obtained from: NetBSD tqphy(4) MFC after: 2 weeks Revision Changes Path 1.22 +9 -37 src/sys/dev/mii/tdkphy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 21:03:10 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B75716A415; Sat, 2 Dec 2006 21:03:10 +0000 (UTC) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [206.18.177.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66FF43CA6; Sat, 2 Dec 2006 21:02:47 +0000 (GMT) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: from dibbler.crodrigues.org (c-66-31-35-94.hsd1.ma.comcast.net[66.31.35.94]) by comcast.net (alnrmhc14) with ESMTP id <20061202210309b1400paus5e>; Sat, 2 Dec 2006 21:03:09 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) by dibbler.crodrigues.org (8.13.8/8.13.8) with ESMTP id kB2L3BAv020709; Sat, 2 Dec 2006 16:03:11 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.13.8/8.13.8/Submit) id kB2L3ABY020708; Sat, 2 Dec 2006 16:03:10 -0500 (EST) (envelope-from rodrigc) Date: Sat, 2 Dec 2006 16:03:10 -0500 From: Craig Rodrigues To: Scott Long Message-ID: <20061202210310.GB20693@crodrigues.org> References: <200612021935.kB2JZuLd023097@repoman.freebsd.org> <4571D7FC.3030408@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4571D7FC.3030408@samsco.org> User-Agent: Mutt/1.4.2.1i Cc: Craig Rodrigues , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 21:03:10 -0000 On Sat, Dec 02, 2006 at 12:46:04PM -0700, Scott Long wrote: > What about the VFS changes that were also made in the latest patchset? I'm looking at that change separately, and getting a few other people to look at it too, before committing. -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-src@FreeBSD.ORG Sat Dec 2 21:18:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3894116A407; Sat, 2 Dec 2006 21:18:57 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD1F43CA6; Sat, 2 Dec 2006 21:18:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2LIuld050290; Sat, 2 Dec 2006 21:18:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2LIucO050289; Sat, 2 Dec 2006 21:18:56 GMT (envelope-from marius) Message-Id: <200612022118.kB2LIucO050289@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 21:18:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 21:18:57 -0000 marius 2006-12-02 21:18:56 UTC FreeBSD src repository Modified files: sys/dev/mii miidevs Log: - Add another Altima PHY, which is a AC101 workalike and integrated in at least ADMtek ADM8511 but apparently is not mentioned in any publically available data sheet so the actual identifier is unknown. - Add Davicom DM9102 PHY. - Add DM9101 to the description of AMD 79C873 as at least some Davicom DM9101F identify identical to AMD 79C873. Obtained from: NetBSD MFC after: 2 weeks Revision Changes Path 1.35 +3 -1 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Sat Dec 2 21:19:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9427416A407; Sat, 2 Dec 2006 21:19:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84FB43CA6; Sat, 2 Dec 2006 21:19:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2LJtT7050329; Sat, 2 Dec 2006 21:19:55 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2LJsTT050328; Sat, 2 Dec 2006 21:19:54 GMT (envelope-from marius) Message-Id: <200612022119.kB2LJsTT050328@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 21:19:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii acphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 21:19:55 -0000 marius 2006-12-02 21:19:54 UTC FreeBSD src repository Modified files: sys/dev/mii acphy.c Log: - In acphy_service() for the MII_TICK case don't bother to check whether the currently selected media is of type IFM_AUTO as auto-negotiation doesn't need to be kicked anyway. - Fix a whitespace nit. - Probe another Altima PHY, which is a AC101 workalike and integrated in at least ADMtek ADM8511 but apparently is not mentioned in any publically available data sheet so the actual identifier is unknown. - Don't set MIIF_NOISOLATE so acphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating AC101 and workalikes per se nor in combination with the NICs they're used with. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). Obtained from: NetBSD (except for the first and second item) MFC after: 2 weeks Revision Changes Path 1.20 +7 -30 src/sys/dev/mii/acphy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 21:21:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E30116A403; Sat, 2 Dec 2006 21:21:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519E543CA7; Sat, 2 Dec 2006 21:20:54 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2LLGdK050557; Sat, 2 Dec 2006 21:21:16 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2LLGVC050545; Sat, 2 Dec 2006 21:21:16 GMT (envelope-from marius) Message-Id: <200612022121.kB2LLGVC050545@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Dec 2006 21:21:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii amphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 21:21:17 -0000 marius 2006-12-02 21:21:16 UTC FreeBSD src repository Modified files: sys/dev/mii amphy.c Log: - Probe Davicom DM9102 PHYs. - Don't set MIIF_NOISOLATE so amphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating AM79c873 and workalikes per se nor in combination with the NICs they're used with and amphy(4) was already adding IFM_NONE anyway. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). - Fix a whitespace nit. Obtained from: NetBSD dmphy(4) (except for the last item) MFC after: 2 weeks Revision Changes Path 1.21 +8 -30 src/sys/dev/mii/amphy.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 22:30:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13D3B16A416; Sat, 2 Dec 2006 22:30:31 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1221943CA2; Sat, 2 Dec 2006 22:30:08 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2MUUJU062347; Sat, 2 Dec 2006 22:30:30 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2MUUJt062346; Sat, 2 Dec 2006 22:30:30 GMT (envelope-from rodrigc) Message-Id: <200612022230.kB2MUUJt062346@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 2 Dec 2006 22:30:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 22:30:31 -0000 rodrigc 2006-12-02 22:30:30 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vnops.c Log: Add missing includes for and . Revision Changes Path 1.136 +2 -0 src/sys/fs/unionfs/union_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Dec 2 22:31:45 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4235816A407; Sat, 2 Dec 2006 22:31:45 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E052043CA6; Sat, 2 Dec 2006 22:31:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.home (pooker.samsco.home [192.168.254.1]) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kB2MVTkJ001728; Sat, 2 Dec 2006 15:31:35 -0700 (MST) (envelope-from scottl@samsco.org) Date: Sat, 2 Dec 2006 15:31:29 -0700 (MST) From: Scott Long To: Craig Rodrigues In-Reply-To: <20061202210310.GB20693@crodrigues.org> Message-ID: <20061202152958.E20147@pooker.samsco.org> References: <200612021935.kB2JZuLd023097@repoman.freebsd.org> <4571D7FC.3030408@samsco.org> <20061202210310.GB20693@crodrigues.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Craig Rodrigues , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 22:31:45 -0000 What you committed works without the associated VFS changes? If not, why rush this commit in? Scott On Sat, 2 Dec 2006, Craig Rodrigues wrote: > On Sat, Dec 02, 2006 at 12:46:04PM -0700, Scott Long wrote: >> What about the VFS changes that were also made in the latest patchset? > > I'm looking at that change separately, and getting a few > other people to look at it too, before committing. > > -- > Craig Rodrigues > rodrigc@crodrigues.org >