office-gobmx/sal
Stephan Bergmann d5e9c2e3e8 fdo#50603: Close fds across a restart of soffice on Mac OS X
...where the restart is directly from the old soffice instance, via exec, so the
restarted soffice would inherit all open fds from the old one.  The easiest
approach appears to close fds upon startup.

Change-Id: I89bb1c78f3adf2da1cd3cbd58c22df276133a883
2012-06-18 13:00:08 +02:00
..
android Use XToolkit2::createScreenCompatibleDeviceUsingBuffer 2012-06-12 13:50:50 +03:00
cpprt
cppunittester
inc Revert MSVC ABI incompatible URE change (public -> protected) 2012-06-14 08:32:51 +02:00
osl fdo#50603: Close fds across a restart of soffice on Mac OS X 2012-06-18 13:00:08 +02:00
prj
qa
rtl/source
systools/win32/uwinapi Bring back the Duden hack 2012-06-13 15:00:48 +02:00
test Remove superfluous empty lines on top 2012-06-09 04:57:58 +02:00
textenc
typesconfig
util
workben Remove superfluous empty lines on top 2012-06-09 04:57:58 +02:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_osl_condition.mk
CppunitTest_sal_osl_file.mk
CppunitTest_sal_osl_getsystempathfromfileurl.mk
CppunitTest_sal_osl_module.mk
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_old_test_file.mk
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_process.mk
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_osl_thread.mk
CppunitTest_sal_rtl_alloc.mk
CppunitTest_sal_rtl_cipher.mk
CppunitTest_sal_rtl_crc32.mk
CppunitTest_sal_rtl_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustringbuffer.mk
CppunitTest_sal_rtl_strings.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
CustomTarget_generated.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk trying to fix mingw build 2012-06-13 23:10:56 +02:00
Makefile
Module_sal.mk
Package_generated.mk
Package_inc.mk Add Android-specific sal/ByteBufferWrapper.hxx header 2012-06-12 13:50:45 +03:00
README
StaticLibrary_salcpprt.mk

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).