Histórico de Commits

Autor SHA1 Mensagem Data
  Hendiadyoin1 e34eb3e36d Kernel: Remove unused String.h includes há 3 anos atrás
  Andrew Kaster f1d8978804 AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtr há 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Daniel Bertalan 1faffc2192 Kernel: Introduce workaround to make LTO builds work with Clang há 3 anos atrás
  James Mintram 0fbeac6011 Kernel: Split SmapDisabler so header is platform independent há 3 anos atrás
  Andreas Kling 4b4e1d1c90 Kernel: Remove redundant [[nodiscard]] on KResult return values há 3 anos atrás
  Andreas Kling e6929835d2 Kernel: Make copy_time_from_user() helpers use KResultOr<Time> há 3 anos atrás
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere há 3 anos atrás
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() há 3 anos atrás
  Andreas Kling 96d5d017b7 Kernel: Remove copy_string_from_user() as it's no longer used há 4 anos atrás
  Brian Gianforcaro 40a942d28b Kernel: Remove char* versions of path argument / kstring copy methods há 4 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace há 4 anos atrás
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ há 4 anos atrás
  Gunnar Beutner 7e94b090fe Kernel: Introduce basic pre-kernel environment há 4 anos atrás
  Andreas Kling 0718bd264c Kernel: Remove some no-longer-needed C library functions há 4 anos atrás
  Daniel Bertalan 494ead3eb8 Kernel: Add `memchr` and `malloc` to StdLib.cpp há 4 anos atrás
  Gunnar Beutner f5cd366006 Kernel: Fix memcpy and memset for x86_64 há 4 anos atrás
  Hendiadyoin1 925be2758e Kernel: Remove unused CPU.h includes há 4 anos atrás
  Andreas Kling 856f20f91f Kernel: Add try_copy_kstring_from_user() há 4 anos atrás
  Gunnar Beutner 55ae52fdf8 Kernel: Enable building the kernel with -flto há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Hendiadyoin1 e8ef10e2a6 Kernel/LibC: Make memset implementations the same há 4 anos atrás
  Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory há 4 anos atrás
  Andreas Kling 612a5225fa Kernel: Convert klog() => AK::Format in StdLib há 4 anos atrás
  Ben Wiederhake 649abc01bc Kernel: Implement 'copy_time_from_user' functions to sanitize arguments há 4 anos atrás
  Andreas Kling 8129f3da52 Kernel: Move SMAP disabler RAII helper to its own file há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Ben Wiederhake 4c42d1e35a Kernel: Do not try to print the string that cannot be read há 4 anos atrás
  Ben Wiederhake caeb41d92b Kernel: Don't crash on syscall with kernel-space argument há 4 anos atrás
  Tom b17a889320 Kernel: Add safe atomic functions há 4 anos atrás