summaryrefslogtreecommitdiff
path: root/viengoos
AgeCommit message (Expand)Author
2009-03-22Fix serial driver's option parsing.Neal H. Walfield
2009-03-22In memory_add, print the debug output before the assert.Neal H. Walfield
2009-03-17Tweak availability computation. Treat priority correctly.Neal H. Walfield
2009-03-17Don't check if the user pressed escape if NDEBUG is defined.Neal H. Walfield
2009-03-17Replace some macros with inline functions.Neal H. Walfield
2009-03-17Change PAGES_FMT to support negative values.Neal H. Walfield
2009-03-17Batch object discardds.Neal H. Walfield
2009-03-17Don't call vm_as_install in schedule.Neal H. Walfield
2009-03-17Make the returner global. Call it when returning from an interrupt.Neal H. Walfield
2009-03-17Reduce the page table pool to 4%. Batch tlb invalidations.Neal H. Walfield
2009-03-04Make sure the kernel is loaded above the first superpage.Neal H. Walfield
2009-03-01Marked shared pages that we unmap as unshared.Neal H. Walfield
2009-03-01Fix multiboot.h for 64-bit machines. Remove some workarounds for Grub.Neal H. Walfield
2009-03-01Fix last change to thread-arch.c.Neal H. Walfield
2009-03-01Disable hardware breakpoints when compled with NDEBUG.Neal H. Walfield
2009-03-01Disable some debugging output.Neal H. Walfield
2009-03-01Correctly implement object_discard.Neal H. Walfield
2009-03-01When making a system call, pass the return address in rbp.Neal H. Walfield
2009-02-24Revert "When making a system call, pass the return address in rbp."Neal H. Walfield
2009-02-24If the specified thread is not runnable, not run it.Neal H. Walfield
2009-02-24Keep time in milliseconds.Neal H. Walfield
2009-02-24When making a system call, pass the return address in rbp.Neal H. Walfield
2009-02-24User ager, not ager_loop as the profile identifier.Neal H. Walfield
2009-02-24Update comments and improve some debugging output.Neal H. Walfield
2009-02-23Record a thread's last four fault locations.Neal H. Walfield
2009-02-23Fix memory dump output.Neal H. Walfield
2009-02-23Fix overflow error.Neal H. Walfield
2009-02-22Pass the irq number as a parameter to the irq handler.Neal H. Walfield
2009-02-22Add support to break into the kernel on escape.Neal H. Walfield
2009-02-21Add sleep and time support.Neal H. Walfield
2009-02-21Fix cap.policy handling.Neal H. Walfield
2009-02-20Correctly update access and dirty bits.Neal H. Walfield
2009-02-19Disable is_clean when NDEBUG is defined.Neal H. Walfield
2009-02-19Improve memory dump's output.Neal H. Walfield
2009-02-16Fix the pager.Neal H. Walfield
2009-02-16Rewrite CPU scheduler. Fix a few bugs. Add a lot of debugging support.Neal H. Walfield
2009-02-13Almost the status quo.Neal H. Walfield
2009-01-20Fix computation of last_frame.Neal H. Walfield
2009-01-20Update the type of some of struct activity's fields.Neal H. Walfield
2009-01-20Reserve required memory and add available memory to zalloc.Neal H. Walfield
2009-01-20Add sysdeps/x86_64/sys.h.Neal H. Walfield
2009-01-20Enable more code.Neal H. Walfield
2009-01-20Only use l4 functions when USE_L4 is defined.Neal H. Walfield
2009-01-20Use correct printf format specifiers.Neal H. Walfield
2009-01-20Correct computation in zalloc code.Neal H. Walfield
2009-01-20Have the kernel link against libhurd-btree-kernel.a, not libhurd-btree.a.Neal H. Walfield
2009-01-20Lower the number of priority levels to 2^6.Neal H. Walfield
2009-01-20Small clean ups, a few asserts, and a bit of debugging output.Neal H. Walfield
2009-01-19Add a nice interface to the page table data structures.Neal H. Walfield
2009-01-19Use sysdeps-style building.Neal H. Walfield