2048 Commits (97919939ff4cfa548da4998615e9e166f5a3ea29)

Author SHA1 Message Date
  otto bb8baa37e1 optimization and some cleanup; mostly from kshe (except the unmap() part) 6 years ago
  otto 58ab079478 Only init chunk_info once, plus some moving of code to group related functions. 6 years ago
  otto 28aa9f8c65 step one in avoiding unneccesary init of chunk_info; 6 years ago
  tedu 8b61b5765d memcpy from the right place. at this point, the used variable is not 6 years ago
  millert e1517c2cb0 Fix one possible buffer overflow and one underflow. Also some minor 6 years ago
  guenther ef03f4da40 Move __cxa_thread_atexit* to its own .c file to avoid pulling the code 6 years ago
  kettenis 0566b09422 Make a few internal symbols static and add a Symbols.map version script 6 years ago
  zhuk 8d93985924 It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). 6 years ago
  kettenis 29bb9a950c Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted 6 years ago
  kettenis 901caa2734 Implement __cxa_thread_atexit to support C++11 thread_local scope. The 6 years ago
  guenther 06875abb1a clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" 6 years ago
  tb 3bd9248dcf GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections 6 years ago
  otto d5460018ef 's' should include 'f'; from Jacqueline Jolicoeur 6 years ago
  millert 97fa8ef41e Don't let close(2) clobber errno. Some calls were already protected 6 years ago
  jsing edffe314c0 Restore a return that was inadvertently removed from freezero() in r1.234, 6 years ago
  schwarze 7fd11d9f24 Add STANDARDS: denis@ spotted that it was missing. 6 years ago
  otto 437fad2669 do not return f() where f is a void function; loop var type fix 6 years ago
  otto 09620f7263 Use dprintf instead of snprintf/write 6 years ago
  otto 3b6bc929b8 Make delayed free non-optional and make F do an extensive double free check. 6 years ago
  otto 4a127addf3 mapalign returns MAP_FAILED for failuer; from George Koehler 6 years ago
  otto d1f95e32d7 check double free before canary for chunks; ok millert@ 6 years ago
  schwarze 371b65730c New POSIX xlocale implementation written from scratch. 6 years ago
  schwarze 909afec908 delete pointless .Tn ASCII found by jca@ with mandoc -Tlint 6 years ago
  jca 74793c8931 Mention strtok_r in STANDARDS 6 years ago
  otto 83cbddd78e two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clang 6 years ago
  guenther f3645329ae Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" 6 years ago
  guenther 2f8ee43fe4 Minimize #includes, particularly to avoid thread_private.h 6 years ago
  schwarze 932461687c add missing and correct misspelled names, most in NAME sections; 7 years ago
  jmc 2ee2396122 zap trailing whitespace; 7 years ago
  tedu bce15ce0c1 rework the page a bit, clarify a few things, maybe better wording 7 years ago
  otto 131bcbfdc1 one more instance of the previous commit; also initialize ->offset to a 7 years ago
  otto 4a550fa72d Only access offset if canaries are enabled *and* size > 0, otherwise offset 7 years ago
  millert c212aadd9a The 0x (or 0X) prefix in base 16 is optional so only skip over the 7 years ago
  tb 5d484dd9ea void functions don't return 0 7 years ago
  dlg b4e0da4e31 port the RBT code to userland by making it part of libc. 7 years ago
  deraadt d37bfa62a2 no need for branding in .Nd line 7 years ago
  millert f55fd6c814 Don't fall back to heapsort() if we would otherwise switch to 7 years ago
  naddy 0f79902411 move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ 7 years ago
  millert fe11de237e Support swapping 32-bit aligned elements on 64-bit platforms. 7 years ago
  millert 2476875a0e Document that qsort falls back to heapsort() if the recursion depth 7 years ago
  millert e83742917d Use David Musser's introsort algorithm to fall back to heapsort(3) 7 years ago
  millert 3791eca4cb The BSD qsort() performs tail recursion elimination on the second 7 years ago
  tb 1badcf625f Typo: freezeo -> freezero 7 years ago
  otto 0c8e3f2e80 - fix bug wrt posix_memalign(3) of blocks between half a page and a page 7 years ago
  reyk 9b036c42f9 spacing (in EXAMPLES code) 7 years ago
  beck 0e208737fa Switch Linux getrandom() usage to non-blocking mode, continuing to 7 years ago
  otto 75d99259be Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@ 7 years ago
  otto 6a32bb1c73 For small allocations (chunk) freezero only validates the given 7 years ago
  jmc e471403169 add previous to NAME; 7 years ago
  nicm cddf1b0fbc Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs 7 years ago