summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lmcconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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 sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-2/+2
| |\
| * | 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-9/+7
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / | |/| | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| | | | | | | | Reduce overlinking
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+2
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | Rework time handling.ed2012-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
* | Remove unneeded struct timezone.ed2012-09-011-2/+1
|/ | | | We're only interested in a timestamp -- not the timezone.
* mdoc: fix column names, indentation, column separation within each row, andjoel2012-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
* lmcconfig(8): bump to WARNS=3, fix typo in usage while hereuqs2010-12-202-210/+281
| | | | | | Slight style(9) improvments - function definitions - sort #include
* Fix type used to hold fgetc(3) output, this should help arm and powerpcuqs2010-12-201-1/+1
| | | | which have char == unsigned char
* Remove useless conditional.uqs2010-12-201-3/+2
| | | | | | `vga' cannot be less than 0x3f when reaching the check. Coverity Prevent: CID 5196
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-3/+3
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Include string.h for strncpy prototypeimp2009-02-191-0/+2
| | | | Include strings.h for bcopy and bzero prototype
* Style.ru2006-09-011-4/+4
|
* [mdoc] add missing space before a punctuation type argument.ru2005-12-131-1/+1
|
* - Stop talking about non-FreeBSD stuff (mostly because it's hardru2005-11-241-126/+133
| | | | | to keep this info up-to-date as time goes by). - Revise the markup.
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andscottl2005-10-033-0/+3208
glue. Submitted by: David Boggs
OpenPOWER on IntegriCloud