aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fwcontrol
Commit message (Expand)AuthorAgeFilesLines
* Fix various -Wpointer-compare warningsBrooks Davis2019-10-081-1/+1
* Don't close fd twice. This line should have been deleted in r327279.Warner Losh2018-01-051-1/+0
* Close fd when we're done dv-sending the file.Warner Losh2017-12-281-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-3/+3
| |\ | |/ |/|
| * 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 from headSimon J. Gerraty2012-11-041-1/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-3/+3
| |/ |/|
* | mdoc: add missing width argument to Bl -tag.Joel Dahl2012-06-031-1/+1
|/
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-3/+3
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-2/+2
* - Remove extraneous null ptr deref checksEitan Adler2011-12-211-2/+1
* Quiet clang warnings by using literal format strings for printf-likeEd Maste2011-01-042-3/+3
* Closing fd when it's doneKevin Lo2010-12-091-0/+1
* Spelling fixes.Joel Dahl2010-08-011-1/+1
* Always assign WARNS using ?=Ulrich Spörlein2010-03-021-1/+1
* Remove reference to phy_delay from fwcontrol. Thanks for the catch!Sean Bruno2009-02-171-2/+1
* Begin basic improvements to fwcontrol in the area of handlingSean Bruno2009-02-022-13/+12
* Add fd = -1 after close when we detect the format so that subsequentWarner Losh2009-01-021-0/+1
* Reviewed by: (Dieter)freebsd@sopwith.solgatos.comSean Bruno2008-12-122-22/+68
* Sweep this man page a bit:Daniel Gerzo2008-09-111-15/+25
* Beginning of overhaul of fwcontrol:Sean Bruno2008-09-102-125/+384
* - add '-f' option to force root node.Hidetoshi Shimokawa2008-03-052-8/+23
* Remove dublicate .Pp, sort SEE ALSO.Christian Brueffer2007-10-311-4/+3
* Whitespace-only change: trim EOL spaces.Giorgos Keramidas2007-10-301-3/+3
* mdoc warning fix: delete spurious empty line.Giorgos Keramidas2007-10-301-2/+1
* Increase buffer size of DV stream to prevent bufferHidetoshi Shimokawa2007-06-171-1/+1
* Fix a group of typos:Yaroslav Tykhiy2006-12-291-1/+1
* Add MPEG2-TS/HDV support to fwcontrol.Warner Losh2006-10-266-56/+464
* Remove unused variables. Shorten the path to a WARNS=6 compliance.Philippe Charnier2005-05-201-17/+20
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+2
* - Xref fwip(4)Christian Brueffer2004-12-141-1/+2
* Add usage of -m option.Hidetoshi Shimokawa2004-10-291-2/+3
* Add -m option, set default fwmem target.Hidetoshi Shimokawa2004-10-232-1/+27
* Nit.Ruslan Ermilov2004-06-041-1/+1
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-261-12/+74
* Don't crash if the CROM is all zeros.Doug Rabson2004-05-231-0/+4
* o grammar fixesChristian Brueffer2003-12-171-7/+7
* Add '0x' in front of EUI64 to avoid confusion.Hidetoshi Shimokawa2003-10-221-2/+2
* Add -p option to dump phy registers.Hidetoshi Shimokawa2003-09-252-2/+96