haiku/headers/private
Ingo Weinhold 20b656f066 * Check the thread debug signal ignore masks before notifying the debugger
of a signal.
* Added sigaction_etc(). It's just a sigaction() for which the thread
  in question can be specified.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11704 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-12 21:45:49 +00:00
..
app Consequently use B_PREFERRED_TOKEN when the preferred target is addressed. 2005-01-29 17:44:55 +00:00
disk_scanner Changes due to the removal of the extended_partition_info::partition_code field. 2003-02-18 21:30:07 +00:00
graphics added a comment about 'parallel processing' of rect functions (due for next speed optimize 'step 2'). 2005-02-19 17:46:32 +00:00
input Added spacebar keycode 2005-01-11 00:36:41 +00:00
interface added a dependency on Window.h 2005-02-02 16:45:31 +00:00
kernel * Check the thread debug signal ignore masks before notifying the debugger 2005-03-12 21:45:49 +00:00
libroot Added __init_env() prototype. 2005-03-10 22:36:53 +00:00
mail Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00
media removed ChunkCache.h from shared private include files 2004-11-21 00:11:39 +00:00
midi Haiku be thy name. 2004-06-25 08:47:00 +00:00
net Removed duplicate B_SELECT_* & co definitions. 2004-10-03 15:11:46 +00:00
print Added function pack_bits_size. 2005-02-21 17:30:21 +00:00
screen_saver Changed the way preferences are stored. 2004-10-09 23:17:47 +00:00
servers/app Added a second SetFamilyAndStyle and made both versions return success or failure 2005-02-05 20:10:24 +00:00
shared * Prevent double deletion when setting to an object that is already set. 2005-03-11 17:44:55 +00:00
storage Changed my mind. Now BPartition has a method to get the mount point of the partition, respectively a potential mount point, for partitions not yet mounted. 2004-11-01 19:38:47 +00:00
syslog_daemon Forgot to commit SYSLOG_FACILITY_INDEX() macro. 2003-12-30 00:20:40 +00:00
textencoding use const char for parameters, uint to avoid warnings, and strcasecmp for name comparisons 2004-11-11 07:35:47 +00:00
translation Moved FuncTranslator.h from current/headers/os/translation to private headers. Moved translator_data struct from TranslationDefs.h to FuncTranslator.h. 2005-02-12 14:35:36 +00:00