summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-4/+4
* if we can't open the device read-write, try to open it read-only. gpsd isChris Kuethe2006-11-251-2/+5
* Move the checking of probe functions... Eric S. Raymond2006-11-171-30/+1
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-3/+3
* Define uniform log level macros.Eric S. Raymond2006-11-021-9/+10
* Another small refactoring step.Eric S. Raymond2006-11-011-0/+8
* More pure refactoring.Eric S. Raymond2006-11-011-0/+12
* Pure refactoring. Eric S. Raymond2006-11-011-0/+18
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-2/+3
* Rename some methods for clarity.Eric S. Raymond2006-10-301-7/+7
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-0/+4
* Fix another bug in the wakeup logic. Document the move to lesstif better.Eric S. Raymond2006-10-271-3/+3
* Switch us to using lesstif rather than OpenMotif, as OpenMotif won't shipEric S. Raymond2006-10-271-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* OK, I'm slow today.Eric S. Raymond2006-10-261-4/+15
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+4
* Documentation and comment tweaks.Eric S. Raymond2006-10-261-1/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+2
* Remove inadvertent clearing of timestamp.Eric S. Raymond2006-06-121-1/+1
* Til's recipe for smashing his hunt bug, and a long explanatory comment.Eric S. Raymond2006-06-111-0/+52
* Fix a silly off-by-one error.Eric S. Raymond2006-06-111-1/+1
* This is a better way to do the fixed port speed.Chris Kuethe2006-05-221-3/+3
* remove frivolous warningChris Kuethe2006-05-171-1/+0
* Support fixed-speed operation.Chris Kuethe2006-05-091-0/+11
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-191-1/+16
* @#&^(#@*$&!!! xterm adding line endings in the middle of a cut-n-paste.Chris Kuethe2005-09-281-2/+1
* Patch from Marc Matteo's OpenBSD port.Chris Kuethe2005-09-281-1/+2
* splint cleanup.Eric S. Raymond2005-08-171-1/+1
* Apparently 200 samples wasn't quite enough. 256 seems to work better.Chris Kuethe2005-08-051-1/+1
* Fix/workaround the effects of gpsd_open and friends forgetting the baud rate...Chris Kuethe2005-08-051-0/+6
* Try to sync up a little quicker.Chris Kuethe2005-08-051-1/+1
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-011-0/+13
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-3/+3
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-0/+1
* Cosmetic fix.Eric S. Raymond2005-07-011-1/+2
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-0/+2
* Set VMIN in GPS reads.Eric S. Raymond2005-06-291-0/+6
* Remove more unneeded annotations.Eric S. Raymond2005-06-111-2/+2
* OpenBSD port change: CBAUDEX removal.Eric S. Raymond2005-06-101-1/+1
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-2/+2
* 879 splint warnings.Eric S. Raymond2005-05-271-3/+3
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-1/+1
* Down to 1543 splint warnings.Eric S. Raymond2005-05-261-9/+13
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-12/+13
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-1/+1
* Re-apply the fix for Gary.Eric S. Raymond2005-05-261-0/+2
* Handle packet acceptance more cleanly.Eric S. Raymond2005-05-241-2/+0
* This may fix Gary Miller's bug.Eric S. Raymond2005-05-241-0/+2