Histórico de Commits

Autor SHA1 Mensagem Data
  Niklas Poslovski ebc5b33b77 LibCore: Don't include sys/sysctl.h on Solaris há 1 ano atrás
  nipos abf7941bb9 LibCore: Change Errno to Error in FreeBSD and NetBSD-specific functions há 1 ano atrás
  Andrew Kaster bb831a27dd LibCore: Add Core::System::current_executable_path() há 2 anos atrás
  Shannon Booth cb920b23cc LibCore: Add System::environment há 2 anos atrás
  Timothy Flynn 996c020b0d Everywhere: Remove 'clang-format off' comments that are no longer needed há 2 anos atrás
  Liav A 23a7ccf607 Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls há 2 anos atrás
  Hendiadyoin1 ca0106ba1d AK: Forbid `from_utf8` and `from_deprecated_{...}` with unintended types há 2 anos atrás
  Tim Ledbetter cbe5aeb917 LibCore: Ensure `exec()` keeps a reference to the executable path há 2 anos atrás
  Ben Wiederhake 1e1caed1f7 LibCore: Completely drop DeprecatedFile há 2 anos atrás
  Ben Wiederhake 800a0092ca LibCore: Avoid DeprecatedFile for resolve_executable_from_environment há 2 anos atrás
  Ben Wiederhake 26efdf9d4f LibCore+LibFileSystem: Move resolve_executable_from_environment to Core há 2 anos atrás
  Sam Atkins da8da79e62 LibCore: Add wrapper for fstatat() há 2 anos atrás
  Liav A 0bbd9040ef Kernel+Userland: Split bind-mounting and re-mounting from mount syscall há 2 anos atrás
  Fabian Dellwing 059904371f Userland: Allow our access check to pass flags to faccessat syscall há 2 anos atrás
  Liav A 8289759f1d Kernel: Allow configuring a Jail to not impose PID isolation restriction há 2 anos atrás
  Cameron Youell e78be03b49 LibCore: Add ErrorOr wrapper for `utimensat` há 2 anos atrás
  Caoimhe 5072a2280d LibCore: Add syscall wrapper for `mkdtemp()` há 2 anos atrás
  Liav A 11a7e21c2a Kernel+Userland: Add support for using the PCSpeaker with various tones há 2 anos atrás
  nipos f8ed51e5dc LibCore: Add support for Solaris in anon_create há 2 anos atrás
  nipos 72accd3a24 LibCore: Don't use execvpe on Solaris há 2 anos atrás
  nipos dcb95dba17 LibCore: Refer to type utsname as struct on Solaris há 2 anos atrás
  nipos 8687dae0ca LibCore: Use non-const char * for sethostname on Solaris há 2 anos atrás
  nipos 50e663f561 LibCore: Use SIG_TYP instead of sig_t for signals on Solaris há 2 anos atrás
  nipos f700d553ab LibCore: Add support for NetBSD in anon_create há 2 anos atrás
  nipos b3aa36d7bd LibCore: All BSDs need sig_t instead of sighandler_t há 2 anos atrás
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` há 2 anos atrás
  Liav A b4596b48f5 LibCore: Fix wrong call to stat on the Core::System::lstat method há 2 anos atrás
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> há 2 anos atrás
  MacDue b16ec1880c LibC+LibCore: Remove serenity_setenv() há 2 anos atrás
  MacDue eea4dc5bfe LibCore+LibC: Add putenv() wrapper há 2 anos atrás