aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lmcconfig
Commit message (Collapse)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-014-3304/+0
| | | | | | | | | | | | | | This driver supports legacy, 32-bit PCI devices, and had an ambiguous license. Supported devices were already reported to be rare in 2003 (when an earlier version of the driver was removed in r123201). Reviewed by: rgrimes Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15245 Notes: svn path=/head/; revision=333144
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-1/+1
| | | | | | | | | | | | that it is NUL terminated. Additional NUL padding is not required for short names. Reported by: Coverity CID: 974852 MFC after: 1 week Notes: svn path=/head/; revision=299866
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
| | | | Notes: svn path=/head/; revision=298089
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
| | | | | | | fopen(3) will return NULL in case it can't open the STREAM. Notes: svn path=/head/; revision=297965
* Add META_MODE support.Simon J. Gerraty2015-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 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-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | 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 from headSimon J. Gerraty2012-11-041-9/+7
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+2
| |/ |/| | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* | Rework time handling.Ed Schouten2012-09-011-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | After I made the previous commit, I noticed the code does some things it shouldn't. It casts a struct timeval to a time_t, assuming tv_sec is the first member. Also, we are not interested in microseconds, so it is better to just call time(NULL). MFC after: 1 month Notes: svn path=/head/; revision=239988
* | Remove unneeded struct timezone.Ed Schouten2012-09-011-2/+1
|/ | | | | | | We're only interested in a timestamp -- not the timezone. Notes: svn path=/head/; revision=239986
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-2/+2
| | | | | | | | | | quotation. Also make sure we have the same amount of columns in each row as the number of columns we specify in the head arguments. Reviewed by: brueffer Notes: svn path=/head/; revision=233992
* lmcconfig(8): bump to WARNS=3, fix typo in usage while hereUlrich Spörlein2010-12-202-210/+281
| | | | | | | | | Slight style(9) improvments - function definitions - sort #include Notes: svn path=/head/; revision=216600
* Fix type used to hold fgetc(3) output, this should help arm and powerpcUlrich Spörlein2010-12-201-1/+1
| | | | | | | which have char == unsigned char Notes: svn path=/head/; revision=216599
* Remove useless conditional.Ulrich Spörlein2010-12-201-3/+2
| | | | | | | | | `vga' cannot be less than 0x3f when reaching the check. Coverity Prevent: CID 5196 Notes: svn path=/head/; revision=216597
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-3/+3
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=201390
* Include string.h for strncpy prototypeWarner Losh2009-02-191-0/+2
| | | | | | | Include strings.h for bcopy and bzero prototype Notes: svn path=/head/; revision=188826
* Style.Ruslan Ermilov2006-09-011-4/+4
| | | | Notes: svn path=/head/; revision=161808
* [mdoc] add missing space before a punctuation type argument.Ruslan Ermilov2005-12-131-1/+1
| | | | Notes: svn path=/head/; revision=153380
* - Stop talking about non-FreeBSD stuff (mostly because it's hardRuslan Ermilov2005-11-241-126/+133
| | | | | | | | to keep this info up-to-date as time goes by). - Revise the markup. Notes: svn path=/head/; revision=152776
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andScott Long2005-10-033-0/+3208
glue. Submitted by: David Boggs Notes: svn path=/head/; revision=150850