Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 1b16a29044 Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp. hace 6 años
  Andreas Kling e421c10735 More compat work towards porting vim. hace 6 años
  Andreas Kling beda478821 Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. hace 6 años
  Andreas Kling 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. hace 6 años
  Andreas Kling d5f515cf6c Kernel: Give each FileDescriptor a chance to co-open sockets. hace 6 años
  Andreas Kling df2d46d5dc Kernel: Add SocketRole::Listener and report the role nicely in /proc/PID/fds. hace 6 años
  Andreas Kling cc9ff96a98 Kernel: FileDescriptor::absolute_path() should "support" sockets. hace 6 años
  Andreas Kling 640360e958 Move WindowServer to userspace. hace 6 años
  Andreas Kling 799177feda Kernel: Make BochsVGADevice a BlockDevice and support mmapping it. hace 6 años
  Andreas Kling 994279d56c Kernel: Add Device base class for CharacterDevice. hace 6 años
  Andreas Kling eb1c721ef3 Kernel: Actually send things between the socket endpoints. hace 6 años
  Andreas Kling b12ab1270a Kernel: More work on sockets. Getting there.. hace 6 años
  Andreas Kling 2f35e54f80 Kernel: Begin implementing UNIX domain sockets. hace 6 años
  Andreas Kling 0c9a2b1430 Kernel: Oops, I mixed up st_dev and st_rdev in struct stat. hace 6 años
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. hace 6 años
  Andreas Kling c4fce9b3f9 Make stat() work on device files again. hace 6 años
  Andreas Kling 6b88025dda Remove the last remaining #ifndef SERENITY blocks. hace 6 años
  Andreas Kling b4e478aa50 Deallocate PTY's when they close. hace 6 años
  Andreas Kling 027d26cd5d Add a String::format() and use that in place of ksprintf() in the Kernel. hace 6 años
  Andreas Kling 8bb18fdc56 Kernel: Get rid of Unix namespace. hace 6 años
  Andreas Kling 754037874c Move VFS sources into Kernel/. hace 6 años