Histórico de Commits

Autor SHA1 Mensagem Data
  greatbridf 841e258a13 fix: free stage1 and kinit há 2 anos atrás
  greatbridf a3d94d13c1 fix: mark kstack as allocated há 2 anos atrás
  greatbridf 0471ee9813 change: replace some _new with operator new há 2 anos atrás
  greatbridf 304ecefefb feat: move kernel to 0xc0000000 há 2 anos atrás
  greatbridf cb96ca109a feat: free kinit memory há 2 anos atrás
  greatbridf a9e1f08cc6 style: kernel_main há 2 anos atrás
  greatbridf d8a3f66f7a fix(vfs_open): check nullptr há 2 anos atrás
  greatbridf 0be57320a7 feat(chdir): add syscall chdir há 2 anos atrás
  greatbridf 8cd5128366 feat: add freeze() and kill_current() há 2 anos atrás
  greatbridf f8dda1c0bd change: remove assert.h in kernel há 2 anos atrás
  greatbridf bc87e8c44f feat: move codes to kill proc into proclist kill() há 2 anos atrás
  greatbridf 3b78bb6760 fix(files): files may be closed for multiple times há 2 anos atrás
  greatbridf d4122bd571 feat(posix): impl. posix interface, update usp há 2 anos atrás
  greatbridf 90b868a5cf feat(gblibc): set entry point to _start há 2 anos atrás
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code há 2 anos atrás
  greatbridf 8326c982e1 adapt more parts to cpp há 2 anos atrás
  greatbridf 79482631aa feat(file): add file descriptors há 2 anos atrás
  greatbridf 9caca574db change(thread): add class thdlist há 2 anos atrás
  greatbridf c5a6be277a change(process): use map for process list há 2 anos atrás
  greatbridf 87883c5978 refactor(new): add _new and pnew for allocators há 2 anos atrás
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators há 2 anos atrás
  greatbridf b120b34b82 feat(process): add class readyqueue há 2 anos atrás
  greatbridf 1c4a86f31d style(process.cpp): use _noreturn_crash() há 2 anos atrás
  greatbridf 56756566e1 refactor(irq0): remove is_scheduler_ready há 2 anos atrás
  greatbridf 0d8e0a0ef4 feat(proc): add class proclist há 2 anos atrás
  greatbridf 07d5acdffa fix(scheduler): push pseudo ret.addr. of go_kernel há 2 anos atrás
  greatbridf b2586e331c feat(syscall): impl. exit and wait syscall há 2 anos atrás
  greatbridf 6953011b53 refactor(scheduling): switch ctx. with schedule() há 2 anos atrás
  greatbridf a3602de618 feat(mm): add mm_list class há 2 anos atrás
  greatbridf e3a4dc9d3a feat(process): use lock guard for kthreadd há 2 anos atrás