Historique des commits

Auteur SHA1 Message Date
  greatbridf e3a4dc9d3a feat(process): use lock guard for kthreadd il y a 2 ans
  greatbridf 569a73f635 fix(kthreadd): exec task in child proc il y a 2 ans
  greatbridf 9ddd370740 feat(elf): pass program arguments to elf loader il y a 2 ans
  greatbridf f4fa88196f style: simplify code il y a 2 ans
  greatbridf 6a7579eae5 feat(syscall): exit with no resource release il y a 2 ans
  greatbridf 3995b9ef2e fix(elf): set up stack when loading elf files il y a 2 ans
  greatbridf ffdfb9c093 fix(process): stacks of kthds are not mirrored il y a 2 ans
  greatbridf 74fa329672 feat: make compiler optimize likely branches il y a 2 ans
  greatbridf f10031fe36 fix(syscall): tell compiler it affects eax and edx il y a 2 ans
  greatbridf 673c784b88 fix(mmap): save mmap'ped file info when copying mm il y a 2 ans
  greatbridf e3d5803469 optimize(mm): rename pptr_t, make funcs constexpr il y a 2 ans
  greatbridf 8af1356b08 style(mm): simplify code il y a 2 ans
  greatbridf 34b3bf7644 feat(syscall): impl. exec() to load elf files il y a 2 ans
  greatbridf 462ec39241 feat(ata): impl. init. ata and read sectors il y a 2 ans
  greatbridf 05ab779eda feat(process): add k_new_thread il y a 2 ans
  greatbridf 6107790323 fix(kthdd): acquire the lock only on func not null il y a 2 ans
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking il y a 2 ans
  greatbridf db7926548d feat: create kernel thread il y a 2 ans
  greatbridf ecd76edc09 feat(syscall): impl. fork il y a 2 ans
  greatbridf d50e70efaa feat(syscall): impl. sleep il y a 2 ans
  greatbridf 904883c5e3 refactor: add context save and load functions il y a 2 ans
  greatbridf e6dc019e17 feat: build and link user space programs il y a 2 ans
  greatbridf b013728ac4 feat(syscall): impl. syscalls il y a 2 ans
  greatbridf c5d37ef334 style: change struct to class, remove parentheses il y a 2 ans
  greatbridf b93a90442c feat(mm): add constructor for class mm il y a 2 ans
  greatbridf 21c06ac7c9 feat(process): add constructor for class process il y a 2 ans
  greatbridf afe474b291 refactor(process): do not store segs. in process il y a 2 ans
  greatbridf be01268409 feat(process): scheduling il y a 2 ans
  greatbridf 77f3523304 feat(process): use emplace_back il y a 2 ans
  greatbridf dcfa27d1dc feat(process): add struct thread il y a 2 ans