Author: eugen
Date: Sun Nov 11 06:49:05 2018
New Revision: 340349
URL: https://svnweb.freebsd.org/changeset/base/340349
Log:
MFC r340249: ipfw.8: fix small syntax error in an example
Modified:
stable/11/sbin/ipfw/ipfw.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11
Author: dteske
Date: Sun Nov 11 06:05:28 2018
New Revision: 340348
URL: https://svnweb.freebsd.org/changeset/base/340348
Log:
MFC r339971: Add new rc keywords: enable, disable, delete
This adds new keywords to rc/service to enable/disable a service's
rc.conf(5) variable and "delete" to re
On Sat, Nov 10, 2018, 6:38 PM Mark Johnston On Sat, Nov 10, 2018 at 05:07:38PM -0800, Rodney W. Grimes wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> > > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes <
> > > free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > >
> > > > If your going to bother
Author: kib
Date: Sun Nov 11 01:46:48 2018
New Revision: 340347
URL: https://svnweb.freebsd.org/changeset/base/340347
Log:
First draft of documentation for AT/O_BENEATH handling of the absolute
paths.
It was decided that committing the code and drafting of the man page
update is better
On Sat, Nov 10, 2018 at 05:07:38PM -0800, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes <
> > free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >
> > > If your going to bother with a differential, and invite people to
> > > it yo
On Sat, 10 Nov 2018 17:07:38 -0800 (PST)
"Rodney W. Grimes" wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes <
> > free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >
> > > If your going to bother with a differential, and invite people to
> > > it
> Author: trasz
> Date: Sat Nov 10 23:49:01 2018
> New Revision: 340342
> URL: https://svnweb.freebsd.org/changeset/base/340342
>
> Log:
> Random tweaks to ddb(4) manual page.
I certainly hope we are not randomly commiting
bits to man pages. This is a 0 value commit message.
> MFC after: 2
[ Charset UTF-8 unsupported, converting... ]
> On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > If your going to bother with a differential, and invite people to
> > it you should give them at least 24 hours, and preferably 72 hours
> > to respond t
Author: trasz
Date: Sun Nov 11 00:57:13 2018
New Revision: 340346
URL: https://svnweb.freebsd.org/changeset/base/340346
Log:
Update nsswitch.conf(5) man page to make it clear additional sources
might be provided by third party software.
Reviewed by: bcr
MFC after:2 weeks
Sponsore
Author: vangyzen
Date: Sun Nov 11 00:39:20 2018
New Revision: 340345
URL: https://svnweb.freebsd.org/changeset/base/340345
Log:
Fix daily mailq script for Postfix and daily_show_success="NO"
Exit with a zero status when Postfix reports "Mail queue is empty" so this
section won't appear in
Author: kib
Date: Sun Nov 11 00:21:28 2018
New Revision: 340344
URL: https://svnweb.freebsd.org/changeset/base/340344
Log:
Remove one-use variable.
This also removes a lot of #ifdefs and cleans up a warning when the
AUDIT kernel option is defined, but neither KDTRACE_HOOKS nor MAC are.
Author: kib
Date: Sun Nov 11 00:04:36 2018
New Revision: 340343
URL: https://svnweb.freebsd.org/changeset/base/340343
Log:
Allow absolute paths for O_BENEATH.
The path must have a tail which does not escape starting/topping
directory. The documentation will come shortly, see the man page
Author: trasz
Date: Sat Nov 10 23:49:01 2018
New Revision: 340342
URL: https://svnweb.freebsd.org/changeset/base/340342
Log:
Random tweaks to ddb(4) manual page.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
===
Author: manu
Date: Sat Nov 10 23:43:03 2018
New Revision: 340341
URL: https://svnweb.freebsd.org/changeset/base/340341
Log:
Fix dtb path for beaglebone* boards.
This is a direct commit to 11 since head switch to Linux upstream DTS.
Reported by: jmg
Modified:
stable/11/sys/modules/d
On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> If your going to bother with a differential, and invite people to
> it you should give them at least 24 hours, and preferably 72 hours
> to respond to the new review. Reviews that last < 4 hours are not
>
Author: trasz
Date: Sat Nov 10 23:07:46 2018
New Revision: 340339
URL: https://svnweb.freebsd.org/changeset/base/340339
Log:
Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3)
and dependent functions (eg getpwname(3)) get called. This can
improve performance of binaries that per
This also allows "sysrc -d jail_conf" to print "Configuration file for jail(8)"
Thanks.
--
Cheers,
Devin
> On Nov 10, 2018, at 6:11 AM, Eugene Grosbein wrote:
>
> Author: eugen
> Date: Sat Nov 10 14:11:54 2018
> New Revision: 340321
> URL: https://svnweb.freebsd.org/changeset/base/340321
>
>
Author: wulf
Date: Sat Nov 10 22:14:09 2018
New Revision: 340338
URL: https://svnweb.freebsd.org/changeset/base/340338
Log:
wmt(4): Add PNP record so it could be picked by devd/devmatch.
Fix uhid(4) conflict with blacklisting of multitouch HID-usages
in uhid(4) probe handler.
Reviewe
Author: manu
Date: Sat Nov 10 21:02:32 2018
New Revision: 340337
URL: https://svnweb.freebsd.org/changeset/base/340337
Log:
Update our devicetree to 4.19 for arm and arm64
MFC after:2 months
Added:
head/sys/gnu/dts/arm/am335x-osd3358-sm-red.dts
- copied unchanged from r340335,
Author: manu
Date: Sat Nov 10 20:45:29 2018
New Revision: 340336
URL: https://svnweb.freebsd.org/changeset/base/340336
Log:
tag Linux 4.19 DTS
Added:
vendor/device-tree/4.19/
- copied from r340335, vendor/device-tree/dist/
___
svn-src-all@freeb
Author: manu
Date: Sat Nov 10 20:44:37 2018
New Revision: 340335
URL: https://svnweb.freebsd.org/changeset/base/340335
Log:
dts: Update our copy to Linux 4.19
Added:
vendor/device-tree/dist/Bindings/arm/freescale/m4if.txt (contents, props
changed)
vendor/device-tree/dist/Bindings/arm/fre
Author: kevans
Date: Sat Nov 10 20:42:29 2018
New Revision: 340334
URL: https://svnweb.freebsd.org/changeset/base/340334
Log:
libbe(3): Set canmount properly when activating a new BE
The previously activated BE should have canmount=noauto set on it upon
activation of the new BE, but we pr
Author: markj
Date: Sat Nov 10 20:36:48 2018
New Revision: 340333
URL: https://svnweb.freebsd.org/changeset/base/340333
Log:
MFC r340241:
Fix a use-after-free in swp_pager_meta_free().
Approved by: re (gjb)
Modified:
stable/12/sys/vm/swap_pager.c
Directory Properties:
stable/12/ (
Author: markj
Date: Sat Nov 10 20:34:59 2018
New Revision: 340332
URL: https://svnweb.freebsd.org/changeset/base/340332
Log:
MFC r339793:
Don't set NFSv4 ACL inheritance flags on non-directories.
PR: 155163
Approved by: re (gjb)
Modified:
stable/12/bin/setfacl/setfacl.1
Author: markj
Date: Sat Nov 10 20:33:08 2018
New Revision: 340331
URL: https://svnweb.freebsd.org/changeset/base/340331
Log:
Re-apply r336984, reverting r339934.
r336984 exposed the bug fixed in r340241, leading to the initial revert
while the bug was being hunted down. Now that the bug
Author: cem
Date: Sat Nov 10 20:26:55 2018
New Revision: 340330
URL: https://svnweb.freebsd.org/changeset/base/340330
Log:
rm(1): Formalize non-functional status of -P flag
-P was introduced in 4.4BSD-Lite2 around 1994. It overwrote file contents
with a pass of 0xff, 0x00, then 0xff, in
Author: emaste
Date: Sat Nov 10 20:26:19 2018
New Revision: 340329
URL: https://svnweb.freebsd.org/changeset/base/340329
Log:
build(7): clarify buildenv target can be used for non-cross builds
make buildenv can be used for building for the same architecture as
the host (perhaps this is a
11.11.2018 2:10, James Gritton wrote:
>>> Usually also jls is the command which will give information (compared to
>>> actions) on jails, would that not fit there?
>>
>> jls(8) currently does not parse /etc/jail.conf and I'd like to avoid
>> code duplication
>> between jail(8) and jls(8).
>
> It
On 2018-11-10 06:03, Eugene Grosbein wrote:
10.11.2018 19:12, Bjoern A. Zeeb wrote:
Usually also jls is the command which will give information (compared
to actions) on jails, would that not fit there?
jls(8) currently does not parse /etc/jail.conf and I'd like to avoid
code duplication
betwe
Author: vangyzen
Date: Sat Nov 10 19:09:48 2018
New Revision: 340328
URL: https://svnweb.freebsd.org/changeset/base/340328
Log:
Update comment about 'universe' disk usage
It's 167 GB now (or 81 GB with ZFS lz4).
MFC after:2 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/Ma
,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
> disable the most expensive debugging functionality run
> "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
>
> +20181110:
> + The default newsyslog.conf(5) file has been changed to
Author: eugen
Date: Sat Nov 10 17:49:19 2018
New Revision: 340327
URL: https://svnweb.freebsd.org/changeset/base/340327
Log:
weekly/340.noid: suppress warning on non-existent jail.conf
MFC after:1 month
Modified:
head/usr.sbin/periodic/etc/weekly/340.noid
Modified: head/usr.sbin/per
PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20181110:
+ The default newsyslog.conf(5) file has been changed to only include
+ files in /etc/n
> Author: woodsb02 (ports committer)
> Date: Sat Nov 10 10:46:38 2018
> New Revision: 340318
> URL: https://svnweb.freebsd.org/changeset/base/340318
>
> Log:
> newsyslog.conf: Restrict included files in default config to [!.]*.conf
>
> The new default config will only include files from the
Author: vmaffione
Date: Sat Nov 10 15:10:22 2018
New Revision: 340325
URL: https://svnweb.freebsd.org/changeset/base/340325
Log:
netmap: pkt-gen: several updates from upstream
Various improvements to the netmap pkt-gen program:
- indentation fixes
- support for IPV6
- fixes to c
Author: eugen
Date: Sat Nov 10 14:35:12 2018
New Revision: 340324
URL: https://svnweb.freebsd.org/changeset/base/340324
Log:
Sigh... Fix another breakage after r340322: spell "sysrc" correctly.
MFC after:1 month
Modified:
head/usr.sbin/periodic/etc/weekly/340.noid
Modified: head/usr
Author: eugen
Date: Sat Nov 10 14:25:37 2018
New Revision: 340323
URL: https://svnweb.freebsd.org/changeset/base/340323
Log:
Fix breakage after r340322: add missing "-n" to invocation of sysrc.
MFH: 1 month
Modified:
head/usr.sbin/periodic/etc/weekly/340.noid
Modified: head/usr
Author: eugen
Date: Sat Nov 10 14:21:26 2018
New Revision: 340322
URL: https://svnweb.freebsd.org/changeset/base/340322
Log:
Prevent periodic/etc/weekly/340.noid from descending into root directories
of jails. Jails have their own user/group databases and this script
can produce multiple fal
On 10 Nov 2018, at 13:10, H. Schmalzbauer - OmniLAN wrote:
I was quiet unhappy with the single jail.conf(5) in /etc, so I
extended jail rc(8) to support /etc/jail.conf.d/
Probably some others would welcome jail.conf.d/ too. Unfortunately I
don't have enough time to stay focused with one feat
Author: eugen
Date: Sat Nov 10 14:11:54 2018
New Revision: 340321
URL: https://svnweb.freebsd.org/changeset/base/340321
Log:
Move definition of $jail_conf variable to /etc/defaults/rc.conf
from jail startup script so it can be successfully queried
with the command "sysrc jail_conf".
MFC
Author: emaste
Date: Sat Nov 10 13:16:54 2018
New Revision: 340320
URL: https://svnweb.freebsd.org/changeset/base/340320
Log:
MFC r338485 (jhb): libelf: Add gelf_mips64el.c to file list
Modified:
stable/11/lib/libelf/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: sta
Am 10.11.2018 um 13:33 schrieb Eugene Grosbein:
10.11.2018 19:12, Bjoern A. Zeeb wrote:
Author: eugen
Date: Sat Nov 10 12:03:57 2018
New Revision: 340319
URL: https://svnweb.freebsd.org/changeset/base/340319
Log:
jail(8): introduce new command option -e to exhibit
a list of configured no
10.11.2018 19:12, Bjoern A. Zeeb wrote:
> Usually also jls is the command which will give information (compared to
> actions) on jails, would that not fit there?
jls(8) currently does not parse /etc/jail.conf and I'd like to avoid code
duplication
between jail(8) and jls(8).
_
10.11.2018 19:12, Bjoern A. Zeeb wrote:
>> Author: eugen
>> Date: Sat Nov 10 12:03:57 2018
>> New Revision: 340319
>> URL: https://svnweb.freebsd.org/changeset/base/340319
>>
>> Log:
>> jail(8): introduce new command option -e to exhibit
>> a list of configured non-wildcard jails with their pa
On 10 Nov 2018, at 12:03, Eugene Grosbein wrote:
Author: eugen
Date: Sat Nov 10 12:03:57 2018
New Revision: 340319
URL: https://svnweb.freebsd.org/changeset/base/340319
Log:
jail(8): introduce new command option -e to exhibit
a list of configured non-wildcard jails with their parameters,
Author: eugen
Date: Sat Nov 10 12:03:57 2018
New Revision: 340319
URL: https://svnweb.freebsd.org/changeset/base/340319
Log:
jail(8): introduce new command option -e to exhibit
a list of configured non-wildcard jails with their parameters,
no matter running or not.
The option -e takes s
Author: woodsb02 (ports committer)
Date: Sat Nov 10 10:46:38 2018
New Revision: 340318
URL: https://svnweb.freebsd.org/changeset/base/340318
Log:
newsyslog.conf: Restrict included files in default config to [!.]*.conf
The new default config will only include files from the following
direc
Author: hselasky
Date: Sat Nov 10 10:32:55 2018
New Revision: 340317
URL: https://svnweb.freebsd.org/changeset/base/340317
Log:
MFC r340212:
Sometimes the complete split packet may be queued too early and the
transaction translator will return a NAK. Ignore this message and
retry the compl
Author: hselasky
Date: Sat Nov 10 10:31:35 2018
New Revision: 340316
URL: https://svnweb.freebsd.org/changeset/base/340316
Log:
MFC r340212:
Sometimes the complete split packet may be queued too early and the
transaction translator will return a NAK. Ignore this message and
retry the compl
Author: hselasky
Date: Sat Nov 10 10:30:01 2018
New Revision: 340315
URL: https://svnweb.freebsd.org/changeset/base/340315
Log:
MFC r340212:
Sometimes the complete split packet may be queued too early and the
transaction translator will return a NAK. Ignore this message and
retry the compl
On Fri, 9 Nov 2018 at 10:19, Brooks Davis wrote:
>
> On Fri, Nov 09, 2018 at 06:03:01PM +, Brooks Davis wrote:
> > Author: brooks
> > Date: Fri Nov 9 18:03:01 2018
> > New Revision: 340294
> > URL: https://svnweb.freebsd.org/changeset/base/340294
> >
> > Log:
> > Fix a number of bugs in fre
51 matches
Mail list logo