summaryrefslogtreecommitdiff
path: root/ELFLoader
AgeCommit message (Expand)Author
2018-12-02Move ELFLoader code into Kernel/.Andreas Kling
2018-11-12Make loading /bin/bash ~250x faster.Andreas Kling
2018-11-09Make kernel build with clang.Andreas Kling
2018-11-08Teach Process::exec() about the magic of file-backed VMO's.Andreas Kling
2018-11-04Tidy up ELFLoader.Andreas Kling
2018-11-04Merge ExecSpace into ELFLoader.Andreas Kling
2018-11-04Remove bootstrapping code from ELFLoader.Andreas Kling
2018-11-03Use ELF program headers to load executables smarter.Andreas Kling
2018-11-03ELFLoader: Add program header support.Andreas Kling
2018-10-31Snazz up the kprintf() output a bit by giving it its own color.Andreas Kling
2018-10-29Fix broken SpinLock.Andreas Kling
2018-10-27Implement loading of linked ELF executables.Andreas Kling
2018-10-27Use Unix::stat for sys$lstat().Andreas Kling
2018-10-25Implement errno in LibC.Andreas Kling
2018-10-25ELFLoader should fail with an error message for unresolved symbols.Andreas Kling
2018-10-23ExecSpace should free its own allocations on destruction.Andreas Kling
2018-10-23Move ELFLoader debug output behind flags.Andreas Kling
2018-10-22Launching an arbitrary ELF executable from disk works! :^)Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-22printf format fixups in ELFLoader.Andreas Kling
2018-10-18ELFLoader works inside the kernel!Andreas Kling
2018-10-18Build ELFLoader into Kernel.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling