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: r321932 - stable/10/sys/dev/ichsmb

2017-08-02 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 2 15:13:13 2017 New Revision: 321932 URL: https://svnweb.freebsd.org/changeset/base/321932 Log: Merge r316113,316184,316413 from head: - Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091 - Switch device_probe() from large case statement to a

svn commit: r321931 - stable/11/sys/dev/ichsmb

2017-08-02 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 2 15:11:06 2017 New Revision: 321931 URL: https://svnweb.freebsd.org/changeset/base/321931 Log: Merge r316113,316184,316413 from head: - Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091 - Switch device_probe() from large case statement to a

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: r275526 - in vendor/tnftp/dist: . libnetbsd src

2014-12-05 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 5 22:34:15 2014 New Revision: 275526 URL: https://svnweb.freebsd.org/changeset/base/275526 Log: Import tnftp-20141031. Modified: vendor/tnftp/dist/ChangeLog vendor/tnftp/dist/NEWS vendor/tnftp/dist/THANKS vendor/tnftp/dist/configure

svn commit: r275527 - vendor/tnftp/20141031

2014-12-05 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 5 22:35:28 2014 New Revision: 275527 URL: https://svnweb.freebsd.org/changeset/base/275527 Log: Tag tnftp-20141031. Added: vendor/tnftp/20141031/ - copied from r275526, vendor/tnftp/dist/ ___

svn commit: r275529 - vendor/tnftp/20141104

2014-12-05 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 5 22:38:21 2014 New Revision: 275529 URL: https://svnweb.freebsd.org/changeset/base/275529 Log: Tag tnftp-20141104. Added: vendor/tnftp/20141104/ - copied from r275528, vendor/tnftp/dist/ ___

svn commit: r275528 - vendor/tnftp/dist

2014-12-05 Thread Gavin Atkinson
Author: gavin Date: Fri Dec 5 22:37:56 2014 New Revision: 275528 URL: https://svnweb.freebsd.org/changeset/base/275528 Log: Import tnftp-20141104. Modified: vendor/tnftp/dist/ChangeLog vendor/tnftp/dist/NEWS vendor/tnftp/dist/configure vendor/tnftp/dist/configure.ac

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: r272077 - svnadmin/conf

2014-09-24 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 24 19:30:12 2014 New Revision: 272077 URL: http://svnweb.freebsd.org/changeset/base/272077 Log: Take odeds bit into safekeeping. Submitted by: odeds via hselasky and jhb Approved by: core (implicit) Modified: svnadmin/conf/access svnadmin/conf/mentors

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: r271058 - stable/10/sbin/camcontrol

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:04:23 2014 New Revision: 271058 URL: http://svnweb.freebsd.org/changeset/base/271058 Log: Merge 270872 from head: Fix character case in examples for camcontrol security - should be -U user not -u user. PR: 193179 Submitted by: milios

svn commit: r271059 - stable/9/sbin/camcontrol

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:06:22 2014 New Revision: 271059 URL: http://svnweb.freebsd.org/changeset/base/271059 Log: Merge 270872 from head: Fix character case in examples for camcontrol security - should be -U user not -u user. PR: 193179 Submitted by: milios

svn commit: r271061 - stable/9/sys/dev/pccbb

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:08:48 2014 New Revision: 271061 URL: http://svnweb.freebsd.org/changeset/base/271061 Log: Merge r269488 from head: For reasons which are not clear, r254263 broke some PCMCIA and CardBus bridges in strange ways, either rendering them unable to detect

svn commit: r271060 - stable/10/sys/dev/pccbb

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:08:21 2014 New Revision: 271060 URL: http://svnweb.freebsd.org/changeset/base/271060 Log: Merge r269488 from head: For reasons which are not clear, r254263 broke some PCMCIA and CardBus bridges in strange ways, either rendering them unable to detect

svn commit: r271062 - stable/10/share/man/man3

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:11:39 2014 New Revision: 271062 URL: http://svnweb.freebsd.org/changeset/base/271062 Log: Merge r269871 from head: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Submitted by: Malcolm Douglas via freebsd-doc Reviewed by:

svn commit: r271063 - stable/9/share/man/man3

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:11:41 2014 New Revision: 271063 URL: http://svnweb.freebsd.org/changeset/base/271063 Log: Merge r269871 from head: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Submitted by: Malcolm Douglas via freebsd-doc Reviewed by:

svn commit: r271064 - stable/10/share/man/man9

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:14:26 2014 New Revision: 271064 URL: http://svnweb.freebsd.org/changeset/base/271064 Log: Merge r270251 from head: Fix return type of callout_init_rm() and add return type to callout_deactivate(). PR: 192520 Submitted by: ngie

svn commit: r271065 - stable/10/sys/sys

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:15:54 2014 New Revision: 271065 URL: http://svnweb.freebsd.org/changeset/base/271065 Log: Merge r270259 from head: Add a missing brace to callout_init_rm() to fix syntax. Modified: stable/10/sys/sys/callout.h Directory Properties: stable/10/

