minix/usr.bin
Thomas Veerman a209c3ae12 Fix a ton of compiler warnings
This patch fixes most of current reasons to generate compiler warnings.
The changes consist of:
 - adding missing casts
 - hiding or unhiding function declarations
 - including headers where missing
 - add __UNCONST when assigning a const char * to a char *
 - adding missing return statements
 - changing some types from unsigned to signed, as the code seems to want
   signed ints
 - converting old-style function definitions to current style (i.e.,
   void func(param1, param2) short param1, param2; {...} to
   void func (short param1, short param2) {...})
 - making the compiler silent about signed vs unsigned comparisons. We
   have too many of those in the new libc to fix.

A number of bugs in the test set were fixed. These bugs were never
triggered with our old libc. Consequently, these tests are now forced to
link with the new libc or they will generate errors (in particular tests 43
and 55).

Most changes in NetBSD libc are limited to moving aroudn "#ifndef __minix"
or stuff related to Minix-specific things (code in sys-minix or gen/minix).
2011-11-14 10:07:49 +00:00
..
apropos update/fix manpage support 2011-09-28 15:24:15 +00:00
indent don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
m4 rename -lutil to -lminixutil 2011-08-01 14:32:14 +02:00
man update/fix manpage support 2011-09-28 15:24:15 +00:00
mdocml mdocml/man: dummy cleandepend target 2011-09-28 15:36:24 +00:00
ministat worldstone benchmark script 2011-09-24 14:49:55 +00:00
mkdep Import NetBSD mkdep 2011-07-22 17:28:27 +02:00
mkimage Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
sed import netbsd sed 2011-07-20 15:14:48 +02:00
seq worldstone benchmark script 2011-09-24 14:49:55 +00:00
stat don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
tic don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
top terminfo fixes 2011-08-04 16:50:57 +00:00
uniq Replace uniq with NetBSD version 2011-07-24 21:40:02 +02:00
Makefile update/fix manpage support 2011-09-28 15:24:15 +00:00
Makefile.inc mk: single mk fragment for new libc 2011-07-27 18:23:36 +02:00