Use https over http for FreeBSD pages
This commit is contained in:
parent
08092a9b8f
commit
33f4bccaa6
@ -87,7 +87,7 @@ Debugging over the firewire interace is possible with the
|
||||
.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
|
||||
|
@ -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
|
||||
|
@ -814,6 +814,6 @@ Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11BSD manual pages.
|
||||
|
||||
--
|
||||
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$
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -2222,7 +2222,7 @@ dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset,
|
||||
* 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
|
||||
|
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user