summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-27xfs 1.2.2HEADxfs-1.2.2masterAlan Coopersmith1-2/+2
2024-07-20configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+3
2024-05-06WriteToClient: handle allocation failureAlan Coopersmith1-1/+3
2024-05-06SetFontCatalogue: handle allocation failureAlan Coopersmith1-0/+2
2024-05-06QueryBitmaps: Avoid memory leak in error pathAlan Coopersmith1-1/+3
2024-05-06QueryExtents: Avoid memory leak in error pathAlan Coopersmith1-1/+3
2024-05-06Add alloc_size & malloc attributes to allocation functionsAlan Coopersmith1-5/+30
2024-05-06Mark FatalError as _X_NORETURNAlan Coopersmith1-1/+2
2024-05-06print error messages if syslog support is built but disabledAlan Coopersmith1-8/+10
2024-05-06Get rid of fsalloc/fsrealloc/fsfree wrapper macrosAlan Coopersmith13-179/+175
2024-05-06Add FSreallocarray for array reallocation with overflow checkAlan Coopersmith5-10/+26
2024-05-06Replace obsolete bzero call with standard memset callAlan Coopersmith1-1/+1
2024-05-06Replace alloc+bzero pairs with FScalloc callsAlan Coopersmith4-15/+6
2024-05-06Make FScalloc take two args like standard callocAlan Coopersmith3-5/+5
2024-05-06Add FSallocarray for array allocation with overflow checkAlan Coopersmith10-21/+34
2024-05-06Avoid memory leak if -ls specified multiple times on command lineAlan Coopersmith1-0/+4
2024-05-06Remove no-op OsInitAllocator()Alan Coopersmith3-8/+0
2024-05-06DetachStdio: check that open & dup2 functions succeedAlan Coopersmith1-3/+15
2024-05-06Remove unused EventSwap functions & dispatch vectorAlan Coopersmith4-26/+0
2024-05-06Remove unused empty NoopDDA() functionAlan Coopersmith2-6/+0
2024-05-06Clear up -Wcast-function-type warnings from NotImplemented()Alan Coopersmith6-26/+35
2024-02-17unifdef SUNSSYVAlan Coopersmith1-3/+0
2024-02-17unifdef QNX4Alan Coopersmith1-2/+0
2023-10-13gitlab CI: Update to latest CI templates & Debian stable releaseAlan Coopersmith1-3/+9
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2022-07-10xfs 1.2.1xfs-1.2.1Alan Coopersmith1-1/+1
2022-04-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-16Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith6-19/+19
2022-04-16SetAlternateServers(): avoid memory leak on allocation failureAlan Coopersmith1-5/+10
2022-01-09Fix spelling/wording issuesAlan Coopersmith7-9/+9
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith2-21/+15
2018-11-10doc/xfs-design.xml: Remove obsolete B16 tags in struct definitionAlan Coopersmith1-6/+6
2017-11-28xfs 1.2.0xfs-1.2.0Adam Jackson1-1/+1
2017-11-06xfs: port to libXfont2Adam Jackson15-92/+252
2017-04-24xtrans: Simplify an error path when started from inetdAdam Jackson1-4/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-07-23Include config.h first, and add comment about Xpoll.h.Thomas Klausner2-2/+4
2015-07-19Ignore .dirstamp files.Thomas Klausner1-0/+1
2015-07-19FD_SETSIZE fixes.Matthew Green2-2/+3
2015-06-08Fix memory leaks when not using allocaAlan Coopersmith1-0/+8
2014-08-23Add const to port variable passed to TRANS(ReopenCOTSServer)Alan Coopersmith1-1/+1
2014-08-21xfs 1.1.4xfs-1.1.4Alan Coopersmith1-1/+1
2014-08-11Add subdir-objects to automake optionsAlan Coopersmith1-1/+1
2014-08-10Fix CFLAGS and LDFLAGS for Cygwin/MinGWYaakov Selkowitz1-0/+6
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3