2052 Commits (17e63aa28530fa0b503a2c0dc8a33b3a7467f6b6)

Author SHA1 Message Date
  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
  millert f5bf7ac057 Remove obsolete caveat. OK deraadt@ 8 years ago
  deraadt dd43373b38 remove hppa64 port, which we never got going beyond broken single users. 8 years ago
  schwarze 4e4aac21c9 Add RETURN VALUES section and .Xr to memmem(3). 8 years ago
  millert b2278edbad Remove a vax remnant (that was really a no-op anyway). 8 years ago
  jsing 89d337816e Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol 8 years ago
  millert 96b30ff942 Allow setenv(3) and putenv(3) to operate on a NULL environ pointer. 8 years ago
  tj 41e193dea0 fix typo in comment; ok beck 8 years ago
  otto 6ff3199d0a two times a define to an inline function, from Michael McConville; ok djm@ 8 years ago
  otto dc2fbbc2b1 tweak MALLOC_STATS printing (switched off by default), prodded by 8 years ago
  otto 848e061151 redundant memset(3), from Michael McConville, ok armani@ 8 years ago
  guenther f99de10a1e Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific 8 years ago
  otto ddedb031ae Document ``use after free'' error message 8 years ago
  jmc 813a539cd3 for some time now mandoc has not required MLINKS to function 8 years ago
  mmcc 71aec69783 properly guard to macros 8 years ago
  otto 32c6baecf9 small step towards multiple pools: move two globls into the struct dir_info 8 years ago
  guenther 34213b2037 environ and __progname are not declared in a public header; declare them 8 years ago
  mmcc a54180971c Remove sentences in RETURN VALUES sections saying that functions with 8 years ago
  jmc 963b22afaf un-vax; 8 years ago
  deraadt 90378d363e refactor option letter parsing into a subfunction, to increase clarity 8 years ago
  mmcc 27f8788cff compare pointer to NULL in example code 8 years ago
  espie 5e809bc8f9 be more forceful about not using these. 8 years ago
  schwarze 5595524148 Fix err(3) calls after allocation failures in examples. 8 years ago
  otto 0af523ebbd Don't crash dumping malloc stats if malloc_init hasn't been called, noted by 8 years ago
  tedu c3dcc81b75 Long ago, malloc internally had two kinds of failures, warnings and errors. 8 years ago
  tb d5584793c3 Follow style(9) and drop lint /* NOTREACHED */ annotations from 8 years ago
  bcook 6662365936 Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1. 8 years ago
  tedu 5724f1ae45 another case where bad things would happen after wrterror 8 years ago
  tedu 57beaad82f if somebody makes the mistake of disabling abort, don't deref null in 8 years ago
  benno 9e6e578d7b mention that ibuf_free() does not need a NULL check. 8 years ago
  benno a3c84db0c2 check for NULL in ibuf_free(). 8 years ago
  mmcc 7766921240 Remove NULL-checks before free() and a few related dead assignments. 8 years ago
  guenther b34242015e Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() 8 years ago
  chl 0edf23d663 remove unused variable 8 years ago
  tb 90b17882f1 Simplify return call of rand() and rand_r() to make it easier to read. 8 years ago
  tedu acb3665fb0 tiny sanity check on file size 8 years ago
  bcook a1172a2c6e bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change 8 years ago