summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-30Add a small delay in the object_reply_on_destruction test.viengoos-on-bare-metalNeal H. Walfield
2009-04-30Fix use of __sync_val_compare_and_swap.Neal H. Walfield
2009-04-30Fix some warnings. Reverse logic of ASSERTX definition. Fix a printf.Neal H. Walfield
2009-03-23When adding physical memory, only add multiples of frames.Neal H. Walfield
2009-03-22Fix serial driver's option parsing.Neal H. Walfield
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-21Only enable the debugger support if compiling for the Viengoos proper.Neal H. Walfield
2009-03-21Update README file.Neal H. Walfield
2009-03-17Tweak GC scheduler.Neal H. Walfield
2009-03-17Change Hieronymus to destroy activities when the corresponding thread exits.Neal H. Walfield
2009-03-17Disable address space construction tracing if NDEBUG is defined.Neal H. Walfield
2009-03-17In 64-bit mode, prefer VM addresses above 1GB.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-17Fix VG_ADDR_EQ.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-01Fix computation of address in pthread_thread_alloc.Neal H. Walfield
2009-03-01Use correct mask in VG_ADDR.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-01Improve the boehm gc scheduler.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 using multiple threads, make sure that the AS root stays consistent.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-23Fix sig_jmpbuf's type for x86-64.Neal H. Walfield
2009-02-23Correctly deal allocating a new folio prior to AS initialization.Neal H. Walfield
2009-02-23Add a command to the debugger. Fix bugs.Neal H. Walfield
2009-02-23Don't include a backtrace if there is none to be had.Neal H. Walfield
2009-02-23Use vg_sleep, not sleep.Neal H. Walfield
2009-02-22Fix conversion from seconds to nanoseconds.Neal H. Walfield
2009-02-22Enable delayed-start code.Neal H. Walfield