summaryrefslogtreecommitdiff
path: root/chooser
AgeCommit message (Expand)AuthorFilesLines
2024-02-11Remove support for SVR4 systems other than Solaris/illumosAlan Coopersmith1-36/+3
2024-02-11unifdef SYSVAlan Coopersmith1-3/+0
2024-02-11unifdef hpuxAlan Coopersmith1-9/+1
2024-02-11unifdef __convex__Alan Coopersmith1-4/+0
2024-02-11unifdef PowerMAX_OSAlan Coopersmith1-3/+0
2023-12-05Fix -Wincompatible-pointer-types warning from gcc (issue #15)Alan Coopersmith1-1/+1
2022-04-30chooser: avoid free of uninitialized pointer in allocation failure cleanupAlan Coopersmith1-2/+1
2022-04-10Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-8/+8
2015-12-21Remove #if 0'd codeMatthieu Herrb1-37/+0
2015-10-18Silence -Wmissing-noreturn warningsJeremy Huddleston Sequoia1-0/+1
2015-09-27Get rid of an extraneous ; at the end of a C source lineAlan Coopersmith1-1/+1
2012-12-26Remove old Interactive Unix ("ISC") code from xdmAlan Coopersmith1-36/+5
2012-12-26Remove unused NCR/Wollongong TCP ("WINTCP") code from xdmAlan Coopersmith1-58/+5
2012-12-26Remove unused TLI ("STREAMSCONN") code from xdmAlan Coopersmith1-100/+3
2011-05-16Stop casting return values of malloc and friendsAlan Coopersmith1-4/+4
2011-05-16Stop casting free() arguments to (char *)Alan Coopersmith1-6/+6
2011-05-16Stop checking for NULL before calling free()Alan Coopersmith1-2/+1
2010-11-24config: move common headers into the include directoryGaetan Nadon1-1/+1
2010-11-24config: move chooser into its own directoryGaetan Nadon3-0/+1399