Commit History

Author SHA1 Message Date
  Gunnar Beutner 017da44ac2 LibC: Make malloc(0) return a non-null pointer 4 years ago
  Gunnar Beutner 3438829431 LibC: Lazily initialize malloc chunks 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 4 years ago
  Andreas Kling 9588f01739 UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE 4 years ago
  Andreas Kling 4faeaf101c LibC: Don't scrub memory in malloc/free when running in UE 4 years ago
  Andreas Kling bb9cf083c4 LibC: Avoid double memory clearing in calloc() 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling dffab4e034 LibC: Convert dbgprintf() => dbgln() 4 years ago
  Andreas Kling fc4eae87f8 LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context 4 years ago
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago