freebsd-nq/sys/dev/syscons
Kazutaka YOKOTA ef7b5df757 Cosmetic changes:
- there were too many global variables (there still are :-).
- the data section was bloated by explicit initializations of static
  variables to 0 (only fixed the recently changed ones).
- WRAPHIST() had silly parentheses around foo->bar.
- the comment about inline functions was stale.
- the comment about Userconfig presumes too much about the boot environment.
- `i' was reused confusingly in scioctl().
- the declaration of `butmap' used a deprecated K&R misfeature.
- the initializeation of `butmap' had an unnecessary line break.
- `unsigned char' was not consistently (mis)spelled as u_char.
- English was poor in a comment in videoio.c.
Submitted by: bde
1998-09-26 03:38:40 +00:00
..
blank Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
daemon Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
fade Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
green Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
snake Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
star Fix the sreensavers so the work again with the new syscons & friends. 1998-09-17 19:40:30 +00:00
scvesactl.c Cosmetic changes: 1998-09-26 03:38:40 +00:00
scvidctl.c Cosmetic change: adjust copyright notice. 1998-09-25 11:55:46 +00:00
syscons.c Cosmetic changes: 1998-09-26 03:38:40 +00:00
syscons.h - Use `u_long cmd' ioctl arg. 1998-09-26 03:34:10 +00:00