haiku/src/system/kernel
2012-11-08 10:25:41 +01:00
..
arch Merge branch 'master' into sam460ex 2012-11-08 10:25:41 +01:00
cache cache_abort_sub_transaction() did not maintain num_blocks. 2012-09-19 20:06:19 +02:00
debug Slight improvement to tracing output. 2012-08-19 16:04:36 -04:00
device_manager Consolidated and fixed device_geometry computation. 2012-10-08 13:59:16 +02:00
disk_device_manager * Added file_system_module_info::uninitialize() analogously to 2011-06-13 01:53:11 +00:00
fs Ok there are some more, thanks Rene. 2012-11-07 21:45:43 +01:00
lib Since we are patching strncpy.c change it over to strncpy.cpp. 2012-04-25 18:47:42 +02:00
locks Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
messaging Clean up the mess added in hrev43461 and solve it differently. 2011-12-10 23:20:18 +01:00
platform U-Boot: Fix linking the kernel by adding FDT support 2012-11-06 19:43:12 +01:00
posix Comparison with an unsigned value (size_t) and < 0 2011-11-27 00:21:41 -05:00
scheduler Fix codestyle violation: 2012-05-14 21:05:12 +02:00
slab Fix crash in MemoryManager::PerformMaintenance() 2012-09-11 22:31:19 +02:00
util Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
vm vm_page_allocate_page_run: fix previous commit 2012-11-06 19:40:47 +01: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 Move the boot images conditional selection in one place, to remove 2010-10-11 12:54:21 +00:00
commpage.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
condition_variable.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
cpu.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
DPC.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
elf.cpp * Removed some dead code by applying a patch by lucian from ticket #6275, 2011-10-29 17:09:12 +00:00
guarded_heap.cpp Fix the page need calculation, it was possibly off by one. 2011-12-07 00:09:31 +01:00
heap.cpp Add heap with guard pages to detect out of bound reads/writes. 2011-12-03 20:09:13 +01:00
image.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
int.cpp Change instances of wether in comments to whether. No functional change intended. 2011-12-12 14:41:49 -05:00
Jamfile Add heap with guard pages to detect out of bound reads/writes. 2011-12-03 20:09:13 +01:00
kernel_c++_structs.cpp Attempt at allowing to use C++ structures in C only code: We use the 2009-12-02 10:56:10 +00:00
kernel_daemon.cpp Replaced no longer necessary send_signal_etc() work-arounds for 2010-04-29 15:23:29 +00:00
kernel_versions Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
kernel.rdef patch by Artur Wyszynski (aljen): 2008-03-18 10:11:58 +00:00
linkhack.c
listeners.cpp Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build. 2009-04-23 14:53:18 +00:00
low_resource_manager.cpp * Changed the address space note, warning, critical limits to fixed values. The 2010-06-18 21:01:27 +00:00
main.cpp Filtered flat import of Oliver's svn package management branch 2011-11-25 06:17:07 +01:00
module.cpp Change instances of wether in comments to whether. No functional change intended. 2011-12-12 14:41:49 -05:00
Notifications.cpp Replace uses of obsolescent BReference[able] API. 2010-12-16 14:29:37 +00:00
port.cpp Enlarge threads and ports KMessage notification stack buffers 2011-11-07 19:22:02 +00:00
real_time_clock.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
sem.cpp switch_sem_etc(): Unbreak the actual switch case 2012-04-05 17:35:59 +02:00
shutdown.cpp Introduce a gSystemShutdown flag to be able to check if system is shutting down. ACPI Embedded Controller now uses polling when it is set to true. 2010-09-08 19:19:49 +00:00
signal.cpp Change instances of wether in comments to whether. No functional change intended. 2011-12-12 14:41:49 -05:00
smp.cpp As suggested by Ingo, revert r42648 and apply patch from Alex Smith provided in #7872. Thanks! 2011-08-20 20:09:32 +00:00
syscalls.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
system_info.cpp Cleanup system-revision stuff. 2011-05-15 16:33:30 +00:00
team.cpp ps: fix uid and gid in the ps output 2012-10-03 15:45:56 -04:00
TeamThreadTables.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
thread.cpp getrlimit with RLIMIT_STACK now returns USER_MAIN_THREAD_STACK_SIZE 2012-08-24 18:29:59 -04:00
timer.cpp As suggested by Ingo, revert r42648 and apply patch from Alex Smith provided in #7872. Thanks! 2011-08-20 20:09:32 +00:00
UserEvent.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
usergroup.cpp Fix #8596: common_getgroups copies too little data 2012-05-23 12:56:10 -04:00
UserTimer.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
wait_for_objects.cpp _user_wait_for_objects(): Don't copy the infos back to userland when an error 2010-03-25 15:57:38 +00:00