aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/setchannel
Commit message (Collapse)AuthorAgeFilesLines
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288228
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * 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
* | mdoc: sort SEE ALSO.Joel Dahl2014-12-261-1/+1
|/ | | | Notes: svn path=/head/; revision=276258
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233456
* Apply style(9) and unbreak build.Ulrich Spörlein2010-11-061-25/+19
| | | | | | | | This went unnoticed during the WARNS bump, as this tool is not connected to the build. Notes: svn path=/head/; revision=214886
* Fix manpage markup.Ulrich Spörlein2010-11-061-27/+27
| | | | Notes: svn path=/head/; revision=214867
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-7/+7
| | | | | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208028
* Add support for selecting from multiple tuners.Greg Lehey2007-02-252-8/+27
| | | | | | | Suggested by: usleepless <usleepless@gmail.com> Notes: svn path=/head/; revision=166960
* Tidy up forrmat. No functional changes.Greg Lehey2007-02-251-5/+9
| | | | Notes: svn path=/head/; revision=166959
* Change formatting to be more compliant with style(9). DoubtlessGreg Lehey2006-12-091-227/+218
| | | | | | | others will find more things to change. Notes: svn path=/head/; revision=165026
* Change copyright notice to the FreeBSD 2 clause notice.Greg Lehey2006-12-091-16/+11
| | | | | | | Approved by: John Wehle <john\@feith.com> Notes: svn path=/head/; revision=165025
* Add copyright notice.Greg Lehey2006-12-091-0/+23
| | | | Notes: svn path=/head/; revision=165024
* Set channel utility for Hauuapuge PVR-250 and PVR-350.Greg Lehey2006-12-093-0/+368
This s part of an import of the PVR-250 driver. Originally it was calleed pvr250-setchannel, but it seems better to improve this program to work for any tuner card, so I'm starting with a more generic name. That shouldn't mislead anybody: currently the program only works with the (yet to be committed) cxm driver. Contributed by: John Wehle <john\@feith.com> Notes: svn path=/head/; revision=165023