História revízii

Autor SHA1 Správa Dátum
  Andreas Kling abe3f515b1 Make font loading use mmap(). 6 rokov pred
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. 6 rokov pred
  Andreas Kling 0932efe72e Kernel: Actually zero-fill eagerly committed regions. 6 rokov pred
  Andreas Kling 6d351bb326 Kernel: Move RAM size detection to MemoryManager and use what we learn. 6 rokov pred
  Andreas Kling 11b73c38d8 Kernel: Fix incorrect EFAULTs when syscall would write into COW pages. 6 rokov pred
  Andreas Kling aa24547e12 Kernel: Finally stop exposing Region members to the public. 6 rokov pred
  Andreas Kling 07f4c8b01b VFS: Get rid of the deprecated Inode::write(const ByteBuffer&). 6 rokov pred
  Andreas Kling 2f2f28f212 Kernel: Refactor Region/PageDirectory ownership model. 6 rokov pred
  Andreas Kling 76a2881793 Mark the two Regions used GraphicsBitmaps as explicitly shared. 6 rokov pred
  Andreas Kling b75ee4aacb Coding style fixes in AK. 6 rokov pred
  Andreas Kling 4fef895eda Rework WindowServer to use select() in its main event loop. 6 rokov pred
  Andreas Kling b46ae2bf09 Get rid of Vnode concept. 6 rokov pred
  Andreas Kling a8baee4dcd Tidy up memory map a bit and write out the general map in MemoryManager. 6 rokov pred
  Andreas Kling c0ef060a7c Let's just assume we have 32MB of physical memory to work with. 6 rokov pred
  Andreas Kling 659c54e32b Switch into 1024x768x32bpp VESA LFB mode at boot. 6 rokov pred
  Andreas Kling 683185e4aa MM: Allocate page tables from a separate set of physical pages. 6 rokov pred
  Andreas Kling a5ffa2eec7 Add a PageDirectory::flush() that does nothing if another PD is active. 6 rokov pred
  Andreas Kling 9eca2ffd41 Make PhysicalPage eternally allocated. 6 rokov pred
  Andreas Kling 3e37a1f5c3 Optimize PageDirectory destruction. 6 rokov pred
  Andreas Kling edac1d6748 Make PageDirectory store physical pages in a HashMap. 6 rokov pred
  Andreas Kling 193ead94f8 Let PageDirectory have a PhysicalPage for the PDB instead of being the PDB. 6 rokov pred
  Andreas Kling 0dd5279eb1 MM: Fix bug when mapping a region with a VMO with non-zero offset. 6 rokov pred
  Andreas Kling f6179ad9f9 Add slightly better kmalloc_aligned() and kfree_aligned(). 6 rokov pred
  Andreas Kling aff89d2fd7 Yet more coding style fixes. 6 rokov pred
  Andreas Kling 629c5be10b Add basic zero faults. 6 rokov pred
  Andreas Kling 457a5df7d5 Rename: 6 rokov pred
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. 6 rokov pred
  Andreas Kling d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) 6 rokov pred
  Andreas Kling c97a5862ce Remove MM::allocate_physical_pages() since it wasn't used. 6 rokov pred
  Andreas Kling e71cb1c56b Fix some paging related bugs exposed by the spawn stress test. 6 rokov pred