svn commit: r308182 - head/sbin/ifconfig

2016-11-01 Thread Gavin Atkinson
Author: gavin Date: Tue Nov 1 22:03:36 2016 New Revision: 308182 URL: https://svnweb.freebsd.org/changeset/base/308182 Log: Remove MATCHOUI macro, unused since r197980. Modified: head/sbin/ifconfig/ifieee80211.c Modified: head/sbin/ifconfig/ifieee80211.c

svn commit: r308561 - head/usr.sbin/bsnmpd/modules/snmp_bridge

2016-11-11 Thread Gavin Atkinson
Author: gavin Date: Fri Nov 11 21:53:38 2016 New Revision: 308561 URL: https://svnweb.freebsd.org/changeset/base/308561 Log: Correct spelling in syslog: getttimeofday -> gettimeofday Modified: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c Modified: head/usr.sbin/bsnmpd/modules/snmp_br

svn commit: r308577 - head/sys/dev/iwm

2016-11-12 Thread Gavin Atkinson
Author: gavin Date: Sat Nov 12 18:33:56 2016 New Revision: 308577 URL: https://svnweb.freebsd.org/changeset/base/308577 Log: iwm: If firmware load fails during init via iwm_preinit() we bail out before calling ieee80211_ifattach() so the taskqueue hasn't been initialized. Don't try to drain

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

2016-12-07 Thread Gavin Atkinson
Author: gavin Date: Wed Dec 7 22:52:12 2016 New Revision: 309687 URL: https://svnweb.freebsd.org/changeset/base/309687 Log: Switch if_run.c to use a bitmap for debug levels rather than arbitrary values. This more closely matches other wifi drivers in the tree. The bitmap levels have been ba

svn commit: r325594 - head/sys/ddb

2017-11-09 Thread Gavin Atkinson
Author: gavin Date: Thu Nov 9 13:38:24 2017 New Revision: 325594 URL: https://svnweb.freebsd.org/changeset/base/325594 Log: Point people towards our https web site for documentation, http accesses are just redirected anyway. MFC after:1 week Modified: head/sys/ddb/db_command.c Mo

svn commit: r359158 - in head/sys/dev: rtwn/usb usb

2020-03-19 Thread Gavin Atkinson
Author: gavin Date: Fri Mar 20 04:13:39 2020 New Revision: 359158 URL: https://svnweb.freebsd.org/changeset/base/359158 Log: Add new USB device ID for Elecom 802.11ac USB device. MFC after:2 weeks Modified: head/sys/dev/rtwn/usb/rtwn_usb_attach.h head/sys/dev/usb/usbdevs Modified:

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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscrib

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-head@freebsd.org mailing list http://lists.freebsd

Re: svn commit: r206358 - in head/sys: conf dev/bwi dev/bwn dev/iwn dev/ral dev/usb/wlan dev/wpi modules/wlan net80211

2010-04-07 Thread Gavin Atkinson
On Wed, 2010-04-07 at 15:29 +, Rui Paulo wrote: > Author: rpaulo > Date: Wed Apr 7 15:29:13 2010 > New Revision: 206358 > URL: http://svn.freebsd.org/changeset/base/206358 > > Log: > net80211 rate control framework (net80211 ratectl). This looks to be great work! Thanks for doing this. [

svn commit: r206638 - head/sys/dev/usb/input

2010-04-14 Thread Gavin Atkinson
Author: gavin Date: Wed Apr 14 22:03:48 2010 New Revision: 206638 URL: http://svn.freebsd.org/changeset/base/206638 Log: Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a local (almost identically named) local #define. Reviewed by: hselasky Modified: head/sys/dev/usb/inpu

svn commit: r209112 - head/usr.bin/tftp

2010-06-12 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 12 19:32:52 2010 New Revision: 209112 URL: http://svn.freebsd.org/changeset/base/209112 Log: These files are no longer required since r207607 Deleted: head/usr.bin/tftp/extern.h head/usr.bin/tftp/tftpsubs.c head/usr.bin/tftp/tftpsubs.h _

svn commit: r209342 - head/usr.bin/ypwhich

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 16:24:55 2010 New Revision: 209342 URL: http://svn.freebsd.org/changeset/base/209342 Log: Variable 'getmap' is unused. Found by: clang static analyzer Modified: head/usr.bin/ypwhich/ypwhich.c Modified: head/usr.bin/ypwhich/ypwhich.c ===

svn commit: r209343 - head/usr.sbin/cpucontrol

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 16:29:23 2010 New Revision: 209343 URL: http://svn.freebsd.org/changeset/base/209343 Log: Remove dead assignments, we overwrite the variable almost immediately. Found by: clang static analyzer Modified: head/usr.sbin/cpucontrol/amd.c head/usr.sbin/cpu

svn commit: r209344 - head/usr.sbin/timed/timed

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 17:04:01 2010 New Revision: 209344 URL: http://svn.freebsd.org/changeset/base/209344 Log: Initialise the "trials" variable to zero earlier in case we unexpectedly error out early. Found by: clang static analyzer Modified: head/usr.sbin/timed/timed/mea

svn commit: r209550 - head/usr.bin/tftp

2010-06-27 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 27 14:11:03 2010 New Revision: 209550 URL: http://svn.freebsd.org/changeset/base/209550 Log: Fix core dump when server fails to respond. Reviewed by: imp Modified: head/usr.bin/tftp/tftp.c Modified: head/usr.bin/tftp/tftp.c ==

svn commit: r209551 - head/usr.bin/tftp

2010-06-27 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 27 14:21:08 2010 New Revision: 209551 URL: http://svn.freebsd.org/changeset/base/209551 Log: Fix transfer statistics in the "send file" case - The conditional used to print the stats were using an uninitialised variable. [1] Fix trasnfer statistics in the "rece

svn commit: r209555 - head/usr.bin/ministat

2010-06-27 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 27 23:11:35 2010 New Revision: 209555 URL: http://svn.freebsd.org/changeset/base/209555 Log: Make the second example command more closely match the demo output, and as a side effect more clearly show the change in command lines between the first and second example

svn commit: r209567 - head/usr.bin/lock

2010-06-28 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 28 08:30:10 2010 New Revision: 209567 URL: http://svn.freebsd.org/changeset/base/209567 Log: Make WARNS=6 safe. Tested by:make universe Modified: head/usr.bin/lock/Makefile head/usr.bin/lock/lock.c Modified: head/usr.bin/lock/Makefile ==

svn commit: r209570 - head/usr.bin/tcopy

2010-06-28 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 28 12:00:20 2010 New Revision: 209570 URL: http://svn.freebsd.org/changeset/base/209570 Log: Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju where needed. Also, fix bad indentation on lines already affected by the above changes. Tested

svn commit: r209571 - in head/usr.bin/locate: bigram code

2010-06-28 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 28 12:04:55 2010 New Revision: 209571 URL: http://svn.freebsd.org/changeset/base/209571 Log: Various changes to make locate compilable with WARNS=6. Note that there is still one issue on FreeBSD/arm (signed vs unsigned char) which prevents actually bumping this t

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

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: 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-head@freebsd.org mailin

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: 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

Re: svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-09 Thread Gavin Atkinson
On Thu, 2010-07-08 at 21:26 +, Randi Harper wrote: > Author: randi > Date: Thu Jul 8 21:26:26 2010 > New Revision: 209832 > URL: http://svn.freebsd.org/changeset/base/209832 > > Log: > Revert r209787 pending further discussion. > > Approved by:cperciva (mentor) Thank you. Gai

Re: svn commit: r210371 - head/sys/dev/md

2010-07-22 Thread Gavin Atkinson
mber allocation. The old approach had some problems such as it allowed > an overflow to occur in the unit number calculation. > > PR: kern/122288 Thanks for handling this. I hadn't realised we'd grown an alloc_unr_specific(9) interface, so thanks for that too! Gavi

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

2010-07-25 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 25 15:14:42 2010 New Revision: 210469 URL: http://svn.freebsd.org/changeset/base/210469 Log: Give a name to the HTC Wizard Smartphone PR: usb/135575 Submitted by: lioux Modified: head/sys/dev/usb/serial/uipaq.c head/sys/dev/usb/usbdevs Modified:

svn commit: r210515 - in head/sys/dev/usb: . quirk

2010-07-26 Thread Gavin Atkinson
Author: gavin Date: Mon Jul 26 20:44:29 2010 New Revision: 210515 URL: http://svn.freebsd.org/changeset/base/210515 Log: Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrum Analyzer is attached. PR: usb/134631 Submitted by: Jesse Kempf MFC after:1 week

svn commit: r210516 - in head/sys/dev/usb: . quirk

