.. |
arch
|
Implemented vm_translation_map::protect() for x86. vm_set_area_protection()
|
2005-03-19 03:07:33 +00:00 |
cache
|
Made some kernel tests build again (that didn't work anymore since I moved
|
2005-03-21 17:38:22 +00:00 |
debug
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
device_manager
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
disk_device_manager
|
Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature.
|
2005-01-26 14:57:35 +00:00 |
fs
|
* Added delete_select_sync_pool().
|
2005-03-20 22:15:33 +00:00 |
messaging
|
Moved KMessage.cpp from util/ to messaging/.
|
2005-03-18 16:31:40 +00:00 |
util
|
Made some kernel tests build again (that didn't work anymore since I moved
|
2005-03-21 17:38:22 +00:00 |
vm
|
Implemented vm_translation_map::protect() for x86. vm_set_area_protection()
|
2005-03-19 03:07:33 +00:00 |
cpu.c
|
Added the missing clear_caches() function and syscall. Does not yet do anything (which
|
2005-03-17 17:06:56 +00:00 |
elf.c
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
faults.c
|
|
|
heap.c
|
PARANOID_POINTER_CHECK is now only defined if DEBUG is defined, too, by default.
|
2004-12-13 22:44:17 +00:00 |
image.c
|
* Added _user_image_relocated() and _user_loading_app_failed().
|
2005-03-12 15:09:09 +00:00 |
int.c
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
Jamfile
|
Removed the old (and nowadays unused) addons directory and related headers.
|
2005-03-19 02:35:40 +00:00 |
kernel_daemon.c
|
No need to have the kernel daemon run immediately.
|
2004-11-08 14:03:19 +00:00 |
linkhack.c
|
|
|
lock.c
|
mutex_lock() will no longer panic() if acquire_sem() failed and the mutex
|
2005-01-10 07:46:48 +00:00 |
main.c
|
Added user debug initialization call.
|
2005-03-25 18:29:12 +00:00 |
module.c
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
port.c
|
More debug output and a new ToDo item.
|
2005-03-25 18:22:27 +00:00 |
real_time_clock.c
|
Moved initialization of the arch depending real_time_data fields into the arch
|
2005-01-26 18:30:50 +00:00 |
scheduler.c
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
sem.c
|
Added support for the B_CHECK_PERMISSION flag - this one should really
|
2005-03-18 01:26:05 +00:00 |
shutdown.c
|
Fixed set_timezone()
|
2004-11-28 23:13:22 +00:00 |
signal.c
|
* Check the thread debug signal ignore masks before notifying the debugger
|
2005-03-12 21:45:49 +00:00 |
smp.c
|
Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t.
|
2004-10-20 00:19:38 +00:00 |
syscalls.c
|
Minor header cleanup: moved some headers to better matching directories,
|
2005-03-19 01:58:05 +00:00 |
sysctl.c
|
Removed unnecessary reference to ktypes.h.
|
2004-11-19 21:56:02 +00:00 |
system_info.c
|
Threads and teams now maintain a used counter - they also provide a maximum
|
2004-11-30 21:11:37 +00:00 |
team.c
|
* Dealt with a race condition on team exit. The death semaphore and
|
2005-03-25 18:28:24 +00:00 |
thread.c
|
* Dealt with a race condition on team exit. The death semaphore and
|
2005-03-25 18:28:24 +00:00 |
timer.c
|
Applied ages old cleanup patch from Jack Burton.
|
2004-03-14 18:02:22 +00:00 |