Age | Commit message (Expand) | Author |
2019-12-20 | Kernel: Make sure we build with -mno-387, -mno-sse, etc. | Andreas Kling |
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein |
2019-12-19 | Update toolchain to binutils-2.33.1 gcc-9.2.0 | Philip Herron |
2019-12-11 | Kernel: Implement a simple process time profiler | Andreas Kling |
2019-12-09 | Kernel: Start implementing purgeable memory support | Andreas Kling |
2019-12-01 | Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock | Andreas Kling |
2019-11-28 | Kernel: Implement very simple kernel module loading | Andreas Kling |
2019-11-27 | Kernel: Demangle userspace ELF symbols in backtraces | Andreas Kling |
2019-11-23 | Revert "Kernel: Move Kernel mapping to 0xc0000000" | Andreas Kling |
2019-11-22 | Kernel: Move Kernel mapping to 0xc0000000 | Jesse Buhagiar |
2019-11-21 | Kernel: Build with -fno-asynchronous-unwind-tables | Andreas Kling |
2019-11-06 | Kernel: Sort the C++ objects in the Makefile | Andreas Kling |
2019-11-06 | LibELF: Move AK/ELF/ into Libraries/LibELF/ | Andreas Kling |
2019-11-06 | Kernel: Link with libgcc | Andreas Kling |
2019-11-06 | Kernel: Don't build with -mregparm=3 | Andreas Kling |
2019-11-06 | Kernel: Remove unused SynthFS filesystem | Andreas Kling |
2019-11-04 | Kernel: Reorganize memory layout a bit | Andreas Kling |
2019-10-20 | Kernel: Move Boot/ into Arch/i386/Boot (#667) | Tidux |
2019-10-16 | APIC: Enable APIC and start APs | Tom |
2019-10-07 | PartitionTable: Initial GPT Support, Adding Block Limit | supercomputer7 |
2019-10-01 | AK: Remove empty files JsonArray.cpp and JsonObject.cpp | Andreas Kling |
2019-09-16 | Kernel: Add a simple slab allocator for small allocations | Andreas Kling |
2019-09-16 | Kernel: Move kmalloc() into a Kernel/Heap/ directory | Andreas Kling |
2019-08-21 | Kernel: Implement rtl8139 network interface driver | Conrad Pankoff |
2019-08-18 | Kernel: Implement generic VGA device using multiboot info | Conrad Pankoff |
2019-08-15 | Kernel: Add TmpFS | Sergey Bugaev |
2019-08-15 | Kernel: Stop eagerly loading entire executables | Andreas Kling |
2019-08-07 | Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject | Andreas Kling |
2019-08-06 | Kernel: Add KBufferBuilder, similar to StringBuilder but for KBuffer | Andreas Kling |
2019-07-29 | Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/. | Andreas Kling |
2019-07-29 | Kernel: Move Lock code out-of-line. | Andreas Kling |
2019-07-28 | Kernel: Expand PATA driver to support multiple hard drives (#365) | Jesse |
2019-07-27 | Kernel: Add (expensive) but valuable userspace symbols to stacks. | Andreas Kling |
2019-07-22 | Kernel: Add a mechanism for listening for changes to an inode. | Andreas Kling |
2019-07-17 | Kernel: Initial FDC Device Driver (#315) | Jesse |
2019-07-16 | SharedBuffer: Fix deadlock on destroy | Robin Burchell |
2019-07-13 | Kernel: First cut of a sb16 driver | Robin Burchell |
2019-07-09 | Kernel: Pick up standard includes from ../Toolchain, not ../Root | Andreas Kling |
2019-07-09 | Kernel: Move SharedMemory.{cpp,h} into FileSystem/ | Andreas Kling |
2019-07-09 | Kernel: Move File.{cpp,h} into FileSystem/ | Andreas Kling |
2019-07-09 | Kernel: Move i8253.cpp => Arch/i386/PIT.cpp | Andreas Kling |
2019-07-09 | Kernel: Move PIC.cpp into Arch/i386/ | Andreas Kling |
2019-07-04 | AK: Move some of LogStream out of line & add overloads for smart pointers. | Andreas Kling |
2019-06-29 | Kernel: Change the format of /proc/all to JSON. | Andreas Kling |
2019-06-28 | AK: Add Vector(std::initializer_list<T>) constructor. | Andreas Kling |
2019-06-12 | Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector | Conrad Pankoff |
2019-06-08 | Kernel: Implement serial port driver | Conrad Pankoff |
2019-06-07 | Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-06-04 | Kernel: Add KParams class for accessing kernel cmdline parameters (#188) | Conrad Pankoff |