mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 07:41:02 -04:00
- 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 |
||
|---|---|---|
| .. | ||
| blank | ||
| daemon | ||
| fade | ||
| green | ||
| snake | ||
| star | ||
| scvesactl.c | ||
| scvidctl.c | ||
| syscons.c | ||
| syscons.h | ||