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-all@
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.
Author: cy
Date: Wed Dec 6 00:00:37 2017
New Revision: 326604
URL: https://svnweb.freebsd.org/changeset/base/326604
Log:
MFC r326343:
Fix fetching ntp leapfile after 325256
Submitted by: Ronald Klop
Original commit by:asomers
MFC PR: 224126
Modified:
stable/1
Author: cy
Date: Wed Dec 6 00:00:37 2017
New Revision: 326604
URL: https://svnweb.freebsd.org/changeset/base/326604
Log:
MFC r326343:
Fix fetching ntp leapfile after 325256
Submitted by: Ronald Klop
Original commit by:asomers
MFC PR: 224126
Modified:
stable/1
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
}/dwatch/sendto
-LINKS+=${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop
LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept
LINKS+=${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-establ
ished
LINKS+=${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwat
In message <2a5ddbe0-5a97-4b78-8a1e-5b1e11ae1...@freebsd.org>, "Kristof
Provost
" writes:
>
> --=_MailMate_37784F8A-DF73-4094-A86C-D7C2EF0CB551_=
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Transfer-Encoding: 8bit
>
> On 11 Aug 2018, a
Author: cy
Date: Sun Aug 12 07:47:44 2018
New Revision: 337680
URL: https://svnweb.freebsd.org/changeset/base/337680
Log:
Chasing r337661, fix systat after arc accounting change.
Modified:
head/usr.bin/systat/main.c
Modified: head/usr.bin/systat/main.c
===
Author: cy
Date: Tue Aug 14 20:02:01 2018
New Revision: 337817
URL: https://svnweb.freebsd.org/changeset/base/337817
Log:
MFC r336203, r336499, r336501-r336502, r336506, r336510, r336512-r336513,
r336515, r336528-r336531
r336203:
MFV r324714:
Update wpa 2.5 --> 2.6.
r336499:
Author: cy
Date: Tue Aug 14 20:10:25 2018
New Revision: 337818
URL: https://svnweb.freebsd.org/changeset/base/337818
Log:
WPA: Ignore unauthenticated encrypted EAPOL-Key data
Ignore unauthenticated encrypted EAPOL-Key data in supplicant
processing. When using WPA2, these are frames that h
In message <201808142010.w7ekaqxp001...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Tue Aug 14 20:10:25 2018
> New Revision: 337818
> URL: https://svnweb.freebsd.org/changeset/base/337818
>
> Log:
> WPA: Ignore unauthenticated encrypted EAP
Author: cy
Date: Tue Aug 14 20:24:10 2018
New Revision: 337819
URL: https://svnweb.freebsd.org/changeset/base/337819
Log:
MFV r337818:
WPA: Ignore unauthenticated encrypted EAPOL-Key data
Ignore unauthenticated encrypted EAPOL-Key data in supplicant
processing. When using WPA2, these
Author: cy
Date: Fri Aug 17 02:46:36 2018
New Revision: 337948
URL: https://svnweb.freebsd.org/changeset/base/337948
Log:
MFC r337558, r337560
r337558:
Identify the return value (rval) that led to the IPv4 NAT failure
in ipf_nat_checkout() and report it in the frb_natv4out and frb_natv4
Author: cy
Date: Fri Aug 17 02:46:36 2018
New Revision: 337948
URL: https://svnweb.freebsd.org/changeset/base/337948
Log:
MFC r337558, r337560
r337558:
Identify the return value (rval) that led to the IPv4 NAT failure
in ipf_nat_checkout() and report it in the frb_natv4out and frb_natv4
In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer
writes:
> Author: cem
> Date: Fri Aug 17 00:23:50 2018
> New Revision: 337936
> URL: https://svnweb.freebsd.org/changeset/base/337936
>
> Log:
> Bring in libsodium to sys/contrib
>
> Bring in https://github.com/jedisct1
mistic..
Agreed, which is why importing into vendor is important. It makes the
job of some random committer who's chosen to or been tasked to update
it easier.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of t
Author: cy
Date: Sun Aug 19 13:44:56 2018
New Revision: 338045
URL: https://svnweb.freebsd.org/changeset/base/338045
Log:
Expose np (nat_t - an entry in the nat table structure) in the DTrace
probe when nat fails (label badnat). This is useful in diagnosing
failed NAT issues and was used in
Author: cy
Date: Sun Aug 19 13:44:59 2018
New Revision: 338046
URL: https://svnweb.freebsd.org/changeset/base/338046
Log:
Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes
are situated next to error counters and/or in one instance prior to the
-1 return from various func
Author: cy
Date: Sun Aug 19 13:45:03 2018
New Revision: 338047
URL: https://svnweb.freebsd.org/changeset/base/338047
Log:
The bucket index is subtracted by one at lines 2304 and 2314. When 0 it
becomes -1, except these are unsigned integers, so they become very large
numbers. Thus are alway
Author: cy
Date: Tue Aug 21 00:37:48 2018
New Revision: 338123
URL: https://svnweb.freebsd.org/changeset/base/338123
Log:
MFC r337410:
Remove redundant and incorrect default definition of AF_INET6. AF_INET6
is defined in sys/socket.h where it's defined as 28.
A bit of trivia: On NetB
Author: cy
Date: Tue Aug 21 00:37:48 2018
New Revision: 338123
URL: https://svnweb.freebsd.org/changeset/base/338123
Log:
MFC r337410:
Remove redundant and incorrect default definition of AF_INET6. AF_INET6
is defined in sys/socket.h where it's defined as 28.
A bit of trivia: On NetB
Author: cy
Date: Tue Aug 21 19:17:35 2018
New Revision: 338154
URL: https://svnweb.freebsd.org/changeset/base/338154
Log:
For CID 1394785, add a comment explaining that global->event_buf is
not really a char * but a struct rt_msghdr *.
MFC after:3 days
Modified:
head/contrib/wpa/sr
Author: cy
Date: Wed Aug 22 01:04:52 2018
New Revision: 338169
URL: https://svnweb.freebsd.org/changeset/base/338169
Log:
MFC r338045:
Expose np (nat_t - an entry in the nat table structure) in the DTrace
probe when nat fails (label badnat). This is useful in diagnosing
failed NAT issue
Author: cy
Date: Wed Aug 22 01:04:52 2018
New Revision: 338169
URL: https://svnweb.freebsd.org/changeset/base/338169
Log:
MFC r338045:
Expose np (nat_t - an entry in the nat table structure) in the DTrace
probe when nat fails (label badnat). This is useful in diagnosing
failed NAT issue
Author: cy
Date: Wed Aug 22 01:23:11 2018
New Revision: 338170
URL: https://svnweb.freebsd.org/changeset/base/338170
Log:
MFC r338046:
Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes
are situated next to error counters and/or in one instance prior to the
-1 return
Author: cy
Date: Wed Aug 22 01:23:11 2018
New Revision: 338170
URL: https://svnweb.freebsd.org/changeset/base/338170
Log:
MFC r338046:
Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes
are situated next to error counters and/or in one instance prior to the
-1 return
Author: cy
Date: Wed Aug 22 01:43:11 2018
New Revision: 338171
URL: https://svnweb.freebsd.org/changeset/base/338171
Log:
MFC r338047:
The bucket index is subtracted by one at lines 2304 and 2314. When 0 it
becomes -1, except these are unsigned integers, so they become very large
numbe
Author: cy
Date: Wed Aug 22 01:43:11 2018
New Revision: 338171
URL: https://svnweb.freebsd.org/changeset/base/338171
Log:
MFC r338047:
The bucket index is subtracted by one at lines 2304 and 2314. When 0 it
becomes -1, except these are unsigned integers, so they become very large
numbe
Author: cy
Date: Wed Aug 29 06:04:54 2018
New Revision: 338367
URL: https://svnweb.freebsd.org/changeset/base/338367
Log:
Avoid printing extraneous function names when searching man page
database (apropos, man -k). This commit Replaces .SS with .SH,
similar to the man page provided by origin
> +
> .include
>
This broke my krb5 project branch. The fix for me is easy but rather
inelegant, adding yet another for loop. Would it not be better to
guarantee that mtree is in $WORLDTEMP for platforms that don't have it
naturally or unconditionally? And, before we use it? Wit
Author: cy
Date: Wed Sep 5 01:33:30 2018
New Revision: 338464
URL: https://svnweb.freebsd.org/changeset/base/338464
Log:
Avoid printing extraneous function names when searching man page
database (apropos, man -k). This commit Replaces .SS with .SH,
similar to the man page provided by origin
Author: cy
Date: Wed Sep 5 01:33:30 2018
New Revision: 338464
URL: https://svnweb.freebsd.org/changeset/base/338464
Log:
Avoid printing extraneous function names when searching man page
database (apropos, man -k). This commit Replaces .SS with .SH,
similar to the man page provided by origin
t
> +.endif
> +
> # All library objects contain FreeBSD revision strings by default; they may
> be
> # excluded as a space-saving measure. To produce a library that does
> # not contain these strings, add -DSTRIP_FBSDID (see ) to CFLAG
> S
>
Should this require bumping __
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: W
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
Author: cy
Date: Wed Dec 13 20:15:23 2017
New Revision: 326833
URL: https://svnweb.freebsd.org/changeset/base/326833
Log:
MFC r324248:
hen building multiple kernels using KERNCONF, non-existent KERNCONF
files will produce an error and buildkernel will fail. Previously missing
KERNCONF f
Author: cy
Date: Wed Dec 13 20:15:23 2017
New Revision: 326833
URL: https://svnweb.freebsd.org/changeset/base/326833
Log:
MFC r324248:
hen building multiple kernels using KERNCONF, non-existent KERNCONF
files will produce an error and buildkernel will fail. Previously missing
KERNCONF f
¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥Â¥
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥Â
Author: cy
Date: Sun Dec 17 06:00:49 2017
New Revision: 326918
URL: https://svnweb.freebsd.org/changeset/base/326918
Log:
MFC r326558, r326566:
fdformat is a sysadmin command and thus its man page should be in
volume 8 instead of volume 1.
Reviewed by: imp
Added:
stable/10/usr.sb
Author: cy
Date: Sun Dec 17 06:00:49 2017
New Revision: 326918
URL: https://svnweb.freebsd.org/changeset/base/326918
Log:
MFC r326558, r326566:
fdformat is a sysadmin command and thus its man page should be in
volume 8 instead of volume 1.
Reviewed by: imp
Added:
stable/11/usr.sb
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:07:51 2018
New Revision: 327716
URL: https://svnweb.freebsd.org/changeset/base/327716
Log:
MFC r327336:
Correct the comment describing badrs which is bad router solicitiation,
not bad router advertisement.
Modified:
stable/11/sys/netinet/icmp6.h
Directory
Author: cy
Date: Tue Jan 9 06:07:51 2018
New Revision: 327716
URL: https://svnweb.freebsd.org/changeset/base/327716
Log:
MFC r327336:
Correct the comment describing badrs which is bad router solicitiation,
not bad router advertisement.
Modified:
stable/10/sys/netinet/icmp6.h
Directory
Author: cy
Date: Tue Jan 9 06:10:57 2018
New Revision: 327717
URL: https://svnweb.freebsd.org/changeset/base/327717
Log:
MFC r327540:
Correct function name in description block.
Modified:
stable/10/sys/contrib/ipfilter/netinet/ip_state.c
Directory Properties:
stable/10/ (props chang
Author: cy
Date: Tue Jan 9 06:10:57 2018
New Revision: 327717
URL: https://svnweb.freebsd.org/changeset/base/327717
Log:
MFC r327540:
Correct function name in description block.
Modified:
stable/11/sys/contrib/ipfilter/netinet/ip_state.c
Directory Properties:
stable/11/ (props chang
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: Fri Jan 12 02:49:18 2018
New Revision: 327859
URL: https://svnweb.freebsd.org/changeset/base/327859
Log:
MFC 327737:
USNO and possibly others have misinterpreted the maining of the
leapseconds last-update field and incorrectly increment it when changing
the file even th
Author: cy
Date: Fri Jan 12 02:49:18 2018
New Revision: 327859
URL: https://svnweb.freebsd.org/changeset/base/327859
Log:
MFC 327737:
USNO and possibly others have misinterpreted the maining of the
leapseconds last-update field and incorrectly increment it when changing
the file even th
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_
Author: cy
Date: Sat Jan 20 18:00:42 2018
New Revision: 328203
URL: https://svnweb.freebsd.org/changeset/base/328203
Log:
MFC r327912:
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 th
Author: cy
Date: Sat Jan 20 18:00:42 2018
New Revision: 328203
URL: https://svnweb.freebsd.org/changeset/base/328203
Log:
MFC r327912:
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 th
Author: cy
Date: Sat Jan 20 18:04:08 2018
New Revision: 328204
URL: https://svnweb.freebsd.org/changeset/base/328204
Log:
MFC r327913:
Remove redundant variable.
Modified:
stable/11/sys/contrib/ipfilter/netinet/radix_ipf.c
Directory Properties:
stable/11/ (props changed)
Changes in
Author: cy
Date: Sat Jan 20 18:04:08 2018
New Revision: 328204
URL: https://svnweb.freebsd.org/changeset/base/328204
Log:
MFC r327913:
Remove redundant variable.
Modified:
stable/10/sys/contrib/ipfilter/netinet/radix_ipf.c
Directory Properties:
stable/10/ (props changed)
Changes in
Author: cy
Date: Sat Feb 24 18:16:28 2018
New Revision: 329919
URL: https://svnweb.freebsd.org/changeset/base/329919
Log:
MFC r329361:
Document memset_s(3). memset_s(3) is defined in
C11 standard (ISO/IEC 9899:2011) K.3.7.4.1 The memset_s function
(p: 621-622)
Fix memset(3) portion
rc/svn-current/contrib/netbsd-tests/kernel/t_sysv.c
===
--- /opt/src/svn-current/contrib/netbsd-tests/kernel/t_sysv.c (revision
330299)
+++ /opt/src/svn-current/contrib/netbsd-tests/kernel/t_sysv.c (working
copy)
@
In message <201803022325.w22npyiw050...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <20180302223138.ga83...@spindle.one-eyed-alien.net>, Brooks
> Davis wr
> ites:
> >
> > --yrj/dFKFPuw6o+aM
> > Content-Type: text/plain; charset=us-ascii
>
In message <20180302233343.gc83...@spindle.one-eyed-alien.net>, Brooks
Davis wr
ites:
>
>
> --ALfTUftag+2gvp1h
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Fri, Mar 02, 2018 at 03:31
aid that, I maintain backup slices on an alternate disk in case
of loss should the primary slice fail to boot. In that case data loss
is tolerable to allow a better chance I can remotely ssh in. (Of course
there's no 100% guarantee if there's data loss but it's better than 0%
if
t soft updates enabled.
>
> One must try to remeber that fsck -p during /etc/rc processing can
> run into many different file systems, some more resilent to running
> things like fsck -R -y, some not.
Having been in this situation with FreeBSD, Solaris, Linux, and many
other operating
interrupt rather than
having to poll. Polling is inefficient use of my 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.
---
-Origin
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
Author: cy
Date: Wed Jul 1 02:55:20 2015
New Revision: 284989
URL: https://svnweb.freebsd.org/changeset/base/284989
Log:
Temporarily remove size limit restriction in order to import ntp-4.2.8p3
into the vendor branch.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimi
Author: cy
Date: Wed Jul 1 03:12:13 2015
New Revision: 284990
URL: https://svnweb.freebsd.org/changeset/base/284990
Log:
Vendor import ntp-4.2.8p3.
Approved by: delphij (implicit, using SO hat)
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org
Author: cy
Date: Wed Jul 1 03:17:10 2015
New Revision: 284991
URL: https://svnweb.freebsd.org/changeset/base/284991
Log:
ntp-4.2.8p3 vendor import complete. Revert size limit restriction.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
=
Author: cy
Date: Wed Jul 1 03:49:35 2015
New Revision: 284992
URL: https://svnweb.freebsd.org/changeset/base/284992
Log:
Tag ntp-4.2.8p3.
Approved by: delphij (implicit, wearing SO hat)
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org/show_bu
Author: cy
Date: Sun Jul 5 15:42:16 2015
New Revision: 285169
URL: https://svnweb.freebsd.org/changeset/base/285169
Log:
MFV ntp-4.2.8p3 (r284990).
Approved by: roberto, delphij
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org/show_bug.cgi?id
Author: cy
Date: Sun Jul 5 16:48:40 2015
New Revision: 285170
URL: https://svnweb.freebsd.org/changeset/base/285170
Log:
Update ntp version number. (This is a manual update that was missed.)
Modified:
head/usr.sbin/ntp/config.h
Modified: head/usr.sbin/ntp/config.h
==
In message <1436113168.1191.1.ca...@freebsd.org>, Ian Lepore writes:
> On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote:
> > Author: cy
> > Date: Sun Jul 5 15:42:16 2015
> > New Revision: 285169
> > URL: https://svnweb.freebsd.org/changeset/base/285169
&g
In message <1436130908.1334.3.ca...@freebsd.org>, Ian Lepore writes:
> On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote:
> > In message <1436113168.1191.1.ca...@freebsd.org>, Ian Lepore writes:
> > > On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote:
> >
Author: cy
Date: Fri Dec 23 22:42:14 2016
New Revision: 310490
URL: https://svnweb.freebsd.org/changeset/base/310490
Log:
MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2.
Used extensively on my network over the past ten weeks.
Reviewed by:pfg, brooks
Suggested by: p
Author: cy
Date: Fri Dec 23 22:42:14 2016
New Revision: 310490
URL: https://svnweb.freebsd.org/changeset/base/310490
Log:
MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2.
Used extensively on my network over the past ten weeks.
Reviewed by:pfg, brooks
Suggested by: p
Author: cy
Date: Sun Jan 1 10:37:10 2017
New Revision: 311005
URL: https://svnweb.freebsd.org/changeset/base/311005
Log:
Fix up grammar.
MFC after:3 days
Modified:
head/usr.sbin/ntp/doc/ntp.conf.5
Modified: head/usr.sbin/ntp/doc/ntp.conf.5
==
Author: cy
Date: Wed Jan 4 06:53:00 2017
New Revision: 311259
URL: https://svnweb.freebsd.org/changeset/base/311259
Log:
MFC r311005
Fix up grammar.
Modified:
stable/10/usr.sbin/ntp/doc/ntp.conf.5
Directory Properties:
stable/10/ (props changed)
Changes in other areas also in this
Author: cy
Date: Wed Jan 4 06:53:00 2017
New Revision: 311259
URL: https://svnweb.freebsd.org/changeset/base/311259
Log:
MFC r311005
Fix up grammar.
Modified:
stable/11/usr.sbin/ntp/doc/ntp.conf.5
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this
1101 - 1200 of 1701 matches
Mail list logo