Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -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 | ||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+3 |
| | | |||||
| * | Sync from head | sjg | 2012-11-04 | 1 | -3/+7 |
| |\ | |/ |/| | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+15 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | mdoc: minor Bl improvements. | joel | 2012-06-02 | 1 | -3/+7 |
|/ | |||||
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 1 | -1/+1 |
| | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days | ||||
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -1/+0 |
| | |||||
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
| | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> | ||||
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | Finally, document libgpib. | joerg | 2010-02-01 | 2 | -0/+757 |
| | | | | MFC after: 3 days | ||||
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -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. | ||||
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -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) | ||||
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
| | | | | Ok'd by: kan | ||||
* | Apply style.Makefile(5) here. | ru | 2006-04-13 | 1 | -5/+5 |
| | |||||
* | Install the shared library under /usr/lib; it's not used by anything | ru | 2006-04-13 | 1 | -1/+0 |
| | | | | | | in /bin or /sbin. Not objected to by: phk | ||||
* | NO_MAN is not needed here. | ru | 2006-03-16 | 1 | -1/+0 |
| | |||||
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
| | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) | ||||
* | Use the correct variable name in ibsad() | scottl | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Check handle types. | phk | 2005-02-12 | 1 | -3/+3 |
| | | | | | Implement more device functions. Make DMA optional. | ||||
* | Add ibcntl as alias for ibcnt | phk | 2005-02-12 | 2 | -50/+53 |
| | | | | | | Add ibsta and start to use it. Rename the argument structure more sensibly. Improve timeout and error handling | ||||
* | Use the eot argument field for ibeot(). | phk | 2005-02-12 | 1 | -3/+3 |
| | |||||
* | Constify. | phk | 2005-02-09 | 1 | -8/+8 |
| | |||||
* | Add libgpib containing the glue to get ibfoo() calls into the kernel. | phk | 2005-02-06 | 3 | -0/+689 |