aboutsummaryrefslogtreecommitdiff
path: root/lib/libgpib
Commit message (Collapse)AuthorAgeFilesLines
* Remove more disconnected libgpib items missed in r276214.Bryan Drewery2015-10-225-1467/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289730
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * Sync from headSimon J. Gerraty2012-11-041-3/+7
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=242545
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+15
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | mdoc: minor Bl improvements.Joel Dahl2012-06-021-3/+7
|/ | | | Notes: svn path=/head/; revision=236438
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+1
| | | | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235286
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233462
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
| | | | Notes: svn path=/head/; revision=210933
* Finally, document libgpib.Joerg Wunsch2010-02-012-0/+757
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=203356
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=201381
* 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