summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes crash when quitting gpsmon in -a mode.Fred Wright2016-09-221-2/+3
* Decode "device", some format cleanup.Gary E. Miller2016-09-131-19/+23
* Add missing tdop, alpha sort attributes.Gary E. Miller2016-09-131-11/+12
* gpsddata.fix.time was toggling from ISO time string to UNIX secondsGary E. Miller2016-09-121-5/+3
* Retab for Python 3, clean up some formatting.Gary E. Miller2016-09-121-50/+53
* Add a nice gpsd Python client example.Gary E. Miller2016-09-121-0/+64
* Recommend NTPsec in the Time Service HOWTO.Eric S. Raymond2016-09-101-7/+14
* Fix warnings from left shifting a negative number.Hal Murray2016-09-091-2/+2
* Add ntpviz, and minpoll=maxpoll=0 to time service howto.Gary E. Miller2016-09-091-1/+29
* Shield FreeBSD from standards compliance.Gary E. Miller2016-09-076-6/+25
* No need to escape the DARWIN defines.Gary E. Miller2016-09-072-2/+4
* Hack around FreeBSD stupidity.Gary E. Miller2016-09-072-5/+6
* Fix a bad castGary E. Miller2016-09-071-1/+1
* Eliminate the one use of the portability-challenged alloca()Fred Wright2016-09-061-12/+13
* Typo fix.Eric S. Raymond2016-09-021-3/+3
* Force Python 2 on the CGI, just in case.Eric S. Raymond2016-09-021-1/+1
* Fix the upload address for thev CGI form.Eric S. Raymond2016-09-021-1/+1
* Fix incorrectly wired-in address.Eric S. Raymond2016-09-021-2/+1
* Fix a potential buffer overrun.Gary E. Miller2016-09-011-1/+1
* No need to iterate a whole buffer when we know the answer.Gary E. Miller2016-09-011-1/+3
* Fix too small buffers. Hex is 2x + 1 the size of binary.Gary E. Miller2016-09-013-8/+14
* Many small fixes for AIDM.txt.Eric S. Raymond2016-08-311-51/+53
* Fix format nti, git hates rtailing spaces..Gary E. Miller2016-08-301-1/+1
* Documentation polishing.Eric S. Raymond2016-08-262-5/+10
* for INADDR_LOOPBACK() FreeBSD wants __BSD_VISIBLEGary E. Miller2016-08-162-0/+6
* Comment why time.h neededGary E. Miller2016-08-161-1/+1
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-169-0/+32
* Well, duh, You can't change a constant!Gary E. Miller2016-08-161-2/+2
* Fixups for NetBSDGary E. Miller2016-08-162-1/+5
* __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller2016-08-166-0/+20
* OS X has no sys/sysmacros.h, so hide it.Gary E. Miller2016-08-161-0/+2
* OS X incorrectly complains about an uninitializzed variable.Gary E. Miller2016-08-161-2/+2
* If you specify XOPEN version, you must specify POSIX version.Gary E. Miller2016-08-163-0/+6
* Stop forcing C99 and POSIX 2001.Gary E. Miller2016-08-161-2/+2
* Enforce POSIX 2001 by default.Gary E. Miller2016-08-151-1/+1
* Fix for C99 and POSIX 2001.Gary E. Miller2016-08-151-2/+2
* In POSIX 2001, getsid() needs _XOPEN_SOURCE >= 500Gary E. Miller2016-08-151-0/+4
* Force C99 with -D_ISOC99_SOURCEGary E. Miller2016-08-151-1/+1
* I can not figure out why this file will not C99. Punt.Gary E. Miller2016-08-151-1/+5
* putenv() needs _XOPEN_SOURCEGary E. Miller2016-08-151-0/+3
* uint to unsigned int. uint gone in C99.Gary E. Miller2016-08-151-1/+1
* cfmakeraw() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+3
* sys/ipc.h needs _XOPEN_SOURCEGary E. Miller2016-08-151-0/+4
* daemon() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+3
* daemon() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+4
* strsep() and daemon() needs _DEFAULT_SOURCE, replace bcopy()Gary E. Miller2016-08-151-1/+4
* alloca() needs alloca.hGary E. Miller2016-08-151-0/+1
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-155-8/+14
* isascii() needs _XOPEN_SOURCE 500Gary E. Miller2016-08-152-0/+7
* nice() needs _XOPEN_SOURCE 500, setgroups(), daemon() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+5