Commit History

Autor SHA1 Mensaxe Data
  greatbridf c7a6dee5eb fix(ahci): copy minimum of cnt and sector size in read() hai 1 ano
  greatbridf 4ac28ae9a7 feat(init): execute init script using busybox sh hai 1 ano
  greatbridf 1cacb91f2b feat(thead_local): save and load thread local area hai 1 ano
  greatbridf 74c913f994 feat(syscall): implement sigaction hai 1 ano
  greatbridf e7f8d74f83 fix(rt_sigprocmask): SIG_UNBLOCK should invoke signals.unmask hai 1 ano
  greatbridf 3aa82c2b13 feat(scheduler): support multi kernel stack frames hai 1 ano
  greatbridf b2d19e6ff6 change(mm): remove extra memory fences hai 1 ano
  greatbridf f998f5ec25 fix(port, kmods): make kmods aligned to 16bytes, make inl volatile hai 1 ano
  greatbridf 6097ccb5cc fix(fat32): read the whole fat table hai 1 ano
  greatbridf 759eb73ba3 rewrite(allocator): locked version of kernel allocator hai 1 ano
  greatbridf 0809eb0e7b fix(filearr): allocate fd in dup2() hai 1 ano
  greatbridf d5070d823a feat(syscall): mkdir hai 1 ano
  greatbridf 496a4bb31f feat(syscall): impl. partial gettid and wait4 hai 1 ano
  greatbridf 5926e83a34 feat(syscall): uname, getpgid, getuid, rt_sigaction(half works) hai 1 ano
  greatbridf 20ed412b5a fix(rbtree): rbtree copy hai 1 ano
  greatbridf fdb0052684 fix(signal): wakeup the threading on signals generated hai 1 ano
  greatbridf a52f58ffb4 feat(syscall): add rt_sigprocmask hai 1 ano
  greatbridf d53ea9f452 fix(usp-sh): fix pipecmd 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 41566272a6 fix(mmap): adjust file nullptr check hai 1 ano
  greatbridf d8a51c9d64 chore(make): update Makefile.src hai 1 ano
  greatbridf b4ec221a53 feat(ahci): add ahci controller driver hai 1 ano
  greatbridf 12c41b087e refactor(irq): new irq handling method hai 1 ano
  greatbridf 46dc1ed418 fix(vfs): check whether a dentry is a directory before read and write hai 1 ano
  greatbridf 880a7a1057 change(mbr): read 320KB hai 1 ano
  greatbridf 0746c681e2 change(allocator): make all functions constexpr hai 1 ano
  greatbridf 5cf3c5bd56 fix(vector): fix bugs, optimize memory allocation hai 1 ano
  greatbridf 25e48c79a2 change(image): rename bb to busybox_ hai 1 ano
  greatbridf 8efa4a211a feat(syscall): add sendfile64 hai 1 ano