| Commit message (Expand) | Author | Age | Files | Lines |
* | Address Savannah bug #53621: Invalid JSON generated for an unreadable device | Eric S. Raymond | 2018-12-26 | 1 | -2/+13 |
* | LICENSE: Update licenses for consistency. No functional changes. | Gary E. Miller | 2018-11-19 | 1 | -1/+1 |
* | The Quectel EC25 device used with the Linux 3.10.20 usb/option driver | Jean Pierre TOSONI | 2018-05-02 | 1 | -1/+2 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | serial.c: make sure procentry->d_name fits in procpath | Gary E. Miller | 2018-02-08 | 1 | -2/+3 |
* | OS X has no sys/sysmacros.h, so hide it. | Gary E. Miller | 2016-08-16 | 1 | -0/+2 |
* | cfmakeraw() needs _DEFAULT_SOURCE | Gary E. Miller | 2016-08-15 | 1 | -0/+3 |
* | With C99, macro() needs sys/sysmacros.h | Gary E. Miller | 2016-08-15 | 1 | -1/+2 |
* | usleep() is removed from POSIX-2008. Replace with nanosleep() | Gary E. Miller | 2016-08-15 | 1 | -1/+6 |
* | revert error cchecking of tcsetattr() in gpsd_set_speed(). | Gary E. Miller | 2016-05-26 | 1 | -4/+10 |
* | Basically revert 56a2a6eb494c6dbc454bad518df8861c9258ad5b | Gary E. Miller | 2016-05-26 | 1 | -3/+1 |
* | Attempting to solve tty mode prblems that have suraced sudenty. | Eric S. Raymond | 2016-05-26 | 1 | -2/+33 |
* | Fix a bogus address. | Eric S. Raymond | 2016-05-26 | 1 | -4/+4 |
* | Add info on sourcetype to the error log on failure. | Gary E. Miller | 2016-05-25 | 1 | -2/+2 |
* | Do not try to set the speed on non-tty's. | Gary E. Miller | 2016-05-25 | 1 | -1/+5 |
* | Test return of every tcsetattr() in serial.c | Gary E. Miller | 2016-05-16 | 1 | -3/+10 |
* | Prefix logs from serial.c with SER: | Gary E. Miller | 2016-05-16 | 1 | -14/+14 |
* | Drop the logic to restore old tty parameters on device close. | Eric S. Raymond | 2016-05-11 | 1 | -33/+2 |
* | Address Savannah bug #45270: serial driver does not work properly on pipes. | Eric S. Raymond | 2016-01-04 | 1 | -1/+4 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-05-31 | 1 | -2/+1 |
* | Trailing whitespace fixup. | Gary E. Miller | 2015-04-30 | 1 | -2/+2 |
* | Revert "Copy structs using assignment, not memcpy()." | Gary E. Miller | 2015-04-28 | 1 | -1/+2 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-04-28 | 1 | -2/+1 |
* | Add a minimal PPS driver. | Gary E. Miller | 2015-04-02 | 1 | -0/+1 |
* | Comment /dev/ppsX open flow. | Gary E. Miller | 2015-03-31 | 1 | -1/+6 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -19/+2 |
* | Only you cabn prevent obscure magic numbers. | Eric S. Raymond | 2015-03-30 | 1 | -9/+9 |
* | Do not let gpsd_serial_open() try to open a /dev/pps | Gary E. Miller | 2015-03-29 | 1 | -1/+6 |
* | Attempt to support /dev/pps devices. | Eric S. Raymond | 2015-03-29 | 1 | -0/+6 |
* | Clean up most spint errors. All regression tests pass. | Eric S. Raymond | 2015-03-28 | 1 | -4/+2 |
* | splint cleanup. Fixes for minor but real issues... | Eric S. Raymond | 2015-03-28 | 1 | -0/+2 |
* | splint can't play the BLUEZ | Gary E. Miller | 2015-03-25 | 1 | -0/+3 |
* | Float elimination. All regression tests pass. | Eric S. Raymond | 2015-03-20 | 1 | -1/+1 |
* | Include path in faInclude path in file open failure messages. | Eric S. Raymond | 2015-03-10 | 1 | -3/+6 |
* | OS X, fix warning of missing cast speed_t -> unsigned long | Gary E. Miller | 2015-03-09 | 1 | -2/+2 |
* | gpsd-report() -> gpsd_log() | Eric S. Raymond | 2015-03-07 | 1 | -43/+43 |
* | HAVE_BLUEZ -> ENABLE_BLUEZ. It's a feature flag, not a platform quirk. | Eric S. Raymond | 2015-03-01 | 1 | -3/+3 |
* | splint cleanup. All regressiion tests pass. | Eric S. Raymond | 2015-02-09 | 1 | -1/+1 |
* | Reinstate blocking I/O; it no longer breaks test rebuilds. | Eric S. Raymond | 2015-02-09 | 1 | -22/+17 |
* | Revert to non-blocking I/O. Blocking I/O broke gps-makeregress. | Eric S. Raymond | 2015-02-06 | 1 | -17/+22 |
* | Now we open with nonblock, set CLOCAL, and then turn off nonblock. | Eric S. Raymond | 2015-02-02 | 1 | -2/+15 |
* | O_NONBLOCK was causing more grief than we knew. We don't need VTIME! | Eric S. Raymond | 2015-02-02 | 1 | -1/+1 |
* | Revert mistaken use of CLOCAL in open(2). | Eric S. Raymond | 2015-02-02 | 1 | -4/+2 |
* | Open ttys with CLOCAL, following a suggestion by Hal Murray. | Eric S. Raymond | 2015-02-02 | 1 | -2/+2 |
* | Change to using blocking I/O and VTIME. | Eric S. Raymond | 2015-02-02 | 1 | -20/+4 |
* | Back out the attempt to use VTIME. | Eric S. Raymond | 2015-01-31 | 1 | -56/+13 |
* | Add workaround for VMIN/VTIME situation. | Greg Troxel | 2015-01-30 | 1 | -1/+15 |
* | Alas, we can't use ICANON. | Eric S. Raymond | 2015-01-29 | 1 | -1/+5 |
* | Rare I/O with timeout seems to work. This replaces the adaptive-delay code. | Eric S. Raymond | 2015-01-29 | 1 | -4/+31 |
* | Create a logic path for each driver to set tty controls. | Eric S. Raymond | 2015-01-29 | 1 | -0/+10 |