aboutsummaryrefslogtreecommitdiff
path: root/lib/libgpib
Commit message (Collapse)AuthorAgeFilesLines
* MFC r235286:Glen Barber2012-05-181-1/+1
| | | | | | | | | General mdoc(7) and typo fixes. PR: 167734 Notes: svn path=/stable/8/; revision=235576
* MFC r203356: add a manpage for gpib(3).Joerg Wunsch2010-02-042-0/+757
| | | | Notes: svn path=/stable/8/; revision=203501
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Apply style.Makefile(5) here.Ruslan Ermilov2006-04-131-5/+5
| | | | Notes: svn path=/head/; revision=157709
* Install the shared library under /usr/lib; it's not used by anythingRuslan Ermilov2006-04-131-1/+0
| | | | | | | | | in /bin or /sbin. Not objected to by: phk Notes: svn path=/head/; revision=157708
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-1/+0
| | | | Notes: svn path=/head/; revision=156775
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Use the correct variable name in ibsad()Scott Long2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141783
* Check handle types.Poul-Henning Kamp2005-02-121-3/+3
| | | | | | | | Implement more device functions. Make DMA optional. Notes: svn path=/head/; revision=141777
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-122-50/+53
| | | | | | | | | Add ibsta and start to use it. Rename the argument structure more sensibly. Improve timeout and error handling Notes: svn path=/head/; revision=141768
* Use the eot argument field for ibeot().Poul-Henning Kamp2005-02-121-3/+3
| | | | Notes: svn path=/head/; revision=141736
* Constify.Poul-Henning Kamp2005-02-091-8/+8
| | | | Notes: svn path=/head/; revision=141591
* Add libgpib containing the glue to get ibfoo() calls into the kernel.Poul-Henning Kamp2005-02-063-0/+689
Notes: svn path=/head/; revision=141402