2052 Commits (17e63aa28530fa0b503a2c0dc8a33b3a7467f6b6)

Author SHA1 Message Date
  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
  tb a02ad43121 Add a cast to silence a compiler warning by clang on FreeBSD. 8 years ago
  tedu 1bd8c9e70f Integrate two patches originally from Daniel Micay. 8 years ago
  claudio a3ecc333c4 Do not loop on EAGAIN in imsg_read(). Better to return the error to the 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
  mmcc e95c7e3634 Remove three NULL-checks before free(). ok millert@ 8 years ago
  millert af62780c97 Use the backchannel for all error messages instead of syslog(3). 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 9 years ago
  tedu b15fab3fb6 update for new symbols and code 9 years ago
  tedu 1df731e22c Add icdb, the internal c database. A simpler replacement for the old 9 years ago
  deraadt 399fdad76b creat() -> open equiv; from Frederic Nowak 9 years ago
  jmc 657bd2849a update NAME section to include all documented functions, 9 years ago
  guenther be385217fe libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() 9 years ago
  reyk c4f8edebc9 bump minors after adding EVP_aead_chacha20_poly1305_ietf() 9 years ago
  guenther b3c328a386 delete old lint ARGSUSED comments 9 years ago
  guenther e221154ce6 Move the _atfork_list definition to atexit.c so that the fork syscall stub 9 years ago
  guenther 545241c6f9 Hide __atexit and __atexit_register_cleanup() 9 years ago
  bluhm 513918fc5d The only thing that was translated into multiple languages in OpenBSD 9 years ago
  guenther faa1cbd625 Use sigaction() instead of signal() to avoid pulling in unnecessary 9 years ago
  guenther 718610c69a Loop the waitpid() on EINTR, and save and restore the disposition of 9 years ago
  guenther e7906ce8f2 Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread 9 years ago
  beck 6a2df26a82 Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the 9 years ago
  deraadt 9e1200d556 Don't Xr flock, since that is not the locking method used. 9 years ago
  millert c5fe488aad In rev 1.15 the sizeof argument was fixed in a strlcat() call but 9 years ago
  beck 87b1e8d899 Flense the greasy black guts of unreadble string parsing code out of three areas 9 years ago
  guenther e007f40f71 Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one 9 years ago
  guenther f671bb814a lint is dead: delete useless LINTLIBRARY comments 9 years ago
  guenther 8609f86bc8 Don't wrap initialized variables: binutils appears to be mishandling them 9 years ago
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 9 years ago
  schwarze 0f5a134fe9 in the SYNOPSIS, make void function arguments explicit 9 years ago
  guenther e724eb6002 Only two of the *rand48.c files need <math.h>, so just #include it in them 9 years ago
  schwarze 59ebc4a004 use .Va for global variables, and .Vt where the type is included 9 years ago
  guenther 8924f66047 Remove cast of int* to int* 9 years ago