提交历史

作者 SHA1 备注 提交日期
  Ben Wiederhake 1e1caed1f7 LibCore: Completely drop DeprecatedFile 2 年之前
  Ben Wiederhake 800a0092ca LibCore: Avoid DeprecatedFile for resolve_executable_from_environment 2 年之前
  Ben Wiederhake 26efdf9d4f LibCore+LibFileSystem: Move resolve_executable_from_environment to Core 2 年之前
  Sam Atkins da8da79e62 LibCore: Add wrapper for fstatat() 2 年之前
  Liav A 0bbd9040ef Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2 年之前
  Fabian Dellwing 059904371f Userland: Allow our access check to pass flags to faccessat syscall 2 年之前
  Liav A 8289759f1d Kernel: Allow configuring a Jail to not impose PID isolation restriction 2 年之前
  Cameron Youell e78be03b49 LibCore: Add ErrorOr wrapper for `utimensat` 2 年之前
  Caoimhe 5072a2280d LibCore: Add syscall wrapper for `mkdtemp()` 2 年之前
  Liav A 11a7e21c2a Kernel+Userland: Add support for using the PCSpeaker with various tones 2 年之前
  nipos f8ed51e5dc LibCore: Add support for Solaris in anon_create 2 年之前
  nipos 72accd3a24 LibCore: Don't use execvpe on Solaris 2 年之前
  nipos dcb95dba17 LibCore: Refer to type utsname as struct on Solaris 2 年之前
  nipos 8687dae0ca LibCore: Use non-const char * for sethostname on Solaris 2 年之前
  nipos 50e663f561 LibCore: Use SIG_TYP instead of sig_t for signals on Solaris 2 年之前
  nipos f700d553ab LibCore: Add support for NetBSD in anon_create 2 年之前
  nipos b3aa36d7bd LibCore: All BSDs need sig_t instead of sighandler_t 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Liav A b4596b48f5 LibCore: Fix wrong call to stat on the Core::System::lstat method 2 年之前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
  MacDue b16ec1880c LibC+LibCore: Remove serenity_setenv() 2 年之前
  MacDue eea4dc5bfe LibCore+LibC: Add putenv() wrapper 2 年之前
  MacDue f4236e61bf LibCore: Add const qualifier to exec() argument spans 2 年之前
  Linus Groh 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 年之前
  nipos b510747e22 LibCore: On OpenBSD, handle anon_create() like on MacOS 2 年之前
  Lenny Maiorani f2336d0144 AK+Everywhere: Move custom deleter capability to OwnPtr 2 年之前
  Lucas CHOLLET 687ef7740a LibCore: Add a wrapper for `getaddrinfo()` 2 年之前
  Timothy Flynn d09266237d LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper 2 年之前
  Timothy Flynn 1ee808fae6 LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper 2 年之前
  Lucas CHOLLET 5532640b71 LibCore: Add a wrapper for `poll()` 2 年之前