2010-07-26 Thread Gavin Atkinson
Author: gavin Date: Mon Jul 26 21:22:57 2010 New Revision: 210516 URL: http://svn.freebsd.org/changeset/base/210516 Log: Prevent uhid(4) from attaching to the Gembird Silver Shield remote power plug. Note that the Vendor ID 0x04b4 is officially assigned to Cypress, so use that instead of ad

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

2010-07-27 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 27 07:57:35 2010 New Revision: 210524 URL: http://svn.freebsd.org/changeset/base/210524 Log: - Support two devices made by West Mountain Radio in uslcom(4) [1] - Bring in several other devices from OpenBSD while here. Use the official manufacturer name over

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

2010-07-27 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 27 12:29:45 2010 New Revision: 210534 URL: http://svn.freebsd.org/changeset/base/210534 Log: Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4) This patch is different to that provided in the PR, due to the changes in this driver since 7.x. PR:

Re: svn commit: r210514 - in head/sys/amd64: acpica amd64

2010-07-27 Thread Gavin Atkinson
so hang 100% of the time if I've been running virtualbox - and as a result I'm assuming it's somethign to do with some register saving/restoring that needs to happen but isn't at the moment. I have no idea how to debug the problem further though. Thanks, Gavin --

svn commit: r210543 - in head/sys/dev/usb: . quirk

2010-07-27 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 27 17:07:16 2010 New Revision: 210543 URL: http://svn.freebsd.org/changeset/base/210543 Log: Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS. PR: usb/129251 Submitted by: Andrew D Wiles MFC after:1 week Modified: head

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

2010-07-28 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 28 08:48:35 2010 New Revision: 210556 URL: http://svn.freebsd.org/changeset/base/210556 Log: Support the Pyramid KBS USB LCD under uftdi(4) PR: usb/129758 Submitted by: joao lima MFC after:1 week Modified: head/sys/dev/usb/serial/uftdi.c h

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

2010-07-28 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 28 16:29:10 2010 New Revision: 210571 URL: http://svn.freebsd.org/changeset/base/210571 Log: Add support for the Corega CG-USBRS232R to uplcom(4) PR: usb/129173 Submitted by: SHIMAOKA Shunsuke MFC after:1 week Modified: head/sys/dev/usb/seri

svn commit: r210575 - head/sys/dev/usb

2010-07-28 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 28 17:38:43 2010 New Revision: 210575 URL: http://svn.freebsd.org/changeset/base/210575 Log: Provide descriptions for three vendors and four devices in usbdevs. Use the official vendor listed for 0x076b, rather than Omnikey, as in the PR. PR: usb/123

svn commit: r210839 - head/sys/dev/sound/pci/hda

2010-08-04 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 4 07:49:40 2010 New Revision: 210839 URL: http://svn.freebsd.org/changeset/base/210839 Log: Do not free sc if attach failed, as it was allocated by the bus infrastructure, not us. This appears to be a leftover from an older version of the driver. Submitted

Re: svn commit: r210923 - in head/sys: fs/devfs kern sys vm

2010-08-06 Thread Gavin Atkinson
gt; cdev will never be destroyed. Propagate the flag to devfs vnodes as > VV_ETERNVALDEV. Use the flags to avoid acquiring devmtx and taking a > thread reference on such nodes. Does this flag have any effect on unmounting a devfs mount? Thanks, Gavin -- Gavin Atkinson Fr

Re: svn commit: r210923 - in head/sys: fs/devfs kern sys vm

2010-08-07 Thread Gavin Atkinson
On Fri, 6 Aug 2010, Kostik Belousov wrote: > On Fri, Aug 06, 2010 at 04:39:36PM +0100, Gavin Atkinson wrote: > > On Fri, 2010-08-06 at 09:42 +, Konstantin Belousov wrote: > > > Author: kib > > > Date: Fri Aug 6 09:42:15 2010 > > > New Revision: 2109

svn commit: r211021 - head/sys/dev/usb

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 16:08:37 2010 New Revision: 211021 URL: http://svn.freebsd.org/changeset/base/211021 Log: Sort this file a little better: the vendors are supposed to be sorted by vendor ID in the vendor section, and by symbolic name in the product section. Products are sorted

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

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 16:14:40 2010 New Revision: 211022 URL: http://svn.freebsd.org/changeset/base/211022 Log: Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSD and BeOS. The devices supported by uslcom(4) are now in sync with: NetBSD src/sys/dev/usb/

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

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 17:02:36 2010 New Revision: 211026 URL: http://svn.freebsd.org/changeset/base/211026 Log: Add a keymap for the Swiss-German Macbook keyboard. PR: conf/139997 Submitted by: Andreas Tobler MFC after:2 weeks Committed from: Bugathon #7

