Re: svn commit: r212964 - head/sys/kern

2010-09-22 Thread Gavin Atkinson
s not their purpose), so anything we can do in releases to make sure we have enough info to resolve panics seen by their users is a big bonus. Is there any real reason why we shouldn't go down this route? Thanks, Gavin -- Gavin Atkinson FreeBSD committer and bugmeister GPG: A093262B

Re: svn commit: r212964 - head/sys/kern

2010-09-22 Thread Gavin Atkinson
On Wed, 2010-09-22 at 17:43 +0300, Andriy Gapon wrote: > on 22/09/2010 16:46 Gavin Atkinson said the following: > > Ignoring the rest of the discussion about locking, I think this is a > > step in the right direction. However, what I feel we should be strongly > > considerin

Re: svn commit: r213002 - in stable/8: include lib/libc/gen

2010-09-22 Thread Gavin Atkinson
pass in a buffer, for a start. Gavin [1] http://android.git.kernel.org/?p=platform/bionic.git;a=blob;f=libc/bionic/basename_r.c;h=e9080f058b6012f1bce77c72befc8f9fc213aed9;hb=a799b53f10e5a6fd51fef4436cfb7ec99836a516 -- Gavin Atkinson FreeBSD committer and bugmeister GPG: A093262B (313

svn commit: r213051 - stable/8/sys/dev/usb/serial

2010-09-23 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 23 09:52:27 2010 New Revision: 213051 URL: http://svn.freebsd.org/changeset/base/213051 Log: Merge r211083 from head: The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. PR: usb/128324 Submitted by: Mike Durian (original

svn commit: r213052 - in stable/8/sys/dev/usb: . serial

2010-09-23 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 23 09:56:02 2010 New Revision: 213052 URL: http://svn.freebsd.org/changeset/base/213052 Log: Merge r21 from head: Attempt to autodetect the cype of chipset, rather than storing this within the device table. This code uses the same algorithm as used in

svn commit: r213054 - in stable/8/sys/dev/usb: . serial

2010-09-23 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 23 10:20:28 2010 New Revision: 213054 URL: http://svn.freebsd.org/changeset/base/213054 Log: Merge r211153 from head: Now that the uplcom(4) driver can autodetect the chipset type, sync the list of devices supported by uplcom(4) with the following sources:

svn commit: r213061 - head/share/dict

2010-09-23 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 23 11:19:03 2010 New Revision: 213061 URL: http://svn.freebsd.org/changeset/base/213061 Log: Various changes from various sources: - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] - Add "near", "antidisestablishmenta

Re: svn commit: r212964 - head/sys/kern

2010-09-23 Thread Gavin Atkinson
On Thu, 23 Sep 2010, Ken Smith wrote: > The issues talked about so far all contribute to the reason for that. > But one of the more basic gut reactions to it all is that the users > want to be interested in helping with the debugging (even if just > providing the requested info) for any sort of cra

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Gavin Atkinson
On Thu, 23 Sep 2010, Ken Smith wrote: > This is definitely one I don't have a strong enough opinion > on to fight over, I sympathize with both sides. If the > general consensus is mostly towards changing so be it. > I've got no way to tell what percentage of users would > have any clue what to do

svn commit: r213656 - stable/8/share/dict

2010-10-09 Thread Gavin Atkinson
Author: gavin Date: Sat Oct 9 13:03:32 2010 New Revision: 213656 URL: http://svn.freebsd.org/changeset/base/213656 Log: Merge r213061 from head: Various changes from various sources: - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] -

svn commit: r213657 - stable/7/share/dict

2010-10-09 Thread Gavin Atkinson
Author: gavin Date: Sat Oct 9 13:07:21 2010 New Revision: 213657 URL: http://svn.freebsd.org/changeset/base/213657 Log: Merge r213061 from head: Various changes from various sources: - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] -

Re: svn commit: r213990 - head/usr.bin/calendar/calendars

2010-10-18 Thread Gavin Atkinson
213989) > +++ head/usr.bin/calendar/calendars/calendar.freebsd Sun Oct 17 19:02:42 > 2010(r213990) > @@ -302,6 +302,7 @@ > 11/19Konstantin Belousov born in Kiev, USSR, 1972 > 11/20Dmitry Morozovsky born in Moscow, USSR, 1968 > 11/20Gavin At

svn commit: r229085 - in head/sys: amd64/amd64 i386/i386

2011-12-31 Thread Gavin Atkinson
Author: gavin Date: Sat Dec 31 13:24:53 2011 New Revision: 229085 URL: http://svn.freebsd.org/changeset/base/229085 Log: Default to not performing the early-boot memory tests when we detect we are booting inside a VM. There are three reasons to disable this: o It causes the VM host to b

