summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
9 daysWriteToClient: handle allocation failureHEADmasterAlan Coopersmith1-1/+3
9 daysprint error messages if syslog support is built but disabledAlan Coopersmith1-8/+10
9 daysGet rid of fsalloc/fsrealloc/fsfree wrapper macrosAlan Coopersmith4-42/+42
9 daysAdd FSreallocarray for array reallocation with overflow checkAlan Coopersmith1-0/+14
9 daysReplace obsolete bzero call with standard memset callAlan Coopersmith1-1/+1
9 daysReplace alloc+bzero pairs with FScalloc callsAlan Coopersmith1-1/+1
9 daysMake FScalloc take two args like standard callocAlan Coopersmith2-4/+4
9 daysAdd FSallocarray for array allocation with overflow checkAlan Coopersmith1-0/+13
9 daysAvoid memory leak if -ls specified multiple times on command lineAlan Coopersmith1-0/+4
9 daysRemove no-op OsInitAllocator()Alan Coopersmith2-7/+0
9 daysDetachStdio: check that open & dup2 functions succeedAlan Coopersmith1-3/+15
2024-02-17unifdef SUNSSYVAlan Coopersmith1-3/+0
2024-02-17unifdef QNX4Alan Coopersmith1-2/+0
2022-04-16Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith2-4/+4
2022-04-16SetAlternateServers(): avoid memory leak on allocation failureAlan Coopersmith1-5/+10
2022-01-09Fix spelling/wording issuesAlan Coopersmith3-3/+3
2017-11-06xfs: port to libXfont2Adam Jackson3-5/+93
2017-04-24xtrans: Simplify an error path when started from inetdAdam Jackson1-4/+1
2015-07-23Include config.h first, and add comment about Xpoll.h.Thomas Klausner2-2/+4
2015-07-19FD_SETSIZE fixes.Matthew Green2-2/+3
2014-08-23Add const to port variable passed to TRANS(ReopenCOTSServer)Alan Coopersmith1-1/+1
2014-05-23Add -version option to print program versionAlan Coopersmith1-2/+7
2014-05-23Print which option was in error along with usage messageAlan Coopersmith1-10/+14
2014-05-20Convert remaining sprintf calls to snprintfAlan Coopersmith2-17/+21
2014-05-20unifdef -USABERAlan Coopersmith1-4/+0
2014-05-20Only call SnfSetFormat if libXfont is built with SNF supportAlan Coopersmith1-0/+3
2014-02-25Warning fixes.Keith Packard1-1/+2
2013-07-06Remove CRAY/WORD64 supportAlan Coopersmith1-11/+0
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith5-47/+0
2012-08-24Revert of ac59cccf8bc1ae3d41e0608f131b5eb888f9362bArvind Umrao1-1/+1
2011-11-30Call malloc, not xallocAlan Coopersmith1-1/+1
2011-11-16Use config.h for autoconf output now that there's no conflictAlan Coopersmith11-11/+11
2011-11-16Move os/config.h into os/config.cAlan Coopersmith2-54/+3
2011-11-16Fix printf format errors found by gcc now that it can checkAlan Coopersmith1-10/+14
2011-11-16Make CONFIG_ERR_* values be strings instead of indexes in ConfigErrors arrayAlan Coopersmith2-37/+23
2011-09-25Don't pass a static string to TRANS(GetReopenInfo)Alan Coopersmith1-1/+1
2011-09-19Add _X_NORETURN to declarations of functions that exitAlan Coopersmith2-2/+2
2011-09-19Fix gcc -Wwrite-strings warnings for initialization with string literalsAlan Coopersmith5-11/+11
2010-08-06fontcache: remove unreachable code around FONTCACHE defineGaetan Nadon1-17/+0
2010-06-26Fix segfaults in xfsOlivier Fourdan3-6/+10
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-0/+3
2009-06-18remove SCCS idsAlan Coopersmith7-14/+0
2009-06-17Add support for starting xfs from inetdAlan Coopersmith4-8/+159
2009-06-16Bug 22084: XFS server crash with many dropped connectionsAlan Coopersmith2-1/+27
2009-06-16daemon(): use configure to see if it exists, FatalError on failureAlan Coopersmith1-7/+6
2009-06-15Remove leftover includes that should have gone away with c47d3d3795c8dAlan Coopersmith1-9/+0
2009-06-11Make sure all source files #include "xfs-config.h"Alan Coopersmith10-1/+19
2009-06-09Add #includes of access.h to clear prototype warningsAlan Coopersmith1-0/+1
2009-05-19xfs shouldn't re-create the log file every time it clonesAlan Coopersmith1-1/+1
2009-05-19Simplify OPEN_MAX #ifdefs down to POSIX standard sysconf(_SC_OPEN_MAX)Alan Coopersmith4-70/+21