summaryrefslogtreecommitdiff
path: root/libgps_shm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make the shared-memory export set the NMEA status field.Eric S. Raymond2011-04-181-0/+7
* Banish a compiler warning.Eric S. Raymond2011-04-121-0/+4
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-0/+2
* Improve the barrier code and beat GCC harder about not reordering operations.Eric S. Raymond2011-03-281-2/+3
* Double-buffer to prevent a corrupted shm read from clobbbering the user copy.Eric S. Raymond2011-03-281-3/+11
* Part repair of the shm dispatch.Eric S. Raymond2011-03-271-0/+1
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-271-0/+2
* Begin splitting apart libgps_core.c into socket-export and generic functions.Eric S. Raymond2011-03-271-1/+1
* Change return values in the shm interface to be more like socket export.Eric S. Raymond2011-03-271-1/+1
* Move the memory barrier instructions into the header fileBeat Bolli2011-03-271-6/+2
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-1/+1
* Startlingly, memcpy() is *less* of a problem for the seqlock than I thought.Eric S. Raymond2011-03-261-8/+16
* Plant warnings about odd memcpy() implementations.Eric S. Raymond2011-03-261-0/+10
* First cut at read side of shared-memory exporter.Eric S. Raymond2011-03-261-0/+75