Historial de Commits

Autor SHA1 Mensaje Fecha
  greatbridf a3b9f3e011 feat(gblibc): add {ge,pu}tc_unlocked hace 2 años
  greatbridf 8eab661b1a fix(gblibc): change NDINSERT and NDERASE to func hace 2 años
  greatbridf 8d8a8f7a1c feat(gblibc): add fopen and move stdout hace 2 años
  greatbridf 652028e079 feat(gblibc): buffered io and printf hace 2 años
  greatbridf 1ce4b3415e feat(gblibc): add malloc, brk, sbrk hace 2 años
  greatbridf 0c919f05e7 feat(gblibc): set errno for syscalls hace 2 años
  greatbridf 3bca251840 feat(gblibc): stderror() hace 2 años
  greatbridf 2d34baf675 feat(gblibc): add strstr() hace 2 años
  greatbridf d67ccc411a feat(gblibc): strcspn hace 2 años
  greatbridf 428d0d3321 feat(gblibc): add strcasecmp and strncasecmp hace 2 años
  greatbridf f3ad9758aa feat(gblibc): add __stack_chk_fail_local hace 2 años
  greatbridf 3e141f09b7 change(gblibc): move errno to gblibc hace 2 años
  greatbridf 7b059e1a11 feat(gblibc): add string.h and stdio.h funcs hace 2 años
  greatbridf 15f53c60ab remove crt0 out of gblibc hace 2 años
  greatbridf eaa4c84140 feat: vfs_open_proc for user space syscalls hace 2 años
  greatbridf f41f73a8b1 fix: mmaped pages of child procs may be empty hace 2 años
  greatbridf b60840f419 change(mmap): remove _mmap hace 2 años
  greatbridf 8887ccd4ed fix: set p bit of cow page whose refcount is 1 hace 2 años
  greatbridf 1724d02506 fix(mm_list): set children mm's owner on moving hace 2 años
  greatbridf 8e1293cd43 feat: support fat32 lowercase filename hace 2 años
  greatbridf c4c0936a8f feat(gblibc): add ctype hace 2 años
  greatbridf e32a680f5d feat: getpid and getppid hace 2 años
  greatbridf 9d560da181 feat: tc{s,g}etpgrp hace 2 años
  greatbridf 427190bcbe feat: setpgrp hace 2 años
  greatbridf 167dd07e9b feat(pipe): send SIGPIPE on read end close hace 2 años
  greatbridf 760c462f77 feat(pipe): send EOF on write end close hace 2 años
  greatbridf dd684f86df style: remove unused params of syscall funcs hace 2 años
  greatbridf ba8f40e69b feat: read and write of pipes will wait for data hace 2 años
  greatbridf 1ff2137333 feat: replace evequeue by cond_var hace 2 años
  greatbridf da154fd066 change: use schedule_noreturn() in syscall exit hace 2 años