Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 8fe72d7b3c Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags. 6 anos atrás
  Andreas Kling 08926e59b3 Kernel: Add InodeFile, a File subclass for regular files. 6 anos atrás
  Robin Burchell 9cd0f6ffac Kernel/LibC: Implement sched_* functionality to set/get process priority 6 anos atrás
  Andreas Kling 0cac84d6bd Kernel: Sending a signal to yourself should block until dispatch. 6 anos atrás
  Andreas Kling 6ffcee9176 Kernel: Send more specific signals when crashing due to CPU exceptions. 6 anos atrás
  Robin Burchell c6e79bd53a Kernel: Support O_APPEND 6 anos atrás
  Robin Burchell 6917c42140 Kernel/AK: Move ELF loader to AK 6 anos atrás
  Andreas Kling 14a202f011 Kernel: getpeername() should fail with ENOTCONN for non-connected sockets. 6 anos atrás
  Andreas Kling 7afc0fb9c8 Kernel: Forked children should inherit their RangeAllocator by copy. 6 anos atrás
  Andreas Kling ae470ec955 Kernel: Add getpeername() syscall, and fix getsockname() behavior. 6 anos atrás
  Andreas Kling bcc6ddfb6b Kernel: Let PageDirectory own the associated RangeAllocator. 6 anos atrás
  Andreas Kling b3a1671f1a Kernel: Add support for recv() with MSG_DONTWAIT. 6 anos atrás
  Andreas Kling 212a263f0a Kernel+LibC: Implement getsockname() syscall. 6 anos atrás
  Andreas Kling 189b342e6f LibC: Add mmap_with_name() that names the allocation immediately. 6 anos atrás
  Robin Burchell d8b74c8c86 Kernel: Check can_write for blocking write 6 anos atrás
  Robin Burchell 635eb20289 Kernel: Add the ability to debug poll/select independently of read/write 6 anos atrás
  Robin Burchell 99dd60611f Kernel: Fix select with a 0 timeout 6 anos atrás
  Andreas Kling 237628a7a6 Kernel: Tidy up FileDescriptor members a bit. 6 anos atrás
  Robin Burchell 123283d840 Kernel: Fix poll() with timeout 6 anos atrás
  Andreas Kling cdaf8cd656 Kernel: select() was transferring the readfds into the exceptfds vector. 6 anos atrás
  Andreas Kling 14c896ec58 Kernel: Pass ELF program header locations from multiboot to kernel. 6 anos atrás
  Robin Burchell ba92c07a75 Kernel: Make sure to clear FD sets when preparing for a select 6 anos atrás
  Robin Burchell df74a9222f Kernel: Fix timeout support in select 6 anos atrás
  Andreas Kling 2d98f4e28f Kernel: Make the times() syscall return something other than 0. 6 anos atrás
  Robin Burchell 0d77aa841a Kernel/Process: Use auto to avoid incompatible types, causing a signedness warning in the ASSERT 6 anos atrás
  Andreas Kling cde47089d2 Kernel: Remove some unnecessary massaging of region base/size pairs. 6 anos atrás
  Andreas Kling 6957825444 Kernel: Factor out range allocation from Process::allocate_region*(). 6 anos atrás
  Andreas Kling 87b54a82c7 Kernel: Let Region keep a Range internally. 6 anos atrás
  Andreas Kling b1bb737704 Kernel: Remove Process::m_next_address. 6 anos atrás
  Andreas Kling c414e65498 Kernel: Implement a simple virtual address range allocator. 6 anos atrás