History log of /freebsd-10-stable/usr.sbin/smbmsg/smbmsg.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 129779 27-May-2004 joerg

Fix an off-by-one error in the range check for the maximal -i or -o
block size.


# 129353 17-May-2004 joerg

Fix my own style(9) bugs:

. 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


# 129331 17-May-2004 joerg

This commit was generated by cvs2svn to compensate for changes in r129330,
which included commits to RCS files with non-trunk default branches.


# 129330 17-May-2004 joerg

This is smbmsg(8), a small utility to send/receive SMBus messages.

Also included is a `bus-probe' modus of operation to help scanning
an I2C bus.