History log of /freebsd-9.3-release/usr.sbin/lmcconfig/lmcconfig.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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


# 188826 19-Feb-2009 imp

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


# 150850 03-Oct-2005 scottl

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

Submitted by: David Boggs