summaryrefslogtreecommitdiff
path: root/shmexport.c
Commit message (Expand)AuthorAgeFilesLines
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-3/+3
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-3/+3
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-3/+3
* First part of Android port patches: deal with in_port_t. SUN_LEN, and getsid().Eric S. Raymond2014-08-181-2/+4
* Clarifying name change. All regression test pass. PPS is live.Eric S. Raymond2013-11-061-3/+3
* Repair outdated comment.Eric S. Raymond2013-11-011-2/+1
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-3/+5
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-5/+5
* First cut at implementing waiting test for shm export.Eric S. Raymond2011-10-031-2/+3
* Be extra careful about a USE_QT case.Eric S. Raymond2011-03-281-0/+4
* Improve the barrier code and beat GCC harder about not reordering operations.Eric S. Raymond2011-03-281-1/+1
* The shm transport finallly works through gps_open().Eric S. Raymond2011-03-281-0/+1
* Change return values in the shm interface to be more like socket export.Eric S. Raymond2011-03-271-2/+4
* 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-1/+1
* Casts can easily screw you up.Eric S. Raymond2011-03-251-5/+23
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-251-0/+79