summaryrefslogtreecommitdiff
path: root/sal/osl/unx/process.cxx
AgeCommit message (Expand)Author
2021-01-17cppcheck: zerodivcondJulien Nabet
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-04-02loplugin:flatten in salNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann
2019-03-19hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-09-17New loplugin:externalStephan Bergmann
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-06-26s/catched/caughtNoel Grandin
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-20Don't malloc between for and execStephan Bergmann
2016-12-13Reuse existing sal.osl log areaStephan Bergmann
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-05-30tdf#100021 - format argument issue in process.cxxRichard PALO
2016-05-18limit scanf string field widthJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann
2014-11-21cid#1209049: Unchecked return valueStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19Remove obsolete osl_searchPath_implStephan Bergmann
2014-11-19sockimpl.h -> sockimpl.hxxStephan Bergmann
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann
2014-11-19Fold procimpl.h into process.cxxStephan Bergmann
2014-11-19file_url.h -> file_url.hxxStephan Bergmann
2014-11-10fix spelling implemenation -> implementationNoel Grandin
2014-10-31cid#982172 Silently ignore F_SETFD FD_CLOEXEC failuresStephan Bergmann
2014-08-25set names on some UNIX-only threadsMichael Stahl
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud
2014-07-05coverity#983493 String OverflowNorbert Thiebaud
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-01-13Handle osl_createThread failureStephan Bergmann