Author: mmacy
Date: Thu Aug 9 05:18:27 2018
New Revision: 337525
URL: https://svnweb.freebsd.org/changeset/base/337525
Log:
epoch_block_wait: don't check TD_RUNNING
struct epoch_thread is not type safe (stack allocated) and thus cannot be
dereferenced from another CPU
Reported by: no
On Wed, Aug 8, 2018 at 8:15 PM, Warner Losh wrote:
>
>
> On Wed, Aug 8, 2018 at 7:01 PM, Kyle Evans wrote:
>>
>> On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
>> > On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
>> >> +/* ARGSUSED */
>> >
>> > We've been slowly delintifying system utilities
Author: kevans
Date: Thu Aug 9 03:45:47 2018
New Revision: 337524
URL: https://svnweb.freebsd.org/changeset/base/337524
Log:
libi386: Fix typo in pxe.h
PR: 207337
Submitted by: Tony Narlock
MFC after:1 week
Modified:
head/stand/i386/libi386/pxe.h
Modified: head/stand
Author: kevans
Date: Thu Aug 9 02:55:48 2018
New Revision: 337523
URL: https://svnweb.freebsd.org/changeset/base/337523
Log:
libsa: exit on EOF in ngets
It was possible in some rare circumstances for ngets to behave terribly with
bhyveload and some form of redirecting user input over a p
Author: delphij
Date: Thu Aug 9 02:47:22 2018
New Revision: 337522
URL: https://svnweb.freebsd.org/changeset/base/337522
Log:
In read_zones(), check if the file name actually fit in the buffer
and make sure it would terminate with nul with strlcpy().
Reviewed by: imp (earlier revision)
On Wed, Aug 8, 2018 at 9:06 PM, Kyle Evans wrote:
> Author: kevans
> Date: Thu Aug 9 02:06:25 2018
> New Revision: 337520
> URL: https://svnweb.freebsd.org/changeset/base/337520
>
> Log:
> isoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in general
>
> gptboot was broken when r
Author: kevans
Date: Thu Aug 9 02:06:25 2018
New Revision: 337520
URL: https://svnweb.freebsd.org/changeset/base/337520
Log:
isoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in general
gptboot was broken when r316078 added the LOADER_GELI_SUPPORT #ifdef to
not pass geliarg
Author: kevans
Date: Thu Aug 9 01:32:09 2018
New Revision: 337518
URL: https://svnweb.freebsd.org/changeset/base/337518
Log:
kern: Add a BOOT_TAG marker at the beginning of boot dmesg
From the "newly licensed to drive" PR department, add a BOOT_TAG marker (by
default, --<>--, to the begi
On Wed, Aug 8, 2018 at 7:01 PM, Kyle Evans wrote:
> On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
> > On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
> >> +/* ARGSUSED */
> >
> > We've been slowly delintifying system utilities. Why do we still keep
> > these comments?
> >
>
> This is consis
On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
> On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
>> +/* ARGSUSED */
>
> We've been slowly delintifying system utilities. Why do we still keep
> these comments?
>
This is consistent with the style of the file, so I didn't object.
I'd rather do an
On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
> +/* ARGSUSED */
We've been slowly delintifying system utilities. Why do we still keep
these comments?
> +void
> +sigalrm_handler(int signo __unused)
> +{
> +
> + need_progress = 1;
> }
--
Eitan Adler
_
Author: rmacklem
Date: Thu Aug 9 00:15:28 2018
New Revision: 337509
URL: https://svnweb.freebsd.org/changeset/base/337509
Log:
Fix a typo plus add a couple of sentences to pnfsserver.4.
This is a content change.
Modified:
head/usr.sbin/nfsd/pnfsserver.4
Modified: head/usr.sbin/nfsd/pnf
Author: brooks
Date: Wed Aug 8 22:45:30 2018
New Revision: 337508
URL: https://svnweb.freebsd.org/changeset/base/337508
Log:
Terminate filter_create_ext() args with NULL, not 0.
filter_create_ext() is documented to take a NULL terminated set of
arguments. 0 is promoted to an int so this
Author: kevans
Date: Wed Aug 8 21:51:19 2018
New Revision: 337506
URL: https://svnweb.freebsd.org/changeset/base/337506
Log:
ls(1): Enable colors with COLORTERM is set in the environment
COLORTERM is the de facto standard, while CLICOLOR is generally specific to
FreeBSD and ls(1).
P
Author: kevans
Date: Wed Aug 8 21:37:02 2018
New Revision: 337505
URL: https://svnweb.freebsd.org/changeset/base/337505
Log:
dd: add status=progress support
This reports the current status on a single line every second, mirroring
similar functionality in GNU dd, and carefully interacts w
Author: kevans
Date: Wed Aug 8 21:21:28 2018
New Revision: 337504
URL: https://svnweb.freebsd.org/changeset/base/337504
Log:
apply(1): Fix magic number substitution with magic character ' '
Using a space as the magic character would result in problems if the command
started with a number
Author: leitao
Date: Wed Aug 8 21:19:07 2018
New Revision: 337503
URL: https://svnweb.freebsd.org/changeset/base/337503
Log:
powerpc64/powernv: re-read RTC after polling
If OPAL_RTC_READ is busy and does not return the information on the first run,
as returning OPAL_BUSY_EVENT, the syste
Author: rmacklem
Date: Wed Aug 8 20:30:12 2018
New Revision: 337502
URL: https://svnweb.freebsd.org/changeset/base/337502
Log:
Fix the err() arguments for a nfssvc(8) failure.
argv has been incremented during argument handling, so elements of the
array are no longer valid. Change the err
Author: rmacklem
Date: Wed Aug 8 20:21:45 2018
New Revision: 337501
URL: https://svnweb.freebsd.org/changeset/base/337501
Log:
Assorted fixes to handling of LayoutRecall callbacks, mostly error handling.
After a re-read of the appropriate section of RFC5661, I decided that a
few things s
Author: markj
Date: Wed Aug 8 20:15:40 2018
New Revision: 337500
URL: https://svnweb.freebsd.org/changeset/base/337500
Log:
Use the right variable when updating interface routes.
PR: 229807
Submitted by: John Hay
MFC after:2 weeks
Modified:
head/usr.sbin/route6d/route
functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20180808:
+ The default pager for most commands has been changed to "less". To
+ restore the old behavior, set PAGER="more" and MANPAGER="more -s" in
+ you
Author: bdrewery
Date: Wed Aug 8 19:15:45 2018
New Revision: 337494
URL: https://svnweb.freebsd.org/changeset/base/337494
Log:
DIRS: Ensure existing directory still has permissions set.
Modified:
head/share/mk/bsd.dirs.mk
Modified: head/share/mk/bsd.dirs.mk
=
Author: bdrewery
Date: Wed Aug 8 19:15:48 2018
New Revision: 337495
URL: https://svnweb.freebsd.org/changeset/base/337495
Log:
DIRS: Fix duplicate target warnings.
Modified:
head/share/mk/bsd.dirs.mk
Modified: head/share/mk/bsd.dirs.mk
===
Author: asomers
Date: Wed Aug 8 18:50:42 2018
New Revision: 337482
URL: https://svnweb.freebsd.org/changeset/base/337482
Log:
Bring VOP_LOOKUP(9) up to date
* Remove the cn_hash field (removed by r51906)
* Add the cn_lkflags field (added by r144285)
* Remove duplicate definition of cnp
On Wed, Jul 25, 2018 at 12:18:21AM +, Ed Maste wrote:
E> Author: emaste
E> Date: Wed Jul 25 00:18:21 2018
E> New Revision: 336692
E> URL: https://svnweb.freebsd.org/changeset/base/336692
E>
E> Log:
E> sockopt.h: remove stale comment
E>
E> Some old compatibility bits were removed in r227
Author: ae
Date: Wed Aug 8 17:32:02 2018
New Revision: 337469
URL: https://svnweb.freebsd.org/changeset/base/337469
Log:
Use host byte order when comparing mss values.
This fixes tcp-setmss action on little endian machines.
PR: 225536
Submitted by: John Zielinski
Modified
Author: markj
Date: Wed Aug 8 17:26:51 2018
New Revision: 337468
URL: https://svnweb.freebsd.org/changeset/base/337468
Log:
Simplify compression code.
- Remove the compression suffix macros and move them directly into the
compress_type array.
- Remove the hardcoded sizes on the suffi
Author: alc
Date: Wed Aug 8 16:55:01 2018
New Revision: 337463
URL: https://svnweb.freebsd.org/changeset/base/337463
Log:
Add support for pmap_enter(..., psind=1) to the armv6 pmap. In other words,
add support for explicitly requesting that pmap_enter() create a 1 MB page
mapping. (Essent
Author: br
Date: Wed Aug 8 16:08:38 2018
New Revision: 337459
URL: https://svnweb.freebsd.org/changeset/base/337459
Log:
Implement uma_small_alloc(), uma_small_free().
Reviewed by: markj
Obtained from:arm64
Sponsored by: DARPA, AFRL
Differential Revision:https://revi
On Thu, Jul 26, 2018 at 05:41:46PM +, Brooks Davis wrote:
> On Thu, Jul 26, 2018 at 06:15:46PM +0200, Roger Pau Monn?? wrote:
> > On Thu, Jul 26, 2018 at 09:05:18AM -0600, Ian Lepore wrote:
> > > On Thu, 2018-07-26 at 16:54 +0200, Roger Pau Monn? wrote:
> > > > On Thu, Jul 26, 2018 at 08:49:12A
Author: pfg
Date: Wed Aug 8 15:25:01 2018
New Revision: 337458
URL: https://svnweb.freebsd.org/changeset/base/337458
Log:
Fix printf(1) ignores width and precision in %b format.
The precision with the conversion specifier b is specified by POSIX: see
point 7 in the reference documentatio
Author: pfg
Date: Wed Aug 8 15:12:32 2018
New Revision: 337457
URL: https://svnweb.freebsd.org/changeset/base/337457
Log:
Revert r337440: the log message is wrong.
Modified:
head/usr.bin/printf/printf.c
Modified: head/usr.bin/printf/printf.c
=
Author: pfg
Date: Wed Aug 8 15:08:22 2018
New Revision: 337456
URL: https://svnweb.freebsd.org/changeset/base/337456
Log:
msdosfs: fixes for Undefined Behavior.
These were found by the Undefined Behaviour GsoC project at NetBSD:
Do not change signedness bit with left shift.
While th
Author: rrs
Date: Wed Aug 8 13:36:49 2018
New Revision: 337455
URL: https://svnweb.freebsd.org/changeset/base/337455
Log:
Fix a small bug in rack where it will
end up sending the FIN twice.
Sponsored by: Netflix Inc.
Differential Revision:https://reviews.freebsd.org/D16604
Modifi
Author: fsu
Date: Wed Aug 8 12:08:46 2018
New Revision: 337454
URL: https://svnweb.freebsd.org/changeset/base/337454
Log:
Split the dir_index and dir_nlink features.
Do not allow to create more that EXT4_LINK_MAX links to directory in case
if the dir_nlink is not set, like it is done in
Author: fsu
Date: Wed Aug 8 12:07:45 2018
New Revision: 337453
URL: https://svnweb.freebsd.org/changeset/base/337453
Log:
Fix directory blocks checksum updating logic.
The checksum updating functions were not called in case of dir index inode
splitting
and in case of dir entry removing,
Author: royger
Date: Wed Aug 8 07:58:29 2018
New Revision: 337452
URL: https://svnweb.freebsd.org/changeset/base/337452
Log:
build: skip the database check for the distributeworld target
distributeworld is used to generate install media, so it makes no
sense to check the host database si
37 matches
Mail list logo