커밋 기록

작성자 SHA1 메시지 날짜
  greatbridf f8dda1c0bd change: remove assert.h in kernel 2 년 전
  greatbridf bc87e8c44f feat: move codes to kill proc into proclist kill() 2 년 전
  greatbridf 3b78bb6760 fix(files): files may be closed for multiple times 2 년 전
  greatbridf d4122bd571 feat(posix): impl. posix interface, update usp 2 년 전
  greatbridf 90b868a5cf feat(gblibc): set entry point to _start 2 년 전
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code 2 년 전
  greatbridf 8326c982e1 adapt more parts to cpp 2 년 전
  greatbridf 79482631aa feat(file): add file descriptors 2 년 전
  greatbridf 9caca574db change(thread): add class thdlist 2 년 전
  greatbridf c5a6be277a change(process): use map for process list 2 년 전
  greatbridf 87883c5978 refactor(new): add _new and pnew for allocators 2 년 전
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators 2 년 전
  greatbridf b120b34b82 feat(process): add class readyqueue 2 년 전
  greatbridf 1c4a86f31d style(process.cpp): use _noreturn_crash() 2 년 전
  greatbridf 56756566e1 refactor(irq0): remove is_scheduler_ready 2 년 전
  greatbridf 0d8e0a0ef4 feat(proc): add class proclist 2 년 전
  greatbridf 07d5acdffa fix(scheduler): push pseudo ret.addr. of go_kernel 2 년 전
  greatbridf b2586e331c feat(syscall): impl. exit and wait syscall 2 년 전
  greatbridf 6953011b53 refactor(scheduling): switch ctx. with schedule() 2 년 전
  greatbridf a3602de618 feat(mm): add mm_list class 2 년 전
  greatbridf e3a4dc9d3a feat(process): use lock guard for kthreadd 2 년 전
  greatbridf 569a73f635 fix(kthreadd): exec task in child proc 2 년 전
  greatbridf 9ddd370740 feat(elf): pass program arguments to elf loader 2 년 전
  greatbridf f4fa88196f style: simplify code 2 년 전
  greatbridf 6a7579eae5 feat(syscall): exit with no resource release 2 년 전
  greatbridf 3995b9ef2e fix(elf): set up stack when loading elf files 2 년 전
  greatbridf ffdfb9c093 fix(process): stacks of kthds are not mirrored 2 년 전
  greatbridf 74fa329672 feat: make compiler optimize likely branches 2 년 전
  greatbridf f10031fe36 fix(syscall): tell compiler it affects eax and edx 2 년 전
  greatbridf 673c784b88 fix(mmap): save mmap'ped file info when copying mm 2 년 전