.. |
arch
|
* Implemented x86 assembly version of memset().
|
2008-10-10 18:43:46 +00:00 |
cache
|
* I accidently broke get_next_locked_block_cache() in r27074; it would always
|
2008-10-01 17:05:26 +00:00 |
debug
|
Extended the profiling API. When using the variable stack trace depth
|
2008-09-29 00:53:38 +00:00 |
device_manager
|
Fixed various warnings.
|
2008-10-02 21:22:03 +00:00 |
disk_device_manager
|
Fixed various warnings.
|
2008-10-02 21:22:03 +00:00 |
fs
|
* connect() and bind() now make sure that sockaddr::sa_len is set correctly.
|
2008-10-04 16:38:10 +00:00 |
lib
|
Save one byte of code.
|
2008-10-10 20:07:08 +00:00 |
messaging
|
Reverting r27437 as per Axel's advice. The variable size is initialized by the
|
2008-09-12 13:46:50 +00:00 |
platform
|
We're actually using serial input for KDL for now...
|
2008-08-17 02:11:32 +00:00 |
posix
|
* Order members alphabetically. No functional changes
|
2008-09-11 15:10:40 +00:00 |
slab
|
* Implement CACHE_DONT_SLEEP partially. At least for small object caches
|
2008-08-21 23:02:08 +00:00 |
util
|
Fixed various warnings.
|
2008-10-02 21:22:03 +00:00 |
vm
|
Added TRACE macros to this file and redid its dprintfs to use that instead.
|
2008-10-09 13:41:15 +00:00 |
boot_item.cpp
|
* Changed get_boot_item() API: it now also can retrieve the size of the boot
|
2008-03-30 11:01:41 +00:00 |
boot_splash.cpp
|
Patch by David Powell:
|
2008-08-28 16:59:34 +00:00 |
commpage.cpp
|
Register the commpage as an image and its entries as symbols.
|
2008-09-24 14:41:42 +00:00 |
condition_variable.cpp
|
* Fixed bug in the "scheduler" command: The check when a thread was
|
2008-09-03 15:10:44 +00:00 |
cpu.c
|
* _user_cpu_enabled() accidently returned an error code instead of "false".
|
2008-05-22 11:38:00 +00:00 |
elf.cpp
|
Fixed various warnings.
|
2008-10-02 21:22:03 +00:00 |
heap.cpp
|
Added new parameter "skipIframes" to arch_debug_get_stack_trace(). That
|
2008-09-15 13:09:14 +00:00 |
image.cpp
|
Insert the application image at the head of the list. Work-around for
|
2008-09-25 11:47:12 +00:00 |
int.c
|
Fully inline {disable,restore}_interrupts() and friends when including
|
2008-10-01 14:33:10 +00:00 |
Jamfile
|
* smp.c -> smp.cpp
|
2008-10-07 21:14:24 +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
|
* Fixed bug in the "scheduler" command: The check when a thread was
|
2008-09-03 15:10:44 +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
|
* Call module_init_post_boot_device() right after the boot volume has
|
2008-09-26 23:59:53 +00:00 |
module.cpp
|
* When the initialization of a B_KEEP_LOADED module failed, it was kept
|
2008-09-28 13:25:43 +00:00 |
Notifications.cpp
|
* Replaced the useless InitCheck() method in {Open,Multi}HashTable (it
|
2008-06-24 22:23:57 +00:00 |
port.cpp
|
Increased the maximal port message size to 256 KB. The profiling
|
2008-09-17 00:23:25 +00:00 |
real_time_clock.c
|
Disable tracing.
|
2008-03-24 01:02:59 +00:00 |
scheduler.cpp
|
* Extended the debugger API by sampling-based profiling support. This is
|
2008-09-15 13:36:31 +00:00 |
sem.cpp
|
release_sem_etc(): Reschedule only when a thread with a priority greater
|
2008-09-04 00:32:12 +00:00 |
shutdown.c
|
|
|
signal.cpp
|
Changed the handling for hardware-caused terminal signals:
|
2008-09-27 14:08:13 +00:00 |
smp.cpp
|
* smp.c -> smp.cpp
|
2008-10-07 21:14:24 +00:00 |
syscalls.cpp
|
* Implemented a (private for now) get_system_info_etc() call, that can retrieve
|
2008-09-17 16:27:17 +00:00 |
system_info.cpp
|
* Implemented a (private for now) get_system_info_etc() call, that can retrieve
|
2008-09-17 16:27:17 +00:00 |
team.cpp
|
Print the error code. Supposedly B_NO_MEMORY, but one never knows.
|
2008-10-01 21:58:59 +00:00 |
thread.cpp
|
* Added "from" address space parameter to vm_swap_address_space()/
|
2008-10-07 21:39:19 +00:00 |
timer.cpp
|
* Made waiting for a timer handler more power usage friendly.
|
2008-04-22 18:46:34 +00:00 |
usergroup.cpp
|
* Renamed thread_spinlock and team_spinlock to gThreadSpinlock and
|
2008-08-02 14:55:53 +00:00 |
wait_for_objects.cpp
|
Added poll() kernel tracing.
|
2008-05-10 16:23:48 +00:00 |