summaryrefslogtreecommitdiff
path: root/sal/osl/unx/process.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-14Resync to trunk, windows non-pro buildaoo/aw080Armin Le Grand1-1/+1
2011-11-30Update headers to Alv2 headersAndrew Rist1-22/+18
2010-02-25sb118: merged in DEV300_m72sb1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2010-01-09sb118: merged in DEV300_m69sb1-74/+34
2009-12-18sb118: allow environment variables to be unset in osl_executeProcess (undocum...sb1-1/+10
2009-12-10sb116: #i106074# moved variable declarations to beginning of C blocks, for no...sb1-2/+4
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-43/+1
2009-10-29sb116: #i106384# avoid GCC warnings produced if -fno-strict-aliasing were rem...sb1-2/+2
2009-10-20#i106074# silence warning about potentially uninitialized variable in previou...sb1-1/+2
2009-10-20#i106074# silence extra warnings with GCC Fortify Source (patch by cmc)sb1-23/+27
2009-10-13#i105348# get rid of LinuxThread-specific code (NPTL define)sb1-5/+0
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien1-101/+72
2009-07-27CWS-TOOLING: integrate CWS kso32fixesJens-Heiner Rechtien1-0/+12
2008-04-10INTEGRATION: CWS changefileheader (1.43.154); FILE MERGEDRüdiger Timm1-41/+18
2007-03-14INTEGRATION: CWS jl57 (1.42.12); FILE MERGEDOliver Bolte1-10/+17
2007-01-16INTEGRATION: CWS lfs (1.40.74); FILE MERGEDVladimir Glazounov1-2/+12
2007-01-03INTEGRATION: CWS sb67 (1.40.78); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-06-20INTEGRATION: CWS warnings01 (1.36.12); FILE MERGEDJens-Heiner Rechtien1-19/+19
2006-05-04INTEGRATION: CWS hro04 (1.38.38); FILE MERGEDRüdiger Timm1-5/+21
2006-01-20INTEGRATION: CWS macosx20xfixes01 (1.36.34); FILE MERGEDOliver Bolte1-3/+3
2006-01-20INTEGRATION: CWS cmcfixes23 (1.36.48); FILE MERGEDOliver Bolte1-3/+3
2005-09-08INTEGRATION: CWS ooo19126 (1.35.98); FILE MERGEDRüdiger Timm1-47/+21
2004-10-28INTEGRATION: CWS valgrind02 (1.34.70); FILE MERGEDRüdiger Timm1-622/+5
2004-03-30INTEGRATION: CWS sb14 (1.33.18); FILE MERGEDRüdiger Timm1-2/+5
2004-02-04INTEGRATION: CWS ooo20031216 (1.31.68); FILE MERGEDJens-Heiner Rechtien1-2/+2
2004-02-03INTEGRATION: CWS sal05 (1.31.36); FILE MERGEDJens-Heiner Rechtien1-8/+7
2003-07-02INTEGRATION: CWS ooo11rc (1.30.4); FILE MERGEDVladimir Glazounov1-2/+6
2003-06-12INTEGRATION: CWS mh11rc (1.29.42); FILE MERGEDVladimir Glazounov1-3/+3
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-49/+90
2003-03-25#i12645#: unhandled NULL return from getCmdLine() causes crashes in build toolsChris Halls1-2/+6
2002-12-14#104563#switch to unicode, no more working on byte stringTino Rachui1-233/+215
2002-11-13#104953#osl_getExecutableFile behaved wrong when the file name was relativelyTino Rachui1-4/+4
2002-10-11#104042# remove osl_getFullPathOliver Braun1-206/+153
2002-08-12join: from OOO_STABLE_1, #101685Martin Hollmichel1-3/+32
2002-08-03#99274# Typo in 'sendFdPipe()'. Joined from r1.19.6.3Matthias Huetsch1-4/+4
2002-07-28#99274# Fixed 'receiveFdPipe()' to use same buffer size as 'sendFdPipe()'. Jo...Matthias Huetsch1-7/+7
2002-01-09#96331# revoked changes for #82474#Oliver Braun1-17/+2
2001-11-27add: unsetenv HOME also for FREEBSD #95126#Martin Hollmichel1-3/+3
2001-09-11#88460# added osl_getProcessLocale and osl_setProcessLocaleOliver Braun1-2/+56
2001-07-29#90353# Fixed invalid memory allocation function mix in 'osl_getFullPath()'.Matthias Huetsch1-8/+8
2001-07-20#88840# Fixed osl_executeProcess_WithRedirectedIOHennes Rohling1-5/+10
2001-07-19#88840# Implemented osl_executeProcess_WithRedirectedIOHennes Rohling1-7/+128
2001-06-08#87994# osl_freeThreadHandle is replaced by osl_destroyThreadJörg Budischewski1-3/+3
2001-06-08#87132#removed obsolete parameter in executeProcessOliver Braun1-56/+18
2001-05-14Don't use CMD_ARG_PRG on NetBSD.Sander Vesik1-2/+4
2001-05-14osl_getProcessWorkingDir addedOliver Braun1-2/+28
2001-05-11TF_FILEURLOliver Braun1-42/+20
2001-03-22#82474# : protect setconditionmfe1-2/+18
2001-03-14pipe+socket now refcounted, add blocking read/write access, removed osl_getIO...Jörg Budischewski1-560/+17