haiku/headers/private
Axel Dörfler 9f90fa0e3a Introduced new B_KERNEL_AREA_FLAGS and B_USER_AREA_FLAGS that can be used
instead B_KERNEL_PROTECTION and B_USER_PROTECTION.
Unlike before, B_USER_CLONEABLE_AREA is now only in B_KERNEL_AREA_FLAGS,
but no longer in B_KERNEL_PROTECTION. This fixes a couple of problems
when B_USER_CLONEABLE_AREA was defined without specifing read/write
access.
PAGE_PRESENT|MODIFIED|ACCESSED are in the same "namespace" as the
protection flags, and therefore, shouldn't overlap.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12154 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-30 06:34:17 +00:00
..
app Added AS_LAYER_SET_EVENT_MASK 2005-03-21 20:23:30 +00:00
debug Added the beginnings of a small private API for debug support. 2005-03-20 22:04:04 +00:00
disk_scanner
graphics Changed radeons memory manager to use areas instead of malloc. Now the radeon.driver should work without hacking the kernel heap bigger. 2005-03-29 21:09:05 +00:00
input stripped out comments because their license is unknown 2005-03-14 10:32:10 +00:00
interface added a dependency on Window.h 2005-02-02 16:45:31 +00:00
kernel Introduced new B_KERNEL_AREA_FLAGS and B_USER_AREA_FLAGS that can be used 2005-03-30 06:34:17 +00:00
libroot The heap is now initialized by libroot_init.c::initialize_before(), so 2005-03-23 01:47:21 +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
net that ioctl is only to check for writev, not readv, doesn't make much sense anyway 2005-03-14 23:24:26 +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 some improvements to font handling, but Miniterminal still renders only black blocks 2005-03-29 23:42:52 +00:00
shared * Prevent double deletion when setting to an object that is already set. 2005-03-11 17:44:55 +00:00
storage Added HFS/plus type strings. 2005-03-14 15:39:17 +00:00
syslog_daemon
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