Truly independent web browser
Find a file
Andreas Kling f6179ad9f9 Add slightly better kmalloc_aligned() and kfree_aligned().
Process page directories can now actually be freed. This could definitely
be implemented in a nicer, less wasteful way, but this works for now.

The spawn stress test can now run for a lot longer but eventually dies
due to kmalloc running out of memory.
2018-12-26 21:47:15 +01:00
AK Remove FS::read_entire_inode() in favor of Inode::read_entire(). 2018-12-21 17:45:42 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Add slightly better kmalloc_aligned() and kfree_aligned(). 2018-12-26 21:47:15 +01:00
LibC Make syscall invocations look pleasant. 2018-12-21 03:02:06 +01:00
Userland Add a simple /bin/more. 2018-12-21 02:42:30 +01:00
VirtualFileSystem Merge lookup_ext2_inode() into Ext2FS::get_inode(). 2018-12-25 00:32:57 +01:00
Widgets Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00