Matthew Howkins
2863b839e5
libtt: Change to standard function prototypes in ttauth. Fix some compiler warnings by adding #includes
2014-12-30 17:31:46 +00:00
Matthew Howkins
be49dc56bc
libtt: Fix some uninitialized variables detected by Coverity
2014-12-30 17:31:38 +00:00
Jon Trulson
7484c6f88b
DtXinerama: no need to check unsigned int < 0 (CID:86121)
2014-12-27 14:14:59 -07:00
Jon Trulson
4c6e66ceb8
tt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 16:15:53 -07:00
Jon Trulson
6f45dde569
tt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 16:15:25 -07:00
Jon Trulson
ce7bdf9f62
ttsession: Coverity (memory corruption, moderate)
2014-12-26 16:14:35 -07:00
Jon Trulson
e45843bc95
ttauth: Coverity (memory corruption, moderate)
2014-12-26 16:13:07 -07:00
Jon Trulson
3013374988
csa: Coverity (memory corruption, moderate)
2014-12-26 16:00:55 -07:00
Jon Trulson
50de34a933
DtTerm: Coverity (memory corruption, moderate)
2014-12-26 15:59:52 -07:00
Jon Trulson
cedb47114f
DtTerm: Coverity (memory corruption, moderate)
2014-12-26 15:58:50 -07:00
Jon Trulson
c18f109032
DtSvc/DtUtil2: Coverity (memory corruption, moderate)
2014-12-26 15:57:47 -07:00
Jon Trulson
775008571d
DtSvc/DtUtil1: Coverity (memory corruption, moderate)
2014-12-26 15:56:10 -07:00
Jon Trulson
9d26729d65
DtSvc/DtEncap: Coverity (memory corruption, moderate)
2014-12-26 15:55:02 -07:00
Jon Trulson
48cfb46a97
DtSvc: Coverity (memory corruption, moderate)
2014-12-26 15:54:08 -07:00
Jon Trulson
80b516d021
DtSearch: remove bogus debug block
2014-12-26 15:52:33 -07:00
Jon Trulson
17379a3fc0
DtHelp: Coverity (memory corruption, moderate)
2014-12-26 15:50:41 -07:00
Jon Trulson
7887e99477
DtHelp: Coverity (memory corruption, moderate)
2014-12-26 15:49:43 -07:00
Jon Trulson
f719d20b6c
ttauth: Coverity (memory corruption)
2014-12-26 14:12:10 -07:00
Jon Trulson
e18ac00c82
DtWidget: Coverity (memory corruption)
2014-12-26 14:10:01 -07:00
Jon Trulson
b0548ce111
DtTerm: Coverity (memory corruption)
2014-12-26 14:08:24 -07:00
Jon Trulson
fa0074904b
DtSvc: Coverity (memory corruption)
2014-12-26 14:06:26 -07:00
Jon Trulson
2d89ad036a
DtSvc: Coverity (memory corruption)
2014-12-26 14:03:17 -07:00
Jon Trulson
9751abddff
DtHelp: Coverity (memory corruption)
2014-12-26 13:42:23 -07:00
Matthew Howkins
caf4929c41
libtt: Fix 'Missing return statement' errors detected by static analysis
2014-12-23 22:04:59 +00:00
Peter Howkins
407aa2c4b7
libDtWidget: Resolve some static analyser warnings
...
prevent usage of potentially unitialised variables.
2014-12-23 20:05:01 +00:00
Ulrich Wilkens
29294e0373
Fix FreeBSD 10.1 build
2014-11-20 17:48:57 -07:00
Ulrich Wilkens
01d6c363fa
OpenIndiana and Solaris port
2014-10-28 13:40:11 -06:00
Ulrich Wilkens
42e891d9e7
Resolve many build warnings
...
This patch fixes many warnings from the beginning of the build up to
and including the depend stage. Nearly all warnings should be gone
even with -Wall.
2014-09-23 17:57:50 -06:00
Ulrich Wilkens
c3f74eec17
FreeBSD 10 clang port
2014-07-27 12:32:35 -06:00
Jon Trulson
8d0551bfda
Version change to 2.2.2
2014-07-23 16:16:57 -06:00
Eugene Doudine
4e2adc1f8e
Fixes the bug, which caused dtterm to show stripes of wrong color between text lines when using fontsets that include fonts of slightly different heights.
...
The cause of the bug was that X*DrawImageString draws background
according to the extents of the given string, not to extents of the font set,
which determine terminal line height.
Now, when such a situation is detected, the background is cleared before
drawing the characters.
2014-05-03 22:11:41 -06:00
Jon Trulson
0254ebc0b4
xtclient.c: fix debug statement regarding fd number
2014-03-24 19:54:37 -06:00
Jon Trulson
3c35e2d14d
xtclient.c, spcd_event.c: stop referencing fds_bits directly
2014-03-24 19:37:09 -06:00
Jon Trulson
4312a1190b
cleanup: eliminate missing sentinel warnings
2014-03-24 18:26:10 -06:00
Jon Trulson
9b699d3fb1
linux: build with thread safety and REENTRANT enabled.
...
There was a check in linux.cf for the Linux libc version that didn't
work, since these were never set anywhere. Presumably current Xorg
imake sets these, but since we aren't using that... (yet)
As a result, the build assumed that thread-safe API's were not
supported. Setting the default libc major version to '6' allows the
proper build to take place. libc5 was never threadsafe and no one has
probably used it in over 10 years.
As a result, some earlier porting fixes that referenced '__fds_bits'
on linux systems had to be reverted as these are not valid in an MT
environment. They are also not neccessary when building in such an
environment, as the normal 'fds_bits' works fine.
This patch defintely needs testing on many linux systems.
2014-03-24 17:15:40 -06:00
alx
f6adc98dd7
DtWidget: Don't free random pointer on Control widget destruction
2014-03-23 23:07:52 -06:00
Jon Trulson
ddb4933039
tt_xdr_utils.h: fix build error on linux/bsd introduced with illumos initial patch.
...
The linux's and BSD's need the 'struct XDR::xdr_ops ops' declaration,
whereas I guess sun does not.
2014-03-22 16:54:24 -06:00
Peter Tribble
468d576030
initial illumos port
2014-03-22 16:33:11 -06:00
Jon Trulson
3c14b8b5ce
libcsa: fix up some stupidness.
2014-03-12 17:00:07 -06:00
Ulrich Wilkens
d24fd29b52
Fix dtfile and dtterm on NetBSD
2014-03-11 13:06:55 -06:00
Jon Trulson
9f0fbc3015
mp_rpc_server.C: limit iteration of svc_fdset to FD_SETSIZE, as per spec.
...
In init() there was code iterating over all of the possible file
descriptors in a svc_fdset. fdsets are limited to FD_SETSIZE. This
caused coredumps on FreeBSD 10, and possibly other hidden issues.
Moving to poll(), rather than select() would be better, but is a bigger
job. For now, just limit to the FD_SETSIZE that select() requires.
2014-03-10 14:49:37 -06:00
Jon Trulson
b147e0ce12
libDtTerm: add include <stdio.h> so FILE is properly defined.
...
TermPrim/TermPrimDebug.h references FILE without including the
required header file. I am not sure why this hasn't shown up before.
2014-03-09 00:21:40 -07:00
Jon Trulson
8f648927eb
Version change to 2.2.1
2014-03-01 15:48:49 -07:00
Ulrich Wilkens
2712d5f787
NetBSD port
2014-02-22 19:12:19 -07:00
Eugene Doudine
4c56765da3
Fix for several segfaults in dtwm that happen with UTF-8 locale and were caused by unckeked XmeRenderTableGetDefaultFont return value
2014-02-22 19:07:52 -07:00
Ulrich Wilkens
6b0da8f335
Introduction of BSDArchitecture
2013-10-20 16:23:40 -06:00
Ulrich Wilkens
2d08153289
correction of message files
2013-09-15 19:35:53 -06:00
Ulrich Wilkens
4ec9658299
dtinfo other files
2013-08-29 19:47:51 -06:00
Ulrich Wilkens
a4ab06ac1e
lib/DtHelp: added missing include.
2013-07-25 18:29:33 -06:00
Pascal Stumpf
7e0a9517e3
Silence lots of warnings in lib/DtHelp.
...
* 64bit warnings
* Missing prototypes
* explicit parentheses / brackets
There's still some work to be done, but, as always, it's a start ...
2013-07-22 17:19:13 -06:00