커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Kling f4f958f99f Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 년 전
  Sergey Bugaev 6466c3d750 Kernel: Pass correct permission flags when opening files 5 년 전
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 년 전
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() 5 년 전
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() 5 년 전
  Andreas Kling a9e3575a18 Kernel: Don't apply process umask to the LocalSocket prebind mode 5 년 전
  Andreas Kling 0596ab880e Kernel: connect() should EISCONN on already-connected LocalSocket 5 년 전
  Andreas Kling d84299c7be Kernel: Allow fchmod() and fchown() on pre-bind() local sockets 5 년 전
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings 5 년 전
  Andreas Kling 23e802518d Kernel: Add getsockopt(SO_PEERCRED) for local sockets 5 년 전
  Andreas Kling 5a45376180 Kernel+SystemMonitor: Log amounts of I/O per thread 5 년 전
  Andreas Kling 06a80bcf69 Kernel+SystemMonitor: Publish can_read/write state for open files 5 년 전
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 년 전
  Andreas Kling e08991319a Net: Put a bunch of socket debug logging behind FOO_DEBUG 5 년 전
  Andreas Kling ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 5 년 전
  Andreas Kling 1cca5142af Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 년 전
  Andreas Kling 3aa27b5b0e Kernel: Don't put LocalSocket in SetupState::Completed in bind() 5 년 전
  Andreas Kling 65409e8f04 LocalSocket: Teach recvfrom() how to block if needed, and simplify it 5 년 전
  Andreas Kling 910fab564e LocalSocket: Make recvfrom() return 0 to signal EOF when peer is gone 6 년 전
  Sergey Bugaev dadf6337ef Kernel: Customize absolute_path() for more file types 6 년 전
  Sergey Bugaev 66e5d0bdf3 Net: Store all the LocalSockets in an InlineLinkedList 6 년 전
  Sergey Bugaev a30930465e Net: Add LocalSocket::socket_path() 6 년 전
  Sergey Bugaev 908068d19d Net: Fix initializing sockaddr_un.sun_path copy buffers 6 년 전
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself 6 년 전
  Sergey Bugaev d46c3b0b5b Net: Simplify how LocalSocket tracks open fds 6 년 전
  Conrad Pankoff bd6d2c0819 Kernel: Use a more detailed state machine for socket setup 6 년 전
  Conrad Pankoff 73c998dbfc Kernel: Refactor TCP/IP stack 6 년 전
  Andreas Kling 6347e3aa51 Net: Let Socket have read/write wrappers around sendto/recvfrom 6 년 전
  Robin Burchell 96de90ceef Net: Merge Thread::wait_for_connect into LocalSocket (as the only place that uses it) 6 년 전
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 년 전