History log of /freebsd-10.0-release/lib/libgpib/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


236438 02-Jun-2012 joel

mdoc: minor Bl improvements.


235286 11-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


233462 25-Mar-2012 joel

Remove superfluous paragraph macro.


211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


210933 06-Aug-2010 joel

Fix typos and spelling mistakes.


203356 01-Feb-2010 joerg

Finally, document libgpib.

MFC after: 3 days


201381 02-Jan-2010 ed

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.


195767 19-Jul-2009 kensmith

Bump the version of all non-symbol-versioned shared libraries in
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)


169807 21-May-2007 deischen

Bump library versions in preparation for 7.0.

Ok'd by: kan


157709 13-Apr-2006 ru

Apply style.Makefile(5) here.


157708 13-Apr-2006 ru

Install the shared library under /usr/lib; it's not used by anything
in /bin or /sbin.

Not objected to by: phk


156775 16-Mar-2006 ru

NO_MAN is not needed here.


148297 22-Jul-2005 kensmith

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


141783 13-Feb-2005 scottl

Use the correct variable name in ibsad()


141777 12-Feb-2005 phk

Check handle types.
Implement more device functions.
Make DMA optional.


141768 12-Feb-2005 phk

Add ibcntl as alias for ibcnt
Add ibsta and start to use it.
Rename the argument structure more sensibly.
Improve timeout and error handling


141736 12-Feb-2005 phk

Use the eot argument field for ibeot().


141591 09-Feb-2005 phk

Constify.


141402 06-Feb-2005 phk

Add libgpib containing the glue to get ibfoo() calls into the kernel.