Commit History

Autor SHA1 Mensaxe Data
  greatbridf f67d993913 remove: some redundant code hai 11 meses
  greatbridf e75d8437f5 feature(syscall): unlink and access hai 11 meses
  greatbridf 530db35b6a feat(file): append to file hai 1 ano
  greatbridf c29afbde1d feat(truncate): add it to syscall, vfs and tmpfs hai 1 ano
  greatbridf 4ac28ae9a7 feat(init): execute init script using busybox sh hai 1 ano
  greatbridf 74c913f994 feat(syscall): implement sigaction hai 1 ano
  greatbridf 759eb73ba3 rewrite(allocator): locked version of kernel allocator hai 1 ano
  greatbridf d5070d823a feat(syscall): mkdir hai 1 ano
  greatbridf 5926e83a34 feat(syscall): uname, getpgid, getuid, rt_sigaction(half works) hai 1 ano
  greatbridf a52f58ffb4 feat(syscall): add rt_sigprocmask hai 1 ano
  greatbridf 35cce41a09 fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files hai 1 ano
  greatbridf 5813062c00 Merge branch 'dev' hai 1 ano
  greatbridf b4ec221a53 feat(ahci): add ahci controller driver hai 1 ano
  greatbridf 46dc1ed418 fix(vfs): check whether a dentry is a directory before read and write hai 1 ano
  greatbridf 8efa4a211a feat(syscall): add sendfile64 hai 1 ano
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file hai 1 ano
  greatbridf 9ca65a15e9 fix(inode_write): update inode size after writting hai 1 ano
  greatbridf 6d321f5eac feat(open): open() can now create new files hai 1 ano
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths hai 1 ano
  greatbridf 2656facbab feat(syscall): add statx hai 1 ano
  greatbridf 423968a920 feat(vfs): support opening relative path hai 1 ano
  greatbridf 1da64db368 feat(libstdc++): add priority_queue hai 1 ano
  greatbridf 2355016228 feat(libstdc++): add vector hai 1 ano
  greatbridf 719a421750 change(kernel): replace types::list with std::list hai 1 ano
  greatbridf 61cd2982f9 change(vfs): move dentry dtors to hpp hai 1 ano
  greatbridf 8b90f07a34 change(vfs): readdir callback should pass by ref. hai 1 ano
  greatbridf 0a7b5413a5 fix tuple and rbtree, simplify kernel process hai 1 ano
  greatbridf 3893ba9cea feat(libstdc++): add stl map hai 1 ano
  greatbridf 07638e3531 change(kernel): remove types::pair hai 1 ano
  greatbridf 9fcf1ba7ba feat(libstdc++): add bit_cast hai 1 ano