summaryrefslogtreecommitdiff
path: root/shmexport.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Revert "Makes 'GPSD' SHM export exclusive."Gary E. Miller2017-06-051-1/+1
* Makes 'GPSD' SHM export exclusive.Fred Wright2017-03-241-1/+1
* Fixes broken 'GPSD' SHM export.Fred Wright2017-03-241-13/+14
* Initial creation of os_compat.h.Fred Wright2017-01-221-1/+0
* sys/ipc.h needs XOPEN_SOURCE 500Gary E. Miller2016-08-151-0/+4
* Do not let the SHM linger forever.Gary E. Miller2016-04-151-0/+12
* Tweak a commment about SHMMEM handling.Gary E. Miller2015-10-051-0/+5
* Use correct size of segment for shared-mem exportZbigniew Chyla2015-04-281-3/+3
* Replace overly complex memcpy with struct assignmentZbigniew Chyla2015-04-281-3/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-4/+0
* OS X needs a lot of time.hGary E. Miller2015-03-081-0/+1
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-12/+13
* Repair the logic for setting a non-default SHM export segment.Eric S. Raymond2015-02-161-3/+3
* Tweak instrumentation to find out why alternate export segment isn't being set.Eric S. Raymond2015-02-161-4/+9
* Instrument shm segment creation a bit better.Eric S. Raymond2015-02-111-3/+3
* BSD compiler waening and splint cleanup.Eric S. Raymond2015-02-111-0/+2
* Implement and document GPSD_SHM_KEY environment variable.Eric S. Raymond2015-02-091-3/+4
* Fix clang's only warning in non-test code, about a cast in the shmexport code.Eric S. Raymond2015-01-271-2/+2
* 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