On Sun, Jul 01, 2018 at 01:16:03AM +, Will Andrews wrote:
> Author: will
> Date: Sun Jul 1 01:16:03 2018
> New Revision: 335833
> URL: https://svnweb.freebsd.org/changeset/base/335833
>
> Log:
> pf: remove unused ioctls.
>
> Several ioctls are unused in pf, in the sense that no base ut
Author: kp
Date: Sun Jul 1 08:37:07 2018
New Revision: 335837
URL: https://svnweb.freebsd.org/changeset/base/335837
Log:
carp: Set DSCP value CS7
Update carp to set DSCP value CS7(Network Traffic) in the flowlabel field of
packets by default. Currently carp only sets TOS_LOWDELAY in IPv4
Author: wosch
Date: Sun Jul 1 10:05:45 2018
New Revision: 335838
URL: https://svnweb.freebsd.org/changeset/base/335838
Log:
`make installworld' should display "completed" message if done
PR: 225159
Reviewed by:bdrewery
Approved by:cem (mentor)
Differential Revisio
Author: bdrewery
Date: Sun Jul 1 13:50:06 2018
New Revision: 335839
URL: https://svnweb.freebsd.org/changeset/base/335839
Log:
Ignore _.universe-toolchain file.
MFC after:3 weeks
X-MFC-with: r335711
Modified:
Directory Properties:
head/ (props changed)
Author: bdrewery
Date: Sun Jul 1 13:50:37 2018
New Revision: 335840
URL: https://svnweb.freebsd.org/changeset/base/335840
Log:
Ignore _.universe-toolchain file.
MFC after:3 weeks
X-MFC-with: r335711
Modified:
head/.gitignore
Modified: head/.gitignore
===
Author: kp
Date: Sun Jul 1 15:17:53 2018
New Revision: 335841
URL: https://svnweb.freebsd.org/changeset/base/335841
Log:
carp: Minor language improvements in the man page
Submitted by: Massimiliano Stucchi
Modified:
head/share/man/man4/carp.4
Modified: head/share/man/man4/carp.4
=
Author: asomers
Date: Sun Jul 1 16:05:50 2018
New Revision: 335842
URL: https://svnweb.freebsd.org/changeset/base/335842
Log:
audit(4): add tests for procctl(2)
Submitted by: aniketp
MFC after:2 weeks
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision:https://re
Author: trasz
Date: Sun Jul 1 16:18:38 2018
New Revision: 335843
URL: https://svnweb.freebsd.org/changeset/base/335843
Log:
Add basic examples to portsnap(8).
MFC after:2 weeks
Modified:
head/usr.sbin/portsnap/portsnap/portsnap.8
Modified: head/usr.sbin/portsnap/portsnap/portsnap.8
Hi Daichi,
On Sat, Jun 30, 2018 at 10:32 PM, Daichi GOTO wrote:
> Author: daichi
> Date: Sun Jul 1 05:32:03 2018
> New Revision: 335836
> URL: https://svnweb.freebsd.org/changeset/base/335836
>
> Log:
> top(1) - support UTF-8 display
>
> ...
> ==
FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20180701:
+ The '%I' format in the kern.corefile sysctl limits the number of
+ core files that a process can generat
Author: rmacklem
Date: Sun Jul 1 17:49:02 2018
New Revision: 335845
URL: https://svnweb.freebsd.org/changeset/base/335845
Log:
Add a new "-m" option to pnfsdsfile(8) to prepare a file for mirroring.
When pnfsdscopymr(8) is used to create a mirror of a file on a mirrored
pNFS service, it
Author: rmacklem
Date: Sun Jul 1 17:51:52 2018
New Revision: 335846
URL: https://svnweb.freebsd.org/changeset/base/335846
Log:
Document the new "-m" command line option for pnfsdsfile(8).
This is a content change.
Modified:
head/usr.sbin/pnfsdsfile/pnfsdsfile.8
Modified: head/usr.sbin/
Author: kp
Date: Sun Jul 1 18:09:16 2018
New Revision: 335847
URL: https://svnweb.freebsd.org/changeset/base/335847
Log:
pflog/pfsync: Fix module build with VIMAGE=yes
pflog and pfsync's module Makefile fails to include opt_global.h to SRCS
leading to build error for VIMAGE case.
Re
On Sun, Jul 1, 2018 at 10:08 AM, Conrad Meyer wrote:
> (Also, the patch in phabricator does not seem to match what was committed.)
It seems the right phabricator URL is https://reviews.freebsd.org/D16058 .
Best,
Conrad
___
svn-src-all@freebsd.org maili
Author: oshogbo
Date: Sun Jul 1 18:58:53 2018
New Revision: 335848
URL: https://svnweb.freebsd.org/changeset/base/335848
Log:
With r335636 C++ program use libcasper.h and capsicum_helpers.h.
Add __BEGIN_DECLS and __END_DECLS to those headers.
Modified:
head/lib/libcapsicum/capsicum_helpers
Author: eadler
Date: Sun Jul 1 19:44:26 2018
New Revision: 335849
URL: https://svnweb.freebsd.org/changeset/base/335849
Log:
find(1): remove portability ifdefs
This code isn't designed to be particularly portable outside of FreeBSD.
To be more specific it doesn't make much sense to suppo
Author: eadler
Date: Sun Jul 1 19:44:29 2018
New Revision: 335850
URL: https://svnweb.freebsd.org/changeset/base/335850
Log:
top(1): permit infinite length for command
There isn't any need to limit the size of the screen. Utilities like
'less -S' don't have a (meaningful) limit anyways.
On 1 July 2018 at 10:08, Conrad Meyer wrote:
> Hi Daichi,
>
>
>
> I don't think code to decode UTF-8 belongs in top(1). I don't know
> what the goal of this routine is, but I doubt this is the right way to
> accomplish it.
For the record, I agree. This is why I didn't click "accept" on the
revis
Author: eadler
Date: Sun Jul 1 20:09:52 2018
New Revision: 335851
URL: https://svnweb.freebsd.org/changeset/base/335851
Log:
find(1): deLINTify
Modified:
head/usr.bin/find/find.c
head/usr.bin/find/function.c
head/usr.bin/find/ls.c
head/usr.bin/find/main.c
head/usr.bin/find/misc.c
h
Author: eadler
Date: Sun Jul 1 20:09:56 2018
New Revision: 335852
URL: https://svnweb.freebsd.org/changeset/base/335852
Log:
find(1): use correct type for readlink
Modified:
head/usr.bin/find/ls.c
Modified: head/usr.bin/find/ls.c
=
Author: gonzo
Date: Sun Jul 1 22:48:00 2018
New Revision: 335854
URL: https://svnweb.freebsd.org/changeset/base/335854
Log:
[man] Get uhid(4) man page in sync with current API
API documented in previous version of uhid(4) man page has been obsolete
since May 2009 when old USB stack was r
Author: gonzo
Date: Mon Jul 2 01:30:33 2018
New Revision: 335855
URL: https://svnweb.freebsd.org/changeset/base/335855
Log:
[rpi] Add support for the second PWM channel
Add support for the second channel to bcm2835_pwm driver. Configurable
parameters like mode, period, ratio are exposed
Author: mmacy
Date: Mon Jul 2 05:19:44 2018
New Revision: 335856
URL: https://svnweb.freebsd.org/changeset/base/335856
Log:
inpcb: don't gratuitously defer frees
Don't defer frees in sysctl handlers. It isn't necessary
and it just confuses things.
revert: r333911, r334104, and r334125
On 1 July 2018 at 03:05, Wolfram Schneider wrote:
> #
> # Require DESTDIR to be set if installing for a different architecture or
> @@ -1412,12 +1418,15 @@ restage reinstall: .MAKE .PHONY
> .endif
> @echo
> @echo "--"
Eitan Adler wrote
in :
li> On 1 July 2018 at 10:08, Conrad Meyer wrote:
li> > Hi Daichi,
li> >
li> >
li> >
li> > I don't think code to decode UTF-8 belongs in top(1). I don't know
li> > what the goal of this routine is, but I doubt this is the right way to
li> > accomplish it.
li>
li> For the
25 matches
Mail list logo