supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From: Renato Botelho
Sent: 15/05/2018 07:17
To: Stephen Hurd; src-committ...@freebsd.org; svn-src-...@freebsd.org;
svn-src-head@freebsd.org
Subject: Re: svn commit
Author: cy
Date: Sat May 19 21:26:07 2018
New Revision: 333895
URL: https://svnweb.freebsd.org/changeset/base/333895
Log:
Conform to Berne Convention.
Prompted by: Recent discussion
MFC after:3 days
Modified:
head/lib/libc/stdio/gets_s.c
Modified: head/lib/libc/stdio/gets_s.c
===
Author: cy
Date: Sun May 20 05:59:35 2018
New Revision: 333922
URL: https://svnweb.freebsd.org/changeset/base/333922
Log:
Fix build post r333919.
This commit results in an aesthetically unpleasing long line
which will be fixed next commit.
Modified:
head/lib/libmagic/Makefile
Modified
Author: cy
Date: Sun May 20 05:59:42 2018
New Revision: 333923
URL: https://svnweb.freebsd.org/changeset/base/333923
Log:
Style fixup:
A non-functional commit to make adjustment to an aesthetically
unpleasing long line.
Modified:
head/lib/libmagic/Makefile
Modified: head/lib/libmagic/
In message
, Eitan Adler writes:
> On 19 May 2018 at 22:59, Cy Schubert wrote:
> > Author: cy
> > Date: Sun May 20 05:59:35 2018
> > New Revision: 333922
> > URL: https://svnweb.freebsd.org/changeset/base/333922
> >
> > Log:
> > Fix build post r
Thank you!
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, 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: Antoine Brodin
Sent: 20/05/2018 15:07
To
__
> > svn-src-head@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/svn-src-head
> > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
>
>
> Have this been tested? Doesn't compile for me:
>
&
Author: cy
Date: Tue May 22 06:22:58 2018
New Revision: 334022
URL: https://svnweb.freebsd.org/changeset/base/334022
Log:
Conform to Berne Convention.
MFC after:3 days
Modified:
head/lib/libc/tests/stdio/gets_s_test.c
Modified: head/lib/libc/tests/stdio/gets_s_test.c
===
post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From: Stefan Esser
Sent: 23/05/2018 11:44
To: rgri...@freebsd.org; Mark Linimon
Cc: Gleb Smirnoff; Sean Bruno; svn-src-head@freebsd.org;
svn-src-...@freebsd.org; src-committ...@freebs
53:16AM +0700, Eugene Grosbein wrote:
> > 24.05.2018 2:30, Cy Schubert wrote:
> >=20
> > > Except for old computers and old software that segfaults on 64-bit, how=
> many people still use i386?
> > >=20
> > > Full disclosure: I'd like to see i386 deorbite
In message <5b05c6ac.6010...@grosbein.net>, Eugene Grosbein writes:
> 24.05.2018 2:30, Cy Schubert wrote:
>
> > Except for old computers and old software that segfaults on 64-bit, how man
> y people still use i386?
> >
> > Full disclosure: I'd like to see i38
53:16AM +0700, Eugene Grosbein wrote:
> > 24.05.2018 2:30, Cy Schubert wrote:
> >=20
> > > Except for old computers and old software that segfaults on 64-bit, how=
> many people still use i386?
> > >=20
> > > Full disclosure: I'd like to see i386 deorbite
+136,7 @@ pmu_parse_event(struct pmu_event_desc *ped, const char
> if (strcmp(key, "event") == 0)
> ped->ped_event = strtol(value, NULL, 16);
> if (strcmp(key, "period") == 0)
> - ped->ped_umask = strtol(
y wrote:
> > All you need to know about sparc64 vitality is that HEAD didn't bo=
> ot
> > for 3 months until last week.
>
> All you need to know is that -11 works fine, but, after so much drama
> from various places, I haven't even bothered upgrading any
M>
> M> That said, I find the change harmful.
>
> +1 on fundamentally disagree with M_ZERO_INVARIANTS. It makes the
> INVARIANTS-enabled kernels to crash _later_ than production kernels,
> since instead of uma_junk it places clean zeroes.
>
> May be changes like that deserv
ider.
>
> Sponsored by: Smule, Inc.
>
> Added:
> head/share/man/man4/dtrace_sctp.4 (contents, props changed)
> Modified:
> head/share/man/man4/Makefile
Thanks.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The
amd64 system.
--- cddl/lib/libnvpair__L ---
In file included from /opt/src/svn-current/sys/cddl/contrib/opensolaris/
common/nvpair/opensolaris_fnvpair.c:29:
In file included from /opt/src/svn-current/cddl/contrib/opensolaris/lib/
libzpool/common/sys/zfs_context.h:74:
/opt/src/svn-current/sys/cddl/compat/opensol
uildkernel i386 LINT + GENERIC with this change. I will
> > have a look ASAP.
> >
> > --HPS
>
> See r334328 .
Thanks. I'll let it build while I'm at $JOB and check it at noon.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The ne
or an override of that sysctl?
>
Only if the file doesn't exist and the lowest level directory is
writable by UID. Even then if any directory within the path is not
searchable by UID it should be disallowed. Otherwise it would be a CVE.
--
Cheers,
Cy Schubert
FreeBSD UNIX:
libc/tests/sys/brk_test.c:67)
> >>> brk_test.o:(atfu_brk_basic_body)
>
> /usr/obj/usr/src/arm64.aarch64/tmp/usr/bin/ld: error: undefined symbol: sbrk
> >>> referenced by brk_test.c:82 (/usr/src/lib/libc/tests/sys/b
rate: 13
> clang-6.0: 875
> sh: 409
> make: 55
> kernel: 33
> awk: 20
> hwpmc: proc(7445): 14
> xargs: 9
> idle: 8
> intr: 3
> zfskern: 2
Hi Matt,
I'm not sure if this is due to this commit or one of your others but
it
In message <201806060353.w563rpg1070...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201806060248.w562m9tb083...@repo.freebsd.org>, Matt Macy
> writes:
> > Author: mmacy
> > Date: Wed Jun 6 02:48:09 2018
> > New Revision: 334701
> > URL: https:
amd64
~cy
In message
, Matthew Macy writes:
> Which arch? Universe is passing for me (except for pre-existing
> breakage of i386-LINT-NOINET).
>
> -M
>
> On Tue, Jun 5, 2018 at 8:53 PM, Cy Schubert wrote
> :
> > In message <201806060248.w562m9tb083...@repo.free
I came to that same conclusion myself moments ago.
Thanks.
In message
, Matthew Macy writes:
> -DNO_CLEAN doesn't work with the file rename.
>
> On Tue, Jun 5, 2018 at 10:14 PM, Cy Schubert wrot
> e:
> > amd64
> >
> > ~cy
> >
> > In message
t; >
> > > I found that "mergemaster -iFUP" deals with unchanged files
> > > including mentioned rc* scripts just fine.> > That is, it automatically r
> efreshes unchanged files without any
> > > silly questions just for change of $FreeBSD$.>
> >
build is
required first. You may have the wrong MAKEOBJDIRPREFIX set.
*** [installworld] Error code 1
make: stopped in /opt/src/svn-current
1 error
make: stopped in /opt/src/svn-current
[00:06:01] Error: Failed to 'make installworld'
[00:06:01] Error while creating jail, clean
uot; line 93: A build is
required first. You may have the wrong MAKEOBJDIRPREFIX set.
*** [installworld] Error code 1
make: stopped in /opt/src/svn-current
1 error
make: stopped in /opt/src/svn-current
[00:00:50] Error: Failed to 'make installworld'
T
In message <201806160436.w5g4axks039...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <201806160035.w5g0zjfd066...@repo.freebsd.org>, Bryan
> Drewery writes
> :
> > Author: bdrewery
> > Date: Sat Jun 16 00:35:19 2018
> > New Revision: 335244
> &
Author: cy
Date: Tue Jun 19 01:33:03 2018
New Revision: 335355
URL: https://svnweb.freebsd.org/changeset/base/335355
Log:
Fix amq -i timestamp segmentation violation.
MFC after:1 week
Modified:
head/contrib/amd/amq/amq.c
Modified: head/contrib/amd/amq/amq.c
=
time.
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, 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: Bryan Drewery
Sent: 19/06/2018 08:57
To: Cy Sch
ond attempt:
>
> - Maybe use HMACs instead of raw hashes
> - Maybe sign the source-of-trust file
> - Fix the style issues
> - Fix the compiler warnings at 6
- i386 format issues, build failures in multiple places
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://ww
#x27;s in NetBSD (I've not looked at it in at least a
> decade).
If this is correct, should it not be imported into the vendor branches
first?
What are the criteria to import through the vendor branches v.s. direct
import into HEAD? Do I fail to understand a missing piece of
information
glebius pointed this out to me
I understood the reason why and I now try to do the same on the ports
side of the fence too. It's more difficult it but IMO well worth it. I
find that git helps separate these types of commits -- if I make a
mistake it's easy enough to back out a git com
; + local rc verbose
>
> if checkyesno ntp_leapfile_fetch_verbose; then
> verbose=echo
> else
> verbose=:
> fi
> -
> - ntp_tmp_leapfile="/var/run/ntpd.leap-seconds.list"
>
> ntp_ver_no_src=
rs transfer to the
>* target cpu.
>*/
> - td_get_sched(td)->ts_cpu = curcpu; /* Pick something valid to start */
> cpu = sched_pickcpu(td, flags);
> tdq = sched_setcpu(td, cpu, flags);
> tdq_add(tdq, td, flags);
>
Thank you.
--
Cheer
ys_ioctl() at sys_ioctl+0x2af/frame 0xfe003635ca60
syscallenter() at syscallenter+0x4e4/frame 0xfe003635cb30
amd64_syscall() at amd64_syscall+0x1b/frame 0xfe003635cbf0
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfe003635cbf0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0
In message , Don Lewis writes:
> On 29 Nov, Cy Schubert wrote:
> > In message <201711292328.vatnseom046...@repo.freebsd.org>, Hans Petter
> > Selasky
> > writes:
> >> Author: hselasky
> >> Date: Wed Nov 29 23:28:40 2017
> >> New Revision: 3263
Author: cy
Date: Tue Dec 5 05:02:46 2017
New Revision: 326558
URL: https://svnweb.freebsd.org/changeset/base/326558
Log:
fdformat is a sysadmin command and thus its man page should be in
volume 8 instead of volume 1.
Reviewed by: imp
MFC after:1 week
Differential Revision:
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
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.o
this in any iteration, but I could be mistaken.
>
> I do not see any of these names with checks in the reviewed by box,
> providing feedback in a review != reviewed by unless they have
> accepted it.
>
> Further more, why does freebsd need this in base?
When I saw this commit in the i
*iov));
> +
> + for (;;) {
> + buf = safe_malloc(DEFAULT_BUF_SIZE);
> + i = read(STDIN_FILENO, buf, DEFAULT_BUF_SIZE);
> + if (whichbuf == bufcnt) {
> + bufcnt *= 2;
> + iov = safe_reallocf(iov, bufcnt * s
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
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 Sch
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
ne only supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From: Devin Teske
Sent: 05/12/2017 09:23
To: Cy Schubert
Cc: Hans Petter Selasky; rgri...@freebsd.org; c...@freebsd.org; Eitan Adler;
src-committers; svn-src-...@
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 o
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
=
roblem. r326575 addresses the issue.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
>
> On 5 December 2017 at 10:08, Eric Joyner wrote:
> > I got told by a co-worker that this broke buildworld.
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>, P
hbuf;
> + (void )gethostname(hbuf, MAXHOSTNAMELEN);
> + *strchr(hostname, '.') = '\0';
Hi Gleb,
I'm getting a segfault here.
[New LWP 101396]
Core was generated by `logger -p daemon.notice -t local-dhclient(lagg0):4629
2 dhclient-script for inter
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
ntil its impact on ZFS is examined (and fixed)?
>
> Unfortunately, there is no public comment from you at all.
> Not even "yes, I am aware, will be looking into it".
Until we can address the ARC breakage, can we revert this, please?
--
Cheers,
Cy Schubert
FreeBSD UNIX: We
PR 224080???
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, 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: Mateusz Guzik
Sent: 12/12/2017 11:13
To
¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥
In message <20171218093635.ilumboo655ual...@ivaldir.net>, Baptiste
Daroussin wr
ites:
> On Fri, Dec 15, 2017 at 05:40:15PM -0800, Cy Schubert wrote:
> > In message <201712060944.vb69izqe027...@repo.freebsd.org>, Baptiste=20
> > Daroussin w
> > rites:
> > &
In message <20171218093635.ilumboo655ual...@ivaldir.net>, Baptiste
Daroussin wr
ites:
> On Fri, Dec 15, 2017 at 05:40:15PM -0800, Cy Schubert wrote:
> > In message <201712060944.vb69izqe027...@repo.freebsd.org>, Baptiste=20
> > Daroussin w
> > rites:
> > &
;
> -
> +while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) {
> /* Must have an "at" for acpi or isa. */
> resource_string_value(name, unit, "at", &s);
> if (!(strcmp(s, "acpi0") == 0 || strcmp(s, "acpi") == 0 |
In message
, Warner Losh writes:
> --001a1140eeb8e8b5ac0560cba79f
> Content-Type: text/plain; charset="UTF-8"
>
> On Dec 20, 2017 1:33 PM, "Cy Schubert" wrote:
>
> In message <201712201914.vbkjeg68087...@repo.freebsd.org>, Warner Losh
> writes:
>
s show up as null changes in the diff
> > I can not see any change, not even white space.
>
> They are sorted by size according to style(9).
When I was still a grasshopper my sensei taught me not to batch commits.
Looking back, this was wise advice as it is easier for those r
Author: cy
Date: Fri Dec 29 07:23:18 2017
New Revision: 327336
URL: https://svnweb.freebsd.org/changeset/base/327336
Log:
Correct the comment describing badrs which is bad router solicitiation,
not bad router advertisement.
MFC after:3 days
Modified:
head/sys/netinet/icmp6.h
Modif
Author: cy
Date: Sat Dec 30 19:27:22 2017
New Revision: 327384
URL: https://svnweb.freebsd.org/changeset/base/327384
Log:
Fix r327383:
.../sys/dev/ep/elink.c:31:1: error: '/*' within block comment
[-Werror,-Wcomment]
/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
^
Modif
+/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
> */
>
Hi Pedro,
I got this:
/opt/src/svn-current/sys/dev/ep/elink.c:31:1: error: '/*' within block
comment [-Werror,-Wcomment]
/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $
^
I'll go ahead and
In message <37c6dd5a-ef90-4c62-9139-35df00cd0...@freebsd.org>, Pedro
Giffuni wr
ites:
> Oops ...
>
>
> On 30/12/2017 14:27, Cy Schubert wrote:
> > Author: cy
> > Date: Sat Dec 30 19:27:22 2017
> > New Revision: 327384
> > URL: https://svnweb.fre
Author: cy
Date: Thu Jan 4 04:11:40 2018
New Revision: 327540
URL: https://svnweb.freebsd.org/changeset/base/327540
Log:
Correct function name in description block.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_state.c
Modified: head/sys/contrib/ipfilter/netinet/i
Author: cy
Date: Tue Jan 9 06:43:58 2018
New Revision: 327718
URL: https://svnweb.freebsd.org/changeset/base/327718
Log:
When growing the state, also grow the seed array. Otherwise memory
that was not allocated will be accessed.
This necessitated refactoring state seed allocation from
Author: cy
Date: Tue Jan 9 20:35:58 2018
New Revision: 327737
URL: https://svnweb.freebsd.org/changeset/base/327737
Log:
USNO and possibly others have misinterpreted the maining of the
leapseconds last-update field and incorrectly increment it when changing
the file even though the leapseco
Author: cy
Date: Sat Jan 13 08:16:10 2018
New Revision: 327912
URL: https://svnweb.freebsd.org/changeset/base/327912
Log:
Though this block of code is not used by FreeBSD, correct a call to
sprintf() with a macro call to SNPRINTF similar to other calls to
SNPRINTF within this same block.
In message <201801130816.w0d8gafg024...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Sat Jan 13 08:16:10 2018
> New Revision: 327912
> URL: https://svnweb.freebsd.org/changeset/base/327912
>
> Log:
> Though this block of code is not used by FreeBSD, co
Author: cy
Date: Sat Jan 13 08:28:46 2018
New Revision: 327913
URL: https://svnweb.freebsd.org/changeset/base/327913
Log:
Remove redundant variable.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/radix_ipf.c
Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c
=
mxge/if_mxge.c:4538:9: error: unused variable
'bytes' [-Werror,-Wunused-variable]
size_t bytes;
^
1 error generated.
*** [if_mxge.o] Error code 1
> - sc->msix_ih = malloc(bytes, M_DEVBUF, M_NOWAIT|M_ZERO);
> + sc->msix_ih = mallocarray(sc->num_s
ad/sys/kern/sched_ule.c
>
> Modified: head/sys/kern/sched_ule.c
Why? What happened?
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
svn-src-head@freebsd.
In message <82d52ee3-1c2a-2399-0142-0027b4370...@selasky.org>, Hans Petter
Sela
sky writes:
> On 01/24/18 15:00, Cy Schubert wrote:
> > Why? What happened?
> >
>
> Hi,
>
> See r326376 . This patch is out of date :-)
This makes my point. Someone browsing th
e.c
> head/sys/fs/nfsserver/nfs_nfsdport.c
> head/sys/fs/nfsserver/nfs_nfsdserv.c
> head/sys/fs/nfsserver/nfs_nfsdstate.c
> head/sys/netinet/ip_mroute.c
> head/sys/nfsclient/nfsnode.h
> head/sys/sys/malloc.h
>
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http:/
ntrib/libnv/nvpair_impl.h
>
When was it decided to add SPDX to contrib?
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
svn-src-head@freebsd.org mailing
In message <20180127215658.GA75080@jarvis>, Mariusz Zaborski writes:
>
>
> --ew6BAiZeqk4r7MaW
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Sat, Jan 27, 2018 at 07:32:39AM -0800, Cy
d/i386/loader/loader.rc Wed Mar 21 22:01:51 2018(r33132
> 6)
> @@ -3,10 +3,13 @@
> \
> \ Includes additional commands
> include /boot/loader.4th
> +include /boot/efi.4th
> try-include /boot/loader.rc.local
>
&
In message
, Kyle Evans writes:
> On Wed, Mar 21, 2018 at 10:30 PM, Cy Schubert wro
> te:
> > In message <201803212201.w2lm1pvl020...@repo.freebsd.org>, Kyle Evans
> > writes:
> >> Author: kevans
> >> Date: Wed Mar 21 22:01:51 2018
> >> New Re
1);
> >> #if VM_NRESERVLEVEL > 0
> >> - if (!vm_object_reserv(object) ||
> >> - (m = vm_reserv_alloc_page(object, pindex,
> >> - domain, mpred)) == NULL)
> >> + if (vm_reserv_recl
In message , Jeff Roberson
writes:
> On Thu, 22 Mar 2018, Cy Schubert wrote:
>
> > It broke i386 too.
>
> I just did
> TARGET_ARCH=i386 make buildworld
> TARGET_ARCH=i386 make buildkernel
>
> This worked for me?
>
> Jeff
hmmm.
make TARGET=i386 TARGET_AR
In message , Jeff Roberson
writes:
> On Thu, 22 Mar 2018, Cy Schubert wrote:
>
> > It broke i386 too.
>
> I believe I'm not able to reproduce this because it is a result of changes
> in kernel config. I can not reproduce it so I can't verify the fix.
> Since
In message , Jeff Roberson
writes:
> On Thu, 22 Mar 2018, Cy Schubert wrote:
>
> > In message , Jeff Roberson
> > writes:
> >> On Thu, 22 Mar 2018, Cy Schubert wrote:
> >>
> >>> It broke i386 too.
> >>
> >> I just did
> >&
Author: cy
Date: Fri Mar 23 03:22:30 2018
New Revision: 331415
URL: https://svnweb.freebsd.org/changeset/base/331415
Log:
Fix build on i386 without INVARIANTS following r331369.
--- vm_reserv.o ---
In file included from /opt/src/svn-current/sys/vm/vm_reserv.c:48:
In file included from /
In message <20180323150709.h...@besplex.bde.org>, Bruce Evans writes:
> On Thu, 22 Mar 2018, Jeff Roberson wrote:
>
> > On Thu, 22 Mar 2018, Cy Schubert wrote:
> >
> >> It broke i386 too.
> >
> > I just did
> > TARGET_ARCH=i386 make buildworld
Have you disabled DDB in your kernel config?
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, 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: O
Author: cy
Date: Tue Apr 3 18:52:38 2018
New Revision: 331936
URL: https://svnweb.freebsd.org/changeset/base/331936
Log:
Add new gets_s(3) stdio function.
This implements the gets_s(3) function as documented at
http://en.cppreference.com/w/c/io/gets. It facilitates the
optional removal
Author: cy
Date: Tue Apr 3 19:51:23 2018
New Revision: 331942
URL: https://svnweb.freebsd.org/changeset/base/331942
Log:
Add gets_s(3) to the man page title (noticed by ed@).
While I'm at it correct the update date in the man page.
Reported by: ed@
MFC after:2 weeks
X-MFC wit
Author: cy
Date: Tue Apr 3 20:14:37 2018
New Revision: 331943
URL: https://svnweb.freebsd.org/changeset/base/331943
Log:
Include update to stdio.h missed in r331936.
In my attempt to limit the commit in r331936 to only the gets_s()
commit and not include unrelated patches in my tree, thi
In message <20180403202233.gl1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 11:20:10PM +0300, Konstantin Belousov wrote:
> > On Tue, Apr 03, 2018 at 06:52:39PM +0000, Cy Schubert wrote:
> > > Modified: head/l
In message <20180403202010.gk1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 06:52:39PM +, Cy Schubert wrote:
> > Modified: head/lib/libc/stdio/Symbol.map
> > ===
> ===
>
Author: cy
Date: Tue Apr 3 20:38:25 2018
New Revision: 331945
URL: https://svnweb.freebsd.org/changeset/base/331945
Log:
Correct the version number for gets_s(3).
Reported by: kib@
MFC after:2 weeks
X-MFC with: r331936
Differential Revision:https://reviews.freebsd.org/
In message <20180403202010.gk1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 06:52:39PM +, Cy Schubert wrote:
> > Modified: head/lib/libc/stdio/Symbol.map
> > ===
> ===
>
In message <20180403204240.gn1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 01:24:42PM -0700, Cy Schubert wrote:
> > In message <20180403202010.gk1...@kib.kiev.ua>, Konstantin Belousov
> > writes:
> > > On Tue, Apr 03, 2018 at
Author: cy
Date: Tue Apr 3 20:53:53 2018
New Revision: 331947
URL: https://svnweb.freebsd.org/changeset/base/331947
Log:
The correct symbol version for FreeBSD 12 is 1.5.
Reported by: kib@
MFC after:2 weeks
X-MFC with: r331936
Differential Revision:https://reviews.free
In message <20180403205431.go1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 08:38:25PM +, Cy Schubert wrote:
> > Author: cy
> > Date: Tue Apr 3 20:38:25 2018
> > New Revision: 331945
> > URL: https://svnweb.freebsd.org/c
Author: cy
Date: Tue Apr 3 20:59:46 2018
New Revision: 331948
URL: https://svnweb.freebsd.org/changeset/base/331948
Log:
Remove redundant check.
Reported by: kib@
MFC after:2 weeks
X-MFC with: r331936
Differential Revision:https://reviews.freebsd.org/D12785
Modified:
In message <20180403204057.gm1...@kib.kiev.ua>, Konstantin Belousov
writes:
> On Tue, Apr 03, 2018 at 08:14:37PM +, Cy Schubert wrote:
> > Author: cy
> > Date: Tue Apr 3 20:14:37 2018
> > New Revision: 331943
> > URL: https://svnweb.freebsd.org/c
In message <201803230615.w2n6ftmj040...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <20180323150709.h...@besplex.bde.org>, Bruce Evans writes:
> > On Thu, 22 Mar 2018, Jeff Roberson wrote:
> >
> > > On Thu, 22 Mar 2018, Cy Schubert wrote:
> >
tter.
>
> Submitted by: Johannes Lundberg
> Sponsored by: Limelight Networks
Hi Sean,
Why? Not that I agree or disagree with this commit specifically,
including the reason why in the log might assist someone browsing
through the log.
--
Cheers,
Cy Schubert
FreeBSD UN
In message , Devin
Teske writ
es:
>
>
> --Apple-Mail=_782CDA06-B0D5-4122-82C6-1541344DA2A3
> Content-Transfer-Encoding: quoted-printable
> Content-Type: text/plain;
> charset=us-ascii
>
>
> > On Apr 24, 2018, at 12:58 PM, Cy Schubert =
> wrote:
&g
1 - 100 of 997 matches
Mail list logo