Re: svn commit: r317277 - head/sys/crypto/chacha20

2017-04-21 Thread Rui Paulo
On Apr 21, 2017, at 18:06, Dag-Erling Smørgrav wrote: > > Author: des > Date: Sat Apr 22 01:06:23 2017 > New Revision: 317277 > URL: https://svnweb.freebsd.org/changeset/base/317277 > > Log: > Fix counter increment in Salsa and ChaCha. > > In my eagerness to eliminate a

svn commit: r301463 - svnadmin/conf

2016-06-05 Thread Rui Paulo
Author: rpaulo Date: Sun Jun 5 20:58:07 2016 New Revision: 301463 URL: https://svnweb.freebsd.org/changeset/base/301463 Log: Free Kurt Lidl from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

Re: svn commit: r301172 - head/contrib/blacklist

2016-06-05 Thread Rui Paulo
blacklistd | col -b | fgrep -A1 HISTORY > HISTORY >  blacklistd appeared in NetBSD 7. We don't really need to submit that change to NetBSD.  Just change the man page in FreeBSD and hopefully future merges won't remove it. ;-) -- Rui Paulo ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r293725 - svnadmin/conf

2016-01-11 Thread Rui Paulo
Author: rpaulo Date: Tue Jan 12 04:23:26 2016 New Revision: 293725 URL: https://svnweb.freebsd.org/changeset/base/293725 Log: Remove myself from sizelimit.conf. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r289829 - svnadmin/conf

2015-10-23 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 23 14:26:06 2015 New Revision: 289829 URL: https://svnweb.freebsd.org/changeset/base/289829 Log: Please welcome Kurt Lidl to the rank of src committers. Adrian is also mentoring. Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors

svn commit: r289549 - in head: contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/s...

2015-10-18 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 18 21:38:25 2015 New Revision: 289549 URL: https://svnweb.freebsd.org/changeset/base/289549 Log: Update hostapd/wpa_supplicant to version 2.5. Tested by several people on current@/wireless@. Relnotes: yes Added:

svn commit: r289285 - vendor/wpa/2.5

2015-10-13 Thread Rui Paulo
Author: rpaulo Date: Wed Oct 14 04:32:55 2015 New Revision: 289285 URL: https://svnweb.freebsd.org/changeset/base/289285 Log: Tag wpa_supplicant/hostapd 2.5. Added: - copied from r289284, vendor/wpa/dist/ Directory Properties: vendor/wpa/2.5/ (props changed)

svn commit: r289284 - in vendor/wpa/dist: hostapd hs20/client patches src src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp src/fst s...

2015-10-13 Thread Rui Paulo
Author: rpaulo Date: Wed Oct 14 04:30:17 2015 New Revision: 289284 URL: https://svnweb.freebsd.org/changeset/base/289284 Log: Import wpa_supplicant/hostapd 2.5. Major changes: bunch of CVEs fixed, tab completion for wpa_cli and misc bug fixes. Added:

svn commit: r289262 - head/usr.sbin/config

2015-10-13 Thread Rui Paulo
Author: rpaulo Date: Tue Oct 13 20:25:03 2015 New Revision: 289262 URL: https://svnweb.freebsd.org/changeset/base/289262 Log: Fix two memory leaks in config(8). PR: 202145 Submitted by: Kurt Lidl Modified: head/usr.sbin/config/mkmakefile.c Modified:

Re: svn commit: r288657 - head/sys/netinet6

2015-10-06 Thread Rui Paulo
instrumentation > What instrumentation? Is there a DTrace script in userland that uses these functions? If not, this should not have been committed as you just made the code slower. This is one of those changes that should be kept in your own

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-10-02 Thread Rui Paulo
ern_kldload() can't be called from certain contexts. -- Rui Paulo ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r288362 - head/sys/cddl/dev/sdt

