History log of /freebsd-10.0-release/usr.sbin/lmcconfig/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


239988 01-Sep-2012 ed

Rework time handling.

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


239986 01-Sep-2012 ed

Remove unneeded struct timezone.

We're only interested in a timestamp -- not the timezone.


233992 07-Apr-2012 joel

mdoc: fix column names, indentation, column separation within each row, and
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


216600 20-Dec-2010 uqs

lmcconfig(8): bump to WARNS=3, fix typo in usage while here

Slight style(9) improvments
- function definitions
- sort #include


216599 20-Dec-2010 uqs

Fix type used to hold fgetc(3) output, this should help arm and powerpc
which have char == unsigned char


216597 20-Dec-2010 uqs

Remove useless conditional.

`vga' cannot be less than 0x3f when reaching the check.

Coverity Prevent: CID 5196


211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


188826 19-Feb-2009 imp

Include string.h for strncpy prototype
Include strings.h for bcopy and bzero prototype


161808 01-Sep-2006 ru

Style.


153380 13-Dec-2005 ru

[mdoc] add missing space before a punctuation type argument.


152776 24-Nov-2005 ru

- Stop talking about non-FreeBSD stuff (mostly because it's hard
to keep this info up-to-date as time goes by).
- Revise the markup.


150850 03-Oct-2005 scottl

Add the lmcconfig tool for controlling the lmc driver. Add man pages and
glue.

Submitted by: David Boggs