summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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