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 branch which is taken
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
==
-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"
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
=
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
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:
head/contrib/wpa/patches/openssl-0.9.8
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)
___
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:
vendor/wpa/dist/patches/openssl-0.9
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: head/usr.sbin/config/mkm
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
On Fri, 2015-10-02 at 12:10 -0700, Adrian Chadd wrote:
> On 2 October 2015 at 11:04, Rui Paulo 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.
> > > Why
> &
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
bably because kern_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"
auto-loading bit is solved, at least for devices on
> self-enumerating
> busses.
>
> Warner
>
>
> > On Sep 21, 2015, at 4:53 PM, Rui Paulo wrote:
> >
> > No, that doesn't work very well. Not only the modules don't auto
> > -load, the way
si_sg. I’d like to get this fixed.
>
> Scott
>
> > On Sep 21, 2015, at 3:53 PM, Rui Paulo 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
> >
de is currently buggy 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 wrote:
Hi,
Warner has been working on the modular kernel thing. But honestly, I
think we should just start biting that bullet and ship
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 wrote:
Author: jhb
Date: Thu Sep 17 20:36:46 2015
New Revision:
mmand.
Also, 'gop' is pretty weird for a command 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"
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
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
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 something
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
=
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
===
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
===
Author: rpaulo
Date: Sat Aug 8 21:08:35 2015
New Revision: 286475
URL: https://svnweb.freebsd.org/changeset/base/286475
Log:
iwm: use the proper include path for iwm headers.
Modified:
head/sys/dev/iwm/if_iwm.c
head/sys/dev/iwm/if_iwm_binding.c
head/sys/dev/iwm/if_iwm_mac_ctxt.c
head/s
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
===
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
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
=
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
=
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
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 A
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
=
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 prob
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 comma
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 to
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
Sponsored by: Pi-Coral, Inc.
Modified:
head/usr.sbin/syslogd/syslogd.c
Modified: head/usr.sbin/syslogd/sys
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
Sp
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
MFC after:1 week
Sponsored by: Pi-Coral, Inc.
Modified:
head/sys/dev/ichsmb/ichsmb_pci
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
=
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:
head/sy
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
Mod
the
> next call to yyparse(). Fix 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
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
==
> Found by: y...@rawbw.com
> PR: 200138
> Sponsored by: The FreeBSD Foundation
> MFC after: 2 weeks
Thanks! I think umem might be affected as well.
--
Rui Paulo
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.
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
>
> static void am335x_pmic_shutdown(void *, int);
> @@ -105,6 +116,38 @@ am335x_pmic_write(device_t dev, uint8_t
> return (iicbus_transfer(dev, msg, 1));
> }
>
> +static void
> +am335x_pmic_intr(void *arg)
> +{
> + struct am335x_pmic_softc *sc = (struct am3
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 f
t
> return a value.
>
> Despite what I 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
__
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
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 used
Author: rpaulo
Date: Tue Apr 21 02:00:37 2015
New Revision: 281807
URL: https://svnweb.freebsd.org/changeset/base/281807
Log:
Fix wpa/hostapd build without OpenSSL.
Modified:
head/usr.sbin/wpa/Makefile.crypto
Modified: head/usr.sbin/wpa/Makefile.crypto
===
Author: rpaulo
Date: Tue Apr 21 01:45:11 2015
New Revision: 281806
URL: https://svnweb.freebsd.org/changeset/base/281806
Log:
Merge wpa_supplicant/hostapd 2.4.
Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of
bug fixes.
Relnotes: yes
Added:
head/contrib/wpa
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/ (p
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 no
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 changed)
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 pr
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
=
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-src-all@freebsd
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:
vendor/wpa/dist/CONTRIBUTION
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:
svnadmin/conf/acc
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 d
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 changed)
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 th
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.
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
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: st
On Apr 10, 2015, at 10:22 AM, Xin LI 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 application to give:
because file is newly added)
+++ head/sys/boot/i386/libi386/smbios.h Mon Apr 6 06:55:47 2015
(r281138)
@@ -0,0 +1,34 @@
+/*-
+ * Copyright (c) 2015 Rui Paulo
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided
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
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
=
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:
head/sy
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
===
On Apr 4, 2015, at 00:27, Bruce Evans 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
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 n
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
=
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
==
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
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 Lenov
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
===
’re OK. 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
htt
ely true. With a properly tuned ARC and kmem size, ZFS seems
to work on a BeagleBone. There have been reports on the freebsd-arm mailing
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
__
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: head/sys/vm/memgu
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 list
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 f
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
==
---
On Mar 23, 2015, at 19:25, Bryan Drewery 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
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
=
On Mar 22, 2015, at 18:08, Mateusz Guzik wrote:
>
> On Mon, Feb 09, 2015 at 11:13:51PM +0000, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Mon Feb 9 23:13:50 2015
>> New Revision: 278479
>> URL: https://svnweb.freebsd.org/changeset/base/278479
>>
>&
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/
vendor
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 li
On 3 Mar 2015, at 12:24, Sergey Kandaurov wrote:
>
> Author: pluknet
> Date: Tue Mar 3 20:23:59 2015
> New Revision: 279568
> URL: https://svnweb.freebsd.org/changeset/base/279568
>
> Log:
> Update .Dd, sync usage() for -F. Missed in previous change.
That was fa
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 then
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 Prop
On Feb 24, 2015, at 09:43 PM, Xin LI 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: CVE-2015-1414
Found by: M
On Feb 20, 2015, at 10:49 AM, Glen Barber 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 FreeBSD Foundatio
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/ (pro
On Jan 17, 2015, at 06:45 AM, Steven Hartland 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 sun, mechanicall
On Feb 17, 2015, at 11:32, Gleb Smirnoff 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 mailin
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
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 x
1 - 100 of 1122 matches
Mail list logo