Re: svn commit: r330297 - in head: lib/libc/sys sys/compat/freebsd32 sys/i386/ibcs2 sys/kern sys/sys

2018-03-02 Thread Cy Schubert
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 >

Re: svn commit: r335787 - head/etc/rc.d

2018-06-28 Thread Cy Schubert
leapfile version is $ntp_ver_no_db expires $ntp_expiry_ > db > > if [ "$ntp_ver_no_src" -gt "$ntp_ver_no_db" -o \ >"$ntp_ver_no_src" -eq "$ntp_ver_no_db" -a \ > Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http

Re: svn commit: r335786 - head/etc/rc.d

2018-06-28 Thread Cy Schubert
t; ]; then > $verbose using $url as $ntp_db_leapfile > - mv -f $ntp_tmp_leapfile $ntp_db_leapfile || > + mv -f $_ntp_tmp_leapfile $ntp_db_leapfile || > $verbose "warning: cannot replace $ntp_db_le

RE: svn commit: r339355 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-10-14 Thread Cy Schubert
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: Mateusz Guzik Sent: 14/10/2018 10:14

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
y: The FreeBSD Foundation > Differential revision: https://reviews.freebsd.org/D17658 > > Modified: > head/sys/fs/nfsclient/nfs_clvnops.c > head/sys/kern/vfs_default.c > head/sys/kern/vfs_init.c > head/sys/kern/vfs_mount.c > head/sys/sys/mount.h > head/sys/

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert writes: > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin > Belousov > writes: > > Author: kib > > Date: Tue Oct 23 21:43:41 2018 > > New Revision: 339672 > &

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert writes: > In message <201810232143.w9nlhfek087...@repo.freebsd.org>, Konstantin > Belousov > writes: > > Author: kib > > Date: Tue Oct 23 21:43:41 2018 > > New Revision: 339672 > &

svn commit: r339656 - head/lib/libc/stdio

2018-10-23 Thread Cy Schubert
Author: cy Date: Tue Oct 23 14:16:02 2018 New Revision: 339656 URL: https://svnweb.freebsd.org/changeset/base/339656 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ MFC after:3 days Modified:

RE: svn commit: r339658 - head/stand/i386/libi386

2018-10-23 Thread Cy Schubert
Thank you Toomas. --- 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: Toomas Soome Sent: 23/10/2018 07:44

Re: svn commit: r339672 - in head/sys: fs/nfsclient kern sys tools

2018-10-24 Thread Cy Schubert
In message <20181024145649.gc5...@kib.kiev.ua>, Konstantin Belousov writes: > On Wed, Oct 24, 2018 at 07:19:33AM -0700, Cy Schubert wrote: > > In message <201810241159.w9obxfwg013...@slippy.cwsent.com>, Cy Schubert > > writes: > > > In message <20181

svn commit: r339828 - stable/12/lib/libc/stdio

2018-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 28 00:57:39 2018 New Revision: 339828 URL: https://svnweb.freebsd.org/changeset/base/339828 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ Approved by: re (kib@)

svn commit: r339829 - stable/11/lib/libc/stdio

