.. |
arch
|
took the liberty to add this to the buiild and fix compilation :)
|
2008-06-03 05:02:59 +00:00 |
boot
|
* The boot loader now passes on its EDID info to the kernel, and that will
|
2008-06-03 15:17:59 +00:00 |
disk_device_manager
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
fs
|
* Integration of the new driver architecture.
|
2008-05-26 16:52:27 +00:00 |
platform/openfirmware
|
|
|
posix
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
slab
|
|
|
util
|
* Replaced all instances of benaphores in the kernel code by mutexes.
|
2008-05-29 02:08:23 +00:00 |
block_cache.h
|
|
|
boot_device.h
|
|
|
boot_item.h
|
|
|
boot_splash.h
|
|
|
cbuf.h
|
|
|
commpage.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
condition_variable.h
|
axeld + bonefish:
|
2008-05-17 10:21:37 +00:00 |
console.h
|
|
|
cpu.h
|
|
|
debug_paranoia.h
|
Fixed build for paranoia disabled globally, but enabled for individual
|
2008-04-29 18:42:31 +00:00 |
debug.h
|
* Introduced pipes in the kernel debugger. The syntax is similar to
|
2008-06-01 02:25:00 +00:00 |
debugger_keymaps.h
|
Patch by Olivier Coursiere that removes unneeded special characters.
|
2008-06-08 21:48:23 +00:00 |
elf_priv.h
|
|
|
elf.h
|
|
|
file_cache.h
|
|
|
frame_buffer_console.h
|
|
|
generic_syscall.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
heap.h
|
|
|
int.h
|
|
|
kdevice_manager.h
|
* Integration of the new driver architecture.
|
2008-05-26 16:52:27 +00:00 |
kdriver_settings.h
|
* Initialize all static mutexes in the kernel through a MUTEX_INITIALIZER()
|
2008-06-05 23:19:27 +00:00 |
kernel_daemon.h
|
Patch by Vasilis Kaoutsis: Fixed typo in comment.
|
2008-05-15 12:08:13 +00:00 |
kernel.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
kimage.h
|
|
|
kmodule.h
|
|
|
kscheduler.h
|
|
|
ksignal.h
|
|
|
ksyscalls.h
|
|
|
lock.h
|
Added macros for static initialization of mutexes, recursive locks, and
|
2008-05-29 02:10:10 +00:00 |
messaging.h
|
|
|
MessagingServiceDefs.h
|
|
|
Notifications.h
|
|
|
port.h
|
|
|
real_time_clock.h
|
|
|
safemode.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
sem.h
|
Added support for POSIX semaphores (the ones from the XSI extension
|
2008-05-06 03:39:36 +00:00 |
smp.h
|
* Added optional spinlock contention measurement feature. Enabled when
|
2008-06-02 02:04:12 +00:00 |
syscall_restart.h
|
|
|
system_info.h
|
|
|
team.h
|
* For each userland team the kernel creates an area in the userland
|
2008-05-11 16:25:35 +00:00 |
thread_types.h
|
Added new kernel thread "undertaker" which gets rid of dead thread
|
2008-05-29 14:28:31 +00:00 |
thread.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
timer.h
|
|
|
tracing.h
|
* Fixed kernel tracing for gcc 4. The ABI changed in a way that isn't
|
2008-05-17 18:59:19 +00:00 |
user_atomic.h
|
|
|
user_debugger.h
|
|
|
usergroup.h
|
|
|
vfs.h
|
* Introduced new header directory headers/private/system which is supposed
|
2008-05-14 03:55:16 +00:00 |
vm_address_space.h
|
|
|
vm_cache.h
|
|
|
vm_low_memory.h
|
|
|
vm_page.h
|
* Added vm_page_write_modified_page_range(), which is similar to
|
2008-05-22 21:51:12 +00:00 |
vm_priv.h
|
|
|
vm_translation_map.h
|
|
|
vm_types.h
|
* Removed old mutex implementation and renamed cutex to mutex.
|
2008-05-01 22:07:36 +00:00 |
vm.h
|
* Added vm_page_write_modified_page_range(), which is similar to
|
2008-05-22 21:51:12 +00:00 |
wait_for_objects.h
|
* Removed select_sync::lock. The only thread that was still locking was
|
2008-04-30 16:12:20 +00:00 |