1379 Commits (d6f7c199580388743ea837236600808062c0a2ec)

Author SHA1 Message Date
  deraadt cbc05ec357 restructure libc/string + libc/arch/*/string coperation regarding 10 years ago
  schwarze c009471d0a macro cleanup; from kaspars at bankovskis dot net 10 years ago
  millert 5ec0b12a39 rand() is a pseudo-random number generator 10 years ago
  millert 99443b79b3 Don't describe random() as "better". 10 years ago
  millert 83453faed1 Warn people to use arc4random() in DESCRIPTION so they see it using 10 years ago
  millert ecd6d9764c rand48(3) not drand48(3) to align with the actual man page and Xr 10 years ago
  tedu db463cc6a3 no need for md5 xr 10 years ago
  tedu e536f2345b revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's 10 years ago
  tedu 5b2c645b15 push some global data down into functions to make this threadlier. 10 years ago
  tedu 6c2dc6d7ef introduce a hashspace define and check that there's enough space to 10 years ago
  tedu 19e1186454 check crypt() for null. noticed by Jonas Termansen 10 years ago
  jmc 70ce0b1d5a space needed between macro args and punctuation; 10 years ago
  schwarze fb6bc18dba add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; 10 years ago
  schwarze bfe8beac85 Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; 10 years ago
  tedu a5c612c089 change prototype for crypt_newhash. the login_cap_t is a holdover from its 10 years ago
  tedu 85c5ea456a split crypt_checkpass off into a new file 10 years ago
  guenther 940519ace9 Document behavior of atexit() when called in a DSO that is later unloaded. 10 years ago
  jmc 0b7e87f042 add crypt_newhash to NAME and add an MLINK; 10 years ago
  tedu 572a59f1f0 add new function crypt_newhash to simplify creating new hashes. 10 years ago
  schwarze 755bcd79c1 add some missing .An macros and remove some obsolete .Tn 10 years ago
  bentley 33d56bef5a Reduce instances of `` '' in manuals. 10 years ago
  deraadt 68bbb50cb4 clean up verbiage around the calculations; ok ingo jmc otto 10 years ago
  millert b05a4e176a Don't mention old systems where realloc(NULL, n) didn't work as we 10 years ago
  doug f13672519c Save space in man page: err() -> errc() and combine vars. 10 years ago
  doug cca96eabd4 Avoid writing in second person in malloc.3 10 years ago
  schwarze 4d869de6ef List extensions in the STANDARDS section, replacing some text below CAVEATS. 10 years ago
  schwarze c1547cfc1f make RETURN VALUES more concise 10 years ago
  doug fd87bd14d1 Revamp malloc.3 by reordering the sections and rewriting parts. 10 years ago
  doug ec337d0aa3 Revert last commit due to changed semantics found by make release. 10 years ago
  doug c4cfced731 Better POSIX compliance in realpath(3). 10 years ago
  chl d541887190 remove unused variable 10 years ago
  schwarze 32cc975e61 Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, 10 years ago
  deraadt 7aef1c5997 using reallocarray() gives us multiplicative integer overflow checking 10 years ago
  deraadt 40d4efd216 obvious malloc -> reallocarray, for mult int oflow 10 years ago
  schwarze 947c617f02 Do not claim that empty numbers set EINVAL, our implementation doesn't. 10 years ago
  schwarze eac5f40007 Make sure that the following functions return 0 and EINVAL as 10 years ago
  schwarze d5c9ee380f obvious cases of missing .An; 10 years ago
  tedu 69d8bb8294 a small tweak to improve malloc in multithreaded programs. we don't need 10 years ago
  guenther ba0ca3d3cf XPG requires insque() and remque() to work with linear lists and not just 10 years ago
  guenther d187729c06 Only need <stdint.h> and not all of <inttypes.h> here 10 years ago
  deraadt 0e76256cce missing newline 10 years ago
  guenther a59e881122 Switch from <sys/endian.h> or <machine/endian.h> to the new, 10 years ago
  bcook 7c7854314b Move more OS-specific functionality to arc4random.h headers. 10 years ago
  guenther 9475b44edc From ISO/IEC 9899:1999 and 9899:201x, 10 years ago
  naddy 44b039650c arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ 10 years ago
  deraadt 884e90e06c Change _rs_allocate so it can combine the two regions (rs and rsx) 10 years ago
  matthew c4eeb8ba1e Remove "const" from the lsearch(3) manual's synopsis too. 10 years ago
  jmc df5413a7ec zap trailing whitespace; 10 years ago
  matthew 3d494c5a79 Change lsearch()'s "base" argument to require a non-const pointer to 10 years ago
  deraadt 19c7eca85b Seperate arc4random's os-dependent parts into static inline functions, 10 years ago