index
:
xorg/app/xfs
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
sco_port_update
X Font Server (mirrored from https://gitlab.freedesktop.org/xorg/app/xfs)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
WriteToClient: handle allocation failure
Alan Coopersmith
1
-1
/
+3
2024-05-06
print error messages if syslog support is built but disabled
Alan Coopersmith
1
-8
/
+10
2024-05-06
Get rid of fsalloc/fsrealloc/fsfree wrapper macros
Alan Coopersmith
4
-42
/
+42
2024-05-06
Add FSreallocarray for array reallocation with overflow check
Alan Coopersmith
1
-0
/
+14
2024-05-06
Replace obsolete bzero call with standard memset call
Alan Coopersmith
1
-1
/
+1
2024-05-06
Replace alloc+bzero pairs with FScalloc calls
Alan Coopersmith
1
-1
/
+1
2024-05-06
Make FScalloc take two args like standard calloc
Alan Coopersmith
2
-4
/
+4
2024-05-06
Add FSallocarray for array allocation with overflow check
Alan Coopersmith
1
-0
/
+13
2024-05-06
Avoid memory leak if -ls specified multiple times on command line
Alan Coopersmith
1
-0
/
+4
2024-05-06
Remove no-op OsInitAllocator()
Alan Coopersmith
2
-7
/
+0
2024-05-06
DetachStdio: check that open & dup2 functions succeed
Alan Coopersmith
1
-3
/
+15
2024-02-17
unifdef SUNSSYV
Alan Coopersmith
1
-3
/
+0
2024-02-17
unifdef QNX4
Alan Coopersmith
1
-2
/
+0
2022-04-16
Use memcpy() instead of memmove() when buffers are known not to overlap
Alan Coopersmith
2
-4
/
+4
2022-04-16
SetAlternateServers(): avoid memory leak on allocation failure
Alan Coopersmith
1
-5
/
+10
2022-01-09
Fix spelling/wording issues
Alan Coopersmith
3
-3
/
+3
2017-11-06
xfs: port to libXfont2
Adam Jackson
3
-5
/
+93
2017-04-24
xtrans: Simplify an error path when started from inetd
Adam Jackson
1
-4
/
+1
2015-07-23
Include config.h first, and add comment about Xpoll.h.
Thomas Klausner
2
-2
/
+4
2015-07-19
FD_SETSIZE fixes.
Matthew Green
2
-2
/
+3
2014-08-23
Add const to port variable passed to TRANS(ReopenCOTSServer)
Alan Coopersmith
1
-1
/
+1
2014-05-23
Add -version option to print program version
Alan Coopersmith
1
-2
/
+7
2014-05-23
Print which option was in error along with usage message
Alan Coopersmith
1
-10
/
+14
2014-05-20
Convert remaining sprintf calls to snprintf
Alan Coopersmith
2
-17
/
+21
2014-05-20
unifdef -USABER
Alan Coopersmith
1
-4
/
+0
2014-05-20
Only call SnfSetFormat if libXfont is built with SNF support
Alan Coopersmith
1
-0
/
+3
2014-02-25
Warning fixes.
Keith Packard
1
-1
/
+2
2013-07-06
Remove CRAY/WORD64 support
Alan Coopersmith
1
-11
/
+0
2013-01-04
unifdef -U__UNIXOS2__
Alan Coopersmith
5
-47
/
+0
2012-08-24
Revert of ac59cccf8bc1ae3d41e0608f131b5eb888f9362b
Arvind Umrao
1
-1
/
+1
2011-11-30
Call malloc, not xalloc
Alan Coopersmith
1
-1
/
+1
2011-11-16
Use config.h for autoconf output now that there's no conflict
Alan Coopersmith
11
-11
/
+11
2011-11-16
Move os/config.h into os/config.c
Alan Coopersmith
2
-54
/
+3
2011-11-16
Fix printf format errors found by gcc now that it can check
Alan Coopersmith
1
-10
/
+14
2011-11-16
Make CONFIG_ERR_* values be strings instead of indexes in ConfigErrors array
Alan Coopersmith
2
-37
/
+23
2011-09-25
Don't pass a static string to TRANS(GetReopenInfo)
Alan Coopersmith
1
-1
/
+1
2011-09-19
Add _X_NORETURN to declarations of functions that exit
Alan Coopersmith
2
-2
/
+2
2011-09-19
Fix gcc -Wwrite-strings warnings for initialization with string literals
Alan Coopersmith
5
-11
/
+11
2010-08-06
fontcache: remove unreachable code around FONTCACHE define
Gaetan Nadon
1
-17
/
+0
2010-06-26
Fix segfaults in xfs
Olivier Fourdan
3
-6
/
+10
2009-10-22
.gitignore: use common defaults with custom section # 24239
Gaetan Nadon
1
-0
/
+3
2009-06-18
remove SCCS ids
Alan Coopersmith
7
-14
/
+0
2009-06-17
Add support for starting xfs from inetd
Alan Coopersmith
4
-8
/
+159
2009-06-16
Bug 22084: XFS server crash with many dropped connections
Alan Coopersmith
2
-1
/
+27
2009-06-16
daemon(): use configure to see if it exists, FatalError on failure
Alan Coopersmith
1
-7
/
+6
2009-06-15
Remove leftover includes that should have gone away with c47d3d3795c8d
Alan Coopersmith
1
-9
/
+0
2009-06-11
Make sure all source files #include "xfs-config.h"
Alan Coopersmith
10
-1
/
+19
2009-06-09
Add #includes of access.h to clear prototype warnings
Alan Coopersmith
1
-0
/
+1
2009-05-19
xfs shouldn't re-create the log file every time it clones
Alan Coopersmith
1
-1
/
+1
2009-05-19
Simplify OPEN_MAX #ifdefs down to POSIX standard sysconf(_SC_OPEN_MAX)
Alan Coopersmith
4
-70
/
+21
[next]