Commit History

Author SHA1 Message Date
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() 5 years ago
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 years ago
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places 5 years ago
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 years ago
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 years ago
  Andreas Kling d04fcccc90 Kernel: Truncate addresses stored by getsockname() and getpeername() 5 years ago
  Andreas Kling 625ab1f527 Kernel: LocalSocket should fail with EADDRINUSE for already-bound files 5 years ago
  Andreas Kling 137a45dff2 Kernel: read()/write() should respect timeouts when used on a sockets 5 years ago
  Andreas Kling 03d73cbaae Kernel: Allow Socket subclasses to fail construction 5 years ago
  Andreas Kling 6081c76515 Kernel: Make O_RDONLY non-zero 5 years ago
  Andreas Kling f4f958f99f Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 years ago
  Sergey Bugaev 6466c3d750 Kernel: Pass correct permission flags when opening files 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() 5 years ago
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() 5 years ago
  Andreas Kling a9e3575a18 Kernel: Don't apply process umask to the LocalSocket prebind mode 5 years ago
  Andreas Kling 0596ab880e Kernel: connect() should EISCONN on already-connected LocalSocket 5 years ago
  Andreas Kling d84299c7be Kernel: Allow fchmod() and fchown() on pre-bind() local sockets 5 years ago
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings 5 years ago
  Andreas Kling 23e802518d Kernel: Add getsockopt(SO_PEERCRED) for local sockets 5 years ago
  Andreas Kling 5a45376180 Kernel+SystemMonitor: Log amounts of I/O per thread 5 years ago
  Andreas Kling 06a80bcf69 Kernel+SystemMonitor: Publish can_read/write state for open files 5 years ago
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 years ago
  Andreas Kling e08991319a Net: Put a bunch of socket debug logging behind FOO_DEBUG 5 years ago
  Andreas Kling ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 5 years ago
  Andreas Kling 1cca5142af Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 years ago