1515 Commits (f550b551221fb0d6561b1ca14b113e3c667c861c)

Author SHA1 Message Date
  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
  tedu 1bd8c9e70f Integrate two patches originally from Daniel Micay. 8 years ago
  mmcc 11bd1912a3 Phrase allocation failure more clearly. ok deraadt@ 8 years ago
  jmc d892e4384e change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a 8 years ago
  guenther c7b217f282 Wrap <icdb.h> so that calls go direct and the symbols are all weak 8 years ago
  daniel bc3b5c8183 Document that these functions are now in strings.h. 8 years ago
  bentley 490b2e24b5 Don't fake a bulleted list by prefixing items with 'o'. 8 years ago
  tedu 7a4ef21e60 add a version field to prevent mayhem if different data gets stored 8 years ago
  tedu b15fab3fb6 update for new symbols and code 8 years ago
  tedu 1df731e22c Add icdb, the internal c database. A simpler replacement for the old 8 years ago
  jmc 657bd2849a update NAME section to include all documented functions, 8 years ago
  guenther be385217fe libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() 8 years ago
  guenther b3c328a386 delete old lint ARGSUSED comments 8 years ago
  guenther e221154ce6 Move the _atfork_list definition to atexit.c so that the fork syscall stub 8 years ago
  guenther 545241c6f9 Hide __atexit and __atexit_register_cleanup() 8 years ago
  bluhm 513918fc5d The only thing that was translated into multiple languages in OpenBSD 8 years ago
  guenther faa1cbd625 Use sigaction() instead of signal() to avoid pulling in unnecessary 8 years ago
  guenther 718610c69a Loop the waitpid() on EINTR, and save and restore the disposition of 8 years ago
  guenther e7906ce8f2 Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread 8 years ago
  millert c5fe488aad In rev 1.15 the sizeof argument was fixed in a strlcat() call but 8 years ago
  guenther e007f40f71 Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one 8 years ago
  guenther f671bb814a lint is dead: delete useless LINTLIBRARY comments 8 years ago
  guenther 8609f86bc8 Don't wrap initialized variables: binutils appears to be mishandling them 8 years ago
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 8 years ago
  guenther e724eb6002 Only two of the *rand48.c files need <math.h>, so just #include it in them 8 years ago
  schwarze 59ebc4a004 use .Va for global variables, and .Vt where the type is included 8 years ago
  guenther 8924f66047 Remove cast of int* to int* 8 years ago
  guenther ec1a04d68c For now, permit overriding of the malloc family, to make emacs happy 8 years ago
  guenther 08d5782520 Wrap <pwd.h> so that calls go direct and the symbols are all weak. 8 years ago
  guenther 1fc79c3ad9 Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally 8 years ago
  millert adeece9d95 The number of rounds is just two digits in the salt. We've already 8 years ago
  guenther c8272cfe98 Wrap <stdlib.h> so that calls go direct and the symbols not in the 8 years ago
  guenther 0228ab119c __strsignal() is now declared in hidden/signal.h 8 years ago
  guenther 82b9f1a0d5 Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct 8 years ago
  guenther c9c56d2879 Wrap <unistd.h> so that internal calls go direct and they're all weak symbols 8 years ago
  guenther 2682fe544f Wrap <getopt.h> to make the functions weak and make access to the initialized 8 years ago
  guenther c34714da97 Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct 8 years ago
  bcook 2c1adf355f Add support for building arc4random with MSVC. 8 years ago
  guenther 02ef5130b7 Pull in namespace.h when building all .c files using gcc's -include option, 8 years ago
  schwarze a9afc2531c reduce .Nd to one line and kill .Tn while here 8 years ago
  schwarze b0143d710b missing commas at the end of .Nm lines in the NAME section 8 years ago
  guenther 4f5bcc4530 Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame 8 years ago
  guenther 6c7e0ac243 Use new framework for wrapping cat{open,gets,close}(), eliminating 8 years ago
  guenther 3e2a03de0a Add framework for resolving (pun intended) libc namespace issues, using 8 years ago
  guenther 8858b239f2 Move the __rand48_* declarations into rand48.h, and then hide both them 8 years ago
  deraadt 70232307a6 All these files include <stdlib.h>, so do not need to cast 9 years ago
  tedu a295a8a9de call it bcrypt in the man page too 9 years ago
  tedu 1b0313eadb permit "bcrypt" as an alias for "blowfish". this is, after all, what 9 years ago
  jeremy a0ab23b345 Unbreak, add errno header 9 years ago