História revízii

Autor SHA1 Správa Dátum
  Andreas Kling 7900da9667 Kernel: Make sure we never put the colonel thread in the runnable list. 6 rokov pred
  Andreas Kling 8c7d5abdc4 Kernel: Refactor thread scheduling a bit, breaking it into multiple lists. 6 rokov pred
  Andreas Kling 3cba2a8a78 Kernel: Add a beep() syscall that beeps the PC speaker. 6 rokov pred
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. 6 rokov pred
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 rokov pred
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 rokov pred
  Andreas Kling a9d09e9020 Kernel: Get rid of the "cool globals" thingy. 6 rokov pred
  Andreas Kling ec365b82d5 Kernel: Make the colonel run at "Idle" priority (the lowest possible.) 6 rokov pred
  Andreas Kling c59f8cd663 Kernel: Scheduler donations need to verify that the beneficiary is valid. 6 rokov pred
  Andreas Kling 29d0412a06 Kernel: Remove system.h and make the uptime global a qword. 6 rokov pred
  Andreas Kling ab11f42094 Kernel: Do timekeeping manually instead of asking the RTC all the time. 6 rokov pred
  Andreas Kling 5713c3a0cb Kernel: Fix broken destruction order for Process/Thread. 6 rokov pred
  Andreas Kling 6416123cfb Kernel: Set the colonel task to low priority. 6 rokov pred
  Andreas Kling 60d25f0f4a Kernel: Introduce threads, and refactor everything in support of it. 6 rokov pred
  Andreas Kling bc1da7f1fd Kernel: Snooze the NetworkTask until there are incoming packets to process. 6 rokov pred
  Andreas Kling 66d55f8e0c IPv4: More work on the TCP implementation. 6 rokov pred
  Andreas Kling 562663df7c Add support for socket send/receive timeouts. 6 rokov pred
  Andreas Kling a7d5e9781a Kernel+LibC+Userland: Yet more networking bringup hacking. 6 rokov pred
  Andreas Kling 1cc32ebc7e Kernel: Remove "requested wakeups" feature. 6 rokov pred
  Andreas Kling 91031346e5 Kernel: More signal handling improvements. 6 rokov pred
  Andreas Kling 274b0260f7 Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set. 6 rokov pred
  Andreas Kling e427b514dc Kernel: Implement basic SIGSTOP and SIGCONT support. 6 rokov pred
  Andreas Kling bf58241c11 Port the WindowServer and LibGUI to communicate through local sockets. 6 rokov pred
  Andreas Kling 7ce15f1c54 Fix some compilation warnings. 6 rokov pred
  Andreas Kling fa241747af Kernel: When donating ticks to a lock holder, cap the donation. 6 rokov pred
  Andreas Kling 71b9ec1ae0 Kernel: Add basic process priority support. 6 rokov pred
  Andreas Kling ee2bb98b88 Kernel: Increase default time slice to 20ms. 6 rokov pred
  Andreas Kling 5582a0a254 Kernel: When a lock is busy, donate remaining process ticks to lock holder. 6 rokov pred
  Andreas Kling 3fc3a8d7bc Kernel: Remove some unnecessary zero initialization now that BSS is cleared. 6 rokov pred
  Andreas Kling 6cba80510e Kernel: Add a Finalizer process to take care of dying processes. 6 rokov pred