Searched hist:6 (Results 151 - 175 of 7727) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.bin/grdc/
H A Dgrdc.cdiff 210827 Tue Aug 03 21:06:40 MDT 2010 uqs grdc(6): de-obfuscate the timekeeping of now/delay

- 'now' only contains current time readings
- delay is only used as parameter to nanosleep
- prev_sec contains the time_t of the previous loop iteration

Submitted by: bde
MFC after: 2 weeks
diff 210809 Tue Aug 03 16:18:35 MDT 2010 uqs grdc(6): Partial backout of r210755

The previous revision was flawed in numerous ways:
- the if condition would depend on garbage stack values
- grdc(6) would loop n times, not n seconds. This only makes
a difference if it takes more than 1 second to recalculate/redraw
the display.
- style(9) violations

The following change adds argument checking and tracks the elapsed time
between loops explicitly and will exit after roughly n seconds.

While here sort headers and remove bogus #ifndef

Submitted by: bde
MFC after: 2 weeks
diff 210809 Tue Aug 03 16:18:35 MDT 2010 uqs grdc(6): Partial backout of r210755

The previous revision was flawed in numerous ways:
- the if condition would depend on garbage stack values
- grdc(6) would loop n times, not n seconds. This only makes
a difference if it takes more than 1 second to recalculate/redraw
the display.
- style(9) violations

The following change adds argument checking and tracks the elapsed time
between loops explicitly and will exit after roughly n seconds.

While here sort headers and remove bogus #ifndef

Submitted by: bde
MFC after: 2 weeks
diff 210755 Mon Aug 02 12:19:01 MDT 2010 uqs grdc(6): fix timekeeping for user-supplied value n

- Keep timespec 'now' and 'delay' separate to avoid confusion
- Increase user-supplied n to run _at least_ n seconds, not max n

PR: bin/149130 (based on)
Submitted by: Andy Farkas
MFC after: 2 weeks
diff 203920 Mon Feb 15 14:32:11 MST 2010 uqs grdc(6) make WARNS=6 clean and bump accordingly

Approved by: ed (Co-mentor)
diff 203920 Mon Feb 15 14:32:11 MST 2010 uqs grdc(6) make WARNS=6 clean and bump accordingly

Approved by: ed (Co-mentor)
diff 203760 Wed Feb 10 18:28:54 MST 2010 delphij Improve time precision for grdc(6):

Traditionally, grdc would obtain time through time(3) which in turn gets
only the second part of clock (CLOCK_SECOND), and sleep for 1 second after
each screen refresh.

This approach would have two problems. First, we are not guaranteed to
be waken up at the beginning of a whole second, which will typically
exhibit as a "lag" on second number. Second, because we sleep for whole
second, and the refresh process would take some time, the error would
accumulate from time to time, making the lag variable.

Make grdc(6) to use time(3) to get time only at the beginning, and sample
time in CLOCK_REALTIME_FAST granularity after refreshing, and use the
nanosecond part to caculate how much time we want to sleep.

PR: bin/120813
MFC after: 1 month
diff 203760 Wed Feb 10 18:28:54 MST 2010 delphij Improve time precision for grdc(6):

Traditionally, grdc would obtain time through time(3) which in turn gets
only the second part of clock (CLOCK_SECOND), and sleep for 1 second after
each screen refresh.

This approach would have two problems. First, we are not guaranteed to
be waken up at the beginning of a whole second, which will typically
exhibit as a "lag" on second number. Second, because we sleep for whole
second, and the refresh process would take some time, the error would
accumulate from time to time, making the lag variable.

Make grdc(6) to use time(3) to get time only at the beginning, and sample
time in CLOCK_REALTIME_FAST granularity after refreshing, and use the
nanosecond part to caculate how much time we want to sleep.

PR: bin/120813
MFC after: 1 month
H A DMakefilediff 203923 Mon Feb 15 14:41:29 MST 2010 uqs games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by: ed (Co-mentor)
diff 203923 Mon Feb 15 14:41:29 MST 2010 uqs games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by: ed (Co-mentor)
diff 203920 Mon Feb 15 14:32:11 MST 2010 uqs grdc(6) make WARNS=6 clean and bump accordingly

Approved by: ed (Co-mentor)
diff 203920 Mon Feb 15 14:32:11 MST 2010 uqs grdc(6) make WARNS=6 clean and bump accordingly

Approved by: ed (Co-mentor)
diff 74528 Tue Mar 20 18:08:43 MST 2001 ru Set the default manual section for games/ to 6.
/freebsd-11.0-release/usr.bin/hexdump/
H A Dhexdump.1diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
/freebsd-11.0-release/usr.bin/last/
H A DMakefilediff 226361 Fri Oct 14 07:30:41 MDT 2011 ed Build last(1) and leave(1) with WARNS=6.

