index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
os: Fix warning in LockServer
Adam Jackson
1
-1
/
+1
2017-09-25
os: Handle SIGABRT
Michel Dänzer
1
-0
/
+6
2016-07-21
Allow 1024 and 2048 for LimitClients
Keith Packard
1
-2
/
+4
2016-07-18
os: Compute timeout in milliseconds instead of struct timeval
Keith Packard
1
-21
/
+0
2016-07-18
dix: Switch to the libXfont2 API (v2)
Keith Packard
1
-2
/
+2
2016-06-08
dix: Use OsSignal() not signal()
Adam Jackson
1
-2
/
+2
2016-05-31
xwayland: Use the CLOCK_MONOTONIC clock
Jonas Ådahl
1
-2
/
+22
2016-05-26
Create a threaded mechanism for input [v7]
Keith Packard
1
-7
/
+6
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-52
/
+3
2016-02-08
os: unifdef STREAMSCONN
Adam Jackson
1
-2
/
+2
2015-12-01
Remove non-smart scheduler. Don't require setitimer.
Keith Packard
1
-18
/
+20
2015-09-21
Keep SIGALRM restart flag after Popen
Daniel Drake
1
-11
/
+38
2015-09-21
Allow system call restarts upon signal interruption
Daniel Drake
1
-0
/
+1
2015-08-24
configurable maximum number of clients
Olivier Fourdan
1
-0
/
+14
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-0
/
+1
2015-05-11
Merge remote-tracking branch 'jturney/mingw-build-fixes'
Keith Packard
1
-1
/
+3
2015-04-22
os/utils.c: Fix prototype for Win32TempDir()
Colin Harrison
1
-1
/
+1
2015-04-22
os/utils.c: Don't try to build os_move_fd() for WIN32
Colin Harrison
1
-0
/
+2
2015-04-21
Convert os/* to new *allocarray functions
Alan Coopersmith
1
-1
/
+1
2015-04-21
Add no-fail equivalents of allocarray & reallocarray
Alan Coopersmith
1
-0
/
+10
2015-04-21
Add XNFcallocarray() to allow xnfcalloc() to check for overflow
Alan Coopersmith
1
-1
/
+11
2014-10-23
If fork fails in System(), don't fallthrough to exec()
Alan Coopersmith
1
-0
/
+1
2014-09-22
os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]
Keith Packard
1
-0
/
+29
2014-09-17
Update help text since -iglx is now the default
Jon TURNEY
1
-2
/
+2
2014-09-11
glx: Disable indirect GLX contexts by default.
Eric Anholt
1
-1
/
+1
2014-07-29
os: Remove deprecated malloc/free wrappers
Adam Jackson
1
-48
/
+0
2014-04-30
os: Add -displayfd into -help text
Robert Ancell
1
-0
/
+1
2014-04-23
Add a command line argument for disabling indirect GLX.
Eric Anholt
1
-0
/
+8
2014-04-18
os: Make sure that writing our pid to the lock file actually worked
Keith Packard
1
-1
/
+2
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
1
-1
/
+1
2014-03-20
os: Add a mechanism to prevent creating any listen sockets
Kristian Høgsberg
1
-2
/
+2
2014-02-04
Revert "os: xstrtokenize takes and returns const char * now"
Peter Hutterer
1
-3
/
+3
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+27
2014-01-15
os: restrict display names to digits
Peter Hutterer
1
-0
/
+27
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-6
/
+6
2014-01-12
os: xstrtokenize takes and returns const char * now
Keith Packard
1
-3
/
+3
2013-12-02
miext: Move SyncShm FDs out of the way of clients
Keith Packard
1
-0
/
+24
2013-11-05
os: Actually use the computed clockid in GetTimeInMicros
Julien Cristau
1
-1
/
+1
2013-10-31
os: Add GetTimeInMicros
Keith Packard
1
-0
/
+27
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-2
/
+0
2013-02-08
os: Round fraction in pnprintf %f format
Keith Packard
1
-1
/
+1
2013-01-17
os: add support for %f to pnprintf
Peter Hutterer
1
-0
/
+32
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-11-28
dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32
Jon TURNEY
1
-0
/
+9
2012-11-28
os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't defined
Jon TURNEY
1
-2
/
+2
2012-11-28
os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGW
Ryan Pavlik
1
-0
/
+4
2012-10-29
os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32
Ryan Pavlik
1
-0
/
+20
2012-08-21
Add FormatInt64 to convert signed integers in signal-safe manner
Peter Hutterer
1
-0
/
+14
2012-08-07
os: don't unconditionally unblock SIGIO in OsReleaseSignals()
Peter Hutterer
1
-8
/
+5
2012-08-03
os: Fix TMP fall-back in Win32TempDir()
Colin Harrison
1
-1
/
+1
[next]