Date: Fri, 27 Jul 2018 11:08:38 -0700 From: Conrad Meyer <cem@freebsd.org> To: Eitan Adler <eadler@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r336757 - in head: share/man/man4 share/man/man7 share/misc sys/dev/firewire sys/dev/hwpmc sys/dev/sk sys/dev/sound/pci sys/dev/sound/pcm sys/fs/nfsclient Message-ID: <CAG6CVpU6NS0M08%2BZwQ4gRSff=tPa6Q-hWELXJ-iMM0XDU3MQfw@mail.gmail.com> In-Reply-To: <201807271040.w6RAemk9071948@repo.freebsd.org> References: <201807271040.w6RAemk9071948@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This may intersect badly with our current policy of not shipping any CAs in base. Best, Conrad On Fri, Jul 27, 2018 at 3:40 AM, Eitan Adler <eadler@freebsd.org> wrote: > Author: eadler > Date: Fri Jul 27 10:40:48 2018 > New Revision: 336757 > URL: https://svnweb.freebsd.org/changeset/base/336757 > > Log: > Use https over http for FreeBSD pages > > Modified: > head/share/man/man4/firewire.4 > head/share/man/man7/tests.7 > head/share/misc/bsd-family-tree > head/sys/dev/firewire/00README > head/sys/dev/hwpmc/pmc_events.h > head/sys/dev/sk/if_sk.c > head/sys/dev/sound/pci/maestro3.c > head/sys/dev/sound/pcm/dsp.c > head/sys/fs/nfsclient/nfs_clstate.c > > Modified: head/share/man/man4/firewire.4 > ============================================================================== > --- head/share/man/man4/firewire.4 Fri Jul 27 07:05:50 2018 (r336756) > +++ head/share/man/man4/firewire.4 Fri Jul 27 10:40:48 2018 (r336757) > @@ -87,7 +87,7 @@ Debugging over the firewire interace is possible with > .Xr dcons 4 > driver. > Please see > -.Pa http://wiki.freebsd.org/DebugWithDcons > +.Pa https://wiki.freebsd.org/DebugWithDcons > for details on how to setup debugging with firewire. > .Sh FILES > .Bl -tag -width "Pa /dev/fwmem0.0" -compact > > Modified: head/share/man/man7/tests.7 > ============================================================================== > --- head/share/man/man7/tests.7 Fri Jul 27 07:05:50 2018 (r336756) > +++ head/share/man/man7/tests.7 Fri Jul 27 10:40:48 2018 (r336757) > @@ -198,7 +198,7 @@ problem report. > For more details please refer to: > .Bl -bullet -offset indent -compact > .It > -.Lk http://lists.freebsd.org/ "FreeBSD Mailing Lists" > +.Lk https://lists.freebsd.org/ "FreeBSD Mailing Lists" > .It > .Lk https://www.freebsd.org/support.html "Problem Reporting" > .El > > Modified: head/share/misc/bsd-family-tree > ============================================================================== > --- head/share/misc/bsd-family-tree Fri Jul 27 07:05:50 2018 (r336756) > +++ head/share/misc/bsd-family-tree Fri Jul 27 10:40:48 2018 (r336757) > @@ -814,6 +814,6 @@ Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11B > > -- > Copyright (c) 1997-2012 Wolfram Schneider <wosch@FreeBSD.ORG> > -URL: http://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree > +URL: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree > > $FreeBSD$ > > Modified: head/sys/dev/firewire/00README > ============================================================================== > --- head/sys/dev/firewire/00README Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/dev/firewire/00README Fri Jul 27 10:40:48 2018 (r336757) > @@ -9,7 +9,7 @@ IEEE 1394 support for FreeBSD-5.X and 4.X. > modified by Hidetoshi Shimokawa <simokawa@freebsd.org>. > Please note this driver is still under development. > You can find latest snapshots under: > - http://people.freebsd.org/~simokawa/ > + https://people.freebsd.org/~simokawa/ > named firewire-2002XXXX.tar.gz > > The driver consists of 6 parts: > > Modified: head/sys/dev/hwpmc/pmc_events.h > ============================================================================== > --- head/sys/dev/hwpmc/pmc_events.h Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/dev/hwpmc/pmc_events.h Fri Jul 27 10:40:48 2018 (r336757) > @@ -36,7 +36,7 @@ > * the source tree at src/share/doc/papers/hwpmc/hwpmc.ms > * as well as on-line at: > * > - * http://wiki.freebsd.org/PmcTools/PmcHardwareHowTo > + * https://wiki.freebsd.org/PmcTools/PmcHardwareHowTo > * > * Please refer to those resources before you attempt to modify > * this file or the hwpmc driver/subsystem. > > Modified: head/sys/dev/sk/if_sk.c > ============================================================================== > --- head/sys/dev/sk/if_sk.c Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/dev/sk/if_sk.c Fri Jul 27 10:40:48 2018 (r336757) > @@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$"); > * XMAC II datasheet online. I have put my copy at people.freebsd.org as a > * convenience to others until Vitesse corrects this problem: > * > - * http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf > + * https://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf > * > * Written by Bill Paul <wpaul@ee.columbia.edu> > * Department of Electrical Engineering > > Modified: head/sys/dev/sound/pci/maestro3.c > ============================================================================== > --- head/sys/dev/sound/pci/maestro3.c Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/dev/sound/pci/maestro3.c Fri Jul 27 10:40:48 2018 (r336757) > @@ -45,7 +45,7 @@ > * <zab@zabbo.net>, http://www.zabbo.net/maestro3 > * > * Cameron Grant created the pcm framework used here nearly verbatim. > - * <cg@freebsd.org>, http://people.freebsd.org/~cg/template.c > + * <cg@freebsd.org>, https://people.freebsd.org/~cg/template.c > * > * Taku YAMAMOTO for his Maestro-1/2 FreeBSD driver and sanity reference. > * <taku@cent.saitama-u.ac.jp> > > Modified: head/sys/dev/sound/pcm/dsp.c > ============================================================================== > --- head/sys/dev/sound/pcm/dsp.c Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/dev/sound/pcm/dsp.c Fri Jul 27 10:40:48 2018 (r336757) > @@ -2222,7 +2222,7 @@ dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offs > * Unfortunately, we have to give up this one due to linux_mmap > * changes. > * > - * http://lists.freebsd.org/pipermail/freebsd-emulation/2007-June/003698.html > + * https://lists.freebsd.org/pipermail/freebsd-emulation/2007-June/003698.html > * > */ > #ifdef SV_ABI_LINUX > > Modified: head/sys/fs/nfsclient/nfs_clstate.c > ============================================================================== > --- head/sys/fs/nfsclient/nfs_clstate.c Fri Jul 27 07:05:50 2018 (r336756) > +++ head/sys/fs/nfsclient/nfs_clstate.c Fri Jul 27 10:40:48 2018 (r336757) > @@ -1890,8 +1890,7 @@ nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p) > * mutex for NFSLOCKCLSTATE(), so it is "m" for the following > * explanation, courtesy of Alan Cox. > * What follows is a snippet from Alan Cox's email at: > - * http://docs.FreeBSD.org/cgi/ > - * mid.cgi?BANLkTikR3d65zPHo9==08ZfJ2vmqZucEvw > + * https://docs.FreeBSD.org/cgi/mid.cgi?BANLkTikR3d65zPHo9==08ZfJ2vmqZucEvw > * > * 1. Set MNTK_UNMOUNTF > * 2. Acquire a standard FreeBSD mutex "m". >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG6CVpU6NS0M08%2BZwQ4gRSff=tPa6Q-hWELXJ-iMM0XDU3MQfw>