.. |
arch
|
fixed gcc4 warnings
|
2008-09-11 07:57:08 +00:00 |
cache
|
* Added parameter "size_t align" to file_map_translate(). If > 1, the
|
2008-08-30 23:06:28 +00:00 |
debug
|
Added [un]lock_tracing_buffer(). This allows other components to analyze
|
2008-09-03 14:51:00 +00:00 |
device_manager
|
* Also add the creating thread to an IORequest and let child requests
|
2008-08-31 00:43:46 +00:00 |
disk_device_manager
|
* Cleanup, no functional change.
|
2008-08-21 20:31:18 +00:00 |
fs
|
Implemented a simple directory entry cache to speed up path resolution.
|
2008-09-08 05:08:37 +00:00 |
lib
|
bonefish+mmlr:
|
2008-07-17 19:26:09 +00:00 |
messaging
|
* Moved KMessage field printing from vfs_boot.cpp::get_boot_partitions() into
|
2008-07-10 10:06:17 +00:00 |
platform
|
We're actually using serial input for KDL for now...
|
2008-08-17 02:11:32 +00:00 |
posix
|
* If the receving buffer if bigger than the message, truncate the length copied
|
2008-09-11 14:42:13 +00:00 |
slab
|
* Implement CACHE_DONT_SLEEP partially. At least for small object caches
|
2008-08-21 23:02:08 +00:00 |
util
|
Patch by Zhao Shuai:
|
2008-09-07 13:57:25 +00:00 |
vm
|
When mapping a file into memory we do now immediately map all active
|
2008-09-08 13:45:27 +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
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +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
|
Added elf_get_image_info_for_address() to get an image info for a kernel
|
2008-09-03 14:47:26 +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
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
int.c
|
* Added optional spinlock contention measurement feature. Enabled when
|
2008-06-02 02:04:12 +00:00 |
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
|
patch by Artur Wyszynski (aljen):
|
2008-03-18 10:11:58 +00:00 |
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
|
* Adding msg{rcv,snd,get,ctl} syscalls to the system
|
2008-09-11 15:03:01 +00:00 |
module.cpp
|
No need to report an error on modules that aren't modules...
|
2008-09-06 00:57:24 +00:00 |
Notifications.cpp
|
* Replaced the useless InitCheck() method in {Open,Multi}HashTable (it
|
2008-06-24 22:23:57 +00:00 |
port.cpp
|
* Add read, write and total count to the ports KDL command so one can see
|
2008-06-08 00:23:17 +00:00 |
real_time_clock.c
|
Disable tracing.
|
2008-03-24 01:02:59 +00:00 |
scheduler.cpp
|
Scheduling analysis: Also record the number of times a thread waits on a
|
2008-09-04 00:07:11 +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
|
fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown().
|
2007-05-23 19:56:40 +00:00 |
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
|
* Adding msg{rcv,snd,get,ctl} syscalls to the system
|
2008-09-11 15:03:01 +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
|
* revert r27322 and apply the patch provided by Salvatore
|
2008-09-04 17:00:01 +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 |