tholo
e1dcf2c932
Substantially improve random number generation by using the largest prime
that fits inside 32 bits as the denominator; take care not to overflow.
Regenerate initial seed after replacing the generator
29 years ago
tholo
ac83ba9bc9
Add support for building lint(1) library
29 years ago
tholo
352b163d5e
Cannot do operations on a void pointer
29 years ago
tholo
077935535d
Update prototypes to match declarations
Remove unused variables
Install all man-page links
29 years ago
tholo
6ea1ec00cf
Add prototypes for internal functions
Change inline to __inline
29 years ago
tholo
b1e58002e4
Add prototypes for local functions, add const qualifiers where needed
29 years ago
niklas
b3273638d0
From NetBSD: merge of 960317
29 years ago
niklas
5ece56ae69
From NetBSD: 960217 merge
29 years ago
deraadt
327ae62632
need errno.h because err declerations have moved
29 years ago
deraadt
3085be1941
realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;
netbsd pr#1806
29 years ago
deraadt
cc1caab09d
typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905
29 years ago
deraadt
cb76300c6c
from netbsd: Fixed %u to expand to a single digit
29 years ago
deraadt
2214b38cd7
from netbsd; Rearrange to avoid sign problems with GCC.
29 years ago
deraadt
cf571e9b70
i believe i took care of the 32bit and alignment issues, so the comment can go away
29 years ago
deraadt
dace47f11c
expose even more internals, for bdes
29 years ago
deraadt
889440ea82
non-USA crypto code by davidb@werj.com.au. The source has been split
& copied into two pieces so that use of crypt() pulls in a crypt.o
that contains only that one programmer interface -- this permits USA
export of binaries that use crypt() for authentication purposes.
morecrypt.c contains the other DES programmer interfaces commonly
used.
29 years ago
deraadt
cb293df3c9
make first arg of strtod/strtoq const
29 years ago
deraadt
7516783ce7
error in system(3) man page from John Kohl
29 years ago
deraadt
47b73ff83c
initial import of NetBSD tree
29 years ago