summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-22Fix bit-rotted profile code in boehm gc.Neal H. Walfield
2009-02-22Fix computation of current time in profile code.Neal H. Walfield
2009-02-22Update Boehm GC port and benchmark.Neal H. Walfield
2009-02-22Don't start debugger on a SIGSEGV.Neal H. Walfield
2009-02-22Compile newlib with -D_I386MACH_ALLOW_HW_INTERRUPTS.Neal H. Walfield
2009-02-22Fix as_slow_alloc.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-21Fix includes.Neal H. Walfield
2009-02-21Don't include the mode field in the crc.Neal H. Walfield
2009-02-21Add sleep and time support.Neal H. Walfield
2009-02-21Make asserts fail even if NDEBUG is defined.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-19Enable hurd_activation_frame_longjmp on x86-64.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-19Fix signal handling.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-22Create a version of the slab allocator appropriate for kernel inclusion.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-20Include missing header file in <viengoos/rpc.h>.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
2009-01-19Update the build_assert macro to use gnulib's version (verify).Neal H. Walfield
2009-01-18Use correct format and type specifiers.Neal H. Walfield
2009-01-18Add usable <inttypes.h> files.Neal H. Walfield
2009-01-18Remove printf hacks.Neal H. Walfield
2009-01-18Fix warning about ''s in #warnings.Neal H. Walfield
2009-01-17Remove more uses of L4 specific functions in generic code.Neal H. Walfield
2009-01-17Include <string.h> to add missing declarations.Neal H. Walfield
2009-01-17Extend s_printf to support precision, base and type modifiers.Neal H. Walfield
2009-01-17Link to the standard set of libraries. Remove some of the duplicated code.Neal H. Walfield
2009-01-17On x86-64, compile newlib with -fPIC.Neal H. Walfield
2009-01-16Add initial support for x86-64 to run-time libraries.Neal H. Walfield
2009-01-16Define AF_REGS_FMT and AF_REGS printf for x86-64.Neal H. Walfield
2009-01-16Add support for ELF 64 and x86-64 to the loader.Neal H. Walfield
2009-01-16Merge branch 'master' into viengoos-on-bare-metal (Separate L4 code).Neal H. Walfield