2015-10-02 Thread Rui Paulo
int)sizeof(*probe)) { > + printf("ignoring probe %p, version %u expected > %u\n", > + probe, probe->version, (int)sizeof(*probe)); > + return; > + } > + > Not picking on your change, but this version management sounds li

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-10-02 Thread Rui Paulo
On Fri, 2015-10-02 at 12:10 -0700, Adrian Chadd wrote: > On 2 October 2015 at 11:04, Rui Paulo <rpa...@me.com> wrote: > > On Thu, 2015-09-24 at 08:29 -0700, Adrian Chadd wrote: > > > ... I'm confused about the "load it by hand" stuff in net80211. > >

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-23 Thread Rui Paulo
. I’d like to get this fixed. > > Scott > > > On Sep 21, 2015, at 3:53 PM, Rui Paulo <rpa...@me.com> wrote: > > > > No, that doesn't work very well. Not only the modules don't auto > > -load, the way the modules are compiled is different. See, for >

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-23 Thread Rui Paulo
loading bit is solved, at least for devices on > self-enumerating > busses. > > Warner > > > > On Sep 21, 2015, at 4:53 PM, Rui Paulo <rpa...@me.com> wrote: > > > > No, that doesn't work very well. Not only the modules don't auto > > -load, the way

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-21 Thread Rui Paulo
and causes insta-panics with GNOME 3 (perhaps the auto-mounter in hald (?)). -- Rui Paulo On Sep 21, 2015, at 11:24 AM, Adrian Chadd <adrian.ch...@gmail.com> wrote: Hi, Warner has been working on the modular kernel thing. But honestly, I think we should just start biting that bullet an

Re: svn commit: r287934 - head/sys/boot/efi/loader

2015-09-21 Thread Rui Paulo
So, we're going to keep ignoring the problem and keep patching things up? It's a bit sad that a single driver (pmspcv) is able to cause so much problems. -- Rui Paulo On Sep 17, 2015, at 01:36 PM, John Baldwin <j...@freebsd.org> wrote: Author: jhb Date: Thu Sep 17 20:36:46 20

Re: svn commit: r287299 - head/sys/boot/efi/loader/arch/amd64

2015-08-30 Thread Rui Paulo
name. Maybe we can change that to something more user friendly? -- Rui Paulo ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r286793 - head/sys/kern

2015-08-14 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 14 22:57:13 2015 New Revision: 286793 URL: https://svnweb.freebsd.org/changeset/base/286793 Log: genassym.sh: call nm(1) with NMFLAGS. Modified: head/sys/kern/genassym.sh Modified: head/sys/kern/genassym.sh

svn commit: r286794 - head/sys/conf

2015-08-14 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 14 22:58:32 2015 New Revision: 286794 URL: https://svnweb.freebsd.org/changeset/base/286794 Log: sys/conf: pass NMFLAGS to nm(1) via genassym.sh. Modified: head/sys/conf/files.amd64 head/sys/conf/kern.post.mk Modified: head/sys/conf/files.amd64

svn commit: r286791 - in head: share/mk usr.bin/lorder

2015-08-14 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 14 22:54:52 2015 New Revision: 286791 URL: https://svnweb.freebsd.org/changeset/base/286791 Log: Introduce a new make variable: NMFLAGS. As the name indicates, these are flags to pass to nm(1). The newer binutils have a plugin mechanism so, to build

svn commit: r286792 - head/share/mk

2015-08-14 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 14 22:55:23 2015 New Revision: 286792 URL: https://svnweb.freebsd.org/changeset/base/286792 Log: bsd.lib.mk: pass NMFLAGS to the lorder script. Modified: head/share/mk/bsd.lib.mk Modified: head/share/mk/bsd.lib.mk

svn commit: r286581 - head/sys/conf

2015-08-10 Thread Rui Paulo
Author: rpaulo Date: Mon Aug 10 16:32:47 2015 New Revision: 286581 URL: https://svnweb.freebsd.org/changeset/base/286581 Log: Fix a comment for iwm. Submitted by: brueffer Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r286441 - in head: share/man/man4 sys/contrib/dev/iwm sys/dev/iwm sys/modules/iwm sys/modules/iwmfw sys/modules/iwmfw/iwm3160fw sys/modules/iwmfw/iwm7260fw sys/modules/iwmfw/iwm7265fw

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 06:06:48 2015 New Revision: 286441 URL: https://svnweb.freebsd.org/changeset/base/286441 Log: Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265. There are still several bugs, but I've been using it for a while now. Thanks to all the testers and to

svn commit: r286442 - head/sys/modules/iwmfw

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 06:08:20 2015 New Revision: 286442 URL: https://svnweb.freebsd.org/changeset/base/286442 Log: iwmfw: fix the path to the firmware file. Modified: head/sys/modules/iwmfw/Makefile.inc Modified: head/sys/modules/iwmfw/Makefile.inc

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

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:07:25 2015 New Revision: 286466 URL: https://svnweb.freebsd.org/changeset/base/286466 Log: iwm: fix a KASSERT: s/ds_size/ds_len/. Modified: head/sys/dev/iwm/if_iwm_util.c Modified: head/sys/dev/iwm/if_iwm_util.c

svn commit: r286471 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:45:12 2015 New Revision: 286471 URL: https://svnweb.freebsd.org/changeset/base/286471 Log: sys/conf/options: add IWM_DEBUG. Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r286472 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 20:45:47 2015 New Revision: 286472 URL: https://svnweb.freebsd.org/changeset/base/286472 Log: Add nodevice iwmfw to WITHOUT_SOURCELESS_UCODE. Modified: head/sys/conf/WITHOUT_SOURCELESS_UCODE Modified: head/sys/conf/WITHOUT_SOURCELESS_UCODE

svn commit: r286474 - head/sys/conf

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 21:08:10 2015 New Revision: 286474 URL: https://svnweb.freebsd.org/changeset/base/286474 Log: sys/conf/files: add iwm and iwmfw. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r286476 - in head/sys/modules: . iwm

2015-08-08 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 21:09:41 2015 New Revision: 286476 URL: https://svnweb.freebsd.org/changeset/base/286476 Log: Build the iwm and iwmfw modules by default on x86. Modified: head/sys/modules/Makefile head/sys/modules/iwm/Makefile Modified: head/sys/modules/Makefile

svn commit: r286440 - svnadmin/conf

2015-08-07 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 8 05:58:42 2015 New Revision: 286440 URL: https://svnweb.freebsd.org/changeset/base/286440 Log: Add myself for the iwm import. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r286294 - head/sys/arm/conf

2015-08-04 Thread Rui Paulo
Author: rpaulo Date: Tue Aug 4 19:04:02 2015 New Revision: 286294 URL: https://svnweb.freebsd.org/changeset/base/286294 Log: BEAGLEBONE: remove dtrace from MODULES_EXTRA. This config is already building all modules, so we don't need the MODULES_EXTRA definition. It was also causing

svn commit: r284585 - head/sys/dev/atkbdc

2015-06-18 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 19 00:10:30 2015 New Revision: 284585 URL: https://svnweb.freebsd.org/changeset/base/284585 Log: Synaptics: fix a problem with trackpoint passthrough. There was a inconsistency which led to enable passthrough commands being interpreted as actual touchpad

svn commit: r284474 - head/usr.sbin/syslogd

2015-06-16 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 16 22:26:22 2015 New Revision: 284474 URL: https://svnweb.freebsd.org/changeset/base/284474 Log: syslogd: support multiple -b options. It's now possible to bind multiple sockets to different IP addresses. PR: 159305 Submitted by: Kurt Lidl lidl

svn commit: r284475 - head/usr.sbin/syslogd

2015-06-16 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 16 22:31:38 2015 New Revision: 284475 URL: https://svnweb.freebsd.org/changeset/base/284475 Log: syslogd: don't leak finet0. Submitted by: Kurt Lidl lidl pix.net Sponsored by: Pi-Coral, Inc. Modified: head/usr.sbin/syslogd/syslogd.c Modified:

svn commit: r284476 - head/usr.sbin/syslogd

2015-06-16 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 16 22:42:19 2015 New Revision: 284476 URL: https://svnweb.freebsd.org/changeset/base/284476 Log: syslogd: re-read the timezone when receive a SIGHUP. syslogd already re-reads the configuration file and the hostname when receiving a SIGHUP, so it makes sense

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

2015-06-10 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 10 22:37:09 2015 New Revision: 284247 URL: https://svnweb.freebsd.org/changeset/base/284247 Log: ichsmb: remove whitespace. Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c

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

2015-06-10 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 10 22:39:10 2015 New Revision: 284248 URL: https://svnweb.freebsd.org/changeset/base/284248 Log: ichsmb: add Intel Wellsburg device ID. Submitted by: Michael Allen mallen pi-coral.com MFC after:1 week Sponsored by: Pi-Coral, Inc. Modified:

svn commit: r283678 - head/sys/dev/acpi_support

2015-05-28 Thread Rui Paulo
Author: rpaulo Date: Fri May 29 05:28:24 2015 New Revision: 283678 URL: https://svnweb.freebsd.org/changeset/base/283678 Log: acpi_ibm: add per-model default events mask. Add support for the hotkeys on a Lenovo X1 3rd gen. This also enables event reporting by default. Modified:

svn commit: r283138 - head/sys/arm/ti

2015-05-20 Thread Rui Paulo
Author: rpaulo Date: Wed May 20 06:23:01 2015 New Revision: 283138 URL: https://svnweb.freebsd.org/changeset/base/283138 Log: ti_pruss: pass the correct IRQ to userland. Also, fix several problems with the kqueue notification. Submitted by: Manuel Stühn freebsdnewbie at freenet.de

Re: svn commit: r283025 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-18 Thread Rui Paulo
this by explicitly flushing the input buffer each time the compiler state is reset. Hmm, nice catch! -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr

svn commit: r283012 - head/sys/dev/acpi_support

2015-05-16 Thread Rui Paulo
Author: rpaulo Date: Sat May 16 20:06:39 2015 New Revision: 283012 URL: https://svnweb.freebsd.org/changeset/base/283012 Log: acpi_ibm: whitespace. Modified: head/sys/dev/acpi_support/acpi_ibm.c Modified: head/sys/dev/acpi_support/acpi_ibm.c

Re: svn commit: r282948 - head/lib/libthr/thread

2015-05-15 Thread Rui Paulo
: 2 weeks Thanks! I think umem might be affected as well. -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r282910 - head

2015-05-14 Thread Rui Paulo
Author: rpaulo Date: Thu May 14 17:37:10 2015 New Revision: 282910 URL: https://svnweb.freebsd.org/changeset/base/282910 Log: ObsoleteFiles: add lib32 entries for libyaml missed in r262407. Pointy hat: bapt Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

Re: svn commit: r282827 - in head/sys: arm/ti/am335x boot/fdt/dts/arm

2015-05-12 Thread Rui Paulo
, status_reg; + int rv; + char notify_buf[16]; + + THREAD_SLEEPING_OK(); + rv = am335x_pmic_read(sc-sc_dev, TPS65217_INT_REG, int_reg, 1); Scary! The correct way to handle this case is to start a task(9). Why wasn't that done here? -- Rui Paulo

Re: svn commit: r282728 - head/sys/boot/efi/loader/arch/i386

2015-05-10 Thread Rui Paulo
said in my prior commit, it turns out this one platform was checking the return value from the old self-reloc code (which returned a hard-coded 0). Mea culpa. :-) -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman

svn commit: r282734 - in head/sys: dev/atkbdc sys

2015-05-10 Thread Rui Paulo
Author: rpaulo Date: Sun May 10 20:36:57 2015 New Revision: 282734 URL: https://svnweb.freebsd.org/changeset/base/282734 Log: synaptics: more support for semi-MT trackpads. Several improvements to the Synaptics driver to support semi-multitouch trackpads and some other fixes: - Two

svn commit: r281964 - stable/10/sys/dev/atkbdc

2015-04-24 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 25 01:23:29 2015 New Revision: 281964 URL: https://svnweb.freebsd.org/changeset/base/281964 Log: MFC r281704: Synaptics: don't report the middle button when clickPad is used. Modified: stable/10/sys/dev/atkbdc/psm.c Directory Properties: stable/10/ (props

svn commit: r281963 - stable/10/sys/dev/sound/pci/hda

2015-04-24 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 25 01:11:33 2015 New Revision: 281963 URL: https://svnweb.freebsd.org/changeset/base/281963 Log: MFC r281544: snd_hda: add support for the Lenovo X1 20BS model. This requires a patch to redirect the output to a separate DAC when the headphones are

svn commit: r281704 - head/sys/dev/atkbdc

2015-04-18 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 20:55:55 2015 New Revision: 281704 URL: https://svnweb.freebsd.org/changeset/base/281704 Log: Synaptics: don't report the middle button when clickPad is used. On trackpads that had support for both, we were sending two button events when the trackpad was

svn commit: r281706 - stable/10/sys/dev/netmap

