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

svn commit: r343844 - in head/sys/dev/usb: . net

2019-02-06 Thread Gavin Atkinson
Author: gavin Date: Wed Feb 6 20:18:22 2019 New Revision: 343844 URL: https://svnweb.freebsd.org/changeset/base/343844 Log: Support the Lenovo OneLink in ure(4). MFC after:1 week Modified: head/sys/dev/usb/net/if_ure.c head/sys/dev/usb/usbdevs Modified:

svn commit: r336578 - in head/sys/dev/usb: . wlan

2018-07-21 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 21 14:56:15 2018 New Revision: 336578 URL: https://svnweb.freebsd.org/changeset/base/336578 Log: run(4): Support the D-Link DWA-125 rev A3 Submitted by: Ali Mashtizadeh MFC after:3 days Differential Revision:https://reviews.freebsd.org/D16029

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

svn commit: r316476 - head/sys/arm/broadcom/bcm2835

2017-04-03 Thread Gavin Atkinson
Author: gavin Date: Mon Apr 3 22:36:45 2017 New Revision: 316476 URL: https://svnweb.freebsd.org/changeset/base/316476 Log: Fix spelling mistake, BCM2835_PASWORD -> BCM2835_PASSWORD Modified: head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c Modified:

svn commit: r316413 - head/sys/dev/ichsmb

2017-04-02 Thread Gavin Atkinson
Author: gavin Date: Sun Apr 2 11:36:25 2017 New Revision: 316413 URL: https://svnweb.freebsd.org/changeset/base/316413 Log: Add IDs for several missing Intel SMBus controllers. Obtained from:Data sheets, Linux defines, local hardware MFH: 2 weeks Modified:

svn commit: r316184 - head/sys/dev/ichsmb

2017-03-29 Thread Gavin Atkinson
Author: gavin Date: Wed Mar 29 23:13:04 2017 New Revision: 316184 URL: https://svnweb.freebsd.org/changeset/base/316184 Log: ichsmb: switch device_probe() from a large case statement to a lookup table. The case statement was getting unmanageably large, and I'm about to add several more

svn commit: r316113 - head/sys/dev/ichsmb

2017-03-28 Thread Gavin Atkinson
Author: gavin Date: Tue Mar 28 21:54:36 2017 New Revision: 316113 URL: https://svnweb.freebsd.org/changeset/base/316113 Log: Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091 Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c

svn commit: r315911 - head/sys/x86/x86

2017-03-24 Thread Gavin Atkinson
Author: gavin Date: Fri Mar 24 16:18:20 2017 New Revision: 315911 URL: https://svnweb.freebsd.org/changeset/base/315911 Log: Improve grammar on a warning, and only use one line rather than two when printing it. Modified: head/sys/x86/x86/mp_x86.c Modified: head/sys/x86/x86/mp_x86.c

svn commit: r314437 - head/sys/dev/pci

2017-02-28 Thread Gavin Atkinson
Author: gavin Date: Tue Feb 28 23:55:03 2017 New Revision: 314437 URL: https://svnweb.freebsd.org/changeset/base/314437 Log: Fix spelling mistake in comment, firmwrae -> firmware Modified: head/sys/dev/pci/pci_pci.c Modified: head/sys/dev/pci/pci_pci.c

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

2016-12-30 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 30 11:02:16 2016 New Revision: 310809 URL: https://svnweb.freebsd.org/changeset/base/310809 Log: Fix bit value for a debug flag definition. Pointy hat to:gavin Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r310381 - head/sys/dev/ow

2016-12-21 Thread Gavin Atkinson
Author: gavin Date: Thu Dec 22 00:09:53 2016 New Revision: 310381 URL: https://svnweb.freebsd.org/changeset/base/310381 Log: ow_temp: Update the temperature visible via the sysctl atomically, rather than using it as temporary calculation space. Modified: head/sys/dev/ow/ow_temp.c

svn commit: r310379 - head/sys/dev/ow

2016-12-21 Thread Gavin Atkinson
Author: gavin Date: Wed Dec 21 23:54:12 2016 New Revision: 310379 URL: https://svnweb.freebsd.org/changeset/base/310379 Log: ow_temp: Correct typo in comment Modified: head/sys/dev/ow/ow_temp.c Modified: head/sys/dev/ow/ow_temp.c

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

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

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: r306194 - head/share/man/man9

