Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 6ad3efe067 Kernel+LibC: Add get_process_name() syscall há 6 anos atrás
  Andreas Kling 7d6689055f Kernel+LibC+crash: Add mprotect() syscall há 6 anos atrás
  Sergey Bugaev 9c3b1ca0c6 Kernel+LibC: Support passing O_CLOEXEC to pipe() há 6 anos atrás
  Jesse 401c87a0cc Kernel: mount system call (#396) há 6 anos atrás
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. há 6 anos atrás
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. há 6 anos atrás
  Andreas Kling af81645a2a Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. há 6 anos atrás
  Andreas Kling 3fce2fb205 Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf(). há 6 anos atrás
  Andreas Kling d2b521f0ab Kernel+LibC: Add a dump_backtrace() syscall. há 6 anos atrás
  Jesse a5d80f7e3b Kernel: Only allow superuser to halt() the system (#342) há 6 anos atrás
  Jesse a27c9e3e01 Kernel+Userland: Addd reboot syscall (#334) há 6 anos atrás
  Robin Burchell b907608e46 SharedBuffer: Split the creation and share steps há 6 anos atrás
  Andreas Kling c110cf193d Kernel: Have the open() syscall take an explicit path length parameter. há 6 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. há 6 anos atrás
  Robin Burchell 952382b413 Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it há 6 anos atrás
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} há 6 anos atrás
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. há 6 anos atrás
  Andreas Kling 93d3d1ede1 Kernel: Add fchown() syscall. há 6 anos atrás
  Robin Burchell 9cd0f6ffac Kernel/LibC: Implement sched_* functionality to set/get process priority há 6 anos atrás
  Andreas Kling 9806a23f83 Kernel: Return ENOSYS if an invalid syscall number is requested. há 6 anos atrás
  Andreas Kling ae470ec955 Kernel: Add getpeername() syscall, and fix getsockname() behavior. há 6 anos atrás
  Andreas Kling 212a263f0a Kernel+LibC: Implement getsockname() syscall. há 6 anos atrás
  Andreas Kling 3cba2a8a78 Kernel: Add a beep() syscall that beeps the PC speaker. há 6 anos atrás
  Andreas Kling 99aead4857 Kernel: Add a writev() syscall for writing multiple buffers in one go. há 6 anos atrás
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. há 6 anos atrás
  Andreas Kling 25ddcd1022 Kernel: Emit systrace events for exit, thread_exit and sigreturn. há 6 anos atrás
  Andreas Kling d07be1087a Kernel+LibC: Add exit_thread() syscall. há 6 anos atrás
  Andreas Kling 5c68929aa1 Kernel: Add a systrace() syscall and implement /bin/strace using it. há 6 anos atrás
  Andreas Kling c02c6fef28 Kernel+ProcessManager: Show per-process syscall counts. há 6 anos atrás
  Andreas Kling 26a06f3fcd Kernel: More work towards POSIX SHM, also add ftruncate(). há 6 anos atrás