haiku/headers/private
Axel Dörfler 9d845483cf Got rid of two ToDo-items: instead of clearing the PAGE_MODIFIED flag after having
written the page, we now do it before, so that it cannot lose any changed data
anymore; it doesn't matter if the page is written to while writing it back, the
worst thing that can happen is that we write the same page twice. Also, we don't
rely on the PAGE_MODIFIED bit anymore, we now check all mappings of that page
to find all modified pages, no matter how far the (currently disabled) page
daemon had come.
Also, destroying an area will now result in writing back changed pages - this
is only really important for memory mapped files, though, and should probably
be avoided for other vm_store types.
Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15597 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-19 23:01:11 +00:00
..
app You can now test if there are more messages waiting in the link. 2005-12-12 13:45:09 +00:00
debug Added support for looking up symbols of other team to libdebug. The 2005-07-16 21:12:32 +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
drivers Fixed some bugs, partially by Oscar Lesta. 2005-07-19 17:19:02 +00:00
graphics removed one more old nolonger used define for 3D. 2005-12-14 20:53:54 +00:00
input The input_server is now notified when the screen resolution is changed. 2005-11-26 16:22:06 +00:00
interface Moved dw_sync_data to a private header DirectWindowPrivate.h and renamed it to direct_window_sync_data. 2005-12-10 15:36:38 +00:00
kernel Got rid of two ToDo-items: instead of clearing the PAGE_MODIFIED flag after having 2005-12-19 23:01:11 +00:00
libroot Updated to tzcode2005j.tar.gz 2005-07-08 23:49:29 +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 Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
midi Haiku be thy name. 2004-06-25 08:47:00 +00:00
net Moved the needed headers from private to posix folder. This should hopefully fix the build. 2005-12-19 17:42:05 +00:00
opengl/GL/internal Internal Mesa3D's private declaration use everywhere in Mesa code. 2005-06-26 13:54:42 +00:00
print Clean up. 2005-11-14 19:08:35 +00:00
runtime_loader The runtime loader now creates a debug area through which other teams can 2005-07-16 21:07:17 +00:00
screen_saver fix for network password 2005-09-01 15:04:18 +00:00
servers/app * Implemented automatic font_directory creation for font_mappings. 2005-12-19 12:02:17 +00:00
shared Improved processor identification for some VIA C3 models. 2005-12-16 11:55:01 +00:00
storage fs_mount_volume() now returns a dev_t as well - changed mount/mountvolume to take 2005-10-20 13:03:50 +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
tracker Added private libtracker headers, shared with Deskbar. 2005-05-23 00:24:17 +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