Author: tsoome
Date: Wed Dec 6 06:49:53 2017
New Revision: 326616
URL: https://svnweb.freebsd.org/changeset/base/326616
Log:
dhcp_try_rfc1048() is not used any more
Remove unused function.
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D13382
Modified:
[ Charset UTF-8 unsupported, converting... ]
On Tue, Dec 05, 2017 at 01:06:40PM -0800, Conrad Meyer wrote:
> On Tue, Dec 5, 2017 at 12:16 PM, Cy Schubert wrote:
> > In message [...], Eitan Adler writes:
> >> I'm not near my commit box right now so someone will have to revert
> >> it. What's funny i
Author: imp
Date: Wed Dec 6 05:18:52 2017
New Revision: 326615
URL: https://svnweb.freebsd.org/changeset/base/326615
Log:
De-const to match changes in userboot.h
Sponsored by: Netflix
Modified:
head/usr.sbin/bhyveload/bhyveload.c
Modified: head/usr.sbin/bhyveload/bhyveload.c
==
In message <20171206044051.gf1...@freebsd.org>, Gleb Smirnoff writes:
>
>
> --/NkBOFFp2J2Af1nK
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
>
> Hi Cy,
>
> On Tue, Dec 05, 2017 at 08:30:07PM -0800, Cy Schubert wrote:
> C> Hi Gleb,
> C>
> C> I'm getting a segfault he
Hi Cy,
On Tue, Dec 05, 2017 at 08:30:07PM -0800, Cy Schubert wrote:
C> Hi Gleb,
C>
C> I'm getting a segfault here.
C>
C> [New LWP 101396]
C> Core was generated by `logger -p daemon.notice -t local-dhclient(lagg0):4629
C> 2 dhclient-script for inter'.
C> Program terminated with signal SIGSEGV,
In message <201712051955.vb5jtrwp079...@repo.freebsd.org>, Gleb Smirnoff
writes
:
> Author: glebius
> Date: Tue Dec 5 19:55:53 2017
> New Revision: 326574
> URL: https://svnweb.freebsd.org/changeset/base/326574
>
> Log:
> Generate fully RFC3164 compliant messages, with timestamp and hostname.
>
On Wed, 6 Dec 2017, Justin Hibbits wrote:
Log:
Use unsigned intptr_t type for framebuffer addresses
Summary:
Some architectures (powerpc Book-E) have a vm_paddr_t larger than intptr_t.
Casting from the intptr_t to vm_paddr_t causes sign extension, leading to a
potentially invalid address.
Thanks.
It doesn't matter anyway FreeBSD sed -i '' == gsed -i .
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
In message <4fe900e7-10e6-4909-bb4a-c5e6f83ff...@freebsd.org>, Pedro
Giffuni wr
ites:
>
>
> --
On Tue, Dec 5, 2017 at 7:10 PM, Rodney W. Grimes
wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: eadler
>> Date: Wed Dec 6 02:47:46 2017
>> New Revision: 326614
>> URL: https://svnweb.freebsd.org/changeset/base/326614
>>
>> Log:
>> sponge(1): revert
>>
>> I did a complete bui
[ Charset UTF-8 unsupported, converting... ]
> Author: eadler
> Date: Wed Dec 6 02:47:46 2017
> New Revision: 326614
> URL: https://svnweb.freebsd.org/changeset/base/326614
>
> Log:
> sponge(1): revert
>
> I did a complete buildworld and test... with the program disconnected
> from the t
Author: eadler
Date: Wed Dec 6 02:47:46 2017
New Revision: 326614
URL: https://svnweb.freebsd.org/changeset/base/326614
Log:
sponge(1): revert
I did a complete buildworld and test... with the program disconnected
from the tree. Revert the change for now.
(this keeps the change to .a
Author: emaste
Date: Wed Dec 6 02:21:11 2017
New Revision: 326613
URL: https://svnweb.freebsd.org/changeset/base/326613
Log:
Update tcpdump to 4.9.2
It contains many fixes, including bounds checking, buffer overflows (in
SLIP and bittok2str_internal), buffer over-reads, and infinite loop
Author: jhibbits
Date: Wed Dec 6 02:06:14 2017
New Revision: 326612
URL: https://svnweb.freebsd.org/changeset/base/326612
Log:
Allow custom overrides of mmap attribute for VT framebuffer
Summary:
As in /dev/fb, allow the framebuffer driver to override the default memattr
for
mmap(2).
Author: jhibbits
Date: Wed Dec 6 02:05:21 2017
New Revision: 326611
URL: https://svnweb.freebsd.org/changeset/base/326611
Log:
Use unsigned intptr_t type for framebuffer addresses
Summary:
Some architectures (powerpc Book-E) have a vm_paddr_t larger than intptr_t.
Casting from the intp
Author: imp
Date: Wed Dec 6 02:00:00 2017
New Revision: 326609
URL: https://svnweb.freebsd.org/changeset/base/326609
Log:
Make putenv and getenv match the userland definition of these
functions, tweak man page and one variable that shouldn't be const
anymore.
Sponsored by: Netflix
Mod
Author: imp
Date: Wed Dec 6 02:00:09 2017
New Revision: 326610
URL: https://svnweb.freebsd.org/changeset/base/326610
Log:
Fix random() prototype to match the system.
Sponsored by: Netflix
Modified:
head/stand/libsa/stand.h
Modified: head/stand/libsa/stand.h
On 2017-12-05 20:17, Conrad Meyer wrote:
> Ping. Please revert this change. If you want zstd to behave this
> way, pursue it upstream first.
>
> Thanks,
> Conrad
>
> On Wed, Nov 15, 2017 at 7:38 PM, Conrad Meyer wrote:
>> Please revert this change.
>>
>> First, it introduces the POLA-violating
Ping. Please revert this change. If you want zstd to behave this
way, pursue it upstream first.
Thanks,
Conrad
On Wed, Nov 15, 2017 at 7:38 PM, Conrad Meyer wrote:
> Please revert this change.
>
> First, it introduces the POLA-violating behavior that zstdcat deletes
> its source files. This i
Hello;
> On Dec 5, 2017, at 12:17, Cy Schubert wrote:
>
> What side effects? Can you give one or two examples, please?
>
Sorry, I forgot the details .. but I am pretty sure there was exp-run and
breakage in the ports tree.
Pedro.
> ---
> Sent using a tiny phone keyboard.
> Apologies for any
Author: glebius
Date: Wed Dec 6 00:44:49 2017
New Revision: 326608
URL: https://svnweb.freebsd.org/changeset/base/326608
Log:
Fix file missed in r326607.
Modified:
head/sys/fs/tmpfs/tmpfs_fifoops.c
Modified: head/sys/fs/tmpfs/tmpfs_fifoops.c
=
Author: glebius
Date: Wed Dec 6 00:42:08 2017
New Revision: 326607
URL: https://svnweb.freebsd.org/changeset/base/326607
Log:
Reduce pollution via tmpfs.h.
Modified:
head/sys/fs/tmpfs/tmpfs.h
head/sys/fs/tmpfs/tmpfs_subr.c
head/sys/fs/tmpfs/tmpfs_vfsops.c
head/sys/fs/tmpfs/tmpfs_vnops.
Author: imp
Date: Wed Dec 6 00:29:43 2017
New Revision: 326605
URL: https://svnweb.freebsd.org/changeset/base/326605
Log:
Add NVME as a known device type for devstat processing.
Also, reduce the amount of cut and pasted code a little since only two
args are different in the devstat_end_t
Author: imp
Date: Wed Dec 6 00:29:50 2017
New Revision: 326606
URL: https://svnweb.freebsd.org/changeset/base/326606
Log:
Remove unused 4th argument to match the standard error routines.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D13386
Modified:
head/sys
Author: jilles
Date: Tue Dec 5 23:06:15 2017
New Revision: 326603
URL: https://svnweb.freebsd.org/changeset/base/326603
Log:
mdoc(7): Update .Dd for previous commit
Modified:
head/contrib/mdocml/mdoc.7
Modified: head/contrib/mdocml/mdoc.7
Author: imp
Date: Tue Dec 5 23:02:31 2017
New Revision: 326602
URL: https://svnweb.freebsd.org/changeset/base/326602
Log:
Remove stray cam_periph_async call. It's called twice this way. While
currently harmless for AC_UNIT_ATTENTION event (cam_periph_async does
nothing with them), it's stil
Author: jilles
Date: Tue Dec 5 23:00:41 2017
New Revision: 326601
URL: https://svnweb.freebsd.org/changeset/base/326601
Log:
mdocml: Add IEEE Std 1003.1-2008, 2016 edition
Also document IEEE Std 1003.1-2008, 2013 edition in mdoc(7) (as well as the
2016 edition).
Submitted by: Yuri P
Author: imp
Date: Tue Dec 5 22:24:20 2017
New Revision: 326600
URL: https://svnweb.freebsd.org/changeset/base/326600
Log:
Since this is contrib code, create an upstreamable version of my
change. Now on FreeBSD and NetBSD if _STANDALONE is defined, we
include the kernel version with alloance
Author: emaste
Date: Tue Dec 5 22:19:59 2017
New Revision: 326599
URL: https://svnweb.freebsd.org/changeset/base/326599
Log:
Implement "vidcontrol -h " for vt(4)
PR: 210415
Submitted by: Siva Mahadevan
Reviewed by: ray (earlier)
MFC after:1 month
Relnotes: yes
Author: kevans
Date: Tue Dec 5 22:05:10 2017
New Revision: 326598
URL: https://svnweb.freebsd.org/changeset/base/326598
Log:
dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822
sinovoip-bpi-m3.dts was disconnected from the build in r324822. Since then,
a CCU driver has been added a
Author: emaste
Date: Tue Dec 5 22:02:46 2017
New Revision: 326597
URL: https://svnweb.freebsd.org/changeset/base/326597
Log:
vnic: apply hardware L3 checksum only for IPv4
Previously we set the csum_l3 flag for IPv4 and IPv6, but only IPv4
should have header checksumming applied.
Pr
Author: emaste
Date: Tue Dec 5 21:42:09 2017
New Revision: 326596
URL: https://svnweb.freebsd.org/changeset/base/326596
Log:
Makefile.inc1: map mips MACHINE_/TARGET_ARCH to triples
This helps Clang MIPS builds.
Reviewed by: bdrewery, jhb (earlier version)
Differential Revision:
Author: kevans
Date: Tue Dec 5 21:40:52 2017
New Revision: 326595
URL: https://svnweb.freebsd.org/changeset/base/326595
Log:
a10_gpio: Don't do read/set dance if pin is already configured for output
This fixes some regulator issues with a83t/BananaPi-M3; the pin value was
getting clobber
Author: imp
Date: Tue Dec 5 21:38:19 2017
New Revision: 326593
URL: https://svnweb.freebsd.org/changeset/base/326593
Log:
Stop building with the standard system headers.
Building with the standard system headers isn't a perfect match to the
stand environment. Instead, copy over the files
Author: imp
Date: Tue Dec 5 21:38:24 2017
New Revision: 326594
URL: https://svnweb.freebsd.org/changeset/base/326594
Log:
Now that we offer a semi-sane standards-ish set of #include files in
the stand environment that's safe to use (and insulated from whatever
build env you might normally h
Author: imp
Date: Tue Dec 5 21:38:14 2017
New Revision: 326592
URL: https://svnweb.freebsd.org/changeset/base/326592
Log:
Don't inherit CFLAGS. This a specialized test program, and can be
built with mostly default flags. Do so in anticipation of the rest of
stand not building with system he
Author: imp
Date: Tue Dec 5 21:37:59 2017
New Revision: 326589
URL: https://svnweb.freebsd.org/changeset/base/326589
Log:
Make sure we include the right path for skein.h, as well only include
the ZFS flags for zfs_modules.c. This keeps us from pulling from the
system or sysroot during build
Author: imp
Date: Tue Dec 5 21:37:55 2017
New Revision: 326588
URL: https://svnweb.freebsd.org/changeset/base/326588
Log:
Need to include skein in the include path so we don't get this from
the "system" headers (though in buildworld, it's from the recently
built sysroot).
Sponsored by:
Author: imp
Date: Tue Dec 5 21:38:04 2017
New Revision: 326590
URL: https://svnweb.freebsd.org/changeset/base/326590
Log:
Prefer stdint.h to inttypes.h since the added prototypes form the
latter aren't used. Prefer sys/link_elf.h to link.h so we're only
dependent on the kernel tree. The def
Author: imp
Date: Tue Dec 5 21:38:10 2017
New Revision: 326591
URL: https://svnweb.freebsd.org/changeset/base/326591
Log:
This isn't NetBSD specific code. Include these for any kernel /
standalone use. Tweak for FreeBSD's quirky limits.h stuff.
Sponsored by: Netflix
Modified:
head/con
Author: imp
Date: Tue Dec 5 21:37:50 2017
New Revision: 326587
URL: https://svnweb.freebsd.org/changeset/base/326587
Log:
Use the kernel relative paths, rather than the userland relative paths
for the iso9660 header files.
Sponsored by: Netflix
Modified:
head/stand/libsa/cd9660.c
Mod
Author: imp
Date: Tue Dec 5 21:37:41 2017
New Revision: 326585
URL: https://svnweb.freebsd.org/changeset/base/326585
Log:
Include ficl.h before anything else and avoid including anything at
all if we're not building float.
Sponsored by: Netflix
Modified:
head/stand/ficl/float.c
Modif
Author: imp
Date: Tue Dec 5 21:37:45 2017
New Revision: 326586
URL: https://svnweb.freebsd.org/changeset/base/326586
Log:
No need to include the userland md5.h, the kernel one is just fine.
Sponsored by: Netflix
Modified:
head/stand/geli/geliboot_internal.h
Modified: head/stand/geli/ge
Author: imp
Date: Tue Dec 5 21:37:32 2017
New Revision: 326584
URL: https://svnweb.freebsd.org/changeset/base/326584
Log:
When building standalone, include stand.h rather than the kernel
includes or the userland includes.
Sponsored by: Netflix
Modified:
head/sys/geom/eli/g_eli_hmac.c
Author: bdrewery
Date: Tue Dec 5 21:36:08 2017
New Revision: 326583
URL: https://svnweb.freebsd.org/changeset/base/326583
Log:
native-xtools: Ensure GCC files are cleaned up.
Because we force enable MK_GCC when building we need to also force
enable it for the cleaning phase. Otherwise t
Author: bdrewery
Date: Tue Dec 5 21:30:17 2017
New Revision: 326581
URL: https://svnweb.freebsd.org/changeset/base/326581
Log:
Handle writable-but-not-a-directory cases for writable OBJDIR check.
Sponsored by: Dell EMC
Modified:
head/share/mk/src.sys.obj.mk
Modified: head/share/mk/src.
Author: bdrewery
Date: Tue Dec 5 21:30:22 2017
New Revision: 326582
URL: https://svnweb.freebsd.org/changeset/base/326582
Log:
Deal with bmake-20170301 no longer resolving -C like it used to.
Several checks assume .CURDIR is resolved, such as for determining RELDIR from
SRCTOP/.CURDIR.
Author: bdrewery
Date: Tue Dec 5 21:29:47 2017
New Revision: 326580
URL: https://svnweb.freebsd.org/changeset/base/326580
Log:
AUTO_OBJ: For all top-level targets enforce using an OBJDIR.
This will cause an error if the wanted OBJDIR is not writable. Previously it
would cause the files
On Tue, May 5, 2015 at 8:52 AM, Julian Elischer wrote:
> Author: julian
> Date: Tue May 5 14:52:33 2015
> New Revision: 282485
> URL: https://svnweb.freebsd.org/changeset/base/282485
>
> Log:
> Tweak seekdir, telldir and readdir so that when htere are deletes going
> on,
> as seek to teh las
Author: manu
Date: Tue Dec 5 21:21:23 2017
New Revision: 326579
URL: https://svnweb.freebsd.org/changeset/base/326579
Log:
Allwinner H5: Enhance support
Add proper gpio and clock support
Modified:
head/sys/arm/allwinner/a10_gpio.c
head/sys/arm/allwinner/clkng/ccu_h3.c
head/sys/arm/a
On Tue, Dec 5, 2017 at 12:16 PM, Cy Schubert wrote:
> In message om>
> , Eitan Adler writes:
>> I'm not near my commit box right now so someone will have to revert
>> it. What's funny is that I ran a complete 'make buildworld
>> buildkernel' last night with this patch.
>>
>> Will respond to the r
Author: shurd
Date: Tue Dec 5 21:00:31 2017
New Revision: 326578
URL: https://svnweb.freebsd.org/changeset/base/326578
Log:
iflib: Support to padding Ethernet frames to a min size
Some bnxt devices do not correctly send frames smaller than
52 bytes (without CRC), so add a quirk that will
In message
, Eitan Adler writes:
> I'm not near my commit box right now so someone will have to revert
> it. What's funny is that I ran a complete 'make buildworld
> buildkernel' last night with this patch.
>
> Will respond to the rest of the thread later
No problem. r326575 addresses the issue.
Author: shurd
Date: Tue Dec 5 20:43:24 2017
New Revision: 326577
URL: https://svnweb.freebsd.org/changeset/base/326577
Log:
Avoid calling CURVNET_[SET|RESTORE] for each packet
The LRO possible test was calling CURVNET_SET once for IPv4 or IPv6 for
each packet in a chain. Only call it onc
Author: emaste
Date: Tue Dec 5 20:19:13 2017
New Revision: 326576
URL: https://svnweb.freebsd.org/changeset/base/326576
Log:
use @@@ instead of @@ in __sym_default
Using
.symver foo,foo@@VER
causes foo and foo@@VER to be output to the .o file. This requires foo
to be weak since t
Author: cy
Date: Tue Dec 5 20:06:53 2017
New Revision: 326575
URL: https://svnweb.freebsd.org/changeset/base/326575
Log:
Fix build after r326554; reconnect sponge to build again.
Modified:
head/usr.bin/Makefile
head/usr.bin/sponge/sponge.c
Modified: head/usr.bin/Makefile
=
Author: glebius
Date: Tue Dec 5 19:55:53 2017
New Revision: 326574
URL: https://svnweb.freebsd.org/changeset/base/326574
Log:
Generate fully RFC3164 compliant messages, with timestamp and hostname.
Allow to set hostname to any string with -H.
MFC after:2 months
Modified:
head/usr.
Author: glebius
Date: Tue Dec 5 19:54:55 2017
New Revision: 326573
URL: https://svnweb.freebsd.org/changeset/base/326573
Log:
When parsing remote messages, require them to have standard timestamp
field, and support properly parse out the hostname as described by RFC3164,
which wasn't done b
Looks like it was disconnected from buildworld. I have a patch on my laptop but
I won't have internet connectivity for another hour.
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
This old phone only supports top post. Apologies.
Cy Schubert
or
The need of the m
Author: cem
Date: Tue Dec 5 18:48:58 2017
New Revision: 326572
URL: https://svnweb.freebsd.org/changeset/base/326572
Log:
ioat(4): Add Skylake Xeon PCI-ID
SKX IOAT is just another 3.2 version of the CBDMA engine.
Submitted by: Deepak Veliath
Sponsored by: Dell EMC Isilon
Modified:
Author: erj
Date: Tue Dec 5 18:42:07 2017
New Revision: 326571
URL: https://svnweb.freebsd.org/changeset/base/326571
Log:
ifconfig(8): Display extended compliance code string for SFP transceivers
- Updates tables in affected files with new entries from newer spec
revisions of SFF-8472, S
I'm not near my commit box right now so someone will have to revert
it. What's funny is that I ran a complete 'make buildworld
buildkernel' last night with this patch.
Will respond to the rest of the thread later
On 5 December 2017 at 10:08, Eric Joyner wrote:
> I got told by a co-worker that th
Author: dim
Date: Tue Dec 5 18:26:34 2017
New Revision: 326570
URL: https://svnweb.freebsd.org/changeset/base/326570
Log:
For now, disconnect usr.bin/sponge from the build, to unbreak world
after r326557.
Noticed by: many
Pointy hat to:eadler
Modified:
head/usr.bin/Makefil
I got told by a co-worker that this broke buildworld. Can this commit get
reverted/have the cast fixed?
- Eric (erj)
On Tue, Dec 5, 2017 at 9:50 AM Cy Schubert wrote:
> Our sed already creates backup files "optionally" just as gsed does. Only
> the syntax is different. No need to sponge sed, ju
Our sed already creates backup files "optionally" just as gsed does. Only the
syntax is different. No need to sponge sed, just sed -i '' (whereas gsed is -i
without the argument).
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
This old phone only supports top post
Author: bdrewery
Date: Tue Dec 5 17:23:33 2017
New Revision: 326569
URL: https://svnweb.freebsd.org/changeset/base/326569
Log:
Fix cyclic dependency after r326552.
The OBJS_DEPEND_GUESS mechanism was making vmx_genassym.o depend
on all headers along with vmx_assym.h, though vmx_assym.h d
Please revert this change, along with r326555 and r326557.
I am not opposed to the idea of a version of this utility in base.
I am opposed to breaking the build, and functionally broken programs.
Thanks,
Conrad
On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
> Author: eadler
> Date: Tue Dec
> On Dec 5, 2017, at 8:29 AM, Cy Schubert wrote:
>
> Why not update sed to create the backup file only if the suffix is given to
> -i, like gnu sed does.
>
I suspect that would break countless scripts that test uname to determine how
to use the -i flag of sed.
--
Devin
> ---
> Sent using
>> On Dec 5, 2017, at 8:29 AM, Matt Joras wrote:
>>
>> On Tue, Dec 5, 2017 at 8:06 AM, Devin Teske wrote:
>>
>>
>> The problems I have are:
>>
>> 1. Should be in ports
>>
>> Not pre-installed on Linux, why should we have it in base?
> "Pre-installed on Linux" is meaningless. The closest an
What side effects? Can you give one or two examples, please?
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
This old phone only supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From:
[ Charset windows-1252 unsupported, converting... ]
>
> On 05/12/2017 11:29, Cy Schubert wrote:
> > Why not update sed to create the backup file only if the suffix is
> > given to -i, like gnu sed does.
> >
>
> No, no .. there have been several failed attempts at that that cause
> nasty side ef
On 05/12/2017 11:29, Cy Schubert wrote:
Why not update sed to create the backup file only if the suffix is
given to -i, like gnu sed does.
No, no .. there have been several failed attempts at that that cause
nasty side effects.
It is also a rather non-standardish thing to do.
Pedro.
---
I'll post a phab review at openhack tonight.
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
This old phone only supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From: Cy Schubert
Sen
On Tue, Dec 5, 2017 at 8:06 AM, Devin Teske wrote:
>
>
> The problems I have are:
>
> 1. Should be in ports
>
> Not pre-installed on Linux, why should we have it in base?
"Pre-installed on Linux" is meaningless. The closest analog to our
base is arguably GNU coreutils. It is indeed not part of GNU
Why not update sed to create the backup file only if the suffix is given to -i,
like gnu sed does.
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
This old phone only supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few
> On Dec 5, 2017, at 7:53 AM, Matt Joras wrote:
>
>
>
> On Dec 5, 2017 7:35 AM, "Devin Teske" wrote:
>
> > On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote:
> >
> >> On 12/05/17 13:58, Rodney W. Grimes wrote:
> >> Further more, why does freebsd need this in base?
> >
> > Hi,
> >
> > I
On Dec 5, 2017 7:35 AM, "Devin Teske" wrote:
> On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote:
>
>> On 12/05/17 13:58, Rodney W. Grimes wrote:
>> Further more, why does freebsd need this in base?
>
> Hi,
>
> I think this is useful. It could replace the "-i " (intermediate) option
for "se
> On Dec 4, 2017, at 8:40 PM, Conrad Meyer wrote:
>
>> On Mon, Dec 4, 2017 at 8:30 PM, Conrad Meyer wrote:
>>> On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
>>> Author: eadler
>>> Date: Tue Dec 5 03:55:10 2017
>>> New Revision: 326554
>>> URL: https://svnweb.freebsd.org/changeset/base/32
> On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote:
>
>> On 12/05/17 13:58, Rodney W. Grimes wrote:
>> Further more, why does freebsd need this in base?
>
> Hi,
>
> I think this is useful. It could replace the "-i " (intermediate) option for
> "sed" for example. It avoids creating tempor
In message <201712050355.vb53tapl074...@repo.freebsd.org>, Eitan Adler
writes:
> Author: eadler
> Date: Tue Dec 5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
>
> Log:
> sponge(1): initial commit
>
> sponge(1) is a utility that reads input un
On 12/05/17 14:44, Konstantin Belousov wrote:
On Tue, Dec 05, 2017 at 02:00:00PM +0100, Hans Petter Selasky wrote:
On 12/05/17 13:58, Rodney W. Grimes wrote:
Further more, why does freebsd need this in base?
Hi,
I think this is useful. It could replace the "-i " (intermediate) option
for "sed
In message <201712051258.vb5cwjqn051...@pdx.rh.cn85.dnsmgr.net>, "Rodney W.
Gri
mes" writes:
> [ Charset UTF-8 unsupported, converting... ]
> > On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
> > > Author: eadler
> > > Date: Tue Dec 5 03:55:10 2017
> > > New Revision: 326554
> > > URL: https:
Author: avg
Date: Tue Dec 5 14:22:08 2017
New Revision: 326567
URL: https://svnweb.freebsd.org/changeset/base/326567
Log:
ddb: fix validation of cpu id in 'set db_cpu=x'
MFC after:1 week
Modified:
head/sys/ddb/db_sym.c
Modified: head/sys/ddb/db_sym.c
===
On Tue, Dec 05, 2017 at 02:00:00PM +0100, Hans Petter Selasky wrote:
> On 12/05/17 13:58, Rodney W. Grimes wrote:
> > Further more, why does freebsd need this in base?
>
> Hi,
>
> I think this is useful. It could replace the "-i " (intermediate) option
> for "sed" for example. It avoids creating
In message
, Ed Schouten writes:
> 2017-12-05 6:02 GMT+01:00 Cy Schubert :
> > +OLD_FILES+=usr/share/man/man8/fdformat.1.gz
>
> s/man8/man1/, right? :-)
Thank you for pointing this out Ed. Fixed in 326566.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need
Author: cy
Date: Tue Dec 5 13:41:21 2017
New Revision: 326566
URL: https://svnweb.freebsd.org/changeset/base/326566
Log:
Fix cut & paste error from r326558.
Reported by: ed
MFC after:1 week
X-MFC with: r326558
Pointy hat to:cy
Modified:
head/ObsoleteFiles.inc
Modif
[ Charset UTF-8 unsupported, converting... ]
> Author: eadler
> Date: Tue Dec 5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
>
> Log:
> sponge(1): initial commit
>
> sponge(1) is a utility that reads input until
> complete, then opens the o
On 12/05/17 13:58, Rodney W. Grimes wrote:
Further more, why does freebsd need this in base?
Hi,
I think this is useful. It could replace the "-i " (intermediate) option
for "sed" for example. It avoids creating temporary files when filtering
files, right?
--HPS
___
[ Charset UTF-8 unsupported, converting... ]
> On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
> > Author: eadler
> > Date: Tue Dec 5 03:55:10 2017
> > New Revision: 326554
> > URL: https://svnweb.freebsd.org/changeset/base/326554
> >
> > Log:
> > sponge(1): initial commit
> >
> > sponge(1
On Tue, Dec 05, 2017 at 10:43:45 +0200, Konstantin Belousov wrote:
> On Tue, Dec 05, 2017 at 03:55:10AM +, Eitan Adler wrote:
> > Author: eadler
> > Date: Tue Dec 5 03:55:10 2017
> > New Revision: 326554
> > URL: https://svnweb.freebsd.org/changeset/base/326554
[...]
> > Added: head/usr.bin/
2017-12-05 6:02 GMT+01:00 Cy Schubert :
> +OLD_FILES+=usr/share/man/man8/fdformat.1.gz
s/man8/man1/, right? :-)
--
Ed Schouten
Nuxi, 's-Hertogenbosch, the Netherlands
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo
Author: cperciva
Date: Tue Dec 5 09:22:14 2017
New Revision: 326565
URL: https://svnweb.freebsd.org/changeset/base/326565
Log:
Make EC2 instances use Amazon's NTP service for time synchronization.
Since Amazon provides NTP servers within their network, this should
be far superior to usin
Author: cperciva
Date: Tue Dec 5 09:08:48 2017
New Revision: 326564
URL: https://svnweb.freebsd.org/changeset/base/326564
Log:
Resurrect r321659: Turn off ChallengeResponseAuthentication for EC2 AMIs.
EC2 instances are normally launched with an SSH public key specified,
which is then use
On Tue, Dec 05, 2017 at 03:55:10AM +, Eitan Adler wrote:
> Author: eadler
> Date: Tue Dec 5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
>
> Log:
> sponge(1): initial commit
>
> sponge(1) is a utility that reads input until
> complete,
Author: hselasky
Date: Tue Dec 5 08:25:17 2017
New Revision: 326563
URL: https://svnweb.freebsd.org/changeset/base/326563
Log:
Correctly prefix the infiniband include directory for buildworld. This fixes
the OFED buildworld target, WITH_OFED=YES, when the include files are not
already insta
94 matches
Mail list logo