summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* WANRS=6 cleanup for vidcontrol(1):delphij2005-01-131-0/+2
| | | | | | | | | | | | | - Use foo(void) instead of foo(). - Use static where applicable. - Apply more const's when passing parameters - signed/unsigned madness - Avoid namespace collision by adding underscores. - For 64-bit architectures, use %zx instead of %x when necessary. - When storing constants, use const instead of variable. - Bump WARNS?= from 2 to 6
* Remove GCC'isms in CFLAGS.obrien2001-07-201-2/+0
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-0/+3
|
* Add a -s option for setting the current vty. This should makebrian1997-03-071-0/+2
| | | | | | | | | life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h
* Added vidcontrol util from 1.1.5.1+sos1994-08-171-0/+4
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud