aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/smbmsg
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* smbmsg: use a more convenient way of accessing data read from a slaveAndriy Gapon2016-11-111-11/+7
| | | | | | | | | | | | Developers writing code for accessing /dev/smb may use this base utility as an example. Now that SMB_READB, SMB_READW, SMB_PCALL behave as documented, wwe can use them in a more convenient way than before. MFC after: 4 weeks X-MFC after: r308527 Notes: svn path=/head/; revision=308528
* Add META_MODE support.Simon J. Gerraty2015-06-131-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-10/+13
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | | | | | 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
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Expand SMBUS API to add smbus_trans() function.Michael Gmelin2015-04-251-10/+13
| |/ |/| | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1955 Reviewed by: adrian, jhb, wblock Approved by: adrian, jhb Notes: svn path=/head/; revision=281985
* | Fix typo (by -> be).Stefan Eßer2014-09-011-1/+1
|/ | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=270931
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
| | | | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days Notes: svn path=/head/; revision=235873
* mdoc: Remove leading garbage, empty lines and order preambleUlrich Spörlein2010-05-271-1/+0
| | | | Notes: svn path=/head/; revision=208593
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-1/+1
| | | | Notes: svn path=/head/; revision=202386
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | Notes: svn path=/head/; revision=201390
* Force the use of the tbl(1) preprocessor.Ruslan Ermilov2006-10-251-0/+1
| | | | Notes: svn path=/head/; revision=163684
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
| | | | Notes: svn path=/head/; revision=140368
* Get rid of obsolete MAN[0-9] syntax.Ruslan Ermilov2004-09-261-1/+1
| | | | Notes: svn path=/head/; revision=135814
* Markup nit picking.Ruslan Ermilov2004-07-091-6/+5
| | | | | | | Reviewed by: joerg Notes: svn path=/head/; revision=131858
* Fix an off-by-one error in the range check for the maximal -i or -oJoerg Wunsch2004-05-271-2/+2
| | | | | | | block size. Notes: svn path=/head/; revision=129779
* Fix my own style(9) bugs:Joerg Wunsch2004-05-171-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 Notes: svn path=/head/; revision=129353
* This is smbmsg(8), a small utility to send/receive SMBus messages.Joerg Wunsch2004-05-174-0/+662
Also included is a `bus-probe' modus of operation to help scanning an I2C bus. Notes: svn path=/cvs2svn/branches/JOERG/; revision=129330