Commit History

Author SHA1 Message Date
  greatbridf a092424c56 slab and buddy allocator 10 months ago
  greatbridf bd0da59162 fix(lock): add lock_irq to avoid deadlocks 11 months ago
  greatbridf 970c203132 change(fat32): use map to store cluster buffer 11 months ago
  greatbridf ad3ff833e5 refactor: rewrite thread and readyqueue 11 months ago
  greatbridf dbda9e3578 refactor: divide vfs.hpp into four 11 months ago
  greatbridf 1c7a276b93 change(proclist): remove emplace from proclist; 11 months ago
  greatbridf 530db35b6a feat(file): append to file 1 year ago
  greatbridf 0c005d1b68 fix(dup2): newfd should not share flags(O_CLOEXEC) with oldfd 1 year ago
  greatbridf 4ac28ae9a7 feat(init): execute init script using busybox sh 1 year ago
  greatbridf 1cacb91f2b feat(thead_local): save and load thread local area 1 year ago
  greatbridf 74c913f994 feat(syscall): implement sigaction 1 year ago
  greatbridf 5926e83a34 feat(syscall): uname, getpgid, getuid, rt_sigaction(half works) 1 year ago
  greatbridf fdb0052684 fix(signal): wakeup the threading on signals generated 1 year ago
  greatbridf a52f58ffb4 feat(syscall): add rt_sigprocmask 1 year ago
  greatbridf 35cce41a09 fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files 1 year ago
  greatbridf 5813062c00 Merge branch 'dev' 1 year ago
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file 1 year ago
  greatbridf 6d321f5eac feat(open): open() can now create new files 1 year ago
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths 1 year ago
  greatbridf 09fa92b097 feat(syscall): add fcntl64 1 year ago
  greatbridf 4ee526a1aa refactor(mm): some tweaks of mm and mm_list 1 year ago
  greatbridf 696aaa567c feat(syscall): add clock_gettime64, getuid and prctl 1 year ago
  greatbridf da4fc9c087 feat(syscall): add syscalls, change syscall ids 1 year ago
  greatbridf 423968a920 feat(vfs): support opening relative path 1 year ago
  greatbridf 1da64db368 feat(libstdc++): add priority_queue 1 year ago
  greatbridf 719a421750 change(kernel): replace types::list with std::list 1 year ago
  greatbridf 247863ce35 refactor(thread): remove thdlist and some ctors 1 year ago
  greatbridf 0a7b5413a5 fix tuple and rbtree, simplify kernel process 1 year ago
  greatbridf 3893ba9cea feat(libstdc++): add stl map 1 year ago
  greatbridf 3807ff3e32 feat(libstdc++): add stl set 1 year ago