2015-04-18 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 21:22:26 2015 New Revision: 281706 URL: https://svnweb.freebsd.org/changeset/base/281706 Log: MFC r281406: netmap: improve the netmap attach message on FreeBSD. Modified: stable/10/sys/dev/netmap/netmap.c Directory Properties: stable/10/ (props

svn commit: r281709 - stable/10/sys/dev/atkbdc

2015-04-18 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 21:26:47 2015 New Revision: 281709 URL: https://svnweb.freebsd.org/changeset/base/281709 Log: MFC r281441: Add support for controlling the trackpoint when Synaptics is enabled. Modified: stable/10/sys/dev/atkbdc/psm.c Directory Properties: stable/10/

svn commit: r281708 - in stable/10/sys: dev/atkbdc sys

2015-04-18 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 21:24:46 2015 New Revision: 281708 URL: https://svnweb.freebsd.org/changeset/base/281708 Log: MFC r281440: Improve Synaptics support for newer touchpads. Enable two finger scrolling by default and disable the edge scrolling if the touchpad has

svn commit: r281686 - head/sys/dev/etherswitch

2015-04-18 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 07:34:39 2015 New Revision: 281686 URL: https://svnweb.freebsd.org/changeset/base/281686 Log: Fix French typos in etherswitch. Modified: head/sys/dev/etherswitch/miiproxy.c Modified: head/sys/dev/etherswitch/miiproxy.c

svn commit: r281681 - in vendor/wpa/dist: . hostapd hs20 hs20/client patches src src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp sr...

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 05:04:12 2015 New Revision: 281681 URL: https://svnweb.freebsd.org/changeset/base/281681 Log: Vendor import of wpa_supplicant/hostapd 2.4. Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of bug fixes. Added:

svn commit: r281682 - vendor/wpa/2.4

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 05:05:38 2015 New Revision: 281682 URL: https://svnweb.freebsd.org/changeset/base/281682 Log: Tag wpa_supplicant/hostapd 2.4. Added: vendor/wpa/2.4/ - copied from r281681, vendor/wpa/dist/ ___

svn commit: r281660 - svnadmin/conf

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 17 16:38:59 2015 New Revision: 281660 URL: https://svnweb.freebsd.org/changeset/base/281660 Log: Please join me in welcoming Chris Torek. Chris is a long time BSD guy and has been hacking on bhyve for a while. Approved by: core Modified:

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

2015-04-14 Thread Rui Paulo
Author: rpaulo Date: Wed Apr 15 05:24:39 2015 New Revision: 281544 URL: https://svnweb.freebsd.org/changeset/base/281544 Log: snd_hda: add support for the Lenovo X1 20BS model. This requires a patch to redirect the output to a separate DAC when the headphones are used. While there, add

svn commit: r281481 - stable/10/sys/dev/ichsmb

2015-04-12 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 13 01:19:22 2015 New Revision: 281481 URL: https://svnweb.freebsd.org/changeset/base/281481 Log: MFC r281136: ichsmb: add a device id for the Wildcat Point-LP. Modified: stable/10/sys/dev/ichsmb/ichsmb_pci.c Directory Properties: stable/10/ (props

svn commit: r281440 - in head/sys: dev/atkbdc sys

2015-04-11 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 11 18:44:07 2015 New Revision: 281440 URL: https://svnweb.freebsd.org/changeset/base/281440 Log: Improve Synaptics support for newer touchpads. Enable two finger scrolling by default and disable the edge scrolling if the touchpad has no physical zone for it.

svn commit: r281441 - head/sys/dev/atkbdc

2015-04-11 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 11 18:45:22 2015 New Revision: 281441 URL: https://svnweb.freebsd.org/changeset/base/281441 Log: Add support for controlling the trackpoint when Synaptics is enabled. To accomplish this, we must put the Synaptics hardware in passthrough mode when talking to

svn commit: r281406 - head/sys/dev/netmap

2015-04-11 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 11 06:20:46 2015 New Revision: 281406 URL: https://svnweb.freebsd.org/changeset/base/281406 Log: netmap: improve the netmap attach message on FreeBSD. MFC after:1 week Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c

Re: svn commit: r281372 - head/lib/liblzma

2015-04-10 Thread Rui Paulo
On Apr 10, 2015, at 10:22 AM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri Apr 10 17:21:47 2015 New Revision: 281372 URL: https://svnweb.freebsd.org/changeset/base/281372 Log: For reasons that I am not understand yet, using the libmd version of SHA256 would make libarchive based

svn commit: r281390 - stable/10/sys/dev/usb/wlan

2015-04-10 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 11 02:23:59 2015 New Revision: 281390 URL: https://svnweb.freebsd.org/changeset/base/281390 Log: MFC r281070: urtwn: blink the LED when scanning. Modified: stable/10/sys/dev/usb/wlan/if_urtwn.c Directory Properties: stable/10/ (props changed) Modified:

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

2015-04-06 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 6 06:02:58 2015 New Revision: 281136 URL: https://svnweb.freebsd.org/changeset/base/281136 Log: ichsmb: add a device id for the Wildcat Point-LP. MFC after:1 week Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c

svn commit: r281138 - in head/sys/boot: efi/loader i386/libi386 i386/loader

2015-04-06 Thread Rui Paulo
) @@ -0,0 +1,34 @@ +/*- + * Copyright (c) 2015 Rui Paulo rpa...@freebsd.org + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must

svn commit: r281127 - in head/sys: dev/atkbdc sys

2015-04-05 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 6 01:04:08 2015 New Revision: 281127 URL: https://svnweb.freebsd.org/changeset/base/281127 Log: psm: print newer Synaptics Touchpad capabilities. Modified: head/sys/dev/atkbdc/psm.c head/sys/sys/mouse.h Modified: head/sys/dev/atkbdc/psm.c

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

2015-04-04 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 08:41:02 2015 New Revision: 281070 URL: https://svnweb.freebsd.org/changeset/base/281070 Log: urtwn: blink the LED when scanning. Previously, the driver was trying to blink the LED in the newstate function, but that only gets called once (unlike OpenBSD's

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

2015-04-04 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 08:36:02 2015 New Revision: 281069 URL: https://svnweb.freebsd.org/changeset/base/281069 Log: Remove whitespace. Modified: head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/if_urtwn.c

Re: svn commit: r281059 - head/sys/boot/efi/boot1

2015-04-04 Thread Rui Paulo
On Apr 4, 2015, at 00:27, Bruce Evans b...@optusnet.com.au wrote: On Sat, 4 Apr 2015, Rui Paulo wrote: Log: boot1 EFI: reset the screen and select the best mode. It's necessary to reset the screen to make sure any vendor pixels are gone when we start boot1. In the Lenovo X1 (3rd gen

svn commit: r281101 - head/sys/dev/hwpmc

2015-04-04 Thread Rui Paulo
Author: rpaulo Date: Sun Apr 5 05:09:38 2015 New Revision: 281101 URL: https://svnweb.freebsd.org/changeset/base/281101 Log: Remove whitespace. Modified: head/sys/dev/hwpmc/hwpmc_core.c Modified: head/sys/dev/hwpmc/hwpmc_core.c

svn commit: r281102 - in head/sys: dev/hwpmc sys

2015-04-04 Thread Rui Paulo
Author: rpaulo Date: Sun Apr 5 05:14:20 2015 New Revision: 281102 URL: https://svnweb.freebsd.org/changeset/base/281102 Log: hwpmc: add initial Intel Broadwell support. The full list of aliases and events will follow in a subsequent commit. MFC after:1 month Modified:

svn commit: r281059 - head/sys/boot/efi/boot1

2015-04-03 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 04:27:54 2015 New Revision: 281059 URL: https://svnweb.freebsd.org/changeset/base/281059 Log: boot1 EFI: reset the screen and select the best mode. It's necessary to reset the screen to make sure any vendor pixels are gone when we start boot1. In the

svn commit: r281058 - head/sys/boot/efi/boot1

2015-04-03 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 04:18:52 2015 New Revision: 281058 URL: https://svnweb.freebsd.org/changeset/base/281058 Log: Remove whitespace. Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c

svn commit: r281060 - head/sys/boot/efi/boot1

2015-04-03 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 04:29:31 2015 New Revision: 281060 URL: https://svnweb.freebsd.org/changeset/base/281060 Log: Remove an unnecessary space in a printf call. Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c

svn commit: r281061 - head/sys/boot/efi/loader

2015-04-03 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 4 04:30:37 2015 New Revision: 281061 URL: https://svnweb.freebsd.org/changeset/base/281061 Log: loader/EFI: improve the help of the 'mode' command. Modified: head/sys/boot/efi/loader/main.c Modified: head/sys/boot/efi/loader/main.c

Re: svn commit: r280728 - head/sys/conf

2015-03-27 Thread Rui Paulo
. Can you test building a kernel on the BBB you have and let me know if it produces working ZFS? As long as this change works with MODULES_OVERRIDE, I'm fine with it. -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org

Re: svn commit: r280728 - head/sys/conf

2015-03-26 Thread Rui Paulo
list this month. Based on my understanding of your previous commit, it looks like this can't be overridden which is a problem. -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

svn commit: r280653 -

2015-03-25 Thread Rui Paulo
Author: rpaulo Date: Thu Mar 26 02:31:03 2015 New Revision: 280653 URL: https://svnweb.freebsd.org/changeset/base/280653 Log: Add auto-props for .lua files. Modified: Directory Properties: / (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r280665 - head/sys/vm

2015-03-25 Thread Rui Paulo
Author: rpaulo Date: Thu Mar 26 05:20:18 2015 New Revision: 280665 URL: https://svnweb.freebsd.org/changeset/base/280665 Log: Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH. Requested by: julian Modified: head/sys/vm/memguard.c head/sys/vm/vm_page.c Modified:

svn commit: r280457 - head/sys/vm

2015-03-24 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 20:09:55 2015 New Revision: 280457 URL: https://svnweb.freebsd.org/changeset/base/280457 Log: Use TUNABLE_INT_FETCH for boot_pages. vm.boot_pages is marked as a CTLFLAG_RDTUN, but it's used by the VM before the sysctl subsystem is initialsed. We manually

svn commit: r280456 - head/sys/vm

2015-03-24 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 20:07:27 2015 New Revision: 280456 URL: https://svnweb.freebsd.org/changeset/base/280456 Log: Remove whitespace. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c == ---

svn commit: r280405 - in vendor/lua: . dist dist/doc dist/src

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 00:00:59 2015 New Revision: 280405 URL: https://svnweb.freebsd.org/changeset/base/280405 Log: Import lua 5.3.0. Added: vendor/lua/ vendor/lua/dist/ vendor/lua/dist/Makefile (contents, props changed) vendor/lua/dist/README vendor/lua/dist/doc/

svn commit: r280406 - vendor/lua/5.3.0

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 00:01:30 2015 New Revision: 280406 URL: https://svnweb.freebsd.org/changeset/base/280406 Log: Tag lua 5.3.0. Added: vendor/lua/5.3.0/ - copied from r280405, vendor/lua/dist/ ___ svn-src-all@freebsd.org mailing

Re: svn commit: r278479 - in head: etc sys/kern

2015-03-23 Thread Rui Paulo
On Mar 22, 2015, at 18:08, Mateusz Guzik mjgu...@gmail.com wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 23:13:50 2015 New Revision: 278479 URL: https://svnweb.freebsd.org/changeset/base/278479 Log: Notify devd(8) when a process

svn commit: r280410 - head/sys/kern

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to leaking paths to jails. Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c

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

2015-03-23 Thread Rui Paulo
On Mar 23, 2015, at 19:25, Bryan Drewery bdrew...@freebsd.org wrote: On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead

svn commit: r279567 - head/usr.sbin/syslogd

2015-03-03 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 3 20:07:59 2015 New Revision: 279567 URL: https://svnweb.freebsd.org/changeset/base/279567 Log: Add and document an option to cause syslogd to run in the foreground. This allows a separate process to monitor when and how syslogd exits. That process can

Re: svn commit: r279568 - head/usr.sbin/syslogd

2015-03-03 Thread Rui Paulo
:-) -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r279327 - stable/10/etc

2015-02-26 Thread Rui Paulo
Author: rpaulo Date: Thu Feb 26 19:56:48 2015 New Revision: 279327 URL: https://svnweb.freebsd.org/changeset/base/279327 Log: MFC r278933: Fix a typo in ipv6_down(). Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com Modified: stable/10/etc/network.subr Directory

Re: svn commit: r279262 - head/sys/netinet

2015-02-26 Thread Rui Paulo
On Feb 24, 2015, at 09:43 PM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Wed Feb 25 05:42:59 2015 New Revision: 279262 URL: https://svnweb.freebsd.org/changeset/base/279262 Log: Fix integer overflow in IGMP protocol. Security:    FreeBSD-SA-15:04.igmp Security:        

Re: svn commit: r279073 - head/share/man/man7

2015-02-20 Thread Rui Paulo
On Feb 20, 2015, at 10:49 AM, Glen Barber g...@freebsd.org wrote: Author: gjb Date: Fri Feb 20 18:49:49 2015 New Revision: 279073 URL: https://svnweb.freebsd.org/changeset/base/279073 Log: Fix XZ_THREADS description in release(7), which defaults to '0', not kern.ncpu. Sponsored by:        The

svn commit: r279082 - stable/10/lib/libproc

2015-02-20 Thread Rui Paulo
Author: rpaulo Date: Fri Feb 20 20:02:47 2015 New Revision: 279082 URL: https://svnweb.freebsd.org/changeset/base/279082 Log: MFC r278658: Teach libproc how to find debugging symbols in /usr/lib/debug. Modified: stable/10/lib/libproc/proc_sym.c Directory Properties: stable/10/

Re: svn commit: r277300 - in head: cddl/contrib/opensolaris/cmd/dtrace cddl/contrib/opensolaris/cmd/lockstat cddl/contrib/opensolaris/cmd/mdb/tools/common cddl/contrib/opensolaris/cmd/plockstat cddl/c

2015-02-18 Thread Rui Paulo
On Jan 17, 2015, at 06:45 AM, Steven Hartland s...@freebsd.org wrote: Author: smh Date: Sat Jan 17 14:44:59 2015 New Revision: 277300 URL: https://svnweb.freebsd.org/changeset/base/277300 Log: Mechanically convert cddl sun #ifdef's to illumos Since the upstream for cddl code is now illumos not

svn commit: r278933 - head/etc

2015-02-17 Thread Rui Paulo
Author: rpaulo Date: Wed Feb 18 03:46:43 2015 New Revision: 278933 URL: https://svnweb.freebsd.org/changeset/base/278933 Log: Fix a typo in ipv6_down(). We weren't skipping extraneous entries in the ifconfig | grep inet6 case. Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com

Re: svn commit: r278914 - in head/sys: kern sys

2015-02-17 Thread Rui Paulo
On Feb 17, 2015, at 11:32, Gleb Smirnoff gleb...@freebsd.org wrote: Differential Revision: D1499 You need to use the *FULL* URL. Otherwise the revision won't be closed automatically. -- Rui Paulo ___ svn-src-all@freebsd.org mailing

svn commit: r278926 - in head: . release share/mk

2015-02-17 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 17 23:13:45 2015 New Revision: 278926 URL: https://svnweb.freebsd.org/changeset/base/278926 Log: release: use xz via pipe when compressing the tarballs. libarchive(3) doesn't support the new liblzma API yet, but this change allows us to enable multi-threaded

svn commit: r278873 - head

2015-02-16 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 16 23:29:56 2015 New Revision: 278873 URL: https://svnweb.freebsd.org/changeset/base/278873 Log: Fix a typo when invoking tar(1) to create the debug distributions. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r278658 - head/lib/libproc

2015-02-12 Thread Rui Paulo
Author: rpaulo Date: Fri Feb 13 03:18:29 2015 New Revision: 278658 URL: https://svnweb.freebsd.org/changeset/base/278658 Log: Teach libproc how to find debugging symbols in /usr/lib/debug. MFC after:1 week Modified: head/lib/libproc/proc_sym.c Modified: head/lib/libproc/proc_sym.c

svn commit: r278659 - stable/10/etc/rc.d

2015-02-12 Thread Rui Paulo
Author: rpaulo Date: Fri Feb 13 04:50:39 2015 New Revision: 278659 URL: https://svnweb.freebsd.org/changeset/base/278659 Log: MFC r278302: Don't add static IPv6 routes when to all FIBs when net.add_addr_allfibs is 0. Modified: stable/10/etc/rc.d/routing Directory Properties:

  1   2   3   4   5   6   7   8   9   10   >