コミット履歴

作者 SHA1 メッセージ 日付
  William McPherson 2479ead718 Everywhere: Remove unnecessary `clang-format off`s 4 年 前
  AnotherTest 4519950266 Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum 4 年 前
  AnotherTest 1e79c04616 Kernel+LibC: Stub out SO_{SND_RCV}BUF 4 年 前
  Liav A a1e20aa04f Kernel: Fix enum of sysconf values to be in the correct order 4 年 前
  Andreas Kling b6937e2560 Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap() 4 年 前
  Linus Groh 2cc3d68615 Kernel+LibC: Add _SC_TTY_NAME_MAX 4 年 前
  Tom 1d621ab172 Kernel: Some futex improvements 4 年 前
  Andreas Kling 43109f9614 Kernel: Remove unused syscall sys$minherit() 4 年 前
  Andreas Kling 5dafb72370 Kernel+Profiler: Make profiling per-process and without core dumps 4 年 前
  Tom e21cc4cff6 Kernel: Remove MAP_PURGEABLE from mmap 4 年 前
  Tom c3451899bc Kernel: Add MAP_NORESERVE support to mmap 4 年 前
  Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11 4 年 前
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load 4 年 前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年 前
  Luke 721788943d Kernel: Implement _SC_OPEN_MAX 4 年 前
  Nico Weber 47b3e98af8 Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions 4 年 前
  Nico Weber ae5ba4074d LibC: Convert SO_ constants to enum 4 年 前
  Nico Weber b36a2d6686 Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() 4 年 前
  Andreas Kling f8e59addf7 Kernel+LibC+UE: Introduce SIGINFO (generated with ^T) 4 年 前
  Itamar b6c34c0521 Ext2FS: Make reported file_type values match up with those in dirent 4 年 前
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 5 年 前
  Itamar 5cd7159629 Kernel: Add _SC_PAGESIZE to sysconf 5 年 前
  Nico Weber 4eb967b5eb LibC+Kernel: Start implementing sysconf 5 年 前
  AnotherTest 9609539236 Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant 5 年 前
  Andreas Kling 47f5b24cc8 Kernel: Remove no-longer-used GDT selector from Thread 5 年 前
  Sergey Bugaev e0d0d52455 Kernel: Use symbolic constants for file modes 5 年 前
  Sergey Bugaev 3847d00727 Kernel+Userland: Support remounting filesystems :^) 5 年 前
  Sergey Bugaev fdb71cdf8f Kernel: Support read-only filesystem mounts 5 年 前
  Sergey Bugaev b905126365 Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h 5 年 前
  Andreas Kling 1afbd8936a Kernel+LibC: Let's say that off_t is a ssize_t 5 年 前