| Commit message (Expand) | Author | Age | Files | Lines |
* | No need to iterate a whole buffer when we know the answer. | Gary E. Miller | 2016-09-01 | 1 | -1/+3 |
* | Fix too small buffers. Hex is 2x + 1 the size of binary. | Gary E. Miller | 2016-09-01 | 3 | -8/+14 |
* | Many small fixes for AIDM.txt. | Eric S. Raymond | 2016-08-31 | 1 | -51/+53 |
* | Fix format nti, git hates rtailing spaces.. | Gary E. Miller | 2016-08-30 | 1 | -1/+1 |
* | Documentation polishing. | Eric S. Raymond | 2016-08-26 | 2 | -5/+10 |
* | for INADDR_LOOPBACK() FreeBSD wants __BSD_VISIBLE | Gary E. Miller | 2016-08-16 | 2 | -0/+6 |
* | Comment why time.h needed | Gary E. Miller | 2016-08-16 | 1 | -1/+1 |
* | for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999 | Gary E. Miller | 2016-08-16 | 9 | -0/+32 |
* | Well, duh, You can't change a constant! | Gary E. Miller | 2016-08-16 | 1 | -2/+2 |
* | Fixups for NetBSD | Gary E. Miller | 2016-08-16 | 2 | -1/+5 |
* | __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings. | Gary E. Miller | 2016-08-16 | 6 | -0/+20 |
* | OS X has no sys/sysmacros.h, so hide it. | Gary E. Miller | 2016-08-16 | 1 | -0/+2 |
* | OS X incorrectly complains about an uninitializzed variable. | Gary E. Miller | 2016-08-16 | 1 | -2/+2 |
* | If you specify XOPEN version, you must specify POSIX version. | Gary E. Miller | 2016-08-16 | 3 | -0/+6 |
* | Stop forcing C99 and POSIX 2001. | Gary E. Miller | 2016-08-16 | 1 | -2/+2 |
* | Enforce POSIX 2001 by default. | Gary E. Miller | 2016-08-15 | 1 | -1/+1 |
* | Fix for C99 and POSIX 2001. | Gary E. Miller | 2016-08-15 | 1 | -2/+2 |
* | In POSIX 2001, getsid() needs _XOPEN_SOURCE >= 500 | Gary E. Miller | 2016-08-15 | 1 | -0/+4 |
* | Force C99 with -D_ISOC99_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -1/+1 |
* | I can not figure out why this file will not C99. Punt. | Gary E. Miller | 2016-08-15 | 1 | -1/+5 |
* | putenv() needs _XOPEN_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+3 |
* | uint to unsigned int. uint gone in C99. | Gary E. Miller | 2016-08-15 | 1 | -1/+1 |
* | cfmakeraw() needs _DEFAULT_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+3 |
* | sys/ipc.h needs _XOPEN_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+4 |
* | daemon() needs _DEFAULT_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+3 |
* | daemon() needs _DEFAULT_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+4 |
* | strsep() and daemon() needs _DEFAULT_SOURCE, replace bcopy() | Gary E. Miller | 2016-08-15 | 1 | -1/+4 |
* | alloca() needs alloca.h | Gary E. Miller | 2016-08-15 | 1 | -0/+1 |
* | bzero() is gone in POSIX 2008. Use memset() | Gary E. Miller | 2016-08-15 | 5 | -8/+14 |
* | isascii() needs _XOPEN_SOURCE 500 | Gary E. Miller | 2016-08-15 | 2 | -0/+7 |
* | nice() needs _XOPEN_SOURCE 500, setgroups(), daemon() needs _DEFAULT_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+5 |
* | nice() needs _XOPEN_SOURCE 500 defined | Gary E. Miller | 2016-08-15 | 1 | -0/+3 |
* | C99 requires _XOPEN_SOURCE 500 for M_LN2 | Gary E. Miller | 2016-08-15 | 2 | -0/+10 |
* | sys/ipc.h needs XOPEN_SOURCE 500 | Gary E. Miller | 2016-08-15 | 4 | -1/+14 |
* | With C99, macro() needs sys/sysmacros.h | Gary E. Miller | 2016-08-15 | 1 | -1/+2 |
* | Fix a warning when C99 specified. | Gary E. Miller | 2016-08-15 | 1 | -0/+4 |
* | More uint to unsigned int. | Gary E. Miller | 2016-08-15 | 1 | -284/+284 |
* | uint was rmoved in C99. If gpsd enforce C99, then uint must go. | Gary E. Miller | 2016-08-15 | 11 | -56/+59 |
* | usleep() is removed from POSIX-2008. Replace with nanosleep() | Gary E. Miller | 2016-08-15 | 11 | -15/+82 |
* | Prepare to insis on C99 and POSIX 2001. | Gary E. Miller | 2016-08-15 | 1 | -0/+6 |
* | Fix warning: array subscript has type 'char' | Greg Troxel | 2016-08-12 | 1 | -1/+1 |
* | Fixes cleaning and manpage building for ppscheck. | Fred Wright | 2016-08-10 | 1 | -4/+5 |
* | Fix timespec_str() to the year 2286 on 32 bit systems. | Gary E. Miller | 2016-08-10 | 1 | -4/+8 |
* | fix several typos in AIVDM documentation | Vladimir Rutsky | 2016-08-10 | 1 | -25/+25 |
* | No need to use abs() on an unsigned int. | Gary E. Miller | 2016-08-09 | 1 | -1/+1 |
* | Grr, another one eric beat me to. | Gary E. Miller | 2016-08-09 | 1 | -2/+0 |
* | oWhoops, don't fix the fix. Plus an off-by one. | Gary E. Miller | 2016-08-09 | 2 | -1/+4 |
* | Add missing include. | Gary E. Miller | 2016-08-09 | 1 | -0/+1 |
* | Fix some picky error messages. | Gary E. Miller | 2016-08-09 | 1 | -3/+5 |
* | Fix a misleading indent.. | Gary E. Miller | 2016-08-09 | 1 | -4/+4 |