Author: mav
Date: Tue Apr 17 02:33:54 2018
New Revision: 332641
URL: https://svnweb.freebsd.org/changeset/base/332641
Log:
MFV man pages update from r329502: 7614 zfs device evacuation/removal.
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
head/cddl/contrib
I wrote:
>Julian Elischer wrote:
>>On 16/4/18 6:56 pm, Konstantin Belousov wrote:
>[stuff snipped]
+ngroups =3D XU_NGROUPS + 1;
>>> Why XU_NGROUPS and not the value of sysctl("kern.ngroups") ?
>>valid question.. because that is how many are allocated?
>>it was a "minimally
Author: cem
Date: Mon Apr 16 19:33:04 2018
New Revision: 332632
URL: https://svnweb.freebsd.org/changeset/base/332632
Log:
quota(1): Fix calculation overflow and underflow
For very large quotas, do the multiplication as a 64 bit value to avoid
overflow.
For very small block sizes (sm
On Mon, Apr 16, 2018 at 10:11 AM, John Baldwin wrote:
> On Saturday, April 14, 2018 03:15:05 AM Conrad Meyer wrote:
>> Author: cem
>> Date: Sat Apr 14 03:15:05 2018
>> New Revision: 332498
>> URL: https://svnweb.freebsd.org/changeset/base/332498
>>
>> Log:
>> cpufreq: Remove error-prone table te
On Saturday, April 14, 2018 03:15:05 AM Conrad Meyer wrote:
> Author: cem
> Date: Sat Apr 14 03:15:05 2018
> New Revision: 332498
> URL: https://svnweb.freebsd.org/changeset/base/332498
>
> Log:
> cpufreq: Remove error-prone table terminators in favor of automatic sizing
>
> PR: 227
Author: asomers
Date: Mon Apr 16 18:12:15 2018
New Revision: 332631
URL: https://svnweb.freebsd.org/changeset/base/332631
Log:
lio_listio: return EAGAIN instead of EIO when out of resources
This behavior is already documented by the man page, and suggested by POSIX.
Reviewed by: jhb
Author: brooks
Date: Mon Apr 16 18:07:51 2018
New Revision: 332630
URL: https://svnweb.freebsd.org/changeset/base/332630
Log:
Remove support for FDDI and token ring media types in userland utilities.
Reviewed by: kib
Sponsored by: DARPA, AFRL
Differential Revision:https://revie
Author: brooks
Date: Mon Apr 16 17:43:26 2018
New Revision: 332629
URL: https://svnweb.freebsd.org/changeset/base/332629
Log:
Remove unused badaddr() function.
Reviewed by: jmallett
Sponsored by: DARPA, AFRL
Differential Revision:https://reviews.freebsd.org/D15078
Modified:
Author: kevans
Date: Mon Apr 16 15:13:18 2018
New Revision: 332573
URL: https://svnweb.freebsd.org/changeset/base/332573
Log:
Regenerate FAT templates after r332561
Modified:
head/stand/efi/boot1/fat-amd64.tmpl.xz
head/stand/efi/boot1/fat-arm.tmpl.xz
head/stand/efi/boot1/fat-arm64.tmpl.xz
On 16 April 2018 at 09:18, Kyle Evans wrote:
> Author: kevans
> Date: Mon Apr 16 13:18:18 2018
> New Revision: 332561
> URL: https://svnweb.freebsd.org/changeset/base/332561
>
> Log:
> Rename volume label for ESP
The desire to remove boot1.efifat notwithstanding, you'll also need to
regenerate
Author: tsoome
Date: Mon Apr 16 14:10:19 2018
New Revision: 332565
URL: https://svnweb.freebsd.org/changeset/base/332565
Log:
loader: cstyle cleanup of command.c
just clean it up. no functional changes intended.
Reviewed by: imp
Differential Revision:https://reviews.freebsd.
Hi Steve,
Yes, I am going to merge it in few days. I am trying to merge
everything to keep code in sync. I am just rarely tagging ZFS commits
with MFC, since it is hard to forget for too long about that exercise. :)
On 16.04.2018 03:36, Steven Hartland wrote:
> Hey Mav, this seems like an impor
Author: imp
Date: Mon Apr 16 13:52:40 2018
New Revision: 332564
URL: https://svnweb.freebsd.org/changeset/base/332564
Log:
Use bool instead of boolean_t here. No reason to use boolean_t.
Also, stop passing FALSE to a bool parameter.
Modified:
head/sys/i386/i386/db_trace.c
Modified: head
Author: imp
Date: Mon Apr 16 13:52:23 2018
New Revision: 332563
URL: https://svnweb.freebsd.org/changeset/base/332563
Log:
No need to force md code to define a macro that's the same as
_BYTE_ORDER. Use that instead.
Modified:
head/sys/arm/include/db_machdep.h
head/sys/ddb/db_access.c
he
On Mon, Apr 16, 2018 at 7:18 AM, Kyle Evans wrote:
> Author: kevans
> Date: Mon Apr 16 13:18:18 2018
> New Revision: 332561
> URL: https://svnweb.freebsd.org/changeset/base/332561
>
> Log:
> Rename volume label for ESP
>
> Harry Schmalzbauer reports that some firmware, in his experience, trip
Author: kevans
Date: Mon Apr 16 13:18:18 2018
New Revision: 332561
URL: https://svnweb.freebsd.org/changeset/base/332561
Log:
Rename volume label for ESP
Harry Schmalzbauer reports that some firmware, in his experience, trips
over the ESP we install due to the volume label. It has been th
Author: tsoome
Date: Mon Apr 16 12:46:14 2018
New Revision: 332560
URL: https://svnweb.freebsd.org/changeset/base/332560
Log:
loader: make sure we do not return garbage from help_getnext
Since we do free subtopic and desc in help_getnext(), we need to set them also
NULL, so we make sure w
Julian Elischer wrote:
>On 16/4/18 6:56 pm, Konstantin Belousov wrote:
[stuff snipped]
>>> +ngroups = XU_NGROUPS + 1;
>> Why XU_NGROUPS and not the value of sysctl("kern.ngroups") ?
>valid question.. because that is how many are allocated?
>it was a "minimally invasive patch"..
On Sun, Apr 15, 2018 at 10:34 AM, Ed Schouten wrote:
> Author: ed
> Date: Sun Apr 15 08:34:16 2018
> New Revision: 332510
> URL: https://svnweb.freebsd.org/changeset/base/332510
>
> Log:
> Add RFC 5424 syslog message output to syslogd.
>
> - Move all of the code responsible for transmitting l
On 16/4/18 6:56 pm, Konstantin Belousov wrote:
On Mon, Apr 16, 2018 at 09:17:36AM +, Andriy Gapon wrote:
Author: avg
Date: Mon Apr 16 09:17:36 2018
New Revision: 332559
URL: https://svnweb.freebsd.org/changeset/base/332559
Log:
mountd: fix a crash when getgrouplist reports too many group
On 16/04/2018 13:56, Konstantin Belousov wrote:
> On Mon, Apr 16, 2018 at 09:17:36AM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Mon Apr 16 09:17:36 2018
>> New Revision: 332559
>> URL: https://svnweb.freebsd.org/changeset/base/332559
>>
>> Log:
>> mountd: fix a crash when getgrouplist rep
On Mon, Apr 16, 2018 at 09:17:36AM +, Andriy Gapon wrote:
> Author: avg
> Date: Mon Apr 16 09:17:36 2018
> New Revision: 332559
> URL: https://svnweb.freebsd.org/changeset/base/332559
>
> Log:
> mountd: fix a crash when getgrouplist reports too many groups
>
> Previously the code only w
Author: avg
Date: Mon Apr 16 09:17:36 2018
New Revision: 332559
URL: https://svnweb.freebsd.org/changeset/base/332559
Log:
mountd: fix a crash when getgrouplist reports too many groups
Previously the code only warned about the condition and then happily
proceeded to use the too large valu
Author: tsoome
Date: Mon Apr 16 08:41:44 2018
New Revision: 332558
URL: https://svnweb.freebsd.org/changeset/base/332558
Log:
loader: command_errmsg should be const
Use const char * for command_errmsg.
Modified:
head/stand/common/bootstrap.h
head/stand/common/commands.c
Modified: head
Author: tsoome
Date: Mon Apr 16 08:15:50 2018
New Revision: 332557
URL: https://svnweb.freebsd.org/changeset/base/332557
Log:
loader: make sure we use snprintf() in commands.c
Safeguard against memory corruptions.
Modified:
head/stand/common/commands.c
Modified: head/stand/common/comman
Author: trasz
Date: Mon Apr 16 08:03:18 2018
New Revision: 332556
URL: https://svnweb.freebsd.org/changeset/base/332556
Log:
Fix ObsoleteFiles.inc entry for libstand.3.
MFC after:2 weeks
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Hey Mav, this seems like an important one to get in for 11.2 so just
wanted to check if that was your intention as there's no MFC tag on the
commit?
On 16/04/2018 01:54, Alexander Motin wrote:
Author: mav
Date: Mon Apr 16 00:54:58 2018
New Revision: 332523
URL: https://svnweb.freebsd.org/chang
Author: tsoome
Date: Mon Apr 16 07:26:23 2018
New Revision: 332555
URL: https://svnweb.freebsd.org/changeset/base/332555
Log:
loader: provide values in help_getnext()
With r328289 we attempt to make sure we free the resources allocated in
help_getnext(), however, it is possible that we ge
28 matches
Mail list logo