2016-09-22 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 22 13:59:27 2016 New Revision: 306194 URL: https://svnweb.freebsd.org/changeset/base/306194 Log: Whitespace commit (literally): Add a missing space. Sponsored by: EuroBSDCon 2016 Devsummit, Belgrade, Serbia. Modified: head/share/man/man9/owll.9 Modified:

svn commit: r290726 - in head/sys/arm/ti: . am335x omap4

2015-11-12 Thread Gavin Atkinson
Author: gavin Date: Thu Nov 12 20:14:25 2015 New Revision: 290726 URL: https://svnweb.freebsd.org/changeset/base/290726 Log: Consistently capitalize "TI" as an abbreviation for Texas Instruments. Modified: head/sys/arm/ti/am335x/am335x_gpio.c head/sys/arm/ti/omap4/omap4_gpio.c

svn commit: r289028 - in head/sys/dev/usb: . wlan

2015-10-08 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 8 12:55:21 2015 New Revision: 289028 URL: https://svnweb.freebsd.org/changeset/base/289028 Log: Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4). Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/usbdevs

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

2015-08-29 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 29 18:37:09 2015 New Revision: 287295 URL: https://svnweb.freebsd.org/changeset/base/287295 Log: Support the ZTE MF112 HSUPA 3G USB stick. MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified:

svn commit: r283589 - head/sys/net80211

2015-05-26 Thread Gavin Atkinson
Author: gavin Date: Tue May 26 21:50:53 2015 New Revision: 283589 URL: https://svnweb.freebsd.org/changeset/base/283589 Log: Fix spelling mistake in comment. Modified: head/sys/net80211/ieee80211.h Modified: head/sys/net80211/ieee80211.h

svn commit: r279103 - head

2015-02-21 Thread Gavin Atkinson
Author: gavin Date: Sat Feb 21 13:00:52 2015 New Revision: 279103 URL: https://svnweb.freebsd.org/changeset/base/279103 Log: Typo: effect - affect. Modified: head/UPDATING Modified: head/UPDATING == ---

svn commit: r277486 - head/share/man/man9

2015-01-21 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 21 13:48:06 2015 New Revision: 277486 URL: https://svnweb.freebsd.org/changeset/base/277486 Log: softc is short for software context, use that phrase in the device_get_softc(9) man page. MFC after:1 week Modified: head/share/man/man9/device_get_softc.9

svn commit: r273941 - head/release/doc/en_US.ISO8859-1/hardware

2014-11-01 Thread Gavin Atkinson
Author: gavin Date: Sat Nov 1 20:07:32 2014 New Revision: 273941 URL: https://svnweb.freebsd.org/changeset/base/273941 Log: Updates to the list of CPUs supported by the amd64 platform MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified:

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

2014-10-16 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 16 23:07:09 2014 New Revision: 273197 URL: https://svnweb.freebsd.org/changeset/base/273197 Log: The igb(4) driver supports 82580, i350, i354, i210 and i211 chipsets too, document them. PR: 192301 MFC after:1 week Modified:

svn commit: r273154 - head/lib/libc/sys

2014-10-15 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 15 23:39:47 2014 New Revision: 273154 URL: https://svnweb.freebsd.org/changeset/base/273154 Log: Slightly improve grammar in EAGAIN description. PR: 176806 Submitted by: Jeremy Chadwick MFC after:3 days Modified: head/lib/libc/sys/recv.2

svn commit: r272764 - head/sys/dev/usb/net

2014-10-08 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 8 19:49:10 2014 New Revision: 272764 URL: https://svnweb.freebsd.org/changeset/base/272764 Log: It looks like an entry for the R215 is not required in cdce(4) after all. Modified: head/sys/dev/usb/net/if_cdce.c Modified: head/sys/dev/usb/net/if_cdce.c

svn commit: r272716 - in head/sys/dev/usb: . net

