Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Liav A 2b9826a444 Scheduler: Use dbg() instead of dbgprintf() 5 yıl önce
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit 5 yıl önce
  Liav A 895e874eb4 Kernel: Include the new PIT class in system components 5 yıl önce
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 yıl önce
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 yıl önce
  Andreas Kling 0341ddc5eb Kernel: Rename RegisterDump => RegisterState 5 yıl önce
  Andreas Kling 1828d9eadd Kernel: Remove some commented-out code in Scheduler::yield() 5 yıl önce
  Andreas Kling 7cf33a8ccb Kernel: Remove outdated FIXME from Scheduler 5 yıl önce
  Andreas Kling 934b1d8a9b Kernel: Finalizer should not go back to sleep if there's more to do 5 yıl önce
  Andreas Kling 137a45dff2 Kernel: read()/write() should respect timeouts when used on a sockets 5 yıl önce
  Andreas Kling c3e4387c57 Kernel: Stop flushing GDT/IDT registers all the time 5 yıl önce
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 yıl önce
  Andreas Kling 8b54ba0d61 Kernel: Dispatch pending signals when returning from a syscall 5 yıl önce
  Andreas Kling 9e51291aed Kernel: Disable SMAP protection while capturing profile samples 5 yıl önce
  Andreas Kling 17ef5bc0ac Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp} 5 yıl önce
  Andreas Kling 76c20642f0 Kernel: Ignore closed fd's when considering select() unblock 5 yıl önce
  Andreas Kling f598bbbb1d Kernel: Prevent executing I/O instructions in userspace 5 yıl önce
  Andreas Kling fd740829d1 Kernel: Switch to eagerly restoring x86 FPU state on context switch 5 yıl önce
  Andreas Kling 50677bf806 Kernel: Refactor scheduler to use dynamic thread priorities 5 yıl önce
  Conrad Pankoff 115b315375 Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) 5 yıl önce
  Andreas Kling abdd5aa08a Kernel: Separate runnable thread queues by priority 5 yıl önce
  Andreas Kling 95034fdfbd Kernel: Move PC speaker beep timing logic from scheduler to the syscall 5 yıl önce
  Andreas Kling 16812f0f98 Kernel: Get rid of "main thread" concept 5 yıl önce
  Andreas Kling 77cf607cda Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday() 5 yıl önce
  Andreas Kling b32e961a84 Kernel: Implement a simple process time profiler 5 yıl önce
  Andreas Kling 8bb98aa31b Kernel: Use a WaitQueue to implement finalizer wakeup 5 yıl önce
  Andreas Kling 5859e16e53 Kernel: Use a dedicated thread state for wait-queued threads 5 yıl önce
  Andreas Kling f067730f6b Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock 5 yıl önce
  Andreas Kling cb5021419e Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker 5 yıl önce
  Andreas Kling 69efa3f630 Kernel+LibPthread: Implement pthread_join() 5 yıl önce