These ports were only built with WARNS=1, because they use certain
format extensions. We can use NO_WFORMAT for that instead.
diff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
/freebsd-11.0-release/usr.bin/look/
H A DMakefilediff 226359 Fri Oct 14 07:31:39 MDT 2011 ed Build look(1) with WARNS=6.
diff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
/freebsd-11.0-release/usr.bin/mkfifo/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
diff 140382 Mon Jan 17 13:47:05 MST 2005 delphij Bump WARNS=6 by adding const constraint and initialize the pointer
to NULL at start.
/freebsd-11.0-release/usr.bin/pr/
H A DMakefilediff 204359 Fri Feb 26 14:01:31 MST 2010 ed Make pr build with WARNS=6.
diff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
/freebsd-11.0-release/usr.bin/tcopy/
H A DMakefilediff 209570 Mon Jun 28 12:08:08 MDT 2010 gavin Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju
where needed. Also, fix bad indentation on lines already affected by the
above changes.

Tested with: make universe
diff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
/freebsd-11.0-release/usr.bin/time/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
diff 169346 Mon May 07 12:23:23 MDT 2007 dwmalone Cast to intmax_t to print tv_sec in struct timeval.
Avoid shadowing a global variable with a function argument.
Set WARNS to 6.
/freebsd-11.0-release/usr.bin/wall/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
diff 200156 Sat Dec 05 20:09:37 MST 2009 ed Let wall(1) use utmpx.

Because our implementation guarantees the strings inside struct utmpx to
be null terminated, we don't need to copy everything out, which makes
the code nicer to read.

Also set WARNS to 6 and add $FreeBSD$ to keep SVN silent.
/freebsd-11.0-release/usr.bin/write/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
diff 200160 Sat Dec 05 20:25:20 MST 2009 ed Let wall(1) use utmpx.

Because our implementation guarantees the strings inside struct utmpx to
be null terminated, we don't need to copy everything out, which makes
the code nicer to read.

Also set WARNS to 6 and add $FreeBSD$ to keep SVN happy.
/freebsd-11.0-release/usr.sbin/acpi/acpiconf/
H A DMakefilediff 201390 Sat Jan 02 11:08:14 MST 2010 ed The last big commit: let usr.sbin/ use WARNS=6 by default.
diff 137638 Sat Nov 13 01:54:22 MST 2004 philip With the addition of a proper prototype, this is now WARNS=6 clean.
/freebsd-11.0-release/usr.sbin/getfmac/
H A Dgetfmac.cdiff 140907 Thu Jan 27 14:44:39 MST 2005 delphij WARNS?=6 cleanup for [gs]et[fp]mac:
- Constify structure members that should not be changed
during process.
- Apply static where needed
- signed/unsigned madness
- Bump WARNS?= levels from 2 to 6

