deraadt
|
31a603a934
|
unify files further
|
9 years ago |
bcook
|
0c127a8f2e
|
correct the failure case for getentropy on win32
CryptAcquireContext and CryptGenRandom returns zero (FALSE) if fails.
From: Dongsheng Song <dongsheng.song@gmail.com>
|
10 years ago |
deraadt
|
757bd836f8
|
Provide a link to the canonical API specification.
ok beck
|
10 years ago |
wouter
|
455c599158
|
getentropy on Windows. It compiles but has not been thoroughly tested yet.
OK: beck@
|
10 years ago |
deraadt
|
a14ce349c7
|
move reallocarray() to a seperate file so that -portable applications
can avoid reinventing the wheel
ok guenther schwarze
|
11 years ago |
tedu
|
bbe8fdc923
|
add posix_madvise, posix_memalign, strndup, and strnlen. mostly from
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
|
15 years ago |
millert
|
4f09d8e4af
|
Sync with share/misc/license.template and add missing DARPA credit
where applicable.
|
22 years ago |
millert
|
6014de925d
|
Use an ISC-tyle license for all my code; it is simpler and more permissive.
|
22 years ago |
millert
|
b68c09e067
|
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
23 years ago |
espie
|
e13aed530b
|
proper const semantics for dirname & basename.
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
|
26 years ago |
millert
|
03d98b5707
|
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
|
27 years ago |
niklas
|
2a0bf72166
|
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
|
27 years ago |
millert
|
cd68436a48
|
basename(3) and dirname(3) as specified by XPG4 and XPG4.2
|
28 years ago |
tholo
|
7930b7d1e8
|
Move cfree(3) weak symbol into a seperate file
|
29 years ago |