matt
f84bd2a971
white space cleanup.
2011-07-08 18:49:48 +00:00
dyoung
a8f6593d47
Use <sys/bus.h> not <machine/bus.h>.
2011-07-08 18:49:27 +00:00
matt
eee38be7e4
Major update of algor.
...
Now uses generic mips bus_space.h bus_dma.h isa_machdep.h pci_machdep.h
Now uses evbmips versions of cpu.c isadma_bounce.c mcclock_isa.c
2011-07-08 18:48:55 +00:00
christos
c6c51b75eb
Support other non-latin1 single byte character sets.
...
From: Alexander Barkov and Nirbhay Choubey at oracle dot com
2011-07-08 15:54:56 +00:00
mrg
f8f0c6c2d6
avoid uninitialised variable warnings.
2011-07-08 09:42:16 +00:00
mrg
f2acb6463d
don't use -msoft-float for GCC 4.5. -msoft-float passes down -mno-float
...
to the assembler, which barfs, and i can't see any way to disable it just
for sun3/fpu.c.
2011-07-08 09:34:51 +00:00
mrg
bc7506b1cc
avoid some uninitialised variable warnings.
2011-07-08 09:32:45 +00:00
mrg
370be66d2a
add gcc-4.5/tgmath.h
2011-07-08 09:31:35 +00:00
mrg
50d7346b7f
XXX: like ppc, build sparc gmp files with -DPIC for now.
...
now /usr/bin/cc in a gcc 4.5.3 world works on a sparc.
2011-07-08 09:21:17 +00:00
jruoho
aa3f9890b8
Split out 't_printf' and 't_scanf' from 't_format' to gain the common
...
"functional scope" for the test files.
2011-07-08 06:38:03 +00:00
matt
729b0b87d7
Add extu_fraclm and extu_frachm
2011-07-08 05:55:23 +00:00
jruoho
8caf60c4cf
Remove the amd64-part from the Qemu checks. The following tests fail also on
...
i386/qemu: 'strtold_inf', 'strtold_nan', and 'infinity_long_double'. It seems
that more than anything else, these are dependent on the used Qemu version.
2011-07-08 05:10:05 +00:00
mrg
5f311ecb4a
# XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with
...
workaround via: CFLAGS+= -Wno-uninitialized
2011-07-08 03:29:52 +00:00
mrg
58e3c9ef87
initialise chuck_rptr as well, instead of chuck_read twice.
2011-07-08 03:29:15 +00:00
dyoung
367d0d5ad9
Update bus_space_tag_create(9) declaration.
2011-07-08 03:24:42 +00:00
dyoung
5b0b4c98b3
Bring bus_space_tag_create(9) up-to-date with doco.
...
Fix overrides of bus_space_unmap(9) et cetera.
2011-07-08 03:23:14 +00:00
matt
81af42b2d5
Include <sys/cdefs.h> to get __GNUC_PREREQ__
2011-07-07 22:52:48 +00:00
joerg
1cb60d627b
Update LLVM/Clang snapshot to r134635. This reduces the memory usage in
...
preprocessor heavy code and recognizes mipseb as alias for mips.
2011-07-07 21:59:14 +00:00
joerg
6873db4871
Invert def/undef condition to make LLVM_DEVELOPER=yes work as expected.
2011-07-07 21:46:50 +00:00
jruoho
8b5271a3be
Fix previous.
2011-07-07 19:29:58 +00:00
matt
d099c37fe4
Use a builtin __FOO__ for FOO if >= GCC 3.3
...
If C99, use hex floating point.
2011-07-07 18:23:18 +00:00
drochner
929391d8b0
remove SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION -- openssl uses
...
another mechanism now, and these remainders break renogotiation with
(at least) tor and postgres
2011-07-07 18:11:18 +00:00
drochner
bd5f274d5d
ignore error of "rmdir", to let "make clean" succeed in an already
...
clean directory
2011-07-07 17:55:26 +00:00
reinoud
b2a0605256
English checked and corrected, courtisy of
...
Igor Sobrado <sobrado@orion.ciencias.uniovi.es> as noted in OpenBSD that has a
copy of this file.
2011-07-07 17:45:38 +00:00
matt
2be346e54d
If GCC 4.1 or newer (or clang), use __LDBL__*__ builtins otherwise if C99
...
use hex floating point.
2011-07-07 17:29:31 +00:00
matt
c367154631
Get rid of the hack that limited long double to 64 bits. We support 128 bit
...
long doubles now.
2011-07-07 17:27:46 +00:00
jruoho
b238e6b2f8
Rename test case names.
2011-07-07 16:31:11 +00:00
jruoho
cc0041648e
Move 't_glob_star' to 't_glob' for glob(3).
2011-07-07 15:53:27 +00:00
jruoho
9b5c52594e
Merge 't_environment' and 't_environment_pth'.
2011-07-07 15:50:23 +00:00
matt
898fcbc89c
Back out last change (restore tgmath.h)
2011-07-07 15:07:53 +00:00
matt
be10aa46c6
fix lists for gcc-4.5 and MKDEBUG=yes
2011-07-07 15:05:41 +00:00
matt
8d15402c40
Fix gcc-4.5 includes
2011-07-07 15:05:00 +00:00
manu
9f214ee2a6
Fix locking protocol to avoid a panic on extattrctl stop and on umount.
2011-07-07 14:56:45 +00:00
pgoyette
f7b4f45c18
Mark the ..../syscall/ test directories obsolete as well as their contents
2011-07-07 14:29:59 +00:00
jruoho
6836bf7807
Rename some test case names. No functional change.
2011-07-07 11:12:18 +00:00
jruoho
f7ca1d1262
Improve the QEMU/amd64 detection.
2011-07-07 11:04:30 +00:00
plunky
cc67630292
ensure string buffer is null terminated, for zero length strings..
2011-07-07 10:49:38 +00:00
plunky
9bc458e1a8
ensure that the buffer is nul-terminated, otherwise printing an
...
empty string will show junk..
2011-07-07 10:44:50 +00:00
jruoho
34b08852ac
Rewrite the limit-test.
2011-07-07 10:27:31 +00:00
plunky
f88159b8d2
parse IEEE 1284 Device ID, since it is not strictly a
...
string, and may run longer than a line
2011-07-07 10:26:00 +00:00
jruoho
1b9f2dc9c1
Move 't_syslog_pthread' to 't_syslog' for consistency with libc.
2011-07-07 10:02:52 +00:00
jruoho
9a514225a1
Rename some test case names for consistency. No functional change.
2011-07-07 09:49:59 +00:00
jruoho
2b91d03e47
Few basic checks, including a case for strnlen(3).
2011-07-07 09:31:27 +00:00
jruoho
b34acef418
Add one simple test case.
2011-07-07 09:16:06 +00:00
jruoho
54bb10746c
Split out the string tests from t_string.c for consistency.
2011-07-07 08:59:30 +00:00
mrg
602d34897a
fix an off by one array bounds issue, and also fix a potentially non
...
nul-terminated string.
2011-07-07 08:48:34 +00:00
mrg
0514da4400
adb_kbd.c and adb_ms.c need -Wno-cast-qual due to sysctl const issue.
2011-07-07 08:47:22 +00:00
mrg
9692f6d4a2
- un-obsolete a pair of files we want to remain installed (XXX i wonder
...
if a way to have "clean builds" not run "postinstall fix obsolete" in
the $DESTDIR so that these sorts of errors will appear as set list
errors instead of being skipped
- fix the list of headers to install for GCC 4.5, based upon the mknative
${G_EXTRA_HEADERS}. XXX move the location of G_EXTRA_HEADERS.
2011-07-07 08:46:20 +00:00
jruoho
1c3ef2c741
Rename some test case names for consistency.
2011-07-07 08:27:36 +00:00
mrg
bdf189d888
for now, compile all the powerpc asm files -DPIC. fix this properly by
...
either compiling the dynamic version in a other dir separately, or call
gcc on the fly with the right arguments without generating .S file at all.
2011-07-07 08:02:52 +00:00