2014-10-07 Thread Gavin Atkinson
Author: gavin Date: Tue Oct 7 19:07:50 2014 New Revision: 272716 URL: https://svnweb.freebsd.org/changeset/base/272716 Log: Support the Vodafone R215 LET USB dongle, which is apparently a rebadged E5372 with different product IDs. Interestingly, the standard E5372 IDs (12d1:1506) are

svn commit: r272544 - head/release/doc/en_US.ISO8859-1/hardware

2014-10-04 Thread Gavin Atkinson
Author: gavin Date: Sat Oct 4 23:56:25 2014 New Revision: 272544 URL: https://svnweb.freebsd.org/changeset/base/272544 Log: Include urndis(4) in list of devices for which we generate hardware notes. MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml

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

2014-10-02 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 2 22:22:34 2014 New Revision: 272454 URL: https://svnweb.freebsd.org/changeset/base/272454 Log: Add HARDWARE section of urnis(4) driver to try to gain more visibility. MFC after:3 days Modified: head/share/man/man4/urndis.4 Modified:

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

2014-09-29 Thread Gavin Atkinson
Author: gavin Date: Tue Sep 30 05:36:16 2014 New Revision: 272294 URL: http://svnweb.freebsd.org/changeset/base/272294 Log: Make clear in the ipheth(4) hardware notes that this driver is for the tethering functionality only. Add a bugs section to give a pointer to usbconfig set_config if

svn commit: r272160 - in head/sys/dev/usb: . net

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 08:16:26 2014 New Revision: 272160 URL: http://svnweb.freebsd.org/changeset/base/272160 Log: Add new (untested) device IDs to smsc(4) MFC after:1 week Modified: head/sys/dev/usb/net/if_smsc.c head/sys/dev/usb/usbdevs Modified:

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

2014-09-26 Thread Gavin Atkinson
1970 (empty, because file is newly added) +++ head/share/man/man4/smsc.4 Fri Sep 26 09:19:11 2014(r272165) @@ -0,0 +1,89 @@ +.\ Copyright (c) 2014 Gavin Atkinson +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification

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

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 09:54:57 2014 New Revision: 272168 URL: http://svnweb.freebsd.org/changeset/base/272168 Log: Add MLINKS for if_ipheth(4) and if_smsc(4). Submitted by: brueffer MFC after:6 days Modified: head/share/man/man4/Makefile Modified:

svn commit: r272180 - head/release/doc/en_US.ISO8859-1/hardware

2014-09-26 Thread Gavin Atkinson
Author: gavin Date: Fri Sep 26 13:12:00 2014 New Revision: 272180 URL: http://svnweb.freebsd.org/changeset/base/272180 Log: Add ipheth(4) to the hardware notes. MFC after:6 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified:

svn commit: r272103 - in head/sys: arm/conf arm/s3c2xx0 arm/samsung/s3c2xx0 dev/usb/controller

2014-09-25 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 25 11:38:26 2014 New Revision: 272103 URL: http://svnweb.freebsd.org/changeset/base/272103 Log: Move the ARM Samsung s3c2xx0 support files into the samsung directory, to match other platforms. Discussed with: andrew Added:

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

2014-09-25 Thread Gavin Atkinson
(empty, because file is newly added) +++ head/share/man/man4/ipheth.4Thu Sep 25 14:18:34 2014 (r272106) @@ -0,0 +1,93 @@ +.\ Copyright (c) 2014 Gavin Atkinson +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification

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

2014-09-25 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 25 14:22:32 2014 New Revision: 272107 URL: http://svnweb.freebsd.org/changeset/base/272107 Log: Cross reference cdce(4), ipheth(4) and urndis(4) from each other. MFC after:1 week Modified: head/share/man/man4/cdce.4 head/share/man/man4/urndis.4

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

2014-09-19 Thread Gavin Atkinson
Author: gavin Date: Sat Sep 20 00:19:45 2014 New Revision: 271883 URL: http://svnweb.freebsd.org/changeset/base/271883 Log: Explain how to load the malo(4) firmware on boot. PR: 193653 Submitted by: Juan Ramón Molina Menor MFC after:3 days Modified:

svn commit: r270872 - head/sbin/camcontrol

2014-08-31 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 31 10:28:31 2014 New Revision: 270872 URL: http://svnweb.freebsd.org/changeset/base/270872 Log: Fix character case in examples for camcontrol security - should be -U user not -u user. PR: 193179 Submitted by: milios ccsys com MFC after:3 days

