Commit Graph

210071 Commits

Author SHA1 Message Date
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
minoura
39025c1e05 Add xxboot (stage1) support. 2012-03-20 13:03:33 +00:00
minoura
334ba4ec93 Initial support for xxboot (cdboot_cd9660, specifically). 2012-03-20 13:01:32 +00:00
minoura
c1baa1f4e6 Fix CD support. 2012-03-20 12:38:53 +00:00
minoura
9e3651c7cf Add FFSv2 support. 2012-03-20 12:38:33 +00:00
minoura
4c819508b9 Comment fix. 2012-03-20 12:37:34 +00:00
minoura
5659a5031a Be silent. 2012-03-20 12:37:01 +00:00
kardel
5d92cd82ed PR pkg/46206
re-establish fqdn lookup when AI_ADDRCONFIG is used in hints
AI_ADDRCONFIG led to fqdn lookup being skipped as the systems didn't
configure any PF_UNSPEC addresses - check was too strict here.
Thnaks to Ryo ONODERA for testing.
2012-03-20 12:04:01 +00:00
nonaka
e8e2f240ee fix build failure on mipsel.
>/usr/src/lib/libc/gen/nlist_ecoff.c(112): warning: constant in conditional context [161]
2012-03-20 11:28:04 +00:00
he
46fd488dd6 Cast to unsigned int before doing shift operations, to appease lint. 2012-03-20 10:51:23 +00:00
he
a1a4d3d82c Sprinkle some /* ARGSUSED */ before the dummy functions to appease lint. 2012-03-20 10:40:48 +00:00
kardel
52f5a00d5c PR 46206: fix programmed SIGSEGV
more work is needed as tests seem to indicate that name resolution now
does no seem to work (firefox reports Server not found)
thanks to Ryo ONODERA for testing.
2012-03-20 10:34:33 +00:00
martin
3e9dfcff83 Remove spurious bsd.kinc.mk include, which seems to not be needed here
and does not work at all (missing bsd.own.mk for ACTIVE_CC) anyway.
2012-03-20 09:18:00 +00:00
mrg
2466239b54 remove references to my src/obj trees, and make a note about avoiding
this in the future / should automate it too.
2012-03-20 08:21:38 +00:00
jruoho
2447f335ab Note PR bin/12838. 2012-03-20 06:30:02 +00:00
jruoho
327776ba0b Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
all fixed long time ago.
2012-03-20 06:18:33 +00:00
jruoho
a4f8c0aaa1 Skip Xen. XXX: There should be a reliable way to detect MODULAR. 2012-03-20 05:50:11 +00:00
jruoho
128cf91305 Remove xfail. 2012-03-20 05:21:45 +00:00
christos
bc3dd708b6 ansi prototype 2012-03-20 01:42:59 +00:00
matt
7e14795b01 Simplify a bit and constify as well. Since the file is mapped read-only,
use const references to access its data.
2012-03-20 00:31:24 +00:00
christos
b5fc25d19b cast to size_t 2012-03-20 00:16:35 +00:00
christos
8b01ea2a71 - sprinkle CONSTCOND
- back to char * to simplify code, requested by gimpy
2012-03-20 00:03:12 +00:00
matt
f8659af7ae Move -D_DIAGNOSTIC to a separate line (makes it easier to comment out). 2012-03-19 22:32:16 +00:00
matt
df5fea35ff Use unsigned int instead of int fo the fp* typedefs. 2012-03-19 22:24:07 +00:00
matt
5d44f1d51d Convert to C89 definitions.
Cleanup up type usage.
2012-03-19 22:23:10 +00:00
christos
ff236fe4d7 don't do arithmetic on void pointer. 2012-03-19 16:20:58 +00:00
jruoho
f910850c47 As noted by christos@ in rev. 1.4 to t_awk.sh, the "period" test has been
broken all along. Fix expected output (tested on Linux, GNU awk 1.3.3).
2012-03-19 13:07:23 +00:00
jruoho
570dcaf1ea Remove check. 2012-03-19 12:58:41 +00:00
njoly
d0df4f4862 Adjust to unbreak mkdebug build. 2012-03-19 11:16:36 +00:00
njoly
25dede0e9d Adjust for mandoc output. 2012-03-19 10:48:20 +00:00
plunky
3d672173f2 pselect->paccept for this page 2012-03-19 09:34:36 +00:00
wiz
e93c7961c5 Sync usage with man page. 2012-03-19 09:14:15 +00:00
wiz
34e2e47694 New sentence, new line.
Sort descriptions.
Use simpler markup.
Bump date for previous.
2012-03-19 09:13:33 +00:00
jruoho
3a662fafc9 Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago. 2012-03-19 07:05:18 +00:00