Commit Graph

210104 Commits

Author SHA1 Message Date
matt d6a05e11ac Use a little const for quotes strings. 2012-03-21 10:11:34 +00:00
matt e1a2f47f12 Use C89 function definition 2012-03-21 10:10:36 +00:00
matt cb0a562de5 Use __UNCONST to unconst a "" 2012-03-21 10:09:20 +00:00
matt 572e1c8587 These directories don't handle WARNS=5 2012-03-21 10:08:30 +00:00
he 912d4f1845 Cast an int argument to umax2s() to size_t. 2012-03-21 09:49:02 +00:00
bsh 583109cfde shut up lint(1) 2012-03-21 09:05:35 +00:00
matt c7757d6b3f Add a Makefile dependency 2012-03-21 05:49:39 +00:00
matt 912d25fe8b Use special ed and umount. 2012-03-21 05:49:17 +00:00
matt d8695ce615 Default to WARNS=5 2012-03-21 05:47:53 +00:00
matt c57734f330 Use WARNS=4 2012-03-21 05:44:39 +00:00
matt bda6ce62a2 Use C89 function definitions. 2012-03-21 05:43:55 +00:00
matt 41061f7ff7 Add missing MKDEBUG=yes X11 files 2012-03-21 05:43:09 +00:00
matt de854baefb Use C89 function definitions for the inlines. 2012-03-21 05:42:26 +00:00
matt fcd1fc711f Libraries default to be built with WARNS=5 2012-03-21 05:39:21 +00:00
matt 510d3d4c1d These directories default to WARNS=2 2012-03-21 05:38:49 +00:00
matt fa835e8c8b These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
matt 5d04d368b8 Use WARNS=2 (the previous WARN=4 was incorrect and ignored). 2012-03-21 05:36:24 +00:00
matt 6fb2a3179f Use C89 functions definitions. 2012-03-21 05:34:54 +00:00
matt f9113d007b Use C89 functions definitions.
Remove use of __P
2012-03-21 05:33:26 +00:00
chs cf43d4681a define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.
2012-03-21 03:20:22 +00:00
christos 39052f3b3d cast to appropriate types. 2012-03-21 02:32:26 +00:00
christos 59f433dfc5 - don't compile unreachable code.
- convert uintmax_t to uintptr_t
2012-03-21 02:18:14 +00:00
christos c2ff854c81 c89 prototypes, unsigned int 2012-03-21 00:38:34 +00:00
christos c59812a81a uintmax_t -> size_t (never called with larger than size_t) 2012-03-21 00:38:06 +00:00
christos 79f2de1232 size_t -> uint8_t 2012-03-21 00:35:50 +00:00
riz f76fc16550 Remove ${NETBSDSRCDIR}/sys/lib/libkern from .PATH; there are no
source files from there compiled.
2012-03-21 00:35:33 +00:00
christos a8d19c80ee time_t casts 2012-03-21 00:34:54 +00:00
christos de9f2b1f30 void cast 2012-03-21 00:34:04 +00:00
nisimura 890bbdede1 Unbreak the endian issue in firmware header decoding. Comfirmed good and
running by a powerpc machine.
2012-03-21 00:29:39 +00:00
christos e86314f733 make fp_except unsigned 2012-03-20 23:57:57 +00:00
matt a969b57018 Add WARNS=5 to enable -Wold-style-definitions 2012-03-20 21:48:20 +00:00
martin 9e9f4b8bed We do not care about portability when instantiating softfloats for our
concrete environment - add appropriate lintflags.
2012-03-20 21:37:19 +00:00
martin 2335ebce2c Remove initialized but unused variable 2012-03-20 21:34:51 +00:00
matt d34c2845b8 Use C89 function definitions 2012-03-20 20:34:57 +00:00
matt cf7ed4c9cc Convert to C89 function definitions 2012-03-20 18:50:30 +00:00
matt da4f7877a7 Use C89 function definitions 2012-03-20 18:42:28 +00:00
njoly 299c989a28 Remove unneeded atf_tc_expect_pass calls. 2012-03-20 18:20:49 +00:00
matt 504f867176 Use C89 Prototypes.
Remove use of __P
2012-03-20 17:44:17 +00:00
matt adb7422177 Use C89 definitions
Remove use of __P
2012-03-20 17:14:50 +00:00
jruoho 585bdc4958 Add missing text file. Pointed out by P. Welche. 2012-03-20 17:13:44 +00:00
matt 1f0437222e Use C89 definitions 2012-03-20 17:08:13 +00:00
matt 56a38fd9b4 Use C89 definition.
u_int*_t -> uint*_t
2012-03-20 17:06:43 +00:00
matt 5688dfcf9c Switch to C89 definitions.
Remove use of __P
2012-03-20 17:05:59 +00:00
matt 44551472c9 Remove use of __P
Switch to using C89 definitions.
2012-03-20 16:38:44 +00:00
matt cf884af3e9 Use C89 definitions.
Remove use of __P
2012-03-20 16:36:04 +00:00
matt 8147d218bf Convert to use C89 prototypes.
Remove use of __P
2012-03-20 16:30:26 +00:00
matt 68e3ffa377 Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
matt 567219e1d7 Remove __P usage.
Convert to C89 prototypes.
2012-03-20 16:21:41 +00:00
matt 336af9bbce Revert unneeded casts. 2012-03-20 16:19:56 +00:00
macallan 264ccf250b split voyagerfb_putchar() into one method for mono fonts and one for
anti-aliased fonts
2012-03-20 14:59:36 +00:00