summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Flush serial fd after open to prevent reasding stale data.Eric S. Raymond2005-02-091-1/+5
* -W cleanup fixes.Eric S. Raymond2004-12-241-2/+1
* HP-UX port changes and automake update.release-2.4Eric S. Raymond2004-12-091-0/+11
* Attempt to fix serial-close bug.Eric S. Raymond2004-10-261-3/+3
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-19/+15
* No more globals, full re-entrancy.Eric S. Raymond2004-10-221-31/+21
* Revert the set-speed-to-zero extraction.Eric S. Raymond2004-10-181-2/+7
* More fluff removal.Eric S. Raymond2004-10-051-1/+0
* Setting baud rate to zero is not needed id we set HUPCL.Eric S. Raymond2004-10-051-6/+3
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-10/+3
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-11/+6
* Remove some redundant structure members.Eric S. Raymond2004-09-291-7/+4
* Add FIXME note -- we really shouldn't have any globals.Eric S. Raymond2004-09-291-1/+1
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-5/+3
* Dependency cleanup.Eric S. Raymond2004-09-291-4/+0
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-2/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-11/+2
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-1/+1
* Attempt FV18 support.Eric S. Raymond2004-08-311-3/+12
* Get rid of a superfluous variable.Eric S. Raymond2004-08-281-6/+1
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-2/+2
* The gps client now goes through the daemon. Relayer functionalityEric S. Raymond2004-08-211-42/+18
* Enable new commands r1, r0, w1, w0. serial.c now uses r1 to open aEric S. Raymond2004-08-211-1/+1
* Yet more error-message cleanup.Eric S. Raymond2004-08-201-1/+1
* Split new gps.h from gpsd.h.Eric S. Raymond2004-08-171-0/+1
* gps.c and xgpsspeed.c are rewritten to use the new library interface.Eric S. Raymond2004-08-141-2/+7
* Header consolidation. Sinse there is really only one contextEric S. Raymond2004-08-131-3/+1
* Namespace control. Give all library functions an appropriate prefix.Eric S. Raymond2004-08-131-7/+7
* Better reporting of GPS opens in debug mode.Eric S. Raymond2004-08-131-1/+4
* ESR's gpsd patch #5: This is the big refactoring patch.Eric S. Raymond2004-08-111-0/+24
* ESR's gpsd patch #4: This is the one that nukes globals.Eric S. Raymond2004-08-111-8/+3
* see CHANGELOG 20040421Remco Treffkorn2004-03-221-4/+2
* use cfsetospeed() and cfsetospeed() to set the speed. struct termios can put ...Remco Treffkorn2003-08-191-6/+3
* Drop DTR on close. Before we depended on the ttys HUPCL setting.Remco Treffkorn2002-10-291-1/+3
* since djb fixed termios, no need to cast to (void *)Remco Treffkorn2002-10-281-2/+2
* make things compile cleanly on modern systems. if we need old termioDerrick Brashear2002-10-271-19/+3
* various changes/fixes on the way to a better mousetrapRemco Treffkorn2002-10-271-5/+2
* on the way to 1.07Remco Treffkorn2002-02-051-3/+2
* Tf.: restore terminal settings only for real terminals.Remco Treffkorn2000-12-051-2/+3
* more 1.06Derrick Brashear2000-07-111-1/+1
* more port change fooDerrick Brashear2000-02-081-1/+1
* clean up serial port, from Curt MillsDerrick Brashear2000-01-031-1/+8
* *** empty log message ***Remco Treffkorn1999-03-031-1/+0
* *** empty log message ***Remco Treffkorn1999-02-071-1/+1
* *** empty log message ***Remco Treffkorn1998-08-181-0/+1
* *** empty log message ***Remco Treffkorn1998-08-181-0/+7
* *** empty log message ***Remco Treffkorn1998-08-181-2/+3
* Initial revisionRemco Treffkorn1998-08-181-0/+108