Author: ae
Date: Tue May 2 05:20:54 2017
New Revision: 317667
URL: https://svnweb.freebsd.org/changeset/base/317667
Log:
In parse_range() validate both range values instead of checking
the top value twice.
PR: 202295
MFC after:1 week
Modified:
head/sbin/ipfw/dummynet.
Author: ae
Date: Tue May 2 05:02:12 2017
New Revision: 317666
URL: https://svnweb.freebsd.org/changeset/base/317666
Log:
Add sets support for ipfw table info/list/flush commands.
PR: 212668
MFC after:1 week
Modified:
head/sbin/ipfw/tables.c
Modified: head/sbin/ipfw/tabl
Author: emaste
Date: Tue May 2 02:32:10 2017
New Revision: 317665
URL: https://svnweb.freebsd.org/changeset/base/317665
Log:
bsdgrep: fix -w -v matching improperly with certain patterns
-w and -v flag matching was mostly functional but had some minor
problems:
1. -w flag processing
Author: ae
Date: Tue May 2 01:03:59 2017
New Revision: 317663
URL: https://svnweb.freebsd.org/changeset/base/317663
Log:
Properly initialize ipfw_range_tlv variable to fix possible EINVAL
in case when ipfw delete/zero/resetlog command issued for several rules
in the loop. Also reorder some
On Monday, May 01, 2017 04:32:28 PM Mark Johnston wrote:
> Author: markj
> Date: Mon May 1 16:32:28 2017
> New Revision: 317651
> URL: https://svnweb.freebsd.org/changeset/base/317651
>
> Log:
> Add on_each_cpu() and wbinvd_on_all_cpus().
For wbinvd_on_all_cpus() we do have a dedicated IPI. Y
On 05/01/2017 16:55, Ed Maste wrote:
> On 20 April 2017 at 14:06, Jung-uk Kim wrote:
>>
>> Maybe but I haven't seen much improvement in the area for many years.
>> Do you have any reason to believe someone is working on it?
>>
>> Even if we have such backend, I don't expect much difference in draw
On 20 April 2017 at 14:06, Jung-uk Kim wrote:
>
> Maybe but I haven't seen much improvement in the area for many years.
> Do you have any reason to believe someone is working on it?
>
> Even if we have such backend, I don't expect much difference in drawing
> small area, i.e., redrawing narrow bor
Author: brooks
Date: Mon May 1 20:04:07 2017
New Revision: 317660
URL: https://svnweb.freebsd.org/changeset/base/317660
Log:
Support clnt_raw's use of FD_SETSIZE as a fake file descriptor.
Accomplish this by allocating space for it in __svc_xports and allowing
it to be registered. The f
Author: mav
Date: Mon May 1 19:47:10 2017
New Revision: 317659
URL: https://svnweb.freebsd.org/changeset/base/317659
Log:
Make some UART consoles to not spin wait for data to be sent.
At least with Tx FIFO enabled it shows me ~10% reduction of verbose boot
time with serial console at 115
Author: bdrewery
Date: Mon May 1 19:34:15 2017
New Revision: 317658
URL: https://svnweb.freebsd.org/changeset/base/317658
Log:
Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'
These are only built as part of the top-level 'build-tools' call for
'make buildworld'.
Author: ken
Date: Mon May 1 18:53:47 2017
New Revision: 317657
URL: https://svnweb.freebsd.org/changeset/base/317657
Log:
Fix camcontrol timestamp setting and update the man page.
camcontrol timestamp -s would somtimes fail due to stack garbage. Zero out
the timestamp parameters to fix
Author: markj
Date: Mon May 1 17:01:00 2017
New Revision: 317654
URL: https://svnweb.freebsd.org/changeset/base/317654
Log:
Fix a harmless LOR in dtrace_load().
MFC after:1 week
Modified:
head/sys/cddl/dev/dtrace/dtrace_load.c
Modified: head/sys/cddl/dev/dtrace/dtrace_load.c
==
Author: tsoome
Date: Mon May 1 16:56:34 2017
New Revision: 317652
URL: https://svnweb.freebsd.org/changeset/base/317652
Log:
loader.efi: ResetSystem does not use data with EFI_SUCCESS
The current reboot command in efi/loader/main.c is passing extra data with
ResetSystem, however, UEFI sp
On Mon, May 1, 2017 at 10:30 AM, Rodney W. Grimes
wrote:
>> Author: ngie
>> Date: Mon May 1 05:59:52 2017
>> New Revision: 317632
>> URL: https://svnweb.freebsd.org/changeset/base/317632
>>
>> Log:
>> Fix "make cscope-clean" when .OBJDIR already exists
>>
>> The cscope generated files are alw
No, this disconnected netnatm from the cscope target. sys/Makefile is
normally unused otherwise in the build process.
Warner
On Mon, May 1, 2017 at 10:28 AM, Rodney W. Grimes
wrote:
>> Author: ngie
>> Date: Mon May 1 05:54:33 2017
>> New Revision: 317631
>> URL: https://svnweb.freebsd.org/chang
Author: markj
Date: Mon May 1 16:32:28 2017
New Revision: 317651
URL: https://svnweb.freebsd.org/changeset/base/317651
Log:
Add on_each_cpu() and wbinvd_on_all_cpus().
Reviewed by: hselasky
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D10550
Added:
> Author: ngie
> Date: Mon May 1 05:59:52 2017
> New Revision: 317632
> URL: https://svnweb.freebsd.org/changeset/base/317632
>
> Log:
> Fix "make cscope-clean" when .OBJDIR already exists
>
> The cscope generated files are always put in .CURDIR .
If this is writing to src dir then it sho
> Author: ngie
> Date: Mon May 1 05:54:33 2017
> New Revision: 317631
> URL: https://svnweb.freebsd.org/changeset/base/317631
>
> Log:
> Fix "make cscope" after r317411
This commit is disconnect netnatm module from build
? Mixed 2 commit messages perhaps?
> Sponsored by: Dell EMC Is
Author: jpaetzel
Date: Mon May 1 12:56:12 2017
New Revision: 317648
URL: https://svnweb.freebsd.org/changeset/base/317648
Log:
Fix misport of compressed ZFS send/recv from 317414
Reported by: Michael Jung
Reviewed by: avg
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zf
Author: dchagin
Date: Mon May 1 12:25:37 2017
New Revision: 317645
URL: https://svnweb.freebsd.org/changeset/base/317645
Log:
Fix NULL pointer dereference in futex_wake_op() in case when the same
address specified for arguments uaddr and uaddr2.
PR: 218987
Reported by: luke.
On Sun, 30 Apr 2017, Konstantin Belousov wrote:
On Wed, Apr 19, 2017 at 02:09:58PM +1000, Bruce Evans wrote:
On Tue, 18 Apr 2017, Alan Somers wrote:
On Mon, Apr 17, 2017 at 11:34 AM, Gleb Smirnoff wrote:
head/usr.bin/top/machine.c
head/usr.bin/vmstat/vmstat.c
The previous 2 lines tu
Author: ngie
Date: Mon May 1 05:54:33 2017
New Revision: 317631
URL: https://svnweb.freebsd.org/changeset/base/317631
Log:
Fix "make cscope" after r317411
Sponsored by: Dell EMC Isilon
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
=
Author: ngie
Date: Mon May 1 05:59:52 2017
New Revision: 317632
URL: https://svnweb.freebsd.org/changeset/base/317632
Log:
Fix "make cscope-clean" when .OBJDIR already exists
The cscope generated files are always put in .CURDIR .
MFC after:1 month
Sponsored by: Dell EMC Isilon
23 matches
Mail list logo