svn commit: r270854 - head/sys/dev/bktr

2014-08-30 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 30 18:01:45 2014 New Revision: 270854 URL: http://svnweb.freebsd.org/changeset/base/270854 Log: Replace cvsweb link wihg svnweb URL in bktr(4) release notes. Modified: head/sys/dev/bktr/CHANGELOG.TXT Modified: head/sys/dev/bktr/CHANGELOG.TXT

svn commit: r270677 - head/etc/pam.d

2014-08-26 Thread Gavin Atkinson
Author: gavin Date: Tue Aug 26 22:39:24 2014 New Revision: 270677 URL: http://svnweb.freebsd.org/changeset/base/270677 Log: Fix xref, pam(8) - pam(3) PR: 193045 Submitted by: rsimmons0 gmail com MFC after:3 days Modified: head/etc/pam.d/README Modified:

svn commit: r270259 - head/sys/sys

2014-08-21 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 21 07:52:51 2014 New Revision: 270259 URL: http://svnweb.freebsd.org/changeset/base/270259 Log: Add a missing brace to callout_init_rm() to fix syntax. MFC after:1 week Modified: head/sys/sys/callout.h Modified: head/sys/sys/callout.h

svn commit: r270251 - head/share/man/man9

2014-08-20 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 20 23:29:34 2014 New Revision: 270251 URL: http://svnweb.freebsd.org/changeset/base/270251 Log: Fix return type of callout_init_rm() and add return type to callout_deactivate(). PR: 192520 Submitted by: yaneurabeya gmail com MFC after:3 days

svn commit: r269991 - head/sys/conf

2014-08-14 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 14 18:16:27 2014 New Revision: 269991 URL: http://svnweb.freebsd.org/changeset/base/269991 Log: Allow iwn105fw and iwn135 firmwares to be compiled into the kernel. MFC after:1 week Modified: head/sys/conf/files Modified: head/sys/conf/files

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

2014-08-14 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 14 19:14:24 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Update iwn(4) and iwnfw(4) man pages to reflect all available firmware. MFC after:1 week Modified: head/share/man/man4/iwn.4 head/share/man/man4/iwnfw.4

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

2014-08-14 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 14 19:15:20 2014 New Revision: 27 URL: http://svnweb.freebsd.org/changeset/base/27 Log: Sync list of supported devices in the man page with the driver. MFC after:1 week Modified: head/share/man/man4/iwn.4 Modified: head/share/man/man4/iwn.4

Re: svn commit: r269992 - in head/sys: amd64/conf i386/conf

2014-08-14 Thread Gavin Atkinson
On Thu, 14 Aug 2014, Steve Kargl wrote: On Thu, Aug 14, 2014 at 06:29:55PM +, Gavin Atkinson wrote: Author: gavin Date: Thu Aug 14 18:29:55 2014 New Revision: 269992 Log: Update i386/NOTES and amd64/NOTES files to contain the complete list of firmwares for iwn(4) and sort

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

2014-08-12 Thread Gavin Atkinson
Author: gavin Date: Tue Aug 12 12:44:52 2014 New Revision: 269871 URL: http://svnweb.freebsd.org/changeset/base/269871 Log: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Requested by: Malcolm Douglas via freebsd-doc Reviewed by: jhb MFC after:1 week

svn commit: r269488 - head/sys/dev/pccbb

2014-08-03 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 3 21:56:53 2014 New Revision: 269488 URL: http://svnweb.freebsd.org/changeset/base/269488 Log: For reasons which are not clear, r254263 broke some PCMCIA and CardBus bridges in strange ways, either rendering them unable to detect insertion and removal events, or

svn commit: r269105 - in head/sys: arm/arm kern mips/mips powerpc/powerpc sparc64/sparc64 sys x86/x86

2014-07-25 Thread Gavin Atkinson
Author: gavin Date: Fri Jul 25 23:52:53 2014 New Revision: 269105 URL: http://svnweb.freebsd.org/changeset/base/269105 Log: Add error return to dumpsys(), and use it in doadump(). This commit does not add error returns to minidumpsys() or textdump_dumpsys(); those can also be added

