Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling f792349853 Unbreak sys$sigreturn() after colonel process changes. пре 6 година
  Andreas Kling 43f40a3050 Finally unbreak the colonel process and make it the true idle process. пре 6 година
  Andreas Kling 440029c9d1 Reduce number of passes in the scheduler by 2. пре 6 година
  Andreas Kling 39d2fcbbee Move the scheduler code to its own class. пре 6 година
  Andreas Kling 6304c771dd Some refactor and style tweaks. пре 6 година
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. пре 6 година
  Andreas Kling c8b308910e Signals to processes in userspace now work again. пре 6 година
  Andreas Kling 678882e020 Rework process states to make a bit more sense. пре 6 година
  Andreas Kling 71bffa9864 Fix whiny build. пре 6 година
  Andreas Kling 981a3ae4b3 Make VFS test environment build again. пре 6 година
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. пре 6 година
  Andreas Kling e088121b3a Fix sys$sigaction() to return the old action metadata if requested. пре 6 година
  Andreas Kling a7f1d892a9 Add some basic setgroups(), getgroups() and initgroups(). пре 6 година
  Andreas Kling 7c3746592b Add strsignal() and improve sharing signal numbers between LibC and kernel. пре 6 година
  Andreas Kling b2d23f83ab Add umask(). пре 6 година
  Andreas Kling 77fe8e8363 Add getppid(). пре 6 година
  Andreas Kling 153ea704af Add some basic signal support. пре 6 година
  Andreas Kling 9f2b9c82bf More work towards getting bash to build. пре 6 година
  Andreas Kling 82f84bab11 More random compat hacking towards getting bash to build. пре 6 година
  Andreas Kling e4611248c4 Add geteuid() and getegid(). пре 6 година
  Andreas Kling 2d045d2a64 Implement COW pages! :^) пре 6 година
  Andreas Kling 72cdc62155 Replace zones with individually tracked physical pages. пре 6 година
  Andreas Kling 422b5403e5 Merge ExecSpace into ELFLoader. пре 6 година
  Andreas Kling da13c9a264 Map pages in read-only ELF sections as non-writable. пре 6 година
  Andreas Kling aa6d06b47e Use ELF program headers to load executables smarter. пре 6 година
  Andreas Kling dd060d0fa8 Share code between spawn() and exec() implementations. пре 6 година
  Andreas Kling c5eec9cbfc Factor out the "non-syscall" parts of sys$execve() into exec(). пре 6 година
  Andreas Kling 20fb1fc377 Fix some bugs in execve() and make sh use it for process launching. пре 6 година
  Andreas Kling 202bdb553c Implemented sys$execve(). пре 6 година
  Andreas Kling 8accc92c3c Implement fork()! пре 6 година