| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
discussing with me, and I obviously disagree seeing that afterwards
(srandomdev() back out not fix any thing, it can only mask the problem).
So, back out the back out and return srandomdev().
People who have problems with repeated quotes should use -D fortune
option for debugging to see is the problem in (1) /dev/random initialization
or in (2) fortune code itself.
I will be glad to help, but I can't reproduce repeated quote situation
on my machine.
In either case found, (1) or (2) should be fixed instead of removing
srandomdev().
|
|
|
|
|
|
|
|
|
| |
Limbaugh.
This should have already worked properly if random(4) has been
initialized correctly, but it seems that this is frequently not the
case. Instead, use the microsecond part of the current time as the
seed.
|
|
|
|
|
|
|
|
|
|
| |
for rand(3), not random(3). random(3) is defined to return values between
0 and 2^31-1, so add a local RANDOM_MAX constant to this file that is
defined as 2^31-1 and use that in place of RAND_MAX.
Reviewed by: bde
Approved by: re (dwhite)
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(For those interested: this is intented to extend the space between
characters to help people learning morse code by giving the brain some
extra time for acoustical pattern recognition.)
Note: I slightly cleaned up the submitted patch for minor stylistic
issues, and changed the default for the new -c option to be identical
to -w.
Submitted by: "Stephen P. Cravey" <cravey@gotbrains.org> N5UUU
MFC after: 2 weeks
PR: bin/81831
|
|
|
|
|
|
|
| |
finder, be careful not to put your fingers or fingernails in your eye.
-- found in the users manual of the Nikon D2x camera,
a camera for professional photographers
%
|
|
|
|
|
|
|
| |
Using encryption on the Internet is the equivalent of arranging
an armoured car to deliver credit card information from someone
living in a cardboard box to someone living on a park bench.
-- Gene Spafford, Purdue University.
|
|
|
|
|
|
|
|
|
| |
and RAND_MAX != LONG_MAX on 64-bit platforms.
PR: amd64/81279
Submitted by: Vivek Khera vivek at khera dot org
Submitted by: Adriaan de Groot groot at kde dot org
MFC after: 1 week
|
| |
|
|
|
|
| |
Some white space and punctuation fixes.
|
|
|
|
| |
PR: 62456
|
| |
|
|
|
|
| |
Glanced at by: ru (some time ago).
|
|
|
|
|
|
| |
Information is not knowledge;
Knowledge is not wisdom
-- Gary Flake
|
| |
|
|
|
|
|
|
| |
lessening mine; as he who lights his taper at mine receives light
without darkening me.
-- Thomas Jefferson on patents on ideas.
|
|
|
|
|
|
| |
PR: conf/77178
Submitted by: Andras Jako <jako.andras@eik.bme.hu>
MFC after: 1 week
|
|
|
|
|
|
| |
very applicable when waiting for world to compile *grin*
Impatience award to: philip
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The former tip used `col -bx', which would not only discard
CR's, but also expand TAB's and remove BS'en. This effect is
not always wanted.
MFC after: 1 week
|
|
|
|
| |
the man ought to break open and rob.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
architecture independent. Besides the fixed-width types in
the header, the offsets are now stored as 64-bit off_t (also
in big endian format).
Tested on: i386, amd64, sparc64, ia64
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: Pawel Worach
|
| |
|
|
|
|
|
|
|
|
| |
e.g., by trimming all non-alphabet characters and whitespace,
converting to lowercase, and considering only first (or last)
N letters (maybe only consonants). The fortune editor then
displays all fortunes that have the same hash, and allows to
remove one of them. The rest is written to stdout.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: sheldonh
|
| |
|
| |
|
| |
|
|
|
|
|
| |
"an", "is", "are", "will", "'ll", "is", "'s" to find
them. More to follow...
|
|
|
|
| |
Sort fortunes (except for the first entry).
|
|
|
|
|
|
| |
Due to one of the bugs (^C was the first character of each line
when sorting), the -b option of sort(1) didn't take any effect,
so stay bug-compatible, and remove the -b option.
|
| |
|
| |
|
|
|
|
|
| |
Suggested by: Florent Thoumie
Approved by: mux
|
| |
|
|
|
|
| |
and line breaks.
|