Re: svn commit: r215310 - head/lib/libc/gen

2010-11-14 Thread Gavin Atkinson
On Sun, 14 Nov 2010, Ed Schouten wrote: > Author: ed > Date: Sun Nov 14 18:42:39 2010 > New Revision: 215310 > URL: http://svn.freebsd.org/changeset/base/215310 > > Log: > Always set errno to a sane value when pututxline(3) fails. > > For example, it will now return ESRCH when trying to rep

Re: svn commit: r215319 - head/sys/arm/xscale/ixp425

2010-11-14 Thread Gavin Atkinson
On Sun, 14 Nov 2010, Andrew Thompson wrote: > Author: thompsa > Date: Sun Nov 14 20:41:22 2010 > New Revision: 215319 > URL: http://svn.freebsd.org/changeset/base/215319 > > Log: > Provide a mutex around the read/modify/write of the IXP425_GPIO_* > registers. Giant was used in some places, bu

Re: svn commit: r215295 - head/sys/opencrypto

2010-11-14 Thread Gavin Atkinson
On Sun, 14 Nov 2010, Marius Strobl wrote: > Author: marius > Date: Sun Nov 14 13:09:32 2010 > New Revision: 215295 > URL: http://svn.freebsd.org/changeset/base/215295 > > Log: > Let cryptosoft(4) add its pseudo-device with a specific unit number and its > probe method return BUS_PROBE_NOWILDCA

Re: svn commit: r215572 - stable/8/sys/sys

2010-11-21 Thread Gavin Atkinson
On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > Author: jilles > Date: Sat Nov 20 16:46:16 2010 > New Revision: 215572 > URL: http://svn.freebsd.org/changeset/base/215572 > > Log: > MFC r215183: Make POLL_ERR and POLL_HUP different. > > The kernel currently does not generate any of the POLL_

Re: svn commit: r215572 - stable/8/sys/sys

2010-11-21 Thread Gavin Atkinson
On Sun, 21 Nov 2010, Jilles Tjoelker wrote: > On Sun, Nov 21, 2010 at 12:42:24PM +0000, Gavin Atkinson wrote: > > On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > > > Author: jilles > > > Date: Sat Nov 20 16:46:16 2010 > > > New Revision: 215572 > > > URL:

svn commit: r216045 - in head/sys/dev/usb: . serial

2010-11-29 Thread Gavin Atkinson
Author: gavin Date: Mon Nov 29 08:17:44 2010 New Revision: 216045 URL: http://svn.freebsd.org/changeset/base/216045 Log: Support the Falcom Twist USB GSM/GPRS modem in uftdi(4) PR: usb/151862 Submitted by: Alessandro de Manzano MFC after:1 week Modified: head/sys/dev/u

svn commit: r216121 - head/lib/libc/stdio

2010-12-02 Thread Gavin Atkinson
Author: gavin Date: Thu Dec 2 13:40:21 2010 New Revision: 216121 URL: http://svn.freebsd.org/changeset/base/216121 Log: Remove two unused variables, left over from the refactoring in r180104. PR: bin/152551 Submitted by: Henning Petersen MFC after:2 weeks Modified: he

Re: svn commit: r216089 - head/sbin/ifconfig

2010-12-03 Thread Gavin Atkinson
>ifa_name, sizeof(name)); I may be misunderstanding, but isn't this more of a hack than the correct solution? I appreciate that there are a large number of defined interface types, but I wonder if we should instead check for interface types we are prepared to accept, rather than skipp

Re: svn commit: r197065 - in stable/8: etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2009-09-10 Thread Gavin Atkinson
On Thu, 2009-09-10 at 14:04 +, Ken Smith wrote: > Author: kensmith > Date: Thu Sep 10 14:04:00 2009 > New Revision: 197065 > URL: http://svn.freebsd.org/changeset/base/197065 > > Log: > Remove extra debugging support that is turned on for head but turned off > for stable branches: > [..

svn commit: r224948 - stable/8/sys/dev/ichwd

2011-08-17 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 17 17:04:43 2011 New Revision: 224948 URL: http://svn.freebsd.org/changeset/base/224948 Log: Merge r211908 from head (originally by jfv): Add Intel Cougar Point PCH LPC Controller Device IDs for watchdog support. Also add additional Intel Ibex Peak (5 S

svn commit: r225367 - head/share/misc