svn commit: r268998 - head

2014-07-22 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 22 22:57:26 2014 New Revision: 268998 URL: http://svnweb.freebsd.org/changeset/base/268998 Log: /usr/bin/sendbug and the sendbug(1) man page were part of send-pr and are no longer installed since r267486. Add them to ObsoleteFiles.inc1, which should have been

svn commit: r268842 - head/usr.bin/iscsictl

2014-07-18 Thread Gavin Atkinson
Author: gavin Date: Fri Jul 18 12:51:35 2014 New Revision: 268842 URL: http://svnweb.freebsd.org/changeset/base/268842 Log: Fix two typos in iscsictl.8 PR: 191581 Submitted by: Jimmy Olgeni MFC after:3 days Modified: head/usr.bin/iscsictl/iscsictl.8 Modified:

svn commit: r268725 - head/share/man/man9

2014-07-15 Thread Gavin Atkinson
Author: gavin Date: Tue Jul 15 23:29:20 2014 New Revision: 268725 URL: http://svnweb.freebsd.org/changeset/base/268725 Log: Since r202933, kthread_suspend_check() takes no arguments. Update the example to match. MFC after:3 days Modified: head/share/man/man9/kthread.9 Modified:

svn commit: r268728 - head/usr.sbin/pkg

2014-07-15 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 00:12:57 2014 New Revision: 268728 URL: http://svnweb.freebsd.org/changeset/base/268728 Log: When we fail to extract the pkg binaries (for example, / is read-only), give a more helpful error message. MFC after:1 week Modified: head/usr.sbin/pkg/pkg.c

svn commit: r268637 - head/games/fortune/fortune

2014-07-14 Thread Gavin Atkinson
Author: gavin Date: Mon Jul 14 23:25:29 2014 New Revision: 268637 URL: http://svnweb.freebsd.org/changeset/base/268637 Log: fortune(8): Search fortune files installed by ports/packages as well as those supplied by the base system. PR: 191800 Submitted by: Andy Kosela MFC

svn commit: r268539 - head/usr.sbin/jail

2014-07-11 Thread Gavin Atkinson
Author: gavin Date: Fri Jul 11 22:38:05 2014 New Revision: 268539 URL: http://svnweb.freebsd.org/changeset/base/268539 Log: The month's name shall not be abbreviated. Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8

svn commit: r268488 - head/usr.sbin/jail

2014-07-10 Thread Gavin Atkinson
Author: gavin Date: Thu Jul 10 10:00:10 2014 New Revision: 268488 URL: http://svnweb.freebsd.org/changeset/base/268488 Log: Reword an awkward option description PR: 191726 Reported by: yaneurabeya gmail.com MFC after:3 days Modified: head/usr.sbin/jail/jail.8

svn commit: r268342 - head

2014-07-06 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 6 23:08:47 2014 New Revision: 268342 URL: http://svnweb.freebsd.org/changeset/base/268342 Log: Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it is obsolete since r251794. PR: 191003 Submitted by: Vick Khera MFC after:3 days

svn commit: r268292 - head/usr.bin/calendar/calendars

2014-07-05 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 5 19:02:53 2014 New Revision: 268292 URL: http://svnweb.freebsd.org/changeset/base/268292 Log: Dominion Day became Canada Day in 1982, update the holiday calendar. PR: 191533 Submitted by: db Obtained from:

svn commit: r268295 - head/games/fortune/datfiles

2014-07-05 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 5 19:37:38 2014 New Revision: 268295 URL: http://svnweb.freebsd.org/changeset/base/268295 Log: Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR: 188714 Submitted by: ksmakoto

svn commit: r268298 - head/usr.sbin/uhsoctl

2014-07-05 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 5 19:53:21 2014 New Revision: 268298 URL: http://svnweb.freebsd.org/changeset/base/268298 Log: Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info MFC after:3 days Modified:

svn commit: r268299 - head/usr.sbin/uhsoctl

2014-07-05 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 5 20:08:25 2014 New Revision: 268299 URL: http://svnweb.freebsd.org/changeset/base/268299 Log: Use %zu not %zd for printing size_t. PR: 185007 Submitted by: saper saper.info MFC after:3 days Modified: head/usr.sbin/uhsoctl/uhsoctl.c

