| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made
little sense.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Configure script.
ok deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
is NULL, and third-party software is starting to rely upon this.
Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor
tweaks from nicm@ and yours truly.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
jasper@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
a section will help people looking for just the MALLOC_OPTIONS.
ok otto@ jmc@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows https checkouts from github to work.
- Add digicert's other root certs.
Fingerprints carefully checked against those in the built-in roots
supplied with Mozilla.
ok dcoppa@ jcs@
|
| | | |
| | | |
| | | |
| | | | |
use-after-free bugs; ok krw@ dlg@ pirofti@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
individual pages (based on the existing string man pages). By Tim van
der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@.
ok deraadt
|
| | | |
| | | |
| | | |
| | | | |
Small test by marco@ and md5 /usr/lib/libcrypto.so.19.0 agrees.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the wcsdup example.
ok stsp
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
build on i386. This enables SSE2 optimizations for bignum multiplications,
Montgomery multiplications and sha512.
This speeds up Diffie-Hellman operations in isakmpd and iked quite
a bit. OK djm@, markus@, mikeb@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
switched a while back.
ok miod, kettenis
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt matthew
|
| | | |
| | | |
| | | |
| | | | |
support it) now that scanf is implemented properly.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
no security, for consistency. use of this option is discouraged. :)
ok deraadt guenther millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
DigiCert High Assurance CA-3
Go Daddy Secure Certification Authority/serialNumber=07969287
Equifax Secure Certificate Authority
VeriSign Class 3 Public Primary Certification Authority - G5
Entrust Certification Authority - L1C
Entrust.net Secure Server Certification Authority
ok mikeb@ beck@ fgsch@
constant prodding by marco@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
months since it was introduced so it's safe to assume people have this dir now.
ok deraadt@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
cases.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the library version.
- add license
- remove unused -k flag
no change in generated files
ok sthen@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
position zero, skipping a random number of free slots and then
picking the next free one. This slowed things down, especially if
the number of full slots increases.
This changes the scannning to start at a random position in the
bitmap and then taking the first available free slot, wrapping if
the end of the bitmap is reached. Of course we'll still scan more
if the bitmap becomes more full, but the extra iterations skipping
free slots and then some full slots are avoided.
The random number is derived from a global, which is incremented
by a few random bits every time a chunk is needed (with a small optimization
if only one free slot is left).
Thanks to the testers!
|
| | | |
| | | |
| | | |
| | | | |
ok sthen@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
1UL to 1U.
|
| | | |
| | | |
| | | |
| | | | |
thanks to all testers.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
tree, no idea where it came from; ok millert@ jmc@
|
| | | |
| | | |
| | | |
| | | | |
ok kettenis espie
|
| | | |
| | | |
| | | |
| | | | |
ok jmc@
|