Historique des commits

Auteur SHA1 Message Date
  greatbridf 5813062c00 Merge branch 'dev' il y a 1 an
  greatbridf 4a42fe3956 refactor(vfs): rewrite struct file il y a 1 an
  greatbridf 6d321f5eac feat(open): open() can now create new files il y a 1 an
  greatbridf b5faee6ded feat(types::path): add types::path to handle paths il y a 1 an
  greatbridf 09fa92b097 feat(syscall): add fcntl64 il y a 1 an
  greatbridf 4ee526a1aa refactor(mm): some tweaks of mm and mm_list il y a 1 an
  greatbridf 696aaa567c feat(syscall): add clock_gettime64, getuid and prctl il y a 1 an
  greatbridf da4fc9c087 feat(syscall): add syscalls, change syscall ids il y a 1 an
  greatbridf 423968a920 feat(vfs): support opening relative path il y a 1 an
  greatbridf 1da64db368 feat(libstdc++): add priority_queue il y a 1 an
  greatbridf 719a421750 change(kernel): replace types::list with std::list il y a 1 an
  greatbridf 247863ce35 refactor(thread): remove thdlist and some ctors il y a 1 an
  greatbridf 0a7b5413a5 fix tuple and rbtree, simplify kernel process il y a 1 an
  greatbridf 3893ba9cea feat(libstdc++): add stl map il y a 1 an
  greatbridf 3807ff3e32 feat(libstdc++): add stl set il y a 1 an
  greatbridf ec19ff3095 change(proclist): remove tty_idx il y a 1 an
  greatbridf 07638e3531 change(kernel): remove types::pair il y a 1 an
  greatbridf c4bd0eb20e feat(libstdc++): tuple il y a 1 an
  greatbridf e1446fc737 style(process): use structured binding... il y a 1 an
  greatbridf 727c3c936a refactor(gblibstdc++): add type_traits and utility il y a 1 an
  greatbridf 7472cbe839 feat(gbstdlibc++): add gbstdlibc++ and utility il y a 1 an
  greatbridf cf416c45b5 feat(kill): add syscall kill() il y a 2 ans
  greatbridf 9483e98eca fix(proclist::find()): check iter null il y a 2 ans
  greatbridf 769feae046 feat(gblibc): add umask() il y a 2 ans
  greatbridf 1ce4b3415e feat(gblibc): add malloc, brk, sbrk il y a 2 ans
  greatbridf 3e141f09b7 change(gblibc): move errno to gblibc il y a 2 ans
  greatbridf eaa4c84140 feat: vfs_open_proc for user space syscalls il y a 2 ans
  greatbridf 427190bcbe feat: setpgrp il y a 2 ans
  greatbridf 760c462f77 feat(pipe): send EOF on write end close il y a 2 ans
  greatbridf 1ff2137333 feat: replace evequeue by cond_var il y a 2 ans