chiark
/
gitweb
/
~mdw
/
misc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
300a556
)
sema: New program for hacking with semaphores.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2016 22:25:44 +0000
(22:25 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 3 May 2016 08:49:54 +0000
(09:49 +0100)
This one needs some surprising support features.
* C++ can find out what the maximum `time_t' value is, even though C
can't.
* Introduce a magic `compiler_fence' function, to force things into
memory while we synchronize hackily with a signal handler.
No differences found