Historique des commits

Auteur SHA1 Message Date
  greatbridf 35cce41a09 fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files il y a 1 an
  greatbridf 5813062c00 Merge branch 'dev' il y a 1 an
  greatbridf b4ec221a53 feat(ahci): add ahci controller driver il y a 1 an
  greatbridf 8efa4a211a feat(syscall): add sendfile64 il y a 1 an
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file il y a 1 an
  greatbridf 6d321f5eac feat(open): open() can now create new files il y a 1 an
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths il y a 1 an
  greatbridf 0f9c6c4603 feat(syscall): add getdents64 il y a 1 an
  greatbridf 09fa92b097 feat(syscall): add fcntl64 il y a 1 an
  greatbridf 2656facbab feat(syscall): add statx il y a 1 an
  greatbridf 423968a920 feat(vfs): support opening relative path il y a 1 an
  greatbridf 1da64db368 feat(libstdc++): add priority_queue il y a 1 an
  greatbridf 2355016228 feat(libstdc++): add vector il y a 1 an
  greatbridf 719a421750 change(kernel): replace types::list with std::list il y a 1 an
  greatbridf 61cd2982f9 change(vfs): move dentry dtors to hpp il y a 1 an
  greatbridf 8b90f07a34 change(vfs): readdir callback should pass by ref. il y a 1 an
  greatbridf 3893ba9cea feat(libstdc++): add stl map il y a 1 an
  greatbridf 2ba94b1ce9 feat(functional): c++ std::function il y a 1 an
  greatbridf 727c3c936a refactor(gblibstdc++): add type_traits and utility il y a 1 an
  greatbridf db73e41887 feat(gblibc): add fstat() il y a 2 ans
  greatbridf 5799cd8bfd fix(ioctl): check whether file is /dev/console il y a 2 ans
  greatbridf eaa4c84140 feat: vfs_open_proc for user space syscalls il y a 2 ans
  greatbridf 167dd07e9b feat(pipe): send SIGPIPE on read end close il y a 2 ans
  greatbridf 760c462f77 feat(pipe): send EOF on write end close il y a 2 ans
  greatbridf ba8f40e69b feat: read and write of pipes will wait for data il y a 2 ans
  greatbridf 611384a51b feat(pipe): add syscall pipe 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 79482631aa feat(file): add file descriptors il y a 2 ans