summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux
AgeCommit message (Expand)Author
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-12X86: Make the e820 table manually or automatically configurable from python.Gabe Black
2008-06-11X86: Fix building on *BSD hostsAli Saidi
2008-01-21X86: Use the existing boot_osflags instead of duplicating it.Gabe Black
2007-12-02X86: Start setting up the real mode data structure.Gabe Black
2007-12-01X86: Move startup code to the system object to initialize a Linux system.Gabe Black
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-09-19X86: Enable the rename system call.Gabe Black
2007-09-19X86: Enable the unlink system call.Gabe Black
2007-08-28X86: Hook in an implementation for lseek.Gabe Black
2007-08-04X86: Make the open flags correct.Gabe Black
2007-08-04X86: Add the arch_prctl system call and fix up some microcoding.Gabe Black
2007-07-30X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.Gabe Black
2007-07-30X86: Turn on the exit_group, exit, munmap, and write syscalls.Gabe Black
2007-07-30X86: Fix up the stat structure. This probably still isn't right.Gabe Black
2007-07-30X86: Turn on some system calls, and make the kernel version match my developm...Gabe Black
2007-07-26Add functions for mmap and brk.Gabe Black
2007-07-24Add a tgt_iovec structure to support writev, change the name of X86Linux to X...Gabe Black
2007-07-22Add the "open" syscall.Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black