aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i2c
Commit message (Expand)AuthorAgeFilesLines
* Add a new 'tr' (transfer) mode to i2c(8) to support more i2c controllers.Ian Lepore2019-05-222-30/+117
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* i2c(8): clean up and clarify read operationAndriy Gapon2017-10-132-25/+32
* Make i2c -s (device scan) work on hardware that supports only full xfers.Ian Lepore2017-09-111-11/+51
* More typos in strings.Nick Hibma2016-12-021-4/+4
* Speling fixes and fix line endings for err_msg output.Nick Hibma2016-12-011-10/+10
* i2c(8): uninitialized variable (UNINIT).Pedro F. Giffuni2016-05-131-1/+3
* i2c(8): uninitialized variable (UNINIT).Pedro F. Giffuni2016-05-131-1/+2
* Perform I2C transmission in a single burst when mode is "none" or not setZbigniew Bodek2015-09-151-28/+79
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+8
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Fix a few cases of use of uninitialized variables. Found with -Wall.Luiz Otavio O Souza2014-11-121-2/+8
| |/ |/|
* | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-4/+2
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-5/+5
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not beingDimitry Andric2011-12-171-2/+2
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* mdoc: Remove leading garbage, empty lines and order preambleUlrich Spörlein2010-05-271-1/+0
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* Introduce the I2C diagnostic utility. It let's discover and inspect slaveRafal Jaworowski2009-01-263-0/+809