christos
de74184385
fix typo
2014-01-20 02:34:20 +00:00
christos
34dcf807f4
add missing.
2014-01-20 02:32:57 +00:00
christos
e3f47911fc
gcc-4.1 does not have the pragma diagnostic ignored
2014-01-20 02:08:27 +00:00
christos
b40d27d77a
use the old style no-error for gcc-4.1
2014-01-20 01:52:54 +00:00
christos
6bdb9744ad
ignore format errors for old gcc
2014-01-20 01:43:34 +00:00
christos
65ad45b7a0
gcc 4.1 does not have -Wno-error
2014-01-20 01:37:53 +00:00
christos
e4e9bd6876
Gcc-4.1 does not have -Wno-error
2014-01-20 01:32:12 +00:00
christos
22bb103ac9
gcc 4.1 does not support pragma diagnostic ignored
2014-01-20 01:15:03 +00:00
msaitoh
152fffcfb5
Fix a bug that EG20T's UARTs from #1 to #3 never match.
...
Tested with my MinnowBoard.
2014-01-20 01:10:38 +00:00
christos
d04b9aaa55
fix some inlines to make compilable with later versions of gcc
2014-01-20 00:05:57 +00:00
dsl
513bcdce62
Add a couple of __CTASSERT() for the sizes of the fp save structures.
2014-01-19 23:27:30 +00:00
matt
5a355fa389
Rename link to link_pkw to avoid shadowing the link syscall.
2014-01-19 22:31:13 +00:00
apb
2a9bf57a9d
Remove -O0 from CPPFLAGS, and instead set
...
COPTS.testlang_parse.c += -Wno-uninitialized.
Without the old -O0, and without the new -Wno-uninitialized,
gcc issues this bogus error:
testlang_parse.y:1400:8: error: 'cmd' may be used uninitialized in this function
2014-01-19 22:09:34 +00:00
apb
20cabc6645
Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.
...
The debug information contains embedded references to the src directory,
which is bad for reproducible builds.
2014-01-19 21:50:17 +00:00
christos
f317bf09bc
bail out unloading for now
2014-01-19 18:16:13 +00:00
dsl
751a051f72
Flatten the floating point register structures bu moving the
...
'environment' registers into the main strcuture.
There are x87 instructions that only affect the environment, but that
is no real excuse for all the sub-structures.
Rename fields so that there are far fewer collisions between the two
sets of field names.
2014-01-19 14:30:37 +00:00
pgoyette
0746ac4120
Sprinkle in some UNCONST()
2014-01-19 13:40:59 +00:00
dsl
5d0abe175a
No longer used.
2014-01-19 13:36:40 +00:00
dsl
06a21d98cb
Rip out the code that might once have supported the freebsd ptrace
...
system calls.
Removes some very dodgy conversions of FP register layouts.
Most of it has been disabled since 2007 when I removed the stackgap.
2014-01-19 13:35:58 +00:00
apb
f500068b4e
If MKREPRO=yes, make the tags file refer to /usr/src
...
instead of referring to the actual source directory ${NETBSDSRC}.
2014-01-19 11:36:45 +00:00
dsl
325382643f
Remove the unused 'struct md_coredump'.
2014-01-19 10:30:19 +00:00
apb
8d32845036
Emphasise the fact that the regexp and replacement in :C/// are
...
subjected to variable expansion before regexp parsing. This was already
documented if you read carefully enough, but more emphasis would have
helped me to figure out why I needed three or four backslashes where I
expected to need only two.
2014-01-19 10:23:29 +00:00
martin
4fee85be61
Make IPL_ values different.
...
This makes ni real difference for rump, but avoods
KASSERTs in common code when we try to assert
"ipl not higher as...".
Suggested by riastradh, OK: pooka.
2014-01-19 07:01:55 +00:00
tsutsui
183c2ca81d
Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly.
...
Reported and confirmed with radeonfb(4) by Naruaki Etomi in PR port-48431.
2014-01-19 03:44:13 +00:00
mrg
2141bdc7f5
make this look more like the latest elf32ppc.x. tested on pegasosII.
2014-01-19 02:32:21 +00:00
mrg
666a6b2604
delete .svn subdirs as part of the pre-import.
2014-01-19 00:37:30 +00:00
mrg
f3301a1034
remove schedintr_4m(), and go back to only having the level 14
...
timer call statclock/schedclock. the randomness for this clock
makes the hardclock() call very jittery.
instead of this, trigger a softintr IPI at level 10 on non-primary
CPUs from the primary CPU's clock interrupt (at level 10.) this
cleans up the generic sparc timer code a little as well.
this makes the time goes backwards problem *much* less frequent,
but i still see it sometimes.
2014-01-19 00:22:33 +00:00
joerg
484ea90199
ARM needs __clear_cache.
2014-01-18 21:27:11 +00:00
joerg
c23f371293
Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is
...
neded. Otherwise e.g. i386 compat libs are broken.
2014-01-18 21:26:46 +00:00
pgoyette
5e565c166a
Include more of the test cases from RFC 1321.
...
XXX cases 3, 6, and 9 are currently disabled because we don't seem
to handle plain-text in other than 8-byte chunks.
2014-01-18 20:40:27 +00:00
pgoyette
f2915fe1a6
Remove some debugging code.
2014-01-18 20:10:34 +00:00
pgoyette
cd62f2eb7f
Free each crypto(4) session when we're done with it. (A new session
...
is created for each test case.)
2014-01-18 19:44:41 +00:00
bouyer
e63d779940
Add FONT_BOLD8x16, which will help to have a 80x25 tty on sisfb
...
(which is limited to 640x400 pixels at this time).
2014-01-18 19:26:41 +00:00
bouyer
d59207e222
Request a 80x25 tty emulation, which is more likely to work than 80x30
...
on a 640x400 VGA.
2014-01-18 19:24:46 +00:00
tron
4923acbfbe
Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"
...
is set to "yes" to fix build problems caused by the recent change to
this makefile.
2014-01-18 18:37:30 +00:00
skrll
eed4dff2e8
Add various functions which need fenv support to arm.
2014-01-18 17:20:36 +00:00
tron
fc3d55ffe6
Postfix was updated to version 2.10.3.
2014-01-18 17:09:04 +00:00
tron
62ad86dede
Update Postfix to version 2.10.3. Changes since version 2.10.2:
...
- Future proofing against OpenSSL library API changes. When support
for a bug workaround is removed from OpenSSL, the corresponding
named bit in tls_disable_workarounds will be ignored instead of
causing existing Postfix configurations to fail.
- The postconf '-#' option reset prior options instead of adding to them.
- Correct an error in MULTI_INSTANCE_README Makefile example.
- Correct an error in SASL_README PostgreSQL example.
- Correct a malformed error message in conf/post-install.
2014-01-18 17:04:03 +00:00
roy
8085bf2f39
Don't try and use an address we can't use.
2014-01-18 16:51:44 +00:00
pgoyette
435332144e
Fix verification to use correct buffer.
...
Use test cases defined in RFC 1321
2014-01-18 15:55:32 +00:00
christos
3a5ace8027
revert previous, it causes other problem and I cannot easily debug it.
2014-01-18 15:21:41 +00:00
pgoyette
101f54fefd
Add the test cases for sha1_hmac
2014-01-18 15:15:16 +00:00
apb
b29660a1ad
+ Please also update ACPI_DATE in include/acapps.h.
2014-01-18 09:51:08 +00:00
apb
8f26fe44ec
Update ACPI_DATE to "18 Dec 2013", because acpica version 20131218
...
was imported on 27 Dec 2013.
2014-01-18 09:48:24 +00:00
apb
acf505fc16
Use ACPI_DATE instead of __DATE__ in a version string that
...
ends up in the iasl executable. ACPI_DATE is defined in
sys/external/bsd/acpica/dist/include/acapps.h.
2014-01-18 09:25:24 +00:00
apb
85defa7795
Use basename(filename) in "Generated from %s" comments in output files,
...
to avoid embedding the path to the build tree.
2014-01-18 09:20:36 +00:00
joerg
544c834ab7
__fixsfdi is required, __fixdfsi already in softfloat.
2014-01-18 03:28:28 +00:00
joerg
3732193e19
Needs some unconst.
2014-01-18 02:31:14 +00:00
joerg
527d1fa144
Use a separate variable for the use of GCC's unwind code.
2014-01-18 01:08:56 +00:00
pgoyette
6acb765790
Update sets lists for new h_sha1hmac test program.
2014-01-17 22:34:36 +00:00