svn commit: r268303 - head/sys/dev/asmc

2014-07-05 Thread Gavin Atkinson
Author: gavin Date: Sat Jul 5 21:34:37 2014 New Revision: 268303 URL: http://svnweb.freebsd.org/changeset/base/268303 Log: Add support to asmc(4) for Macmini 3,1. PR: 190195 Submitted by: fbsdbugs2 sentry.org MFC after:1 week Relnotes: yes Modified:

svn commit: r267991 - head/tools/tools/sysbuild

2014-06-27 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 28 00:01:18 2014 New Revision: 267991 URL: http://svnweb.freebsd.org/changeset/base/267991 Log: Minimal update for cvsup - svn change. Modified: head/tools/tools/sysbuild/README Modified: head/tools/tools/sysbuild/README

svn commit: r267863 - in head: . usr.bin usr.bin/csup

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:06:45 2014 New Revision: 267863 URL: http://svnweb.freebsd.org/changeset/base/267863 Log: Remove csup(1) and its associated cpasswd(1) tool. With the move by the FreeBSD Project away from CVSup as a distribution mechanism, there is no longer a need to

svn commit: r267864 - head/release/scripts

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:17:00 2014 New Revision: 267864 URL: http://svnweb.freebsd.org/changeset/base/267864 Log: Remove an nunnecessary reference to csup. Modified: head/release/scripts/mm-mtree.sh Modified: head/release/scripts/mm-mtree.sh

svn commit: r267865 - head/share/examples/etc

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:23:16 2014 New Revision: 267865 URL: http://svnweb.freebsd.org/changeset/base/267865 Log: Drop example variables for updating over csup. These have not functioned since r251084. MFC after:1 week Modified: head/share/examples/etc/make.conf

svn commit: r267866 - head/share/man/man7

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:28:22 2014 New Revision: 267866 URL: http://svnweb.freebsd.org/changeset/base/267866 Log: Drop references to updating over csup from build(7). MFC after:1 week Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7

svn commit: r267867 - in head: . etc/mtree share/examples share/examples/cvsup

2014-06-25 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 25 12:32:41 2014 New Revision: 267867 URL: http://svnweb.freebsd.org/changeset/base/267867 Log: Remove example cvsup config files. MFC after:1 week Deleted: head/share/examples/cvsup/ Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist

svn commit: r267818 - head/share/misc

2014-06-24 Thread Gavin Atkinson
Author: gavin Date: Tue Jun 24 12:57:48 2014 New Revision: 267818 URL: http://svnweb.freebsd.org/changeset/base/267818 Log: Add missing linefeed. Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot

svn commit: r267802 - head/usr.sbin/ctm/mkCTM

2014-06-23 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 23 18:13:42 2014 New Revision: 267802 URL: http://svnweb.freebsd.org/changeset/base/267802 Log: With the move away from GNATS, drop the CTM config file for downloading the GNATS database, it will be going away soon. Deleted:

svn commit: r267727 - in head/tools/tools: . prstats

2014-06-22 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 22 16:35:03 2014 New Revision: 267727 URL: http://svnweb.freebsd.org/changeset/base/267727 Log: With the migration from GNATS to Bugzilla, we no longer need a tool to graph GNATS PR statistics. It would be nice to have a similar tool for the new bug database,

svn commit: r267671 - head/etc/mtree

2014-06-20 Thread Gavin Atkinson
Author: gavin Date: Fri Jun 20 11:46:42 2014 New Revision: 267671 URL: http://svnweb.freebsd.org/changeset/base/267671 Log: Stop creating /etc/gnats Modified: head/etc/mtree/BSD.root.dist Modified: head/etc/mtree/BSD.root.dist

svn commit: r267672 - head/sys/mips/rmi

2014-06-20 Thread Gavin Atkinson
Author: gavin Date: Fri Jun 20 11:47:49 2014 New Revision: 267672 URL: http://svnweb.freebsd.org/changeset/base/267672 Log: Remove /etc/gnats from here, too. Modified: head/sys/mips/rmi/rootfs_list.txt Modified: head/sys/mips/rmi/rootfs_list.txt

