..
arch
User debugger support:
2009-06-14 12:14:06 +00:00
cache
* Fixed a bug that let _InvalidateAfter() access already freed memory, and would
2009-06-04 12:29:15 +00:00
debug
Rewrote user_debug_thread_deleted():
2009-06-17 01:02:33 +00:00
device_manager
* Made the internal file systems correctly handle the timespec struct stat
2009-06-15 14:03:24 +00:00
disk_device_manager
* So many style violations in so few lines of code...
2009-05-16 22:48:45 +00:00
fs
* Made the internal file systems correctly handle the timespec struct stat
2009-06-15 14:03:24 +00:00
lib
* Made our struct stat POSIX compliant again -- the time_t fields have been
2009-05-22 15:15:16 +00:00
messaging
Remove invalid TODO.
2009-03-14 00:18:23 +00:00
platform
- Fix build.
2008-10-21 21:23:55 +00:00
posix
Change function name to work with stricter name lookup in GCC 4.3. See
2009-01-22 23:10:50 +00:00
scheduler
* Scheduler/wait object listener:
2009-04-23 13:47:52 +00:00
slab
* various fixes identified by gcc4, provided by Joe Prostko
2009-05-28 20:36:22 +00:00
util
When linking against libgcc already don't include these symbols. Otherwise we
2009-01-25 21:28:43 +00:00
vm
* vfs_boot.cpp now also exports gReadOnlyBootDevice which is true when the
2009-06-05 15:52:58 +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
Register the commpage as an image and its entries as symbols.
2008-09-24 14:41:42 +00:00
condition_variable.cpp
* Scheduler/wait object listener:
2009-04-23 13:47:52 +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
Invalidate the elfHeader variable when the image struct is deleted on error, as
2009-05-24 23:10:55 +00:00
heap.cpp
* Style cleanup, mostly 80 character limit per line.
2009-05-05 10:05:11 +00:00
image.cpp
Extended image_info by fields for the Haiku version and ABI. The runtime loader
2009-05-12 21:08:56 +00:00
int.c
Fix wrong check, thanks Axel :-)
2009-02-18 17:52:51 +00:00
Jamfile
Added version scripts for the kernel, libroot, and libbe. ATM each has two
2009-05-22 14:53:31 +00:00
kernel_daemon.cpp
Fixing warnings under GCC4 in preparation to enable -Werror there as well:
2009-02-01 20:48:02 +00:00
kernel_versions
Added version scripts for the kernel, libroot, and libbe. ATM each has two
2009-05-22 14:53:31 +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
listeners.cpp
Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build.
2009-04-23 14:53:18 +00:00
lock.cpp
* Scheduler/wait object listener:
2009-04-23 13:47:52 +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
bonefish + mmlr:
2009-04-04 23:54:01 +00:00
module.cpp
Fixing warnings under GCC4 in preparation to enable -Werror there as well:
2009-02-01 20:48:02 +00:00
Notifications.cpp
* Cleared up a misconception in the notification mechanism. We already had
2009-04-11 21:45:25 +00:00
port.cpp
* If getting a new port message failed, we must release the port's write sem
2009-04-30 19:07:38 +00:00
real_time_clock.c
* Minor cleanup.
2009-04-03 08:05:25 +00:00
sem.cpp
* Scheduler/wait object listener:
2009-04-23 13:47:52 +00:00
shutdown.c
Patch by Olivier Coursiere: When rebooting, shutdown all the system teams,
2009-04-05 19:04:25 +00:00
signal.cpp
Updated TODO.
2009-04-23 12:19:36 +00:00
smp.cpp
acquire_spinlock[_nocheck]() do now panic() when they couldn't acquire the
2009-03-26 15:16:39 +00:00
syscalls.cpp
The kernel side of a new system-wide sampling-based profiling mechanism.
2009-04-11 22:20:51 +00:00
system_info.cpp
Added system_info::abi field. It contains the system's ABI version, which
2009-05-26 01:02:39 +00:00
team.cpp
* when forking a team, not only the signal mask, but also the sig_actions
2009-05-20 23:10:13 +00:00
thread.cpp
Also set user_thread to NULL. It shouldn't make a difference, though.
2009-06-14 10:58:54 +00:00
timer.cpp
Moved definition of the PAUSE macro to <cpu.h>, respectively
2008-10-17 16:53:31 +00:00
usergroup.cpp
* Introduced ref-counting for the I/O contexts.
2009-03-02 00:26:22 +00:00
wait_for_objects.cpp
Support 0 file descriptors/infos in poll()/wait_for_objects(). Fixes #3591 .
2009-03-21 20:23:36 +00:00