Historique des commits

Auteur SHA1 Message Date
  greatbridf 913821be67 feat: set errno in syscall il y a 2 ans
  greatbridf ca1a736d4f feat: close() syscall and shell redirection il y a 2 ans
  greatbridf 04de266681 feat(signal): send SIGINT, SIGQUIT and SIGSTOP il y a 2 ans
  greatbridf 8fbf10ff42 feat: syscall entry stub il y a 2 ans
  greatbridf 300de58007 add sid and pgid il y a 2 ans
  greatbridf 304ecefefb feat: move kernel to 0xc0000000 il y a 2 ans
  greatbridf cb96ca109a feat: free kinit memory il y a 2 ans
  greatbridf a9e1f08cc6 style: kernel_main il y a 2 ans
  greatbridf 183ed5166f feat: check O_DIRECTORY flag il y a 2 ans
  greatbridf 5cd3d7fd69 feat(syscall): add getcwd il y a 2 ans
  greatbridf 0be57320a7 feat(chdir): add syscall chdir il y a 2 ans
  greatbridf 8cd5128366 feat: add freeze() and kill_current() il y a 2 ans
  greatbridf f8dda1c0bd change: remove assert.h in kernel il y a 2 ans
  greatbridf bc87e8c44f feat: move codes to kill proc into proclist kill() il y a 2 ans
  greatbridf d4122bd571 feat(posix): impl. posix interface, update usp il y a 2 ans
  greatbridf 90b868a5cf feat(gblibc): set entry point to _start il y a 2 ans
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code il y a 2 ans
  greatbridf c8ff5b072a feat(syscall): add getdents il y a 2 ans
  greatbridf bd25366506 change(file): add ptr to parent in struct file il y a 2 ans
  greatbridf 8326c982e1 adapt more parts to cpp il y a 2 ans
  greatbridf 576ca427b0 limit vfs_read buffer size when doing system calls il y a 2 ans
  greatbridf 57bb3fc54e stash 2 il y a 2 ans
  greatbridf 79482631aa feat(file): add file descriptors il y a 2 ans
  greatbridf edb5ac858c fix(syscall_exit): remove all thds from ready list il y a 2 ans
  greatbridf 9caca574db change(thread): add class thdlist il y a 2 ans
  greatbridf c5a6be277a change(process): use map for process list il y a 2 ans
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators il y a 2 ans
  greatbridf b120b34b82 feat(process): add class readyqueue il y a 2 ans
  greatbridf 0d8e0a0ef4 feat(proc): add class proclist il y a 2 ans
  greatbridf b2586e331c feat(syscall): impl. exit and wait syscall il y a 2 ans