1515 Commits (f550b551221fb0d6561b1ca14b113e3c667c861c)

Author SHA1 Message Date
  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
  millert 96b30ff942 Allow setenv(3) and putenv(3) to operate on a NULL environ pointer. 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
  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
  mmcc 7766921240 Remove NULL-checks before free() and a few related dead assignments. 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
  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