haiku/src
Ingo Weinhold 59b9b48bb3 Added a service that will be responsible for sending messages from kernel
to userland applications. A userland server (probably the registrar) will
register as the server responsible for delivering the messages. The
messages are passed to it via shared memory.

The advantage over sending the messages directly will be, that they won't
need to be dropped, if the receiver port is temporarily full.

Currently only the kernel side is implemented. Completely untested yet.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10983 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-23 19:54:19 +00:00
..
add-ons added timeout and abort for DMA idle waits. This keeps the system responsive if the DMA engine fails, which is way better than a complete hang. Adding this because it's not impossible to create a situation that stalls DMA: for instance if a video app writes (way) outside it's allocated overlay buffers. 2005-01-23 14:36:17 +00:00
apps add --restore option (acts as untrash) 2005-01-22 23:00:57 +00:00
data Added source files for our MIME database. The files are in rdef format, 2005-01-17 01:31:35 +00:00
kernel Added a service that will be responsible for sending messages from kernel 2005-01-23 19:54:19 +00:00
kits Removed duplicate code in drawing functions, fixed drawing of text when button is default, fixed drawing of text when button is disabled. 2005-01-23 17:18:01 +00:00
libs Don't link against the libfreetype.so in ~/config/lib as we don't build it 2005-01-19 14:23:43 +00:00
prefs It's no longer needed to link Media preferences against 2005-01-23 01:14:42 +00:00
servers Since last checkin version had no description: 2005-01-23 18:59:50 +00:00
tests Sync with local (tiny) changes 2005-01-22 22:34:46 +00:00
tools Added resattr, a small tool that converts resources into attributes and vice versa. 2005-01-17 01:24:09 +00:00
Jamfile Added data directory, it should contain generated data files 2004-11-19 19:25:44 +00:00