haiku/src/kernel/core
Axel Dörfler f4a87ad575 As Ingo pointed out correctly, B_INTERRUPTED is never returned when a semaphore
goes away; therefore we must not return B_BAD_PORT_ID in this case.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11305 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-10 01:08:55 +00:00
..
addons Fixed build conflict with new ISA bus manager. 2004-06-07 01:13:49 +00:00
arch Added missing include. 2005-01-27 01:01:16 +00:00
cache Improved capabilities of the file cache modules. 2005-02-02 06:30:07 +00:00
device_manager Will now also publish directories for existing driver directories that 2005-01-25 02:57:52 +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 Moved over to new node monitor API. 2005-02-03 02:54:12 +00:00
messaging The reduced area size was used for testing only. 2005-01-30 23:40:17 +00:00
util Moved the kMessageHeaderMagic constant into the class. Made BMessage a friend of KMessage. 2005-01-26 02:10:42 +00:00
vm "it cannot fail"?? Hello, we're in the kernel here :-)) 2005-02-01 00:07:26 +00:00
cbuf.c Disabled some unneeded checksum code (cbuf is still "abused" in our ports 2004-11-19 19:11:04 +00:00
console.c dev_init() and bus_init() are now both obsolete. 2005-01-18 16:44:44 +00:00
cpu.c Updated because of header changes. 2004-12-13 23:02:18 +00:00
debug.c Now calls the new arch_dbg_con_init_settings() function. 2005-01-10 07:48:44 +00:00
elf.c Added two more convenience VFS calls: vfs_stat_vnode(), and vfs_get_vnode_name(). 2005-02-02 06:21:31 +00:00
faults.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
gdb.c Removed superfluous htons()/htonl() functions (we already have the 2004-05-31 22:49:06 +00:00
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 We introduced the new constant B_CURRENT_TEAM for this. 2005-01-14 19:50:12 +00:00
int.c Renamed some init2() functions to init_post_vm() to make clearer when and why 2004-10-21 01:45:43 +00:00
Jamfile Added a service that will be responsible for sending messages from kernel 2005-01-23 19:54:19 +00:00
kernel_daemon.c No need to have the kernel daemon run immediately. 2004-11-08 14:03:19 +00:00
khash.c New function hash_remove_first() makes emptying a hash table much simpler. 2004-11-10 01:56:22 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
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 initialization of the messaging service. 2005-01-25 14:48:34 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c A hash_lookup() to the module images was made without having the proper lock held. 2005-01-18 02:37:38 +00:00
pools.c Replaced some more vm_create_anonymous_region() with create_area() and 2003-08-19 17:38:13 +00:00
port.c As Ingo pointed out correctly, B_INTERRUPTED is never returned when a semaphore 2005-02-10 01:08:55 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +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 Updated because of header changes. 2004-12-13 23:02:18 +00:00
sem.c acquire_sem_etc() really didn't like the combination of B_RELATIVE_TIMEOUT 2005-01-15 01:07:23 +00:00
shutdown.c Fixed set_timezone() 2004-11-28 23:13:22 +00:00
signal.c Debug output now uses the TRACE() macro, turned debug output off. 2004-11-12 17:21:14 +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 Added messaging service header. 2005-01-24 01:23:20 +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 Improved capabilities of the file cache modules. 2005-02-02 06:30:07 +00:00
thread.c Updated because of header changes. 2004-12-13 23:02:18 +00:00
timer.c Applied ages old cleanup patch from Jack Burton. 2004-03-14 18:02:22 +00:00