Historial de Commits

Autor SHA1 Mensaje Fecha
  greatbridf e7f8d74f83 fix(rt_sigprocmask): SIG_UNBLOCK should invoke signals.unmask hace 1 año
  greatbridf 3aa82c2b13 feat(scheduler): support multi kernel stack frames hace 1 año
  greatbridf d5070d823a feat(syscall): mkdir hace 1 año
  greatbridf 496a4bb31f feat(syscall): impl. partial gettid and wait4 hace 1 año
  greatbridf 5926e83a34 feat(syscall): uname, getpgid, getuid, rt_sigaction(half works) hace 1 año
  greatbridf fdb0052684 fix(signal): wakeup the threading on signals generated hace 1 año
  greatbridf a52f58ffb4 feat(syscall): add rt_sigprocmask hace 1 año
  greatbridf 35cce41a09 fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files hace 1 año
  greatbridf 5813062c00 Merge branch 'dev' hace 1 año
  greatbridf 8efa4a211a feat(syscall): add sendfile64 hace 1 año
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file hace 1 año
  greatbridf 6d321f5eac feat(open): open() can now create new files hace 1 año
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths hace 1 año
  greatbridf 0f9c6c4603 feat(syscall): add getdents64 hace 1 año
  greatbridf 09fa92b097 feat(syscall): add fcntl64 hace 1 año
  greatbridf 2656facbab feat(syscall): add statx hace 1 año
  greatbridf 50b9527a09 feat(syscall): add mmap and munmap hace 1 año
  greatbridf 8115a79f02 feat(syscall): add brk hace 1 año
  greatbridf 696aaa567c feat(syscall): add clock_gettime64, getuid and prctl hace 1 año
  greatbridf da4fc9c087 feat(syscall): add syscalls, change syscall ids hace 1 año
  greatbridf 3cf21d6082 feat(syscall): add set_thread_area hace 1 año
  greatbridf 423968a920 feat(vfs): support opening relative path hace 1 año
  greatbridf 929a17f7a3 fix(ld): add sentry to prevent kernel too large hace 1 año
  greatbridf 247863ce35 refactor(thread): remove thdlist and some ctors hace 1 año
  greatbridf 0a7b5413a5 fix tuple and rbtree, simplify kernel process hace 1 año
  greatbridf ec19ff3095 change(proclist): remove tty_idx hace 1 año
  greatbridf 07638e3531 change(kernel): remove types::pair hace 1 año
  greatbridf 4cf6746d1d fix(tcsetpgrp): get ctrl tty by sid instead of pid hace 2 años
  greatbridf cf416c45b5 feat(kill): add syscall kill() hace 2 años
  greatbridf 9483e98eca fix(proclist::find()): check iter null hace 2 años