| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
OK jmc@.
|
| | | |
| | | |
| | | |
| | | | |
OK moritz@ and jaredy@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
wrappers around fopen/fclose. From tbert.
OK millert@, tedu@, and itojun@.
|
| | | |
| | | |
| | | |
| | | | |
OK otto@.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to #ifdefs where they are used. Found by lint by bret dot lambert
at gmail.
OK deraadt@.
|
| | | |
| | | |
| | | |
| | | | |
OK moritz@.
|
| | | |
| | | |
| | | |
| | | | |
OK moritz@ and jaredy@.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
getaddrinfo reentrant.
OK millert@ and deraadt@.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Sync the documentation in getpid with arc4random's format.
|
| | | |
| | | |
| | | |
| | | | |
+These options are ignored
|
| | | |
| | | |
| | | |
| | | | |
some time ago--it caused too many problems.
|
| | | |
| | | |
| | | |
| | | | |
OK moritz@, millert@, and jaredy@.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
will be able to sign CRLs.
OK reyk, hshoexer, millert
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
immediately after.
OK millert@.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
No binary change with NLS enabled.
ok otto millert espie
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Try to tell what this really does.
Including a BUGS section on why it doesn't.
*roff code by wiz@, with some input from
Slava Semushin <slava.semushin@gmail.com>
ok millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suggested by itojun@ in response to my getaddrinfo fixes.
OK millert@.
|
| | | |
| | | |
| | | |
| | | | |
OK itojun@.
|
| | | |
| | | |
| | | |
| | | | |
OK itojun@, moritz@, and millert@.
|
| | | |
| | | |
| | | |
| | | | |
ok jakob@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
calls with their reentrant versions.
OK millert@.
|
| | | |
| | | |
| | | |
| | | | |
found by Srebrenko Sehic, corrected by millert and claudio;
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
OK millert@.
|
| | | |
| | | |
| | | |
| | | | |
done by arc4random(); ok millert@ deraadt@
|
| | | |
| | | |
| | | |
| | | | |
to get random data without calling getpid(), ok millert@ deraadt@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok jmc@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
called with user-supplied strings at the moment.
ok markus@
|
| | | |
| | | |
| | | |
| | | | |
4 hex digits between colons. deraadt ok
|
| | | |
| | | |
| | | |
| | | | |
in low-mem conditions; ok dim@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
send him feedback for these
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary
has no trouble running. userland sees RFC3542 symbols only on header file
so new code has to use RFC3542 API.
bump libc shlib minor for function additions.
tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(to sync up with more recent IPv6 spec)
ok from: deraadt mcbride
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
<molivier at users dot sourceforge dot net>
ok jmc@ mickey@
|
| | | |
| | | |
| | | |
| | | | |
includes used a bit later (for instance on the vax)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
codebase. tested mostly by ckuethe and myself. __dtoa() use now requires
a call to __freedtoa()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
create special allocators for pginfo and pgfree structs instead of imalloc.
this keeps them separated from application memory.
for chunks, to prevent deterministic reuse, keep a small array
and swizzle the to be freed chunk with a random previously freed chunk.
this last bit only for chunks because keeping arbitrarily large regions
of pages around may cause out of memory issues (and pages are, to some
extent, returned in random order).
all changes enabled by default.
thanks to ben for pointing out these issues.
ok tech@
|