summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Fix a ton of speelling errorseadler2015-10-211-1/+1
| | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | 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_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-191-3/+3
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync from headsjg2012-11-041-1/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-3/+3
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | mdoc: add missing width argument to Bl -tag.joel2012-06-031-1/+1
|/
* mdoc: terminate quoted strings.joel2012-03-261-3/+3
| | | | Reviewed by: brueffer
* Spelling fixes for usr.sbin/uqs2011-12-302-2/+2
|
* - Remove extraneous null ptr deref checkseadler2011-12-211-2/+1
| | | | | | | | - Fix memory leak Submitted by: Slono Slono <slonoman2011@yandex.ru> Approved by: jhb MFC after: 1 week
* Quiet clang warnings by using literal format strings for printf-likeemaste2011-01-042-3/+3
| | | | functions.
* Closing fd when it's donekevlo2010-12-091-0/+1
| | | | Reviewed by: sbruno
* Spelling fixes.joel2010-08-011-1/+1
|
* Always assign WARNS using ?=uqs2010-03-021-1/+1
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* Remove reference to phy_delay from fwcontrol. Thanks for the catch!sbruno2009-02-171-2/+1
| | | | | Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> MFC after: 2 weeks
* Begin basic improvements to fwcontrol in the area of handlingsbruno2009-02-022-13/+12
| | | | | | | | | video streams from cameras. This patch changes the displayed timer to a time stamp and corrects one or two mishandled errors. Submitted by: imp
* Add fd = -1 after close when we detect the format so that subsequentimp2009-01-021-0/+1
| | | | open_dev will reopen the device.
* Reviewed by: (Dieter)freebsd@sopwith.solgatos.comsbruno2008-12-122-22/+68
| | | | | | | | | | | | Approved by: slong scottl@samsco.org MFC after: 2 weeks Final cleanup of fwcontrol. NetBSD compatibility Cleanup errors in usage() display Finish up error handling via errx/warnx Generate error on unparsed command line syntax Change device(devbase) to open into the form /dev/fwX.X
* Sweep this man page a bit:danger2008-09-111-15/+25
| | | | | | | | - new sentence = new line - use .Dq macro to quote words - some minor rewording MFC after: 2 weeks
* Beginning of overhaul of fwcontrol:sbruno2008-09-102-125/+384
| | | | | | | | | | | | | | | | | | - Documentation of send_phy_config() - cleanup of malloc's() and added error checking throughout - new capability to iterate over multiple firewire buses - update usage() display - cleanup command line parsing to allow out of order switches - cleanup command line parsing to allow multiple switches per invocation - cleanup grammar of man page a bit - add some ranges to the man page to indicate what values are valid Since fwcontrol's code is the same across 6/7/head this can be applied to all branches after the MFC period. Reviewed by: Dieter freebsd@sopwith.solgatos.com Approved by: mentor Scott scottl@samsco.org MFC after: 60 days
* - add '-f' option to force root node.simokawa2008-03-052-8/+23
| | | | | | | | - fix byte order in read_write_quad() - show hostnames in the list - fix typo in manpage MFC after: 1 week
* Remove dublicate .Pp, sort SEE ALSO.brueffer2007-10-311-4/+3
|
* Whitespace-only change: trim EOL spaces.keramida2007-10-301-3/+3
|
* mdoc warning fix: delete spurious empty line.keramida2007-10-301-2/+1
| | | | MFC after: 3 days
* Increase buffer size of DV stream to prevent buffersimokawa2007-06-171-1/+1
| | | | | | overrun caused by long blocking of file I/O (i.e. zfs). MFC after: 3 days
* Fix a group of typos:yar2006-12-291-1/+1
| | | | | | | | preceed -> precede, preceeded -> preceded, preceeding -> preceding. Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Add MPEG2-TS/HDV support to fwcontrol.imp2006-10-266-56/+464
| | | | | | Submitted by: Petr Holub" <hopet@ics.muni.cz> Clean up by: mi@ Pr: 98134
* Remove unused variables. Shorten the path to a WARNS=6 compliance.charnier2005-05-201-17/+20
|
* Sort sections.ru2005-01-181-4/+4
|
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+2
|
* - Xref fwip(4)brueffer2004-12-141-1/+2
| | | | | | - bump .Dd MFC after: 3 days
* Add usage of -m option.simokawa2004-10-291-2/+3
|
* Add -m option, set default fwmem target.simokawa2004-10-232-1/+27
|
* Nit.ru2004-06-041-1/+1
|
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesbrooks2004-05-261-12/+74
| | | | | | by EUI-64 and name. Reviewed by: simokawa
* Don't crash if the CROM is all zeros.dfr2004-05-231-0/+4
|
* o grammar fixesbrueffer2003-12-171-7/+7
| | | | | | | o wordsmithing o s/isochronus/isochronous/ MFC after: 5 days
* Add '0x' in front of EUI64 to avoid confusion.simokawa2003-10-221-2/+2
|
* Add -p option to dump phy registers.simokawa2003-09-252-2/+96
|
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
| | | | | - Add option -u to specify bus number. - Try to open the device only if it's necessary.
* - Allow retrieval of local Configuration ROM.simokawa2003-07-121-2/+1
| | | | - Clear Configuration ROM buffer in advance for '-d' option.
* Decode bus_info block.simokawa2003-06-101-4/+13
|
* Assorted mdoc(7) fixes.ru2003-06-021-31/+38
|
* Nitpicking.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* Add description of '-o' and '-s'.simokawa2003-05-011-0/+6
|
OpenPOWER on IntegriCloud