svn commit: r271066 - stable/9/etc/pam.d

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:18:08 2014 New Revision: 271066 URL: http://svnweb.freebsd.org/changeset/base/271066 Log: Merge r270677 from head: Fix xref, pam(8) - pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Modified: stable/9/etc/pam.d/README Directory

svn commit: r271067 - stable/10/etc/pam.d

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:18:13 2014 New Revision: 271067 URL: http://svnweb.freebsd.org/changeset/base/271067 Log: Merge r270677 from head: Fix xref, pam(8) - pam(3) PR: 193045 Submitted by: rsimmons0 gmail com Modified: stable/10/etc/pam.d/README Directory

svn commit: r271068 - stable/9/sys/dev/asmc

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:29:01 2014 New Revision: 271068 URL: http://svnweb.freebsd.org/changeset/base/271068 Log: Merge r268303 from head: Add support to asmc(4) for Macmini 3,1. PR: 190195 Submitted by: fbsdbugs2 sentry.org Relnotes: yes Modified:

svn commit: r271069 - stable/10/sys/dev/asmc

2014-09-03 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 3 23:29:06 2014 New Revision: 271069 URL: http://svnweb.freebsd.org/changeset/base/271069 Log: Merge r268303 from head: Add support to asmc(4) for Macmini 3,1. PR: 190195 Submitted by: fbsdbugs2 sentry.org Relnotes: yes 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: r269970 - stable/10/usr.sbin/jail

2014-08-14 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 14 12:50:25 2014 New Revision: 269970 URL: http://svnweb.freebsd.org/changeset/base/269970 Log: Merge r266206 from head (by bjk): Review pass through jail.8 Replace usage of prison with jail, since that term has mostly dropped out of use. Note once

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: r269992 - in head/sys: amd64/conf i386/conf

2014-08-14 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 14 18:29:55 2014 New Revision: 269992 URL: http://svnweb.freebsd.org/changeset/base/269992 Log: Update i386/NOTES and amd64/NOTES files to contain the complete list of firmwares for iwn(4) and sort them. MFC after:1 week Modified:

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: r269928 - in stable/10: . etc/mtree share/examples share/examples/cvsup

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:32:52 2014 New Revision: 269928 URL: http://svnweb.freebsd.org/changeset/base/269928 Log: Merge r267867 from head: Remove example cvsup config files. Deleted: stable/10/share/examples/cvsup/ Modified: stable/10/ObsoleteFiles.inc

svn commit: r269929 - stable/10/usr.sbin/jail

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:35:11 2014 New Revision: 269929 URL: http://svnweb.freebsd.org/changeset/base/269929 Log: Merge r268488 from head: Reword an awkward option description PR: 191726 Submitted by: yaneurabeya gmail.com Modified:

svn commit: r269933 - stable/10/games/fortune/fortune

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:36:59 2014 New Revision: 269933 URL: http://svnweb.freebsd.org/changeset/base/269933 Log: Merge r268637 from head: fortune(8): Search fortune files installed by ports/packages as well as those supplied by the base system. PR: 191800

svn commit: r269934 - stable/9/games/fortune/fortune

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:38:08 2014 New Revision: 269934 URL: http://svnweb.freebsd.org/changeset/base/269934 Log: Merge r268637 from head: fortune(8): Search fortune files installed by ports/packages as well as those supplied by the base system. PR: 191800

svn commit: r269935 - stable/10/share/man/man9

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:41:31 2014 New Revision: 269935 URL: http://svnweb.freebsd.org/changeset/base/269935 Log: Merge r268725 from head: Since r202933, kthread_suspend_check() takes no arguments. Update the example to match. Modified:

svn commit: r269936 - stable/9/share/man/man9

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:42:15 2014 New Revision: 269936 URL: http://svnweb.freebsd.org/changeset/base/269936 Log: Merge r268725 from head: Since r202933, kthread_suspend_check() takes no arguments. Update the example to match. Modified: stable/9/share/man/man9/kthread.9

svn commit: r269937 - stable/10/usr.sbin/pkg

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:44:44 2014 New Revision: 269937 URL: http://svnweb.freebsd.org/changeset/base/269937 Log: Merge r268728 from head: When we fail to extract the pkg binaries (for example, / is read-only), give a more helpful error message. Modified:

svn commit: r269938 - stable/9/usr.sbin/pkg

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:45:25 2014 New Revision: 269938 URL: http://svnweb.freebsd.org/changeset/base/269938 Log: Merge r268728 from head: When we fail to extract the pkg binaries (for example, / is read-only), give a more helpful error message. Modified:

svn commit: r269939 - stable/10/usr.bin/iscsictl

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:47:51 2014 New Revision: 269939 URL: http://svnweb.freebsd.org/changeset/base/269939 Log: Merge r268842 from head: Fix two typos in iscsictl.8 PR: 191581 Submitted by: Jimmy Olgeni Modified: stable/10/usr.bin/iscsictl/iscsictl.8

svn commit: r269940 - stable/10

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:55:44 2014 New Revision: 269940 URL: http://svnweb.freebsd.org/changeset/base/269940 Log: Merge r267859 (by bapt), r268998 from head: o Mark send-pr info page as an obsolete file o /usr/bin/sendbug and the sendbug(1) man page were part of send-pr and

svn commit: r269941 - stable/9

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 12:58:15 2014 New Revision: 269941 URL: http://svnweb.freebsd.org/changeset/base/269941 Log: Merge r267859 (by bapt), r268998 from head: o Mark send-pr info page as an obsolete file o /usr/bin/sendbug and the sendbug(1) man page were part of send-pr and

svn commit: r269955 - stable/10

2014-08-13 Thread Gavin Atkinson
Author: gavin Date: Wed Aug 13 22:34:14 2014 New Revision: 269955 URL: http://svnweb.freebsd.org/changeset/base/269955 Log: Add a header to the entries for the removal of csup example files. This is a direct commit to 10, as the equivelent commit to head included other changes that will

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: r269789 - stable/9/sys/kern

2014-08-10 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 10 21:17:19 2014 New Revision: 269789 URL: http://svnweb.freebsd.org/changeset/base/269789 Log: Merge r269489 from head (by peter): r262867 was described as fixing socket buffer checks for SOCK_SEQPACKET, but also changed one of the SOCK_DGRAM code paths

Re: svn commit: r269490 - stable/10/sys/kern

2014-08-05 Thread Gavin Atkinson
On Sun, 3 Aug 2014, Peter Wemm wrote: Author: peter Date: Sun Aug 3 22:59:47 2014 New Revision: 269490 URL: http://svnweb.freebsd.org/changeset/base/269490 Log: Insta-MFC r269489: partial revert of r262867 which was MFC'ed as r263820. Don't ignore sndbuf/rcvbuf limits for SOCK_DGRAM

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: r268753 - stable/9/usr.bin/calendar/calendars

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:38:46 2014 New Revision: 268753 URL: http://svnweb.freebsd.org/changeset/base/268753 Log: Merge r268292 from head: Dominion Day became Canada Day in 1982, update the holiday calendar. PR: 191533 Submitted by: db Modified:

svn commit: r268754 - stable/9/games/fortune/datfiles

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:41:49 2014 New Revision: 268754 URL: http://svnweb.freebsd.org/changeset/base/268754 Log: Merge r268295 from head: Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR:

svn commit: r268755 - stable/10/games/fortune/datfiles

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:41:50 2014 New Revision: 268755 URL: http://svnweb.freebsd.org/changeset/base/268755 Log: Merge r268295 from head: Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR:

svn commit: r268756 - stable/10

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:45:13 2014 New Revision: 268756 URL: http://svnweb.freebsd.org/changeset/base/268756 Log: Merge r268342 from head: Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it is obsolete since r251794. PR: 191003 Submitted by: Vick

svn commit: r268758 - stable/10/share/examples/etc

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:49:56 2014 New Revision: 268758 URL: http://svnweb.freebsd.org/changeset/base/268758 Log: Merge r267865 from head: Drop example variables for updating over csup. These have not functioned since r251084 Modified:

svn commit: r268757 - stable/9/share/examples/etc

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:49:42 2014 New Revision: 268757 URL: http://svnweb.freebsd.org/changeset/base/268757 Log: Merge r267865 from head: Drop example variables for updating over csup. These have not functioned since r252305. Modified:

svn commit: r268759 - stable/10/share/man/man7

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:51:29 2014 New Revision: 268759 URL: http://svnweb.freebsd.org/changeset/base/268759 Log: Merge r267866 from head: Drop references to updating over csup from build(7). Modified: stable/10/share/man/man7/build.7 Directory Properties: stable/10/ (props

svn commit: r268760 - stable/9/share/man/man7

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:52:05 2014 New Revision: 268760 URL: http://svnweb.freebsd.org/changeset/base/268760 Log: Merge r267866 from head: Drop references to updating over csup from build(7). Modified: stable/9/share/man/man7/build.7 Directory Properties:

svn commit: r268761 - stable/9/usr.sbin/uhsoctl

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:57:50 2014 New Revision: 268761 URL: http://svnweb.freebsd.org/changeset/base/268761 Log: Merge r268298,r268299 from head: Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info

svn commit: r268762 - stable/10/usr.sbin/uhsoctl

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:57:53 2014 New Revision: 268762 URL: http://svnweb.freebsd.org/changeset/base/268762 Log: Merge r268298,r268299 from head: Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info

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:

  1   2   3   4   5   6   >