2018-10-27 Thread Cy Schubert
Author: cy Date: Sun Oct 28 00:57:44 2018 New Revision: 339829 URL: https://svnweb.freebsd.org/changeset/base/339829 Log: Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936. Reported by: emaste@ Modified:

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
Sorry. This should have been a private email. But now that it's in the wild, if_sk.c calls epoch_enter_preempt() at line 84 which causes panic early in boot. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
ys/sys/proc.h Tue Nov 13 22:41:20 2018(r340412) > +++ head/sys/sys/proc.h Tue Nov 13 22:58:38 2018(r340413) > @@ -193,6 +193,7 @@ struct trapframe; > struct turnstile; > struct vm_map; > struct vm_map_entry; > +struct epoch_tracker; > > /* > * XX

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
In message <178c3d69-4a3b-49cb-dab4-f6f4139df...@selasky.org>, Hans Petter Sela sky writes: > On 11/14/18 10:33 AM, Cy Schubert wrote: > > + epoch_thread_init(td); > > Did you forget to call epoch_thread_init() for thread0 ? > > --HPS It appears that interfaces t

RE: svn commit: r264378 - head/sys/geom/part

2018-10-08 Thread Cy Schubert
+1 --- 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: Poul-Henning Kamp Sent: 08/10/2018 11:33 To: John

Re: svn commit: r338861 - head/lib/libc

2018-09-21 Thread Cy Schubert
upport > +.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

Re: svn commit: r340478 - head/share/man/man7

2018-11-16 Thread Cy Schubert
or. RB_POWEROFF, RB_POWERCYCLE and RB_HALT would also signal init except when RB_FASTBOOT flag is set. This aligns us better with what Linux is currently doing. IIRC Solaris still uses the legacy behavior however Solaris isn't relevant any more. Linux is pretty much the standard and we should en

Re: svn commit: r340478 - head/share/man/man7

2018-11-16 Thread Cy Schubert
In message , =?utf-8?Q?Edward _Tomasz_Napiera=C5=82a?= writes: > > > > On 16 Nov 2018, at 18:40, Cy Schubert wrote: > > > > In message <201811161804.wagi44wc047...@pdx.rh.cn85.dnsmgr.net>, > > "Rodney W. Gri > > mes" writes: > >

svn commit: r342596 - head/sys/contrib/ipfilter/netinet

2018-12-29 Thread Cy Schubert
Author: cy Date: Sat Dec 29 18:11:17 2018 New Revision: 342596 URL: https://svnweb.freebsd.org/changeset/base/342596 Log: Remove duplicate include of sys/mbuf.h. Reported by: Trond Endrest MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Modified:

svn commit: r342608 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-30 Thread Cy Schubert
Author: cy Date: Sun Dec 30 04:42:01 2018 New Revision: 342608 URL: https://svnweb.freebsd.org/changeset/base/342608 Log: MFC r342547: Remove another empty #ifdef block. This empty block also exists in the upstream HEAD. Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c Directory

svn commit: r342606 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-30 Thread Cy Schubert
Author: cy Date: Sun Dec 30 04:31:51 2018 New Revision: 342606 URL: https://svnweb.freebsd.org/changeset/base/342606 Log: MFC r341279: Clean up a redundant non-redefinition of IFNAMSIZ. IFNAMSIZ is defined in net/if.h, therefore the condition is never met and confusing to those who

svn commit: r342794 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-05 Thread Cy Schubert
Author: cy Date: Sun Jan 6 00:32:14 2019 New Revision: 342794 URL: https://svnweb.freebsd.org/changeset/base/342794 Log: MFC r342605: TCP_PAWS_IDLE is does not exist in NetBSD and illumos. In FreeBSD TCP_PAWS_IDLE is defined in netinet/tcp_seq.h, however this header isn't included

svn commit: r342794 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-05 Thread Cy Schubert
Author: cy Date: Sun Jan 6 00:32:14 2019 New Revision: 342794 URL: https://svnweb.freebsd.org/changeset/base/342794 Log: MFC r342605: TCP_PAWS_IDLE is does not exist in NetBSD and illumos. In FreeBSD TCP_PAWS_IDLE is defined in netinet/tcp_seq.h, however this header isn't included

svn commit: r342794 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-05 Thread Cy Schubert
Author: cy Date: Sun Jan 6 00:32:14 2019 New Revision: 342794 URL: https://svnweb.freebsd.org/changeset/base/342794 Log: MFC r342605: TCP_PAWS_IDLE is does not exist in NetBSD and illumos. In FreeBSD TCP_PAWS_IDLE is defined in netinet/tcp_seq.h, however this header isn't included

Re: svn commit: r342812 - head/share/skel

2019-01-06 Thread Cy Schubert
# CDPATH=:$HOME > Hmmm. At $JOB the RHEL servers use this prompt. IMO the prompt is unwieldy and distracting. Instead of \w could we use \W instead? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _

svn commit: r342815 - in head/contrib/ipfilter/ipsd: . Celler

2019-01-06 Thread Cy Schubert
Author: cy Date: Sun Jan 6 21:24:44 2019 New Revision: 342815 URL: https://svnweb.freebsd.org/changeset/base/342815 Log: Remove ipsd (IP Scan Detetor). It is unused and to my knowledge has never been used on any platform that ipfilter has been on. However it looks like it could be a useful

svn commit: r343103 - head/contrib/ipfilter

2019-01-16 Thread Cy Schubert
Author: cy Date: Wed Jan 16 20:46:39 2019 New Revision: 343103 URL: https://svnweb.freebsd.org/changeset/base/343103 Log: Remove redundant ipfilter version of pcap-bpf.h. As of r214535 it was no longer needed. MFC after:1 week Deleted: head/contrib/ipfilter/pcap-bpf.h

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-17 Thread Cy Schubert
should be in dd(1). Why not submit a revision to add the functionality to dd? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ svn-src-all@freebsd.org mailing li

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-17 Thread Cy Schubert
In message , Conrad Meyer writes: > On Thu, Jan 17, 2019 at 12:22 PM Cy Schubert wrot > e: > > This is wrong. IIRC there was discussion that this should be in dd(1). > > Why not submit a revision to add the functionality to dd? > > Well, it's wrong, but not because we ne

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-18 Thread Cy Schubert
dd is already included in /rescue. Everything about trim is wrong, even where it is put. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. ___ svn-src-all@freebsd.org maili

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-18 Thread Cy Schubert
On January 18, 2019 7:11:05 AM PST, Eugene Grosbein wrote: >On 18.01.2019 19:54, Cy Schubert wrote: > >> In message <81bb343b-ad8a-371d-d94f-f72c8dbce...@grosbein.net>, >Eugene >> Grosbein >> writes: >>> 18.01.2019 5:25, Maxim Sobolev wrote:

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/diges

2019-01-14 Thread Cy Schubert
you expected new source code to compile. I expect > this has changed, but the just of it should work in > some aspect. This fixes the potential bug of requiring a header file to be installed. I suspect this to be an oversight at the time. Good that it's fixed now. -- Cheers, Cy Schubert

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-s

2019-01-14 Thread Cy Schubert
alled. I suspect this to be an oversight at the time. >> >> Good that it's fixed now. > >Something is wrong, as infact com_err.h *IS* >installed as /usr/include/com_err.h > >diff /usr/include/com_err.h /usr/src/contrib/com_err/com_err.h This is the typical location krb5 put

svn commit: r343073 - head/contrib/ipfilter

2019-01-15 Thread Cy Schubert
Author: cy Date: Wed Jan 16 02:05:42 2019 New Revision: 343073 URL: https://svnweb.freebsd.org/changeset/base/343073 Log: Remove an IRIX-only source file. MFC after:1 week Deleted: head/contrib/ipfilter/mli_ipl.c ___

Re: svn commit: r343262 - head/sys/amd64/linux

2019-01-21 Thread Cy Schubert
nux_sigaltstack(struct thread *td, struct >linux_siga > l_stack_t lss; > int error; > >+ memset(, 0, sizeof(lss)); > LINUX_CTR2(sigaltstack, "%p, %p", uap->uss, uap->uoss); > > if (uap->uss != NULL) { Do we have a CV

svn commit: r343337 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:43:49 2019 New Revision: 343337 URL: https://svnweb.freebsd.org/changeset/base/343337 Log: MFC r343103: Remove redundant ipfilter version of pcap-bpf.h. As of r214535 it was no longer needed. Deleted: stable/12/contrib/ipfilter/pcap-bpf.h Modified:

svn commit: r343337 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:43:49 2019 New Revision: 343337 URL: https://svnweb.freebsd.org/changeset/base/343337 Log: MFC r343103: Remove redundant ipfilter version of pcap-bpf.h. As of r214535 it was no longer needed. Deleted: stable/11/contrib/ipfilter/pcap-bpf.h Modified:

svn commit: r343336 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:40:29 2019 New Revision: 343336 URL: https://svnweb.freebsd.org/changeset/base/343336 Log: MFC r343073: Remove an IRIX-only source file. Deleted: stable/10/contrib/ipfilter/mli_ipl.c Modified: Directory Properties: stable/10/ (props changed) Changes

svn commit: r343337 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:43:49 2019 New Revision: 343337 URL: https://svnweb.freebsd.org/changeset/base/343337 Log: MFC r343103: Remove redundant ipfilter version of pcap-bpf.h. As of r214535 it was no longer needed. Deleted: stable/10/contrib/ipfilter/pcap-bpf.h Modified:

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-17 Thread Cy Schubert
ng folks to support FreeBSD = > in third-party projects as-is. Lowering the barrier of entry would allow = > FreeBSD and its developers to better scale (and make FreeBSD more of a = > first-class OS). Yes. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org T

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-17 Thread Cy Schubert
was an MVS sysprog, MVS and JES were installed in one repo while CICS and IMS were installed each in their own repos. That was site specific but not out of the realm of possibilities here either. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outwe

Re: svn commit: r343118 - in head/usr.sbin: . trim

2019-01-17 Thread Cy Schubert
If anything, as is it could be a port. It should not live in a user or project branch of base nor should it be sourced out of some hypothetical quasi FreeBSD source repository in ports or any other FreeBSD repo for that matter. It doesn't belon

svn commit: r343336 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:40:29 2019 New Revision: 343336 URL: https://svnweb.freebsd.org/changeset/base/343336 Log: MFC r343073: Remove an IRIX-only source file. Deleted: stable/12/contrib/ipfilter/mli_ipl.c Modified: Directory Properties: stable/12/ (props changed) Changes

svn commit: r343336 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2019-01-22 Thread Cy Schubert
Author: cy Date: Wed Jan 23 02:40:29 2019 New Revision: 343336 URL: https://svnweb.freebsd.org/changeset/base/343336 Log: MFC r343073: Remove an IRIX-only source file. Deleted: stable/11/contrib/ipfilter/mli_ipl.c Modified: Directory Properties: stable/11/ (props changed) Changes

svn commit: r342023 - in stable: 10/contrib/ipfilter/ipsend 10/sys/contrib/ipfilter/netinet 11/contrib/ipfilter/ipsend 11/sys/contrib/ipfilter/netinet 12/contrib/ipfilter/ipsend 12/sys/contrib/ipfi...

2018-12-12 Thread Cy Schubert
Author: cy Date: Thu Dec 13 03:12:15 2018 New Revision: 342023 URL: https://svnweb.freebsd.org/changeset/base/342023 Log: MFC r341650: Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice age, more to come. Modified: stable/11/contrib/ipfilter/ipsend/ip.c

svn commit: r342023 - in stable: 10/contrib/ipfilter/ipsend 10/sys/contrib/ipfilter/netinet 11/contrib/ipfilter/ipsend 11/sys/contrib/ipfilter/netinet 12/contrib/ipfilter/ipsend 12/sys/contrib/ipfi...

2018-12-12 Thread Cy Schubert
Author: cy Date: Thu Dec 13 03:12:15 2018 New Revision: 342023 URL: https://svnweb.freebsd.org/changeset/base/342023 Log: MFC r341650: Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice age, more to come. Modified: stable/10/contrib/ipfilter/ipsend/ip.c

svn commit: r342023 - in stable: 10/contrib/ipfilter/ipsend 10/sys/contrib/ipfilter/netinet 11/contrib/ipfilter/ipsend 11/sys/contrib/ipfilter/netinet 12/contrib/ipfilter/ipsend 12/sys/contrib/ipfi...

2018-12-12 Thread Cy Schubert
Author: cy Date: Thu Dec 13 03:12:15 2018 New Revision: 342023 URL: https://svnweb.freebsd.org/changeset/base/342023 Log: MFC r341650: Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice age, more to come. Modified: stable/12/contrib/ipfilter/ipsend/ip.c

svn commit: r342183 - in head/contrib/sqlite3: . tea

2018-12-17 Thread Cy Schubert
Author: cy Date: Tue Dec 18 01:12:30 2018 New Revision: 342183 URL: https://svnweb.freebsd.org/changeset/base/342183 Log: MFV r342175: Update sqlite3-3.23.1 --> sqlite3-3.26.0 (326) MFC after:3 days Security: https://blade.tencent.com/magellan/index_en.html

svn commit: r342175 - in vendor/sqlite3/dist: . tea tea/doc tea/generic tea/tclconfig tea/win

2018-12-17 Thread Cy Schubert
Author: cy Date: Mon Dec 17 20:19:35 2018 New Revision: 342175 URL: https://svnweb.freebsd.org/changeset/base/342175 Log: Import sqlite3-3.26.0 (326) Obtained from: https://www.sqlite.org/2018/sqlite-autoconf-326.tar.gz Added: vendor/sqlite3/dist/Makefile.fallback

svn commit: r342174 - svnadmin/conf

2018-12-17 Thread Cy Schubert
Author: cy Date: Mon Dec 17 20:18:42 2018 New Revision: 342174 URL: https://svnweb.freebsd.org/changeset/base/342174 Log: Prepare for the import of sqlite3-3.26.0 (326) into the vendor branch: temporarily bump my sizelimit. Modified: svnadmin/conf/sizelimit.conf Modified:

svn commit: r342176 - vendor/sqlite3/sqlite-3260000

2018-12-17 Thread Cy Schubert
Author: cy Date: Mon Dec 17 20:22:27 2018 New Revision: 342176 URL: https://svnweb.freebsd.org/changeset/base/342176 Log: Tag Tag import of sqlite3-3.26.0 (326). Added: vendor/sqlite3/sqlite-326/ - copied from r342175, vendor/sqlite3/dist/

svn commit: r342177 - svnadmin/conf

2018-12-17 Thread Cy Schubert
Author: cy Date: Mon Dec 17 20:23:27 2018 New Revision: 342177 URL: https://svnweb.freebsd.org/changeset/base/342177 Log: Return to regularly scheduled programming. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r342139 - in head: . bin/date libexec/rc/rc.d share/man/man5 tools/build/mk tools/build/options usr.sbin usr.sbin/timed

2018-12-15 Thread Cy Schubert
y initial thought was we could port the NetBSD version but theirs is arguably just as ancient as ours. On a juxtaposed topic, how would one export an eclectic set of directories from svn to git? My last experience doing that was painful because there was more than one subdirectory involved and mo

Re: svn commit: r342139 - in head: . bin/date libexec/rc/rc.d share/man/man5 tools/build/mk tools/build/options usr.sbin usr.sbin/timed

2018-12-16 Thread Cy Schubert
In message , Warner Losh writes: > --fca822057d19b03f > Content-Type: text/plain; charset="UTF-8" > > On Sat, Dec 15, 2018, 5:54 PM Cy Schubert > > In message <7a528b98-f554-4d34-a5cb-aa5496a89...@grosbein.net>, Eugene > > Grosbein >

svn commit: r342140 - head/tools/build/mk

2018-12-15 Thread Cy Schubert
Author: cy Date: Sat Dec 15 22:02:02 2018 New Revision: 342140 URL: https://svnweb.freebsd.org/changeset/base/342140 Log: Repair build post-r342139 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r342292 - in stable/11/contrib/sqlite3: . tea

2018-12-20 Thread Cy Schubert
Author: cy Date: Fri Dec 21 02:04:15 2018 New Revision: 342292 URL: https://svnweb.freebsd.org/changeset/base/342292 Log: MFC r52 & r342183: r52: Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1 r342183: Update sqlite3-3.23.1 --> sqlite3-3.26.0 (326) PR:

svn commit: r342291 - in stable/12/contrib/sqlite3: . tea

2018-12-20 Thread Cy Schubert
Author: cy Date: Fri Dec 21 01:58:01 2018 New Revision: 342291 URL: https://svnweb.freebsd.org/changeset/base/342291 Log: MFC r342183: Update sqlite3-3.23.1 --> sqlite3-3.26.0 (326) PR: 234113 Security: https://blade.tencent.com/magellan/index_en.html

svn commit: r342377 - head/sys/contrib/ipfilter/netinet

2018-12-23 Thread Cy Schubert
Author: cy Date: Sun Dec 23 05:10:36 2018 New Revision: 342377 URL: https://svnweb.freebsd.org/changeset/base/342377 Log: Remove NETBSD_PF. NETBSD_PF is a flag that defines whether the pfil(9) framework is available. pfil(9) has been in FreeBSD since FreeBSD 5 and according to svn log was

svn commit: r342547 - head/sys/contrib/ipfilter/netinet

2018-12-26 Thread Cy Schubert
Author: cy Date: Thu Dec 27 04:53:53 2018 New Revision: 342547 URL: https://svnweb.freebsd.org/changeset/base/342547 Log: Remove another empty #ifdef block. This empty block also exists in the upstream HEAD. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/fil.c

svn commit: r341804 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2018-12-10 Thread Cy Schubert
Author: cy Date: Tue Dec 11 01:49:06 2018 New Revision: 341804 URL: https://svnweb.freebsd.org/changeset/base/341804 Log: As part of the general cleanup of the ipfilter code, special cases are committed separately to document fixing them separately from the general cleanup. In this case we

svn commit: r341804 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2018-12-10 Thread Cy Schubert
Author: cy Date: Tue Dec 11 01:49:06 2018 New Revision: 341804 URL: https://svnweb.freebsd.org/changeset/base/341804 Log: As part of the general cleanup of the ipfilter code, special cases are committed separately to document fixing them separately from the general cleanup. In this case we

svn commit: r341804 - in stable: 10/contrib/ipfilter 11/contrib/ipfilter 12/contrib/ipfilter

2018-12-10 Thread Cy Schubert
Author: cy Date: Tue Dec 11 01:49:06 2018 New Revision: 341804 URL: https://svnweb.freebsd.org/changeset/base/341804 Log: As part of the general cleanup of the ipfilter code, special cases are committed separately to document fixing them separately from the general cleanup. In this case we

Re: svn commit: r341759 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/src/e

2018-12-11 Thread Cy Schubert
In message , Jung-uk Kim writ es: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --1WzVlQChcwPiBmKooCiYuMNrbS28KVujs > Content-Type: multipart/mixed; boundary="mK5ijTqRdq36SSbJEKLOKtLDhMyjY2IRB"; > protected-headers="v1" > From: Jung-uk K

svn commit: r341839 - head/usr.sbin/wpa

2018-12-11 Thread Cy Schubert
Author: cy Date: Wed Dec 12 05:18:53 2018 New Revision: 341839 URL: https://svnweb.freebsd.org/changeset/base/341839 Log: Set default ciphers. Submitted by: jkim@ Modified: head/usr.sbin/wpa/Makefile.inc Modified: head/usr.sbin/wpa/Makefile.inc

svn commit: r342150 - head/share/man/man4

2018-12-16 Thread Cy Schubert
Author: cy Date: Sun Dec 16 04:06:53 2018 New Revision: 342150 URL: https://svnweb.freebsd.org/changeset/base/342150 Log: Add a missing leading / in a filename. MFC after:3 days Modified: head/share/man/man4/ses.4 Modified: head/share/man/man4/ses.4

svn commit: r342385 - head/sys/contrib/ipfilter/netinet

2018-12-23 Thread Cy Schubert
Author: cy Date: Mon Dec 24 01:12:43 2018 New Revision: 342385 URL: https://svnweb.freebsd.org/changeset/base/342385 Log: Remove an empty #if block. The interesting thing is that looking through Darren's commit logs, the line containing an extern ppsratecheck() definition was removed

svn commit: r342384 - head

2018-12-23 Thread Cy Schubert
Author: cy Date: Mon Dec 24 01:12:22 2018 New Revision: 342384 URL: https://svnweb.freebsd.org/changeset/base/342384 Log: Register a pre-commit review for ipfilter. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r342374 - head/sys/contrib/ipfilter/netinet

2018-12-22 Thread Cy Schubert
Author: cy Date: Sat Dec 22 21:49:25 2018 New Revision: 342374 URL: https://svnweb.freebsd.org/changeset/base/342374 Log: Remove the last vestiges of HP/UX from a FreeBSD-only ipfilter source file. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

svn commit: r341280 - head/sys/contrib/ipfilter/netinet

2018-11-29 Thread Cy Schubert
Author: cy Date: Fri Nov 30 04:15:56 2018 New Revision: 341280 URL: https://svnweb.freebsd.org/changeset/base/341280 Log: Clean up a rather useless conditional structure member definition. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_fil.h Modified:

svn commit: r341279 - head/sys/contrib/ipfilter/netinet

2018-11-29 Thread Cy Schubert
Author: cy Date: Fri Nov 30 04:15:42 2018 New Revision: 341279 URL: https://svnweb.freebsd.org/changeset/base/341279 Log: Clean up a redundant non-redefinition of IFNAMSIZ. IFNAMSIZ is defined in net/if.h, therefore the condition is never met and confusing to those who follow. MFC

RE: svn: head/usr.bin: . trim

2018-11-29 Thread Cy Schubert
Agreed. --- 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: Alexey Dokuchaev Sent: 29/11/2018 17:01

svn commit: r341265 - head/sys/contrib/ipfilter/netinet

2018-11-29 Thread Cy Schubert
Author: cy Date: Thu Nov 29 21:20:53 2018 New Revision: 341265 URL: https://svnweb.freebsd.org/changeset/base/341265 Log: Remove an old comment/code and replace with a comment that directly references a NetBSD commit. MFC after:1 week Modified:

Re: svn commit: r341377 - head/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
In message <20181201214705.7d2dca977d720467db57e...@bidouilliste.com>, Emmanuel Vadot writes: > > > Hi Cy, > > On Sat, 1 Dec 2018 17:59:42 +0000 (UTC) > Cy Schubert wrote: > > > Author: cy > > Date: Sat Dec 1 17:59:41 2018 > > New Revisio

svn commit: r341456 - head/contrib/ipfilter

2018-12-03 Thread Cy Schubert
Author: cy Date: Tue Dec 4 06:11:04 2018 New Revision: 341456 URL: https://svnweb.freebsd.org/changeset/base/341456 Log: As part of the general cleanup of the ipfilter code, special cases are committed separately to document fixing them separately from the general cleanup. In this case we

svn commit: r341708 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-07 Thread Cy Schubert
Author: cy Date: Fri Dec 7 21:42:41 2018 New Revision: 341708 URL: https://svnweb.freebsd.org/changeset/base/341708 Log: MFC r341280: Clean up a rather useless conditional structure member definition. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_fil.h Directory Properties:

svn commit: r341708 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-07 Thread Cy Schubert
Author: cy Date: Fri Dec 7 21:42:41 2018 New Revision: 341708 URL: https://svnweb.freebsd.org/changeset/base/341708 Log: MFC r341280: Clean up a rather useless conditional structure member definition. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_fil.h Directory Properties:

svn commit: r341708 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-07 Thread Cy Schubert
Author: cy Date: Fri Dec 7 21:42:41 2018 New Revision: 341708 URL: https://svnweb.freebsd.org/changeset/base/341708 Log: MFC r341280: Clean up a rather useless conditional structure member definition. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_fil.h Directory Properties:

svn commit: r341739 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:28:52 2018 New Revision: 341739 URL: https://svnweb.freebsd.org/changeset/base/341739 Log: MFC r341384: Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIX is dead). This includes collaterally removing code shared by HP/UX, SGI, and

svn commit: r341739 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:28:52 2018 New Revision: 341739 URL: https://svnweb.freebsd.org/changeset/base/341739 Log: MFC r341384: Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIX is dead). This includes collaterally removing code shared by HP/UX, SGI, and

svn commit: r341739 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:28:52 2018 New Revision: 341739 URL: https://svnweb.freebsd.org/changeset/base/341739 Log: MFC r341384: Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIX is dead). This includes collaterally removing code shared by HP/UX, SGI, and

svn commit: r341740 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:50:00 2018 New Revision: 341740 URL: https://svnweb.freebsd.org/changeset/base/341740 Log: MFC r341377, r341388 (fixup): Restore handling of PMTU discovery, removed through an unifdef(1) following the MFV of r254219 into r255332. In addition the 'FreeBSD'

svn commit: r341740 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:50:00 2018 New Revision: 341740 URL: https://svnweb.freebsd.org/changeset/base/341740 Log: MFC r341377, r341388 (fixup): Restore handling of PMTU discovery, removed through an unifdef(1) following the MFV of r254219 into r255332. In addition the 'FreeBSD'

svn commit: r341740 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-08 Thread Cy Schubert
Author: cy Date: Sat Dec 8 17:50:00 2018 New Revision: 341740 URL: https://svnweb.freebsd.org/changeset/base/341740 Log: MFC r341377, r341388 (fixup): Restore handling of PMTU discovery, removed through an unifdef(1) following the MFV of r254219 into r255332. In addition the 'FreeBSD'

svn commit: r341615 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-05 Thread Cy Schubert
Author: cy Date: Thu Dec 6 04:28:39 2018 New Revision: 341615 URL: https://svnweb.freebsd.org/changeset/base/341615 Log: MFC r341265: Remove an old comment/code and replace with a comment that directly references a NetBSD commit. Modified:

svn commit: r341615 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-05 Thread Cy Schubert
Author: cy Date: Thu Dec 6 04:28:39 2018 New Revision: 341615 URL: https://svnweb.freebsd.org/changeset/base/341615 Log: MFC r341265: Remove an old comment/code and replace with a comment that directly references a NetBSD commit. Modified:

svn commit: r341619 - vendor/wpa/2.7

2018-12-05 Thread Cy Schubert
Author: cy Date: Thu Dec 6 05:06:14 2018 New Revision: 341619 URL: https://svnweb.freebsd.org/changeset/base/341619 Log: Tag wpa_supplicant/hostapd 2.7. Added: vendor/wpa/2.7/ - copied from r341618, vendor/wpa/dist/ ___

svn commit: r341615 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-05 Thread Cy Schubert
Author: cy Date: Thu Dec 6 04:28:39 2018 New Revision: 341615 URL: https://svnweb.freebsd.org/changeset/base/341615 Log: MFC r341265: Remove an old comment/code and replace with a comment that directly references a NetBSD commit. Modified:

svn commit: r341618 - in vendor/wpa/dist: . hostapd hs20/client src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp src/fst src/l2_pack...

2018-12-05 Thread Cy Schubert
Author: cy Date: Thu Dec 6 05:04:28 2018 New Revision: 341618 URL: https://svnweb.freebsd.org/changeset/base/341618 Log: Import wpa_supplicant/hostapd 2.7 Added: vendor/wpa/dist/src/ap/dpp_hostapd.c (contents, props changed) vendor/wpa/dist/src/ap/dpp_hostapd.h (contents, props

svn commit: r341650 - in head: contrib/ipfilter/ipsend sys/contrib/ipfilter/netinet

2018-12-06 Thread Cy Schubert
Author: cy Date: Thu Dec 6 20:15:54 2018 New Revision: 341650 URL: https://svnweb.freebsd.org/changeset/base/341650 Log: Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice age, more to come. MFC after:1 week Modified: head/contrib/ipfilter/ipsend/ip.c

svn commit: r341287 - stable/12/libexec/rc/rc.d

2018-11-29 Thread Cy Schubert
Author: cy Date: Fri Nov 30 06:44:32 2018 New Revision: 341287 URL: https://svnweb.freebsd.org/changeset/base/341287 Log: MFC r340754: Allow forced start of ipmon in special cases where testing is desired (or other special cases) and when ipfilter is disabled in rc.conf but started by

svn commit: r341289 - stable/10/etc/rc.d

2018-11-29 Thread Cy Schubert
Author: cy Date: Fri Nov 30 06:47:01 2018 New Revision: 341289 URL: https://svnweb.freebsd.org/changeset/base/341289 Log: This is a direct commit to the stable/10 branch. This would have been MFC r340754 except that etc/rc.d has been moved in HEAD which would have resulted in a tree

svn commit: r341288 - stable/11/etc/rc.d

2018-11-29 Thread Cy Schubert
Author: cy Date: Fri Nov 30 06:45:53 2018 New Revision: 341288 URL: https://svnweb.freebsd.org/changeset/base/341288 Log: This is a direct commit to the stable/11 branch. This would have been MFC r340754 except that etc/rc.d has been moved in HEAD which would have resulted in a tree

svn commit: r341379 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:17:51 2018 New Revision: 341379 URL: https://svnweb.freebsd.org/changeset/base/341379 Log: MFC r340868: An OSF/1 ifdef makes absolutley no sense in a FreeBSD specific source file. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

svn commit: r341379 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:17:51 2018 New Revision: 341379 URL: https://svnweb.freebsd.org/changeset/base/341379 Log: MFC r340868: An OSF/1 ifdef makes absolutley no sense in a FreeBSD specific source file. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

svn commit: r341377 - head/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 17:59:41 2018 New Revision: 341377 URL: https://svnweb.freebsd.org/changeset/base/341377 Log: Restore handling of PMTU discovery, removed through an unifdef(1) following the MFV of r254219 into r255332. In addition the 'FreeBSD' macro was never defined in

svn commit: r341378 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:09:17 2018 New Revision: 341378 URL: https://svnweb.freebsd.org/changeset/base/341378 Log: MFC r340909: Combine two lines into one following unifdef for r255332. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory Properties:

svn commit: r341378 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:09:17 2018 New Revision: 341378 URL: https://svnweb.freebsd.org/changeset/base/341378 Log: MFC r340909: Combine two lines into one following unifdef for r255332. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory Properties:

svn commit: r341378 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:09:17 2018 New Revision: 341378 URL: https://svnweb.freebsd.org/changeset/base/341378 Log: MFC r340909: Combine two lines into one following unifdef for r255332. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Directory Properties:

svn commit: r341379 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2018-12-01 Thread Cy Schubert
Author: cy Date: Sat Dec 1 18:17:51 2018 New Revision: 341379 URL: https://svnweb.freebsd.org/changeset/base/341379 Log: MFC r340868: An OSF/1 ifdef makes absolutley no sense in a FreeBSD specific source file. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

<    4   5   6   7   8   9   10   11   12   13   >