svn commit: r267577 - in head: . usr.bin usr.bin/send-pr

2014-06-17 Thread Gavin Atkinson
Author: gavin Date: Tue Jun 17 12:59:03 2014 New Revision: 267577 URL: http://svnweb.freebsd.org/changeset/base/267577 Log: Add a stub send-pr that simply points people towards the online support pages, to give people used to send-pr a bit of guidance. MFC after:3 days Added:

svn commit: r267482 - in head: share/man/man7 share/termcap sys/modules/svr4

2014-06-14 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 14 18:43:48 2014 New Revision: 267482 URL: http://svnweb.freebsd.org/changeset/base/267482 Log: Stop telling people to use send-pr; instead point them towards Bugzilla. Hat: bugmeister@ MFC after:3 days Modified: head/share/man/man7/tests.7

svn commit: r267483 - in head: contrib/gcc gnu/usr.bin/binutils/libbfd

2014-06-14 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 14 18:45:40 2014 New Revision: 267483 URL: http://svnweb.freebsd.org/changeset/base/267483 Log: With the move away from GNATS, point end users to a better web page detailing how to report bugs. Hat: bugmeister MFC after:3 days Modified:

svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

2014-06-14 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 14 20:36:32 2014 New Revision: 267486 URL: http://svnweb.freebsd.org/changeset/base/267486 Log: Remove send-pr, the supported interface to submit bugs is now via https://bugs.freebsd.org/submit/ Removing send-pr also removes one more piece of non-BSD-licensed

Re: svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

2014-06-14 Thread Gavin Atkinson
On Sat, 14 Jun 2014, Steve Kargl wrote: On Sat, Jun 14, 2014 at 08:36:33PM +, Gavin Atkinson wrote: Author: gavin Date: Sat Jun 14 20:36:32 2014 New Revision: 267486 URL: http://svnweb.freebsd.org/changeset/base/267486 Log: Remove send-pr, the supported interface to submit

svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
Author: gavin Date: Tue May 27 19:39:57 2014 New Revision: 266770 URL: http://svnweb.freebsd.org/changeset/base/266770 Log: Add support for the Intel Centrino Wireless-N 105 chipset. MFC after:2 weeks Relnotes: yes Modified: head/sys/dev/iwn/if_iwn.c

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
it into device_printf() and hide it behind bootverbose? Is this all the linux driver did? Are the 2030 parameters okay? -a On 27 May 2014 12:39, Gavin Atkinson ga...@freebsd.org wrote: Author: gavin Date: Tue May 27 19:39:57 2014 New Revision: 266770 URL: http://svnweb.freebsd.org

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
On Tue, 27 May 2014, Adrian Chadd wrote: Sweet. Firmware? Is that included? Firmware for these was committed some time ago, in r260552. Gavin ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To

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

2014-05-16 Thread Gavin Atkinson
Author: gavin Date: Fri May 16 16:28:09 2014 New Revision: 266261 URL: http://svnweb.freebsd.org/changeset/base/266261 Log: USB endpoints are almost always single-digits, fix the path in the man page to be clearer. PR: docs/175560 Submitted by: Andreas Gustafsson gson

svn commit: r266271 - head/sys/arm/arm

2014-05-16 Thread Gavin Atkinson
Author: gavin Date: Fri May 16 21:20:13 2014 New Revision: 266271 URL: http://svnweb.freebsd.org/changeset/base/266271 Log: Fix spelling mistake in comment. Spotted during: http://www.bsdcan.org/2014/schedule/events/484.en.html Modified: head/sys/arm/arm/locore.S Modified:

svn commit: r266111 - head/contrib/tzcode/stdtime

2014-05-14 Thread Gavin Atkinson
Author: gavin Date: Thu May 15 03:08:20 2014 New Revision: 266111 URL: http://svnweb.freebsd.org/changeset/base/266111 Log: Fix typo. Note that although this file is under contrib, it has diverged sufficiently from upstream (including a full whitespace commit and large portions rewritten)

Re: svn commit: r261216 - head/sys/dev/pccbb

