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

Аутор SHA1 Порука Датум
  Andreas Kling 2f2f28f212 Kernel: Refactor Region/PageDirectory ownership model. пре 6 година
  Andreas Kling 76a2881793 Mark the two Regions used GraphicsBitmaps as explicitly shared. пре 6 година
  Andreas Kling b75ee4aacb Coding style fixes in AK. пре 6 година
  Andreas Kling 4fef895eda Rework WindowServer to use select() in its main event loop. пре 6 година
  Andreas Kling b46ae2bf09 Get rid of Vnode concept. пре 6 година
  Andreas Kling a8baee4dcd Tidy up memory map a bit and write out the general map in MemoryManager. пре 6 година
  Andreas Kling c0ef060a7c Let's just assume we have 32MB of physical memory to work with. пре 6 година
  Andreas Kling 659c54e32b Switch into 1024x768x32bpp VESA LFB mode at boot. пре 6 година
  Andreas Kling 683185e4aa MM: Allocate page tables from a separate set of physical pages. пре 6 година
  Andreas Kling a5ffa2eec7 Add a PageDirectory::flush() that does nothing if another PD is active. пре 6 година
  Andreas Kling 9eca2ffd41 Make PhysicalPage eternally allocated. пре 6 година
  Andreas Kling 3e37a1f5c3 Optimize PageDirectory destruction. пре 6 година
  Andreas Kling edac1d6748 Make PageDirectory store physical pages in a HashMap. пре 6 година
  Andreas Kling 193ead94f8 Let PageDirectory have a PhysicalPage for the PDB instead of being the PDB. пре 6 година
  Andreas Kling 0dd5279eb1 MM: Fix bug when mapping a region with a VMO with non-zero offset. пре 6 година
  Andreas Kling f6179ad9f9 Add slightly better kmalloc_aligned() and kfree_aligned(). пре 6 година
  Andreas Kling aff89d2fd7 Yet more coding style fixes. пре 6 година
  Andreas Kling 629c5be10b Add basic zero faults. пре 6 година
  Andreas Kling 457a5df7d5 Rename: пре 6 година
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. пре 6 година
  Andreas Kling d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) пре 6 година
  Andreas Kling c97a5862ce Remove MM::allocate_physical_pages() since it wasn't used. пре 6 година
  Andreas Kling e71cb1c56b Fix some paging related bugs exposed by the spawn stress test. пре 6 година
  Andreas Kling 7b96218389 Fix VMO leak in Process::exec(). пре 6 година
  Andreas Kling cd1e7419f0 Teach Process::exec() about the magic of file-backed VMO's. пре 6 година
  Andreas Kling 3b2dcd5929 Add a VMO pointer to VNode. пре 6 година
  Andreas Kling 862f108cb5 Refactor the virtual memory object model a bit: пре 6 година
  Andreas Kling 3c8064a787 Support basic mmap'ing of a file! пре 6 година
  Andreas Kling 153ea704af Add some basic signal support. пре 6 година
  Andreas Kling 9e62eb4856 Only COW on fault if the physical page has retain_count > 1. пре 6 година