(this is a diff reduction for a subsequent commit against these
Makefile's)
diff 140907 Thu Jan 27 14:44:39 MST 2005 delphij WARNS?=6 cleanup for [gs]et[fp]mac:
- Constify structure members that should not be changed
during process.
- Apply static where needed
- signed/unsigned madness
- Bump WARNS?= levels from 2 to 6

(this is a diff reduction for a subsequent commit against these
Makefile's)
/freebsd-11.0-release/usr.sbin/setpmac/
H A Dsetpmac.cdiff 140907 Thu Jan 27 14:44:39 MST 2005 delphij WARNS?=6 cleanup for [gs]et[fp]mac:
- Constify structure members that should not be changed
during process.
- Apply static where needed
- signed/unsigned madness
- Bump WARNS?= levels from 2 to 6

(this is a diff reduction for a subsequent commit against these
Makefile's)
diff 140907 Thu Jan 27 14:44:39 MST 2005 delphij WARNS?=6 cleanup for [gs]et[fp]mac:
- Constify structure members that should not be changed
during process.
- Apply static where needed
- signed/unsigned madness
- Bump WARNS?= levels from 2 to 6

(this is a diff reduction for a subsequent commit against these
Makefile's)
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.cdiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_sess.cdiff 101615 Sat Aug 10 01:46:10 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dssl.hdiff 101615 Sat Aug 10 01:46:10 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/util/
H A Dlibeay.numdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn.hdiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dbn_div.cdiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dcryptlib.cdiff 101613 Sat Aug 10 01:40:00 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dopensslv.hdiff 240339 Tue Sep 11 06:26:21 MDT 2012 avg openssl: change SHLIB_VERSION_NUMBER to reflect the reality

Note: I timed out waiting for an exp-run for this change but I survived
having it locally for quite a long time.

MFC after: 1 month
X-MFC note: SHLIB_MAJOR is 6 in stable/8 and stable/9
diff 101618 Sat Aug 10 01:48:01 MDT 2002 nectar Import of OpenSSL 0.9.6g.
diff 101613 Sat Aug 10 01:40:00 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/usr.bin/factor/
H A Dfactor.6diff 272207 Sat Sep 27 09:10:04 MDT 2014 cperciva Switch primes(6) from using unsigned long to using uint64_t. This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit systems to compute the full range of primes.
diff 272166 Fri Sep 26 09:43:07 MDT 2014 cperciva Correctly enumerate primes between 4295098369 and 3825123056546413050.

Prior to this commit, primes(6) relied solely on sieving with primes up
to 65537, with the effect that composite numbers which are the product
of two non-16-bit primes would be incorrectly identified as prime. For
example,
# primes 1099511627800 1099511627820
would output
1099511627803
1099511627807
1099511627813
when in fact only the first of those values is prime.

This commit adds strong pseudoprime tests to validate the candidates
which pass the initial sieving stage, using bases of 2, 3, 5, 7, 11,
13, 17, 19, and 23. Thanks to papers from C. Pomerance, J.L. Selfridge,
and S.S. Wagstaff, Jr.; G. Jaeschke; and Y. Jiang and Y. Deng, we know
that the smallest value which passes these tests is 3825123056546413051.

At present we do not know how many strong pseudoprime tests are required
to prove primality for values larger than 3825123056546413050, so we
force primes(6) to stop at that point.

Reviewed by: jmg
Relnotes: primes(6) now correctly enumerates primes up to
3825123056546413050
MFC after: 7 days
Sponsored by: EuroBSDCon devsummit
diff 272166 Fri Sep 26 09:43:07 MDT 2014 cperciva Correctly enumerate primes between 4295098369 and 3825123056546413050.

Prior to this commit, primes(6) relied solely on sieving with primes up
to 65537, with the effect that composite numbers which are the product
of two non-16-bit primes would be incorrectly identified as prime. For
example,
# primes 1099511627800 1099511627820
would output
1099511627803
1099511627807
1099511627813
when in fact only the first of those values is prime.

This commit adds strong pseudoprime tests to validate the candidates
which pass the initial sieving stage, using bases of 2, 3, 5, 7, 11,
13, 17, 19, and 23. Thanks to papers from C. Pomerance, J.L. Selfridge,
and S.S. Wagstaff, Jr.; G. Jaeschke; and Y. Jiang and Y. Deng, we know
that the smallest value which passes these tests is 3825123056546413051.

At present we do not know how many strong pseudoprime tests are required
to prove primality for values larger than 3825123056546413050, so we
force primes(6) to stop at that point.

Reviewed by: jmg
Relnotes: primes(6) now correctly enumerates primes up to
3825123056546413050
MFC after: 7 days
Sponsored by: EuroBSDCon devsummit
diff 272166 Fri Sep 26 09:43:07 MDT 2014 cperciva Correctly enumerate primes between 4295098369 and 3825123056546413050.

Prior to this commit, primes(6) relied solely on sieving with primes up
to 65537, with the effect that composite numbers which are the product
of two non-16-bit primes would be incorrectly identified as prime. For
example,
# primes 1099511627800 1099511627820
would output
1099511627803
1099511627807
1099511627813
when in fact only the first of those values is prime.

This commit adds strong pseudoprime tests to validate the candidates
which pass the initial sieving stage, using bases of 2, 3, 5, 7, 11,
13, 17, 19, and 23. Thanks to papers from C. Pomerance, J.L. Selfridge,
and S.S. Wagstaff, Jr.; G. Jaeschke; and Y. Jiang and Y. Deng, we know
that the smallest value which passes these tests is 3825123056546413051.

At present we do not know how many strong pseudoprime tests are required
to prove primality for values larger than 3825123056546413050, so we
force primes(6) to stop at that point.

Reviewed by: jmg
Relnotes: primes(6) now correctly enumerates primes up to
3825123056546413050
MFC after: 7 days
Sponsored by: EuroBSDCon devsummit
diff 104723 Wed Oct 09 20:00:25 MDT 2002 fanf Mdocify and fix a load of errors dating back to the dawn of time.
Don't mention hard limits for factor(6) since it now has bignum support.

Obtained from: NetBSD (mdoc only -- their man page is still mostly wrong)
/freebsd-11.0-release/crypto/openssl/
H A DCHANGESdiff 101618 Sat Aug 10 01:48:01 MDT 2002 nectar Import of OpenSSL 0.9.6g.
diff 101613 Sat Aug 10 01:40:00 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/contrib/subversion/
H A Dget-deps.shdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 269833 Mon Aug 11 19:42:40 MDT 2014 peter Update serf-1.3.6 -> 1.3.7
Update subversion-1.8.9 -> 1.8.10

Security: CVE-2014-3504, CVE-2014-3522, CVE-2014-3528
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.

Completed in 237 milliseconds

1234567891011>>