Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r308528: smbmsg: use a more convenient way of accessing data read | avg | 2016-12-27 | 1 | -11/+7 |
| | | | | from a slave | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -10/+13 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -1/+1 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | Expand SMBUS API to add smbus_trans() function. | grembo | 2015-04-25 | 1 | -10/+13 |
| |/ |/| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1955 Reviewed by: adrian, jhb, wblock Approved by: adrian, jhb | ||||
* | | Fix typo (by -> be). | se | 2014-09-01 | 1 | -1/+1 |
|/ | | | | MFC after: 3 days | ||||
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+1 |
| | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days | ||||
* | mdoc: Remove leading garbage, empty lines and order preamble | uqs | 2010-05-27 | 1 | -1/+0 |
| | |||||
* | Use the newly brought %U macro. | ru | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | Force the use of the tbl(1) preprocessor. | ru | 2006-10-25 | 1 | -0/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -4/+4 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+2 |
| | |||||
* | Get rid of obsolete MAN[0-9] syntax. | ru | 2004-09-26 | 1 | -1/+1 |
| | |||||
* | Markup nit picking. | ru | 2004-07-09 | 1 | -6/+5 |
| | | | | Reviewed by: joerg | ||||
* | Fix an off-by-one error in the range check for the maximal -i or -o | joerg | 2004-05-27 | 1 | -2/+2 |
| | | | | block size. | ||||
* | Fix my own style(9) bugs: | joerg | 2004-05-17 | 1 | -3/+8 |
| | | | | | | | . forward declare all static functions . add a couple of redundant parens in return statements where they've been missing . remove the space after exit since it's a function | ||||
* | This is smbmsg(8), a small utility to send/receive SMBus messages. | joerg | 2004-05-17 | 4 | -0/+662 |
Also included is a `bus-probe' modus of operation to help scanning an I2C bus. |