Commit History

Author SHA1 Message Date
  Nico Weber ef1b21004f Everywhere: Fix typos 4 years ago
  Luke 7334f21ef7 LibC: Add EPFNOSUPPORT error number 4 years ago
  Ben Wiederhake 41b70ae8ba LibC: Implement strlcpy 5 years ago
  Ben Wiederhake 3fc2c4866f LibC: Stub and test strlcpy 5 years ago
  Ben Wiederhake 9795c61464 LibC: Prevent slowness and overrun in strdup/strndup 5 years ago
  AnotherTest 67f7f6840d AK+LibC+Kernel: Move the implementation of memmem to AK 5 years ago
  AnotherTest 1ad51325ad Kernel+LibC: Implement 'memmem' 5 years ago
  Andreas Kling 1366557094 AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset() 5 years ago
  Shannon Booth a52b3e8f2a LibC: Implement strchrnul() 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 60143c8d4e LibC: Add strnlen() 5 years ago
  Andreas Kling 4d997308c2 LibC: Remove some functions we had two of 5 years ago
  Andreas Kling 5292f6e78f Kernel+FileManager: Disallow watch_file() in unsupported file systems 5 years ago
  Andreas Kling 5951c7ca05 LibC: Add strtok_r() and make strtok() a wrapper around it 5 years ago
  Jonah Alligood 437c919dda LibC: Better strtok implementation (string.h) 5 years ago
  Jonah Alligood a544fded88 LibC: strtok is now implemented (string.h) 5 years ago
  Andreas Kling e51c1aa3d4 LibC: sys_errlist should be const char* const 5 years ago
  Andreas Kling 57c29491a3 Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/. 6 years ago
  Andreas Kling b149dd7584 LibC: Provide generic versions of memcpy() and memset() for non-i386 builds. 6 years ago
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. 6 years ago