.. |
arch
|
...and the correct struct name.
|
2008-07-07 11:31:40 +00:00 |
cache
|
* Added some optional KDL command and statistics to the file map implementation.
|
2008-07-07 12:02:24 +00:00 |
debug
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
device_manager
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
disk_device_manager
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
fs
|
* Reverted r26293 again, as that "subtle" change also prevented any device I/O
|
2008-07-07 12:45:38 +00:00 |
lib
|
Applied patch from Mika Lindqvist: This patch implements both strlwr() and strupr() functions in libroot and includes strupr() in kernel build.
|
2008-07-02 19:30:46 +00:00 |
messaging
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
platform
|
- Move Atari platform class out to a platform file.
|
2008-06-29 18:22:34 +00:00 |
posix
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
slab
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
util
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +00:00 |
vm
|
* Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles.
|
2008-07-04 23:14:19 +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 Philippe Saint-Pierre:
|
2008-04-05 21:15:43 +00:00 |
commpage.cpp
|
Merged branch haiku/branches/developer/bonefish/optimization revision
|
2008-01-11 00:36:44 +00:00 |
condition_variable.cpp
|
* Replaced the useless InitCheck() method in {Open,Multi}HashTable (it
|
2008-06-24 22:23:57 +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
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
heap.cpp
|
* Change the fixed bin list to a generated one based on a few constraining
|
2008-07-07 01:09:41 +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
|
Do not use -shared when linking linkhack.so for PPC. It is however needed for other archs.
|
2008-06-09 23:29:09 +00:00 |
kernel_daemon.cpp
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
kernel.rdef
|
patch by Artur Wyszynski (aljen):
|
2008-03-18 10:11:58 +00:00 |
linkhack.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
lock.cpp
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
main.cpp
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
module.cpp
|
* Preparations for a module listener API - this will be used in the (disk)
|
2008-07-03 11:52:36 +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
|
Added new kernel thread "undertaker" which gets rid of dead thread
|
2008-05-29 14:28:31 +00:00 |
sem.cpp
|
* Added optional spinlock contention measurement feature. Enabled when
|
2008-06-02 02:04: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
|
* For each userland team the kernel creates an area in the userland
|
2008-05-11 16:25:35 +00:00 |
smp.c
|
* Added optional spinlock contention measurement feature. Enabled when
|
2008-06-02 02:04:12 +00:00 |
syscalls.cpp
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
system_info.cpp
|
* Reenabled used page reporting based on vm_available_memory().
|
2008-04-02 12:47:08 +00:00 |
team.cpp
|
* Changed the _kern_exec() and _kern_load_image() syscalls. They expect
|
2008-06-24 03:37:07 +00:00 |
thread.cpp
|
stippi + bonefish:
|
2008-07-03 20:37:08 +00:00 |
timer.cpp
|
* Made waiting for a timer handler more power usage friendly.
|
2008-04-22 18:46:34 +00:00 |
usergroup.cpp
|
Some setre{g,u}id() tweaking. What happens to the saved set-{g,u}id is
|
2008-04-15 21:18:07 +00:00 |
wait_for_objects.cpp
|
Added poll() kernel tracing.
|
2008-05-10 16:23:48 +00:00 |