summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* probable intentDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* suppress compiler error when building with -WerrorDavid Tardon2012-03-071-0/+4
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-4/+4
* WaE: redefined macroDavid Tardon2012-03-071-7/+0
* WaE: format '%u' expects argument of type 'unsigned int'David Tardon2012-03-071-1/+1
* WaE: declaration of '...' shadows a global declarationDavid Tardon2012-03-071-3/+0
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-071-2/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon2012-03-071-5/+5
* WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon2012-03-071-1/+1
* WaE: declaration of 'n' shadows a previous localDavid Tardon2012-03-071-3/+3
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-03-071-2/+2
* WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'David Tardon2012-03-071-2/+2
* WaE: deprecated conversion from string constant to 'LPWSTR'David Tardon2012-03-071-1/+1
* WaE: function declared 'static' but never definedDavid Tardon2012-03-071-7/+0
* WaE: unused parameterDavid Tardon2012-03-071-1/+1
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-071-2/+2
* WaE: deprecated conversion from string constant to 'TCHAR*'David Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara2012-03-011-1/+1
* We never call pthread_cancel, so no need to guard against itStephan Bergmann2012-02-241-67/+3
* WaE: unreadVariableThomas Arnhold2012-02-211-2/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-3/+3
* WaE: unused variable bOkThomas Arnhold2012-02-191-1/+0
* WaE: do this right...Thomas Arnhold2012-02-191-8/+8
* sal: remove dead code and empty linesThomas Arnhold2012-02-181-148/+0
* WaE: unused variable bOkThomas Arnhold2012-02-181-1/+1
* WaE: unused variable nErrorThomas Arnhold2012-02-181-3/+0
* WaE: unused variable nPipesThomas Arnhold2012-02-181-2/+0
* WaE: unused variable EventThomas Arnhold2012-02-181-4/+1
* WaE: /* inside commentThomas Arnhold2012-02-181-9/+9
* WaE: unused variable nLenThomas Arnhold2012-02-181-1/+0
* Fix typos in commentsElton Chung2012-02-181-1/+1
* Merge branch 'feature/android'Tor Lillqvist2012-02-157-23/+39
|\
| * Call lo_dlclose() on AndroidTor Lillqvist2012-01-311-0/+4
| * No need to wait for debugger here on Android, this code does seem to workTor Lillqvist2012-01-311-8/+0
| * android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-266-6/+24
| * android: cleanup osl security code for empty home / username fieldsMichael Meeks2012-01-251-9/+11
* | EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-133-12/+1
* | OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot2012-02-061-181/+0
* | Remove unused VolumeDevice functions and related codeFrançois Tigeot2012-02-052-98/+0
* | Remove unused floppy-handling codeFrançois Tigeot2012-02-051-657/+0
* | Remove useless NETBSD checkFrançois Tigeot2012-02-051-3/+0
* | Regroup DragonFly and NetBSD configurationsFrançois Tigeot2012-01-311-22/+1
* | Remove unused endianess definesFrançois Tigeot2012-01-311-23/+0
* | _POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot2012-01-291-2/+0
* | WaE: Unused parameterTor Lillqvist2012-01-271-0/+1
* | NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot2012-01-251-2/+2
|/