summaryrefslogtreecommitdiff
path: root/sal/osl/unx/process.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann1-4/+6
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann1-2/+1
2019-03-19hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara1-3/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-5/+5
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-7/+7
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist1-5/+6
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: salStephan Bergmann1-2/+2
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin1-2/+0
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann1-1/+1
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock1-27/+8
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-3/+3
2016-12-20Don't malloc between for and execStephan Bergmann1-2/+0
2016-12-13Reuse existing sal.osl log areaStephan Bergmann1-8/+8
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-8/+8
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin1-3/+3
2016-05-30tdf#100021 - format argument issue in process.cxxRichard PALO1-1/+1
2016-05-18limit scanf string field widthJochen Nitschke1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-65/+65
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-16/+16
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann1-17/+0
2014-11-21cid#1209049: Unchecked return valueStephan Bergmann1-1/+9
2014-11-19system.h -> system.hxxStephan Bergmann1-1/+1
2014-11-19Remove obsolete osl_searchPath_implStephan Bergmann1-77/+42
2014-11-19sockimpl.h -> sockimpl.hxxStephan Bergmann1-1/+1
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann1-1/+1
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann1-1/+1
2014-11-19Fold procimpl.h into process.cxxStephan Bergmann1-1/+8
2014-11-19file_url.h -> file_url.hxxStephan Bergmann1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-31cid#982172 Silently ignore F_SETFD FD_CLOEXEC failuresStephan Bergmann1-2/+2
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud1-4/+12
2014-07-05coverity#983493 String OverflowNorbert Thiebaud1-11/+14
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-11/+0
2014-02-17sal: sal_Bool -> boolStephan Bergmann1-6/+6
2014-01-13Handle osl_createThread failureStephan Bergmann1-2/+7
2014-01-10Use boolStephan Bergmann1-4/+4
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist1-1/+1
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14