1367 Commits (48262ad380e057f016770ead86c9fc593b3faf44)

Author SHA1 Message Date
  jmc ddf1617c43 Xr and Ox fixes; 10 years ago
  deraadt bb5edfc4b2 random seed buffer must be unsigned 10 years ago
  jmc 8554fcd94c no more string(3); 10 years ago
  jmc f0df998b74 fix NAME; 10 years ago
  deraadt a03b475103 improve warnings from rand_r(), rand(), and random() 10 years ago
  deraadt 93087f5d74 In ingo's new world order, we do not want multiple manual pages describing 10 years ago
  tedu 18089adc0a more standardsier: cast to int to make sure we keep the negative numbers. 10 years ago
  deraadt c0b4a826d3 Oops, got the sense of the test backwards. Hilarious that we didn't spot it. 10 years ago
  deraadt 75d4ae826b Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() 10 years ago
  deraadt b92eebc641 typo 10 years ago
  tedu 06e68c2549 more libc, less kernel documentation 10 years ago
  tedu 9338c00a6c tweak recommendation to use arc4random_buf 10 years ago
  tedu b2b8428867 delete documentation for deleted DES interfaces 10 years ago
  tedu 5ce122171f remove cfree from documentation 10 years ago
  tedu ad69399057 delete obsolete sunos cfree function. ok deraadt millert naddy 10 years ago
  tedu 10f5d66e90 add siphash from the kernel to libc 10 years ago
  tedu 9898588ce8 remove setkey and encrypt interfaces. they are useless and dangerous. 10 years ago
  bcook 3623799305 avoid left shift overflow in reallocarray. 10 years ago
  schwarze 522001255e malloc(3) is in the "comp" install set, malloc.conf(5) in "man", 10 years ago
  schwarze 734e6f28a1 macro cleanup; kaspars at bankovskis dot net 10 years ago
  schwarze 5c063bf644 Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. 10 years ago
  schwarze e4157ea179 obvious STANDARDS update 10 years ago
  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