2046 Commits (d8afe995b1f4a119773e3043ad783bc1e02ba67e)

Author SHA1 Message Date
  dtucker 741ef92d20 Roll back uintptr_t cast changes after discussions with tedu, otto and 8 years ago
  guenther 71af4d5f52 Wrap _malloc_init() so internal calls go directly 8 years ago
  jmc fa0722f382 zap trailing whitespace; 8 years ago
  dtucker db6e1f035d Cast pointers to uintptr_t to avoid potential signedness errors. 8 years ago
  otto c00ceb22a8 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@ 8 years ago
  otto 8b706cc40e optimize canary code a bit by storing offset of sizes table instead of 8 years ago
  reyk 0fd38ba8e4 Fixup the example for msgbuf_write() and imsg_read() to check the 8 years ago
  otto 1ae413d0f7 make clear the length printed is the requested length 8 years ago
  jmc ede9249779 grammar fix previous; 8 years ago
  otto 41daf65553 document "chunk canary corrupted" error 8 years ago
  otto 3eeb2e7bb1 stray tab 8 years ago
  otto 2c67f40d2b Beter implementation of chunk canaries: store size in chunk meta data 8 years ago
  guenther 1a1f277cca Delete casts to off_t and size_t that are implied by assignments 8 years ago
  otto 814803d97e move page junking tp unmap(), right before we stick the region in the cache; 8 years ago
  jmc ea651fa3ce fix Dt; 8 years ago
  nicm 51319d983d Set errno more consistently, and fix a warning, ok tedu 8 years ago
  tedu acdfcc40f1 rm 8 years ago
  tedu 80b2ef3b15 oops, name file after main function 8 years ago
  tedu 3e338df556 it doesn't say anything yet, but start adding a man page 8 years ago
  nicm 1e41004f15 Make the key sizes and offsets arrays const, ok tedu 8 years ago
  tedu 0146b434d2 jmc says you can never have too many functions in one man page, so list 8 years ago
  tedu 676996bb23 remove caveats that are either misleading or unhelpful. 8 years ago
  tedu aeb17a716b Add functions for SHA512/256. The standard says you're supposed to start 8 years ago
  bcook 2fb1937540 add iOS support for getentropy 8 years ago
  beck 87d4db25c4 Remove the libcrypto/crypto directory 8 years ago
  otto 7f29e95497 Less lock contention by using more pools for mult-threaded programs. 8 years ago
  tedu 6c73827bf7 black magic for sparc page size can go 8 years ago
  guenther 487debcae6 Use a constant format string and output the variable part with %s 8 years ago
  guenther 98ac59d5a1 Use O_CLOEXEC when opening fds local to a function 8 years ago
  guenther 4c8fdca0ed Don't call lstat() before readlink() just to see if it's a symlink, 8 years ago
  guenther b73a72cf6b Pull in <stdio.h> for NULL 8 years ago
  guenther d798523e75 Pull in <time.h> for clock_gettime() 8 years ago
  otto 8b9a47cd4e wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ 8 years ago
  jmc 25a95fab09 add a bit of spacing to previous, to keep the notes about deprecated 8 years ago
  guenther 502002cd1a Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). 8 years ago
  tb 68bc198e0c Refer to /etc/passwd consistently as the "legacy password file" and 8 years ago
  tb 646f43cf69 Update the link for the getentropy(2) manual to man.openbsd.org/ 8 years ago
  tedu 2fe63f9197 RMD160Update actually takes size_t length 8 years ago
  jca 1adc3fff12 Fix example: long long should be print with %lld 8 years ago
  otto 48a1ebbb9c J/j is a three valued option, document and fix code to actuall support that 8 years ago
  bcook 468bf1902b Tighten behavior of _rs_allocate failure for portable arc4random implementations. 8 years ago
  bcook 3b2b99d5ea Tighten behavior of _rs_allocate on Windows. 8 years ago
  otto 4e61a98ad4 adapt S option: add C, rm F (not relevant with 0 cache and disables 8 years ago
  tb 071457b57b Back out previous; otto saw a potential race that could lead to a 8 years ago
  tedu 86a8b4eb22 defer munmap to after unlocking malloc. this can (unfortunately) be an 8 years ago
  tedu 81f4b4678c increase the minimum for auto rounds to 6. that was the previous low bound 8 years ago
  millert c3b677fe8e Fix typo; the period should be outside the parens. From Michael McConville 8 years ago
  guenther f143152775 The icdb magic number doesn't need to be visible to static links 8 years ago
  guenther 05aa77af36 Remove dead support for changing BDB hash algorithm and cache of alternatives 8 years ago
  millert c0459b49c2 The destination string is declared as "s" but referred to as "dst" 8 years ago