haiku/src/system/kernel/debug
Axel Dörfler 6328832fba * Changed get_boot_item() API: it now also can retrieve the size of the boot
item entry.
* The bios_ia32 video platform code now stores the available VESA modes in
  the new vesa_modes kernel_args field.
* When configuring a VESA mode via settings file, it's no longer needed to
  specify the exact mode - the closest available mode is now used. This should
  help with bug #1962.
* frame_buffer_console_init() now also creates a boot_item for the VESA modes
  in the kernel_args.
* The VESA accelerant now filters the mode list to only contain modes that
  are actually supported.
* Moved non-shared vesa driver data into its own file vesa_private.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24675 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-30 11:01:41 +00:00
..
blue_screen.cpp Made the paging mechanism a bit more useful for commands: it will now wait when 2008-01-22 08:24:35 +00:00
blue_screen.h panic() could hang in the early boot process in case it was called before 2007-10-09 00:12:29 +00:00
debug_commands.cpp Made kputs() available in the kernel and used it for printing debugger 2008-01-21 00:15:33 +00:00
debug_commands.h * Added add_debugger_command_etc() which is similar to 2008-01-16 23:41:20 +00:00
debug_parser.cpp * Introduced debugger command flag B_KDEBUG_DONT_PARSE_ARGUMENTS. 2008-01-21 23:25:34 +00:00
debug_variables.cpp * Changed the way temporary variables work. They won't be unset before 2008-01-16 21:50:59 +00:00
debug_variables.h * Changed the way temporary variables work. They won't be unset before 2008-01-16 21:50:59 +00:00
debug.cpp * Added very basic possibility to set a filter for all KDL command 2008-03-26 16:05:21 +00:00
font.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
frame_buffer_console.cpp * Changed get_boot_item() API: it now also can retrieve the size of the boot 2008-03-30 11:01:41 +00:00
gdb.c * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
gdb.h debug.c -> debug.cpp 2008-01-14 09:50:32 +00:00
Jamfile * Changed get_boot_item() API: it now also can retrieve the size of the boot 2008-03-30 11:01:41 +00:00
tracing.cpp Made kernel tracing safe to be used right after it has officially 2008-03-27 23:10:22 +00:00
user_debugger.cpp Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00