Historial de Commits

Autor SHA1 Mensaje Fecha
  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 e32a680f5d feat: getpid and getppid hace 2 años
  greatbridf 9d560da181 feat: tc{s,g}etpgrp hace 2 años
  greatbridf 427190bcbe feat: setpgrp hace 2 años
  greatbridf 760c462f77 feat(pipe): send EOF on write end close hace 2 años
  greatbridf dd684f86df style: remove unused params of syscall funcs hace 2 años
  greatbridf ba8f40e69b feat: read and write of pipes will wait for data hace 2 años
  greatbridf 1ff2137333 feat: replace evequeue by cond_var hace 2 años
  greatbridf da154fd066 change: use schedule_noreturn() in syscall exit hace 2 años
  greatbridf 6ab99e3b3d change: make schedule() return int. status hace 2 años
  greatbridf ea0c108eea change: use linux x86_64 syscall no. hace 2 años
  greatbridf 611384a51b feat(pipe): add syscall pipe hace 2 años
  greatbridf 72448d4099 change(syscall): check syscall_no in syscall.cpp hace 2 años
  greatbridf c268e31f28 feat(dup): add syscall dup and dup2 hace 2 años
  greatbridf 913821be67 feat: set errno in syscall hace 2 años
  greatbridf ca1a736d4f feat: close() syscall and shell redirection hace 2 años
  greatbridf 04de266681 feat(signal): send SIGINT, SIGQUIT and SIGSTOP hace 2 años
  greatbridf 8fbf10ff42 feat: syscall entry stub hace 2 años