haiku/src/system/kernel
Stephan Aßmus ec56835f51 Patch by David Powell:
* Implement color palette generation for the boot splash images in the
  generate_boot_screen build tool. Only 4-bit screen support is missing now.
* Adopted images.h with the new results from generate_boot_screen.

This should fix black boot screens for graphics cards that don't support
true color modes for the native resolution. I've tried to find the ticket,
#2177 almost looks like the one, but it looks more like the mode is out
of range if I understand the ticket right.

Thanks a lot, David, and sorry it took so very long to apply your patch!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27223 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-28 16:59:34 +00:00
..
arch Re-added support for kernel breakpoints. This feature is just way to 2008-08-27 12:52:23 +00:00
cache * Changed the way how a cache is destructed: now, it is removed from the 2008-08-20 08:09:18 +00:00
debug Extended debugger language: Dereferenced addresses are now supported as 2008-08-25 00:24:06 +00:00
device_manager * DMAResource::TranslateNext(): Added parameter to limit the maximum 2008-08-28 01:49:18 +00:00
disk_device_manager * Cleanup, no functional change. 2008-08-21 20:31:18 +00:00
fs extended debug check for FS_CALL() to others FS_CALL() versions 2008-08-24 19:52:10 +00:00
lib bonefish+mmlr: 2008-07-17 19:26:09 +00:00
messaging
platform We're actually using serial input for KDL for now... 2008-08-17 02:11:32 +00:00
posix * Reworked the way sem_undo requests are processed by following 2008-08-16 18:20:54 +00:00
slab * Implement CACHE_DONT_SLEEP partially. At least for small object caches 2008-08-21 23:02:08 +00:00
util * Made struct ring_buffer public (within the kernel). 2008-07-30 10:03:22 +00:00
vm Increased the number of pages the page writer tries to write per run. 2008-08-28 01:49:59 +00:00
boot_item.cpp
boot_splash.cpp Patch by David Powell: 2008-08-28 16:59:34 +00:00
commpage.cpp
condition_variable.cpp More informative panic(). 2008-08-04 02:45:06 +00:00
cpu.c
elf.cpp Improved the "ls" command: 2008-08-23 00:05:16 +00:00
heap.cpp * Added heap_set_get_caller() which can be used when heap leak checking 2008-08-21 03:04:12 +00:00
image.c
int.c
Jamfile Removed superfluous whitespace. 2008-07-24 23:19:51 +00:00
kernel_daemon.cpp * Refactored the kernel daemon code into a class. 2008-08-22 01:13:18 +00:00
kernel.rdef
linkhack.c
lock.cpp * Renamed kernel_startup to gKernelStartup. 2008-08-02 15:03:03 +00:00
low_resource_manager.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
main.cpp * Added a post boot device module init function that unloads all unused modules, 2008-08-22 09:41:10 +00:00
module.cpp * unload_module_image() was never called with image == NULL, so I just removed 2008-08-22 10:19:29 +00:00
Notifications.cpp
port.cpp
real_time_clock.c
scheduler.cpp Enhanced scheduler tracing. The reschedule tracing entry does now record 2008-08-23 00:12:27 +00:00
sem.cpp * Renamed sem_spinlock to sSemsSpinlock. 2008-08-02 15:04:47 +00:00
shutdown.c
signal.cpp * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +00:00
smp.c * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +00:00
syscalls.cpp First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
system_info.cpp * Moved the incrementing/decrementing of vm_page::wired_count into 2008-08-06 00:28:28 +00:00
team.cpp * Added a "flags" parameter to vm_create_anonymous_area() and 2008-08-21 22:50:11 +00:00
thread.cpp * Added kernel private thread_state_to_text() which just calls 2008-08-22 23:51:22 +00:00
timer.cpp
usergroup.cpp * Renamed thread_spinlock and team_spinlock to gThreadSpinlock and 2008-08-02 14:55:53 +00:00
wait_for_objects.cpp