summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up and prevent some precision loss.Eric S. Raymond2005-02-231-1/+1
* Factor out sync after write.Eric S. Raymond2005-02-231-5/+3
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-3/+8
* Experimental baud-switching support for Zodiac.Eric S. Raymond2005-02-201-2/+26
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+1
* Simplify some code.Eric S. Raymond2005-02-141-9/+5
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-83/+9
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-0/+1
* Fluff removal.Eric S. Raymond2004-12-301-6/+3
* -W cleanup fixes.Eric S. Raymond2004-12-241-17/+16
* Tilman Koschnick's AMD64 patch.Eric S. Raymond2004-12-231-1/+1
* Lint cleanup page.Eric S. Raymond2004-12-181-1/+1
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-65/+61
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-3/+3
* Fixed used-satellite computation.Eric S. Raymond2004-10-161-1/+1
* More fluff removal.Eric S. Raymond2004-10-051-40/+16
* Make sure all files that need config.h inclusion have it.Eric S. Raymond2004-10-051-3/+1
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-7/+0
* Tighten up more code.Eric S. Raymond2004-09-301-6/+1
* More fluff removal.Eric S. Raymond2004-09-301-4/+0
* Yet more fluff removal.Eric S. Raymond2004-09-301-22/+5
* Input handler does not actually have a rfeturn value, so make it void.Eric S. Raymond2004-09-301-5/+3
* Zodiac sequence number needs to be part of the state structure.Eric S. Raymond2004-09-291-8/+6
* Remove unused headers.Eric S. Raymond2004-09-291-11/+1
* Another round of structure trimming.Eric S. Raymond2004-09-291-6/+6
* Remove some redundant structure members.Eric S. Raymond2004-09-291-6/+6
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-47/+47
* Move a member out of the structure that is visible to clients.Eric S. Raymond2004-09-081-2/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-0/+1
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-8/+5
* Move the vendor-specific stuff out of zodiac.c.Eric S. Raymond2004-09-011-25/+12
* Genericize the Zodiac code.Eric S. Raymond2004-09-011-44/+42
* Finish the rename.Eric S. Raymond2004-09-011-0/+595