2014-02-02 Thread Gavin Atkinson
On Mon, 27 Jan 2014, John Baldwin wrote: Author: jhb Date: Mon Jan 27 19:49:52 2014 New Revision: 261216 URL: http://svnweb.freebsd.org/changeset/base/261216 Log: Explicitly enable I/O and memory decoding in the bridge's command register when activating an I/O or memory window on the

svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 8 13:59:33 2014 New Revision: 260448 URL: http://svnweb.freebsd.org/changeset/base/260448 Log: Add support for the Intel Centrino Wireless-N 135 chipset. MFC after:2 weeks Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwn_devid.h Modified:

Re: svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Gavin Atkinson
On Wed, 8 Jan 2014, Gavin Atkinson wrote: Author: gavin Date: Wed Jan 8 13:59:33 2014 New Revision: 260448 URL: http://svnweb.freebsd.org/changeset/base/260448 Log: Add support for the Intel Centrino Wireless-N 135 chipset. MFC after: 2 weeks Apologies. Reviewed by: adrian

svn commit: r260335 - head/sys/modules/iwnfw

2014-01-05 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 5 21:35:07 2014 New Revision: 260335 URL: http://svnweb.freebsd.org/changeset/base/260335 Log: Wrap SUBDIRs over several lines. Modified: head/sys/modules/iwnfw/Makefile Modified: head/sys/modules/iwnfw/Makefile

svn commit: r260260 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 16:41:43 2014 New Revision: 260260 URL: http://svnweb.freebsd.org/changeset/base/260260 Log: Remove what appears to be a stray debugging printf. MFC after:1 week Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r260261 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 16:44:05 2014 New Revision: 260261 URL: http://svnweb.freebsd.org/changeset/base/260261 Log: Lower the priority of the connect to any open wireless network network description, so guaranteeing that any other defined network will be tried first. MFC after:

svn commit: r260262 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 17:09:41 2014 New Revision: 260262 URL: http://svnweb.freebsd.org/changeset/base/260262 Log: Allow bsdinstall to use WPA-Enterprise networks when installing. This only allows basic username/password config, and does not provide the ability to set any of the

svn commit: r259393 - head/sys/dev/an

2013-12-14 Thread Gavin Atkinson
Author: gavin Date: Sat Dec 14 18:49:59 2013 New Revision: 259393 URL: http://svnweb.freebsd.org/changeset/base/259393 Log: 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 probe function in the standard

svn commit: r259189 - head/games/fortune/datfiles

2013-12-10 Thread Gavin Atkinson
Author: gavin Date: Tue Dec 10 19:42:35 2013 New Revision: 259189 URL: http://svnweb.freebsd.org/changeset/base/259189 Log: Fix typo in fortune (go - to) Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes

svn commit: r258531 - in head/sys/arm: include mv

2013-11-24 Thread Gavin Atkinson
Author: gavin Date: Sun Nov 24 22:01:15 2013 New Revision: 258531 URL: http://svnweb.freebsd.org/changeset/base/258531 Log: platform_devmap_init() was renamed initarm_devmap_init() in r257669, update comments to match. Modified: head/sys/arm/include/machdep.h head/sys/arm/mv/mv_machdep.c

svn commit: r258534 - head/sys/arm/s3c2xx0

2013-11-24 Thread Gavin Atkinson
Author: gavin Date: Sun Nov 24 22:53:49 2013 New Revision: 258534 URL: http://svnweb.freebsd.org/changeset/base/258534 Log: Fix typo in comment. Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c

svn commit: r256923 - head/usr.sbin/portsnap/portsnap

2013-10-22 Thread Gavin Atkinson
Author: gavin Date: Tue Oct 22 18:55:52 2013 New Revision: 256923 URL: http://svnweb.freebsd.org/changeset/base/256923 Log: Rename the alfred command to auto, and document it. Retain support for portsnap alfred for now. Discussed:many times, most recently on svn-src-all MFC after:

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

2013-10-20 Thread Gavin Atkinson
Author: gavin Date: Sun Oct 20 11:19:37 2013 New Revision: 256782 URL: http://svnweb.freebsd.org/changeset/base/256782 Log: Add 26 new device IDs to uslcom(4). This brings us in sync with Linux v3.12 rc5. MFC after:3 days Modified: head/sys/dev/usb/serial/uslcom.c

  1   2   3   >