Historial de Commits

Autor SHA1 Mensaje Fecha
  greatbridf 760c462f77 feat(pipe): send EOF on write end close hace 2 años
  greatbridf 1ff2137333 feat: replace evequeue by cond_var hace 2 años
  greatbridf 6ab99e3b3d change: make schedule() return int. status hace 2 años
  greatbridf 611384a51b feat(pipe): add syscall pipe hace 2 años
  greatbridf c268e31f28 feat(dup): add syscall dup and dup2 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 300de58007 add sid and pgid hace 2 años
  greatbridf 533155f3ad change: move def. of pid_t to gblibc hace 2 años
  greatbridf 0471ee9813 change: replace some _new with operator new hace 2 años
  greatbridf 304ecefefb feat: move kernel to 0xc0000000 hace 2 años
  greatbridf a9e1f08cc6 style: kernel_main hace 2 años
  greatbridf 183ed5166f feat: check O_DIRECTORY flag hace 2 años
  greatbridf 0be57320a7 feat(chdir): add syscall chdir hace 2 años
  greatbridf 8cd5128366 feat: add freeze() and kill_current() hace 2 años
  greatbridf 38c7861ce7 fix(thd): subtract ptr by kstack size on freeing hace 2 años
  greatbridf bc87e8c44f feat: move codes to kill proc into proclist kill() hace 2 años
  greatbridf 3b78bb6760 fix(files): files may be closed for multiple times hace 2 años
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code hace 2 años
  greatbridf c8ff5b072a feat(syscall): add getdents hace 2 años
  greatbridf bd25366506 change(file): add ptr to parent in struct file hace 2 años
  greatbridf 8326c982e1 adapt more parts to cpp hace 2 años
  greatbridf 79482631aa feat(file): add file descriptors hace 2 años
  greatbridf edb5ac858c fix(syscall_exit): remove all thds from ready list hace 2 años
  greatbridf 9caca574db change(thread): add class thdlist hace 2 años
  greatbridf c5a6be277a change(process): use map for process list hace 2 años
  greatbridf 44a9b33979 feat(hash_map): move pair class out of hash_map hace 2 años
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators hace 2 años
  greatbridf b120b34b82 feat(process): add class readyqueue hace 2 años
  greatbridf 0d8e0a0ef4 feat(proc): add class proclist hace 2 años