2011-09-03 Thread Gavin Atkinson
Gerzo\ndanger@Free delphij [label="Xin Li\ndelp...@freebsd.org\n2004/09/14"] gabor [label="Gabor Kovesdan\nga...@freebsd.org\n2007/02/02"] ganbold [label="Ganbold Tsagaankhuu\nganb...@freebsd.org\n2008/02/26"] +gavin [label="Gavin Atkinson\nga...@freebsd.org\

svn commit: r225538 - head/share/syscons/keymaps

2011-09-13 Thread Gavin Atkinson
Author: gavin Date: Tue Sep 13 21:15:23 2011 New Revision: 225538 URL: http://svn.freebsd.org/changeset/base/225538 Log: Include descriptions for keymaps missing from INDEX.keymaps. This fixes the five keymaps referred to only by filename on the keymap selection screen of bsdinstall. A

svn commit: r226321 - stable/8/sbin/mount

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 20:36:45 2011 New Revision: 226321 URL: http://svn.freebsd.org/changeset/base/226321 Log: Merge r222754 from head: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block Modified: stable/8/

svn commit: r226323 - stable/7/sbin/mount

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 20:40:25 2011 New Revision: 226323 URL: http://svn.freebsd.org/changeset/base/226323 Log: Merge r222754 from head: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block Modified: stable/7/

svn commit: r226328 - stable/8/etc/devd

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 21:38:48 2011 New Revision: 226328 URL: http://svn.freebsd.org/changeset/base/226328 Log: Merge r223566 from head: The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the latter. It appears that the addition to uath(4) came in thr

svn commit: r226860 - head/etc

2011-10-27 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 27 20:35:21 2011 New Revision: 226860 URL: http://svn.freebsd.org/changeset/base/226860 Log: Update the example rules in devfs.conf to reflect the changes since ATA_CAM. While here, add another example rule, as many applications these days expect to find /dev/dvd

svn commit: r226862 - head/etc

2011-10-27 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 27 20:39:20 2011 New Revision: 226862 URL: http://svn.freebsd.org/changeset/base/226862 Log: Remove example for linking /dev/vga to /dev/ttyv0, this hasn't been required since X version 4.3.0. PR: conf/161847 Submitted by: eadler MFC after:2 w

svn commit: r227018 - stable/9/etc

2011-11-02 Thread Gavin Atkinson
Author: gavin Date: Wed Nov 2 13:51:29 2011 New Revision: 227018 URL: http://svn.freebsd.org/changeset/base/227018 Log: Merge r226860 from head: Update the example rules in devfs.conf to reflect the changes since ATA_CAM. While here, add another example rule, as many applications t

svn commit: r216836 - head/share/misc

2010-12-31 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 31 11:55:39 2010 New Revision: 216836 URL: http://svn.freebsd.org/changeset/base/216836 Log: For committers listed as alumni, add the date that their commit bit was returned where this information is missing and easy to determine. Move adrian@ back to the "Active

svn commit: r216840 - head/share/misc

2010-12-31 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 31 13:07:21 2010 New Revision: 216840 URL: http://svn.freebsd.org/changeset/base/216840 Log: Move alumni committers from the active section. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot =

svn commit: r216876 - head/share/misc

2011-01-01 Thread Gavin Atkinson
el="Doug rabson\n...@freebsd.org\n/??/??"] dg [label="David greenman\...@freebsd.org\n1993/06/14"] dim [label="Dimitry andric\n...@freebsd.org\n2010/08/30"] +dougb [label="Doug barton\ndo...@freebsd.org\n2000/10/26"] dwmalone [label="David malone

Re: svn commit: r216836 - head/share/misc

2011-01-01 Thread Gavin Atkinson
On Fri, 31 Dec 2010, Gary Jennejohn wrote: > On Fri, 31 Dec 2010 11:55:39 + (UTC) > Gavin Atkinson wrote: > > > Author: gavin > > Date: Fri Dec 31 11:55:39 2010 > > New Revision: 216836 > > URL: http://svn.freebsd.org/changeset/base/216836 > > > &g

svn commit: r216892 - head/sys/pc98/pc98

2011-01-02 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 2 15:06:07 2011 New Revision: 216892 URL: http://svn.freebsd.org/changeset/base/216892 Log: MFi386 r216012 by kib: Calling fill_fpregs() for curthread is legitimate, and ELF coredump does this. Discussed with: kib MFC after:3 days Modified:

svn commit: r216974 - in stable/8/sys/dev/usb: . serial

2011-01-04 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 4 20:15:16 2011 New Revision: 216974 URL: http://svn.freebsd.org/changeset/base/216974 Log: Merge r216045 from head: Support the Falcom Twist USB GSM/GPRS modem in uftdi(4) PR: usb/151862 Submitted by: Alessandro de Manzano Modified: stab

svn commit: r216976 - stable/7/sys/dev/usb

2011-01-04 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 4 20:38:52 2011 New Revision: 216976 URL: http://svn.freebsd.org/changeset/base/216976 Log: Merge r216045 from head (by hand, due to code changes): Support the Falcom Twist USB GSM/GPRS modem in uftdi(4) PR: usb/151862 Submitted by: Alessandro

svn commit: r216982 - head/share/misc

2011-01-04 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 4 22:56:18 2011 New Revision: 216982 URL: http://svn.freebsd.org/changeset/base/216982 Log: Update committers-doc.dot, noving doc committer alumni into the alumni section and recording the date these commit bits were returned. Also, sort the remaining entries, a

svn commit: r217020 - stable/8/sys/pc98/pc98

2011-01-05 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 5 19:26:30 2011 New Revision: 217020 URL: http://svn.freebsd.org/changeset/base/217020 Log: MFC r216892 from head (Which is an MFi386 of r216012 by kib) Calling fill_fpregs() for curthread is legitimate, and ELF coredump does this. Discussed with: k

svn commit: r217031 - releng/8.2/sys/pc98/pc98

2011-01-05 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 5 22:14:18 2011 New Revision: 217031 URL: http://svn.freebsd.org/changeset/base/217031 Log: MFC r216892 from head (Which is an MFi386 of r216012 by kib) Calling fill_fpregs() for curthread is legitimate, and ELF coredump does this. Discussed with: k

svn commit: r217061 - in head/sys/dev/usb: . serial

2011-01-06 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 6 19:17:29 2011 New Revision: 217061 URL: http://svn.freebsd.org/changeset/base/217061 Log: Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader. MFC after:1 week Modified: head/sys/dev/usb/serial/uplcom.c head/sys/dev/usb/usbdevs Modi

svn commit: r217200 - in head/sys/dev/usb: . serial

2011-01-09 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 9 17:10:06 2011 New Revision: 217200 URL: http://svn.freebsd.org/changeset/base/217200 Log: Sync the list of devices supported by uslcom(4) with Linux, bringing in all new devices added between our r211022 and their git revision 93ad03d60b5b18897030038234aa2ebae8

svn commit: r217202 - in head/sys/dev/usb: . serial

2011-01-09 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 9 17:40:04 2011 New Revision: 217202 URL: http://svn.freebsd.org/changeset/base/217202 Log: Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This brings the list of supported devices in sync with kernel.org git revision f36ecd5de93e4c85a9e3d25100c

svn commit: r217264 - head/share/man/man3

2011-01-11 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 11 13:33:42 2011 New Revision: 217264 URL: http://svn.freebsd.org/changeset/base/217264 Log: Remove a bullet point that appears to have been accidentally inserted twice. It has also been included within the feature lists to which it is relevant. Submitted by: t

svn commit: r217274 - head/sys/dev/usb/serial

2011-01-11 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 11 19:05:55 2011 New Revision: 217274 URL: http://svn.freebsd.org/changeset/base/217274 Log: Improve or fix some comments. No functional change. MFC after:1 week Modified: head/sys/dev/usb/serial/uplcom.c Modified: head/sys/dev/usb/serial/uplcom.c ==

svn commit: r217275 - head/share/man/man4

2011-01-11 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 11 19:07:34 2011 New Revision: 217275 URL: http://svn.freebsd.org/changeset/base/217275 Log: Update the uplcom(4) man page to reflect the devices currently supported by uplcom(4). MFC after:1 week Modified: head/share/man/man4/uplcom.4 Modified: head/sh

svn commit: r217645 - svnadmin/conf

2011-01-20 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 20 17:03:09 2011 New Revision: 217645 URL: http://svn.freebsd.org/changeset/base/217645 Log: Konrad Jankowski (versus@) will now be mentored by myself and Max Kohn (fjoe@) as Diomidis Spinellis (dds@) has handed his commit bit in for safekeeping. Approved by:

svn commit: r217993 - in stable/8: share/man/man4 sys/dev/usb sys/dev/usb/serial

2011-01-27 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 27 23:05:29 2011 New Revision: 217993 URL: http://svn.freebsd.org/changeset/base/217993 Log: Merge r217061, r217274, r217275 from head: - Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader. - Improve or fix some comments. - Update the

svn commit: r217994 - stable/8/share/man/man3

2011-01-27 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 27 23:07:03 2011 New Revision: 217994 URL: http://svn.freebsd.org/changeset/base/217994 Log: Merge r217264 from head: Remove a bullet point that appears to have been accidentally inserted twice. It has also been included within the feature lists to which it

svn commit: r217995 - stable/7/share/man/man3

2011-01-27 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 27 23:07:23 2011 New Revision: 217995 URL: http://svn.freebsd.org/changeset/base/217995 Log: Merge r217264 from head: Remove a bullet point that appears to have been accidentally inserted twice. It has also been included within the feature lists to which it

svn commit: r217997 - in stable/8/sys/dev/usb: . serial

2011-01-27 Thread Gavin Atkinson
Author: gavin Date: Thu Jan 27 23:16:41 2011 New Revision: 217997 URL: http://svn.freebsd.org/changeset/base/217997 Log: Merge r217200 from head: Sync the list of devices supported by uslcom(4) with Linux, bringing in all new devices added between our r211022 and their git revision

Re: svn commit: r218055 - head/sys/dev/cs

2011-01-31 Thread Gavin Atkinson
ort of the driver to ARM. > > Approved by:imp (mentor) Thanks! This has been on my todo list for way too long. http://www.freebsd.org/projects/busdma/ now needs updating to reflect this change, although a lot of other entries on that page could also do with updating too. Thanks, Gav

Re: svn commit: r218060 - stable/8/usr.sbin/portsnap/portsnap

2011-01-31 Thread Gavin Atkinson
On Sat, 2011-01-29 at 08:14 +, Alfred Perlstein wrote: > Author: alfred > Date: Sat Jan 29 08:14:47 2011 > New Revision: 218060 > URL: http://svn.freebsd.org/changeset/base/218060 > > Log: > MFC: 'alfred' command. > > Modified: > stable/8/usr.sbin/portsnap/portsnap/portsnap.sh Hi, First

svn commit: r223299 - vendor/tnftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 16:51:30 2011 New Revision: 223299 URL: http://svn.freebsd.org/changeset/base/223299 Log: Remove my previous import of tnftp, I'm going to do it again properly to preseve past history. Deleted: vendor/tnftp/ ___ svn-

svn commit: r223300 - in vendor/lukemftp/dist: . contrib src

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 16:54:06 2011 New Revision: 223300 URL: http://svn.freebsd.org/changeset/base/223300 Log: Bootstrap lukemftp vendor area Added: - copied unchanged from r223298, vendor/lukemftp/dist/contrib/lukemftp/COPYING - copied unchanged from r223298, vendor/lukem

svn commit: r223301 - head/contrib/lukemftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 17:02:42 2011 New Revision: 223301 URL: http://svn.freebsd.org/changeset/base/223301 Log: Bootstrap mergeinfo Modified: Directory Properties: head/contrib/lukemftp/ (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r223303 - vendor/tnftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 17:14:41 2011 New Revision: 223303 URL: http://svn.freebsd.org/changeset/base/223303 Log: lukemftp was renamed tnftp back in 2003, copy the vendor area to match. Added: vendor/tnftp/ - copied from r223302, vendor/lukemftp/ __

svn commit: r223304 - in vendor/tnftp/dist: . buildaux libedit libedit/readline libnetbsd src

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 17:36:02 2011 New Revision: 223304 URL: http://svn.freebsd.org/changeset/base/223304 Log: Vendor import of tnftp-20100108. Added: vendor/tnftp/dist/Makefile.am (contents, props changed) vendor/tnftp/dist/buildaux/ vendor/tnftp/dist/buildaux/config.guess

svn commit: r223305 - vendor/tnftp/20100108

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 17:37:02 2011 New Revision: 223305 URL: http://svn.freebsd.org/changeset/base/223305 Log: Tag for tnftp-20100108. Added: vendor/tnftp/20100108/ - copied from r223304, vendor/tnftp/dist/ ___ svn-src-all@freebsd.org

svn commit: r223308 - head/contrib/tnftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 21:50:38 2011 New Revision: 223308 URL: http://svn.freebsd.org/changeset/base/223308 Log: Copy lukemftp to its new home, tnftp. I'm doing this in stages so as to not confuse the CVS exporter. Added: head/contrib/tnftp/ - copied from r223307, head/contrib

svn commit: r223328 - in head: contrib/lukemftp contrib/tnftp contrib/tnftp/src usr.bin/ftp

2011-06-20 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 20 08:00:32 2011 New Revision: 223328 URL: http://svn.freebsd.org/changeset/base/223328 Log: Merge tnftp-20100108 from the vendor branch into head. PR: bin/112288 bin/120256 bin/129014 bin/145528 MFC after:1 month Added: head/contrib/tnftp/Make

svn commit: r223431 - in stable/8/sys/dev/usb: . serial

2011-06-22 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 22 18:18:05 2011 New Revision: 223431 URL: http://svn.freebsd.org/changeset/base/223431 Log: Merge r217202 from head: Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). Requested by: hselasky Modified: stable/8/sys/dev/usb/serial/uplcom.c st

svn commit: r223446 - head/sys/dev/usb/wlan

2011-06-22 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 22 22:08:55 2011 New Revision: 223446 URL: http://svn.freebsd.org/changeset/base/223446 Log: Use USB_VENDOR_OVISLINK define rather than the vendor ID. PR: usb/158142 Submitted by: Robert Millan MFC after:1 week Modified: head/sys/dev/usb/wla

Re: svn commit: r223537 - head/sys/dev/usb/wlan

2011-06-25 Thread Gavin Atkinson
On Sat, 25 Jun 2011, Hans Petter Selasky wrote: > Author: hselasky > Date: Sat Jun 25 15:46:24 2011 > New Revision: 223537 > URL: http://svn.freebsd.org/changeset/base/223537 > > Log: > - Remove duplicate USB ID. Are you sure? > Modified: > head/sys/dev/usb/wlan/if_zyd.c > > Modified: head

svn commit: r223566 - in head: etc/devd sys/dev/usb/wlan

2011-06-26 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 26 11:37:24 2011 New Revision: 223566 URL: http://svn.freebsd.org/changeset/base/223566 Log: The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the latter. It appears that the addition to uath(4) came in through PR kern/135009, which had tes

svn commit: r223745 - stable/8/sys/dev/usb/wlan

2011-07-03 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 3 21:05:10 2011 New Revision: 223745 URL: http://svn.freebsd.org/changeset/base/223745 Log: Merge r223446 from head: Use USB_VENDOR_OVISLINK define rather than the vendor ID. PR: usb/158142 Submitted by: Robert Millan Modified: stable/8/sy

svn commit: r223746 - stable/8/sbin/geom/class/part

2011-07-03 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 3 21:07:21 2011 New Revision: 223746 URL: http://svn.freebsd.org/changeset/base/223746 Log: Merge r222778 from head: Rework parts of this man page to improve grammar. PR: docs/157467 (partially) Submitted by: Ben Kaduk (partially) Modified:

Re: svn commit: r224267 - head/sys/dev/ath/ath_dfs/null

2011-07-26 Thread Gavin Atkinson
On Fri, 2011-07-22 at 09:39 +, Adrian Chadd wrote: > Author: adrian > Date: Fri Jul 22 09:39:49 2011 > New Revision: 224267 > URL: http://svn.freebsd.org/changeset/base/224267 > > Log: > Implement a basic radar parameter API in the dfs_null module. > > Since no actual radar data is ever

svn commit: r219308 - head/share/misc

2011-03-05 Thread Gavin Atkinson
Author: gavin Date: Sat Mar 5 15:18:11 2011 New Revision: 219308 URL: http://svn.freebsd.org/changeset/base/219308 Log: Add two missing vertical bars. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r219470 - head/share/misc

2011-03-10 Thread Gavin Atkinson
Author: gavin Date: Thu Mar 10 23:20:32 2011 New Revision: 219470 URL: http://svn.freebsd.org/changeset/base/219470 Log: Add a couple of nodes and edges in order to reduce the number of unattached committers in the rendered output. While here, add versus@ as being mentered by myself and fjoe

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-15 Thread Gavin Atkinson
non-root filesystems now? Gavin -- Gavin Atkinson FreeBSD committer and bugmeister GPG: A093262B (313A A79F 697D 3A5C 216A EDF5 935D EF44 A093 262B) ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscri

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-15 Thread Gavin Atkinson
On Tue, 2011-03-15 at 12:26 -0500, Nathan Whitehorn wrote: > On 03/15/11 09:19, Gavin Atkinson wrote: > > On Tue, 2011-03-15 at 13:27 +, Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Tue Mar 15 13:27:34 2011 > >> New Revision: 219667 > >&g

Re: svn commit: r219845 - head/sys/dev/usb/controller

2011-03-22 Thread Gavin Atkinson
} As an aside, over the years there are several PRs about bulk timeouts on EHCI on nVidia - is it possible that this fixes any of them? Some of the PRs date back to 6.x and 7.x - if I'm understanding the change properly, it seems that it is possible that this could be the cause? Do you have

Re: svn commit: r220168 - head/etc

2011-03-31 Thread Gavin Atkinson
on "/usr/local/etc/rc.d/postgresql restart" > +}; > + > */ This seems like a dangerous rule to have enabled by default? Gavin -- Gavin Atkinson FreeBSD committer and bugmeister GPG: A093262B (313A A79F 697D 3A5C 216A EDF5 935D EF44 A093 262B)

Re: svn commit: r220168 - head/etc

2011-03-31 Thread Gavin Atkinson
On Thu, 2011-03-31 at 11:42 +0200, Edward Tomasz Napierała wrote: > Wiadomość napisana przez Gavin Atkinson w dniu 2011-03-31, o godz. 11:34: > > On Wed, 2011-03-30 at 18:35 +, Edward Tomasz Napierala wrote: > >> Author: trasz > >> Date: Wed Mar 30 18:35:02 201

svn commit: r220606 - head/sys/kern

2011-04-13 Thread Gavin Atkinson
Author: gavin Date: Wed Apr 13 19:10:56 2011 New Revision: 220606 URL: http://svn.freebsd.org/changeset/base/220606 Log: Add a new DDB command, "show rmans", which will show the address and brief details of each rman header, but not the contents of all rman structures in the system. This is

svn commit: r220652 - head/sys/geom/part

2011-04-15 Thread Gavin Atkinson
Author: gavin Date: Fri Apr 15 12:32:52 2011 New Revision: 220652 URL: http://svn.freebsd.org/changeset/base/220652 Log: Remove an incorrect be16toh() that prevented geom_part_apm from working on little-endian machines. Reviewed by: marcel MFC after:2 weeks Modified: head/sys/ge

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-26 Thread Gavin Atkinson
r issues (for example arm, where char is unsigned). Thanks, Gavin -- Gavin Atkinson FreeBSD committer and bugmeister GPG: A093262B (313A A79F 697D 3A5C 216A EDF5 935D EF44 A093 262B) ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/

svn commit: r221203 - stable/8/sys/geom/part

2011-04-29 Thread Gavin Atkinson
Author: gavin Date: Fri Apr 29 10:28:55 2011 New Revision: 221203 URL: http://svn.freebsd.org/changeset/base/221203 Log: Merge r220652 from head: Remove an incorrect be16toh() that prevented geom_part_apm from working on

svn commit: r221204 - stable/7/sys/geom/part

2011-04-29 Thread Gavin Atkinson
Author: gavin Date: Fri Apr 29 10:33:54 2011 New Revision: 221204 URL: http://svn.freebsd.org/changeset/base/221204 Log: Merge r220652 from head: Remove an incorrect be16toh() that prevented geom_part_apm from working on little-endian machines. Modified: stable/7/sys/geom/part/g_pa

svn commit: r221659 - in head/sbin: dumpfs growfs tunefs

2011-05-08 Thread Gavin Atkinson
Author: gavin Date: Sun May 8 12:34:31 2011 New Revision: 221659 URL: http://svn.freebsd.org/changeset/base/221659 Log: We now have multiple filesystems (UFS, ZFS, ...), so for tools that only operate on one type of filesystem, mention this. While here, capitalise the use of "UFS" in growfs

svn commit: r222751 - head/sbin/rcorder

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:13:48 2011 New Revision: 222751 URL: http://svn.freebsd.org/changeset/base/222751 Log: Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This chnage is different to the one suggested in the PR to try to avoid cluttering the man page too much.

svn commit: r222752 - head/sbin/rcorder

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:18:29 2011 New Revision: 222752 URL: http://svn.freebsd.org/changeset/base/222752 Log: Bump .Dd Forgotten by: gavin MFC after:1 week Modified: head/sbin/rcorder/rcorder.8 Modified: head/sbin/rcorder/rcorder.8 ==

svn commit: r222754 - head/sbin/mount

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:24:54 2011 New Revision: 222754 URL: http://svn.freebsd.org/changeset/base/222754 Log: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block MFC after:1 week Modified: head/sbin/mount/mo

svn commit: r222778 - head/sbin/geom/class/part

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 21:02:26 2011 New Revision: 222778 URL: http://svn.freebsd.org/changeset/base/222778 Log: Rework parts of this man page to improve grammar. Inspired by, and parts submitted by... PR: docs/157467 Submitted by: Ben Kaduk MFC after:2 weeks M

svn commit: r265597 - stable/9/usr.sbin/crashinfo

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:09:17 2014 New Revision: 265597 URL: http://svnweb.freebsd.org/changeset/base/265597 Log: MFC 254959: Allow more space for interface names. Modified: stable/9/usr.sbin/crashinfo/crashinfo.sh Directory Properties: stable/9/usr.sbin/crashinfo/ (props

svn commit: r265598 - stable/8/usr.sbin/crashinfo

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:13:46 2014 New Revision: 265598 URL: http://svnweb.freebsd.org/changeset/base/265598 Log: Merge r254959 from head: Allow more space for interface names. Modified: stable/8/usr.sbin/crashinfo/crashinfo.sh Directory Properties: stable/8/usr.sbin/crashi

svn commit: r265610 - in stable/10/sys/dev/usb: . serial

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:57:16 2014 New Revision: 265610 URL: http://svnweb.freebsd.org/changeset/base/265610 Log: Merge r256782 from head: Add 26 new device IDs to uslcom(4). This brings us in sync with Linux v3.12 rc5 Modified: stable/10/sys/dev/usb/serial/uslcom.c st

svn commit: r265612 - stable/9/sys/dev/an

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 21:01:35 2014 New Revision: 265612 URL: http://svnweb.freebsd.org/changeset/base/265612 Log: Merge r259393 from head: Fix several panics when initialization of an ISA or PC-CARD device fails: o Assign sc->an_dev in an_probe() (which isn't really a pr

svn commit: r265614 - stable/10/sys/dev/an

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 21:38:33 2014 New Revision: 265614 URL: http://svnweb.freebsd.org/changeset/base/265614 Log: Merge r259393 from head: Fix several panics when initialization of an ISA or PC-CARD device fails: o Assign sc->an_dev in an_probe() (which isn't really a pr

Re: svn commit: r251507 - head/usr.sbin/portsnap/portsnap

2013-06-16 Thread Gavin Atkinson
On Sat, 8 Jun 2013, Eitan Adler wrote: > On 7 June 2013 22:21, Xin LI wrote: > > Author: delphij > > Date: Fri Jun 7 20:21:30 2013 > > New Revision: 251507 > > URL: http://svnweb.freebsd.org/changeset/base/251507 > > > > Log: > > Make 'portsnap alfred' overwrite ports tree if it's not create

svn commit: r252337 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-06-28 Thread Gavin Atkinson
Author: gavin Date: Fri Jun 28 07:51:12 2013 New Revision: 252337 URL: http://svnweb.freebsd.org/changeset/base/252337 Log: Don't try to re-insert an already present but invalid page. This could happen if a thread doing a page-in loses a ZFS range lock race to a thread writing to the same

svn commit: r252463 - svnadmin/conf

2013-07-01 Thread Gavin Atkinson
Author: gavin Date: Mon Jul 1 08:37:42 2013 New Revision: 252463 URL: http://svnweb.freebsd.org/changeset/base/252463 Log: Take into safekeeping the following bits: art, bgray, brucec, bruno, cokane, davidc, dg, dwhite, gordon, guido, jkoshy, jon, kato, matteo, mdodd, mohans, mtm, olli

svn commit: r252465 - svnadmin/conf

2013-07-01 Thread Gavin Atkinson
Author: gavin Date: Mon Jul 1 12:22:44 2013 New Revision: 252465 URL: http://svnweb.freebsd.org/changeset/base/252465 Log: Take JINMEI Tatuya's commit bit into safekeeping, per his email to core. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access =

svn commit: r252521 - svnadmin/conf

2013-07-02 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 2 19:33:19 2013 New Revision: 252521 URL: http://svnweb.freebsd.org/changeset/base/252521 Log: Take into safekeeping the following bits: anchie, ariff, daichi, darrenr, dd, eivind, flz, green, hmp, iedowse, jls, kmacy, kris, le, luoqi, markus, mbr, mlaier, mot

svn commit: r252581 - svnadmin/conf

2013-07-03 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 3 18:04:46 2013 New Revision: 252581 URL: http://svnweb.freebsd.org/changeset/base/252581 Log: Remove jinmei, as he handed his commit bit back for safekeeping. This should have been committed as part of r252465. Approved by: core Modified: svnadmin/conf/m

svn commit: r252891 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-07-06 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 6 19:43:42 2013 New Revision: 252891 URL: http://svnweb.freebsd.org/changeset/base/252891 Log: Merge r252337 from head: Don't try to re-insert an already present but invalid page. This could happen if a thread doing a page-in loses a ZFS range lock

svn commit: r252979 - svnadmin/conf

2013-07-07 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 7 17:45:58 2013 New Revision: 252979 URL: http://svnweb.freebsd.org/changeset/base/252979 Log: Shteryana Shopova (syrinx) has requested her commit bit be reactivated. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access ==

svn commit: r253165 - svnadmin/conf

2013-07-10 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 10 19:15:59 2013 New Revision: 253165 URL: http://svnweb.freebsd.org/changeset/base/253165 Log: Re-enable rodrigc's commit bit, per his request to core. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access =

  1   2   3   4   5   6   >