Historial de Commits

Autor SHA1 Mensaje Fecha
  greatbridf 530db35b6a feat(file): append to file hace 1 año
  greatbridf c29afbde1d feat(truncate): add it to syscall, vfs and tmpfs hace 1 año
  greatbridf 759eb73ba3 rewrite(allocator): locked version of kernel allocator hace 1 año
  greatbridf d5070d823a feat(syscall): mkdir hace 1 año
  greatbridf 5926e83a34 feat(syscall): uname, getpgid, getuid, rt_sigaction(half works) hace 1 año
  greatbridf 35cce41a09 fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files hace 1 año
  greatbridf 5813062c00 Merge branch 'dev' hace 1 año
  greatbridf b4ec221a53 feat(ahci): add ahci controller driver hace 1 año
  greatbridf 8efa4a211a feat(syscall): add sendfile64 hace 1 año
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file hace 1 año
  greatbridf 6d321f5eac feat(open): open() can now create new files hace 1 año
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths hace 1 año
  greatbridf 0f9c6c4603 feat(syscall): add getdents64 hace 1 año
  greatbridf 09fa92b097 feat(syscall): add fcntl64 hace 1 año
  greatbridf 2656facbab feat(syscall): add statx hace 1 año
  greatbridf 423968a920 feat(vfs): support opening relative path hace 1 año
  greatbridf 1da64db368 feat(libstdc++): add priority_queue hace 1 año
  greatbridf 2355016228 feat(libstdc++): add vector hace 1 año
  greatbridf 719a421750 change(kernel): replace types::list with std::list hace 1 año
  greatbridf 61cd2982f9 change(vfs): move dentry dtors to hpp hace 1 año
  greatbridf 8b90f07a34 change(vfs): readdir callback should pass by ref. hace 1 año
  greatbridf 3893ba9cea feat(libstdc++): add stl map hace 1 año
  greatbridf 2ba94b1ce9 feat(functional): c++ std::function hace 1 año
  greatbridf 727c3c936a refactor(gblibstdc++): add type_traits and utility hace 1 año
  greatbridf db73e41887 feat(gblibc): add fstat() hace 2 años
  greatbridf 5799cd8bfd fix(ioctl): check whether file is /dev/console hace 2 años
  greatbridf eaa4c84140 feat: vfs_open_proc for user space syscalls hace 2 años
  greatbridf 167dd07e9b feat(pipe): send SIGPIPE on read end close hace 2 años
  greatbridf 760c462f77 feat(pipe): send EOF on write end close hace 2 años
  greatbridf ba8f40e69b feat: read and write of pipes will wait for data hace 2 años