Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be extra careful about a USE_QT case. | Eric S. Raymond | 2011-03-28 | 1 | -0/+4 |
* | Improve the barrier code and beat GCC harder about not reordering operations. | Eric S. Raymond | 2011-03-28 | 1 | -1/+1 |
* | The shm transport finallly works through gps_open(). | Eric S. Raymond | 2011-03-28 | 1 | -0/+1 |
* | Change return values in the shm interface to be more like socket export. | Eric S. Raymond | 2011-03-27 | 1 | -2/+4 |
* | Move the memory barrier instructions into the header file | Beat Bolli | 2011-03-27 | 1 | -6/+2 |
* | Re-identify most *_IS flags with corresponding *_SET flags. | Eric S. Raymond | 2011-03-27 | 1 | -1/+1 |
* | Startlingly, memcpy() is *less* of a problem for the seqlock than I thought. | Eric S. Raymond | 2011-03-26 | 1 | -1/+1 |
* | Casts can easily screw you up. | Eric S. Raymond | 2011-03-25 | 1 | -5/+23 |
* | First cut at shared-memory export. Daemon-side only. | Eric S. Raymond | 2011-03-25 | 1 | -0/+79 |