svn commit: r211066 - head/share/termcap

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 09:40:09 2010 New Revision: 211066 URL: http://svn.freebsd.org/changeset/base/211066 Log: Add a termcap entry for rxvt-256color. PR: conf/147726 Submitted by: Sterling (Chip) Camden MFC after:2 weeks Modified: head/share/termcap/termcap.s

svn commit: r211077 - head/release/picobsd/tinyware/login

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 16:20:32 2010 New Revision: 211077 URL: http://svn.freebsd.org/changeset/base/211077 Log: Correct two error messages to match the failure they are reporting. MFC after:1 week Modified: head/release/picobsd/tinyware/login/pico-login.c Modified: head/rel

svn commit: r211079 - head/release/picobsd/tinyware/login

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 16:55:27 2010 New Revision: 211079 URL: http://svn.freebsd.org/changeset/base/211079 Log: Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c: Correct the login.conf variable name used for obtaining the login prompt. PR: conf/4471

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

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 20:53:00 2010 New Revision: 211083 URL: http://svn.freebsd.org/changeset/base/211083 Log: The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. PR: usb/128324 Submitted by: Mike Durian (original patch) MFC after:2 weeks

Re: svn commit: r211021 - head/sys/dev/usb

2010-08-08 Thread Gavin Atkinson
On Sat, 7 Aug 2010, M. Warner Losh wrote: > In message: <201008071608.o77g8bnn088...@svn.freebsd.org> > Gavin Atkinson writes: > : Author: gavin > : Date: Sat Aug 7 16:08:37 2010 > : New Revision: 211021 > : URL: http://svn.freebsd.org/changeset/base/211021

Re: svn commit: r211021 - head/sys/dev/usb

2010-08-09 Thread Gavin Atkinson
On Sun, 8 Aug 2010, M. Warner Losh wrote: > In message: > Gavin Atkinson writes: > : On Sat, 7 Aug 2010, M. Warner Losh wrote: > : > In message: <201008071608.o77g8bnn088...@svn.freebsd.org> > : > Gavin Atkinson writes: > : > : Author:

svn commit: r211102 - head/sys/kern

2010-08-09 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 9 14:48:31 2010 New Revision: 211102 URL: http://svn.freebsd.org/changeset/base/211102 Log: Add descriptions to a handful of sysctl nodes. PR: kern/148580 Submitted by: Galimov Albert MFC after:1 week Modified: head/sys/kern/init_main.c h

svn commit: r211104 - head/sys/dev/usb

2010-08-09 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 9 17:27:27 2010 New Revision: 211104 URL: http://svn.freebsd.org/changeset/base/211104 Log: Add entries for some devices I have locally. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

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

2010-08-09 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 9 17:42:05 2010 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: Attempt to autodetect the cype of chipset, rather than storing this within the device table. This code uses the same algorithm as used in the Linux, NetBSD and DragonflyB

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

2010-08-10 Thread Gavin Atkinson
Author: gavin Date: Tue Aug 10 19:13:11 2010 New Revision: 211153 URL: http://svn.freebsd.org/changeset/base/211153 Log: Now that the uplcom(4) driver can autodetect the chipset type, sync the list of devices supported by uplcom(4) with the following sources: NetBSD src/sys/dev/usb/uplco

svn commit: r212162 - head/usr.bin/split

2010-09-02 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 2 21:29:50 2010 New Revision: 212162 URL: http://svn.freebsd.org/changeset/base/212162 Log: Correct spelling mistake, int -> into MFC after:3 days Modified: head/usr.bin/split/split.1 Modified: head/usr.bin/split/split.1 =

Re: svn commit: r212168 - head/games/fortune/datfiles

2010-09-04 Thread Gavin Atkinson
On Fri, 3 Sep 2010, John-Mark Gurney wrote: > Author: jmg > Date: Fri Sep 3 03:20:34 2010 > New Revision: 212168 > URL: http://svn.freebsd.org/changeset/base/212168 > > Log: > fix the move so that it matches what the rest of the internet > says about this game... This move also makes more se

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

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

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

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

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

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: 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: 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

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: 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: 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: 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

  1   2   3   >