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
pgoyette
b685948516
Additional tests for SHA1_HMAC (with test cases from RFC2202)
2014-01-17 22:33:02 +00:00
pgoyette
10805d8a0e
Add additional test cases from RFC2202
2014-01-17 22:31:25 +00:00
joerg
85b46b0fba
GC
2014-01-17 22:20:04 +00:00
joerg
efed6ce3cb
Use generic version of fabs for softfloat.
2014-01-17 22:19:46 +00:00
martin
109f288e06
Make a gcc 4.8 warning non-fatal (couldn't find a way to avoid it, the
...
data is initialized via memcpy to a void pointer, so the "may be uninitialized"
warning is not true)
2014-01-17 20:24:20 +00:00
pgoyette
140e400a0b
Use RFC 3713 vector, add comment to identify the source
2014-01-17 19:39:51 +00:00
pgoyette
80fe9fc110
Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv.
2014-01-17 19:35:33 +00:00
martin
319a65afc2
Add a check to remove the temporarily (eroneously) created /@RUNDIR@
...
(PR bin/48529)
2014-01-17 19:06:57 +00:00
roy
7a87327182
Specify correct run directory.
...
Fixes PR bin/48529 thanks to martin@
2014-01-17 18:36:25 +00:00
roy
9a2df3ff00
Do not try to bind to un-useable IPv6 addresses.
2014-01-17 17:25:47 +00:00
roy
5d74ba14e6
Fix build with clang
2014-01-17 16:31:45 +00:00
pooka
84093338b2
don't use temp buffer from the stack, fix the constants
2014-01-17 14:57:04 +00:00
pgoyette
1b0aa2a2ae
Clean up the helper programs. Remove the code to print the results, and
...
make sure that all helpers actually check the results against the correct
values.
2014-01-17 14:16:08 +00:00
pgoyette
5119ac7130
Disable the arc4 and null_cbc tests for now. The swcrypto driver does
...
not (yet) support them.
2014-01-17 14:14:54 +00:00
joerg
19b865e567
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
...
the same set of symbols.
2014-01-17 14:08:59 +00:00
joerg
d1e1cfd112
Comment out softfloat code until it is decided what to use long term.
2014-01-17 14:07:33 +00:00
joerg
0c62fa66f3
__floatunsidf and __floatunsisf are provided by softfloat, but
...
__fixdfdi and __fixdfsi are not. So move them into the corresponding
chunks.
2014-01-17 14:06:36 +00:00
joerg
6b6d6c796f
Explicitly enumerate platforms that have unwind support to make
...
piecewise migration easier.
2014-01-17 14:03:31 +00:00
drochner
681775d0ca
fix memory allocation, and an off-by-one
2014-01-17 12:39:47 +00:00
hannken
1139274440
Change vnode operations create, mknod, mkdir and symlink to keep the
...
directory node dvp locked on return.
Discussed on tech-kern@
Welcome to 6.99.29
2014-01-17 10:55:01 +00:00
hannken
10a361faf8
Change vnode operations create, mknod, mkdir and symlink to keep the
...
directory node dvp locked on return.
Discussed on tech-kern@
2014-01-17 10:52:36 +00:00
mrg
03a295b74f
convert a failure to call OF for a reboot call into a panic() instead
...
of a hard hang.
2014-01-17 09:09:40 +00:00
skrll
d9c0c9bcb2
Fix lasi at mainbus attachment, e.g. on a HP715/100.
2014-01-17 07:44:16 +00:00
christos
c7b4698e4c
make fstat -f search for unix sockets.
2014-01-17 03:28:01 +00:00
pooka
73822fbe26
Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static
...
in subr_cprng and get rid of SYSCTL_PRIVATE namespace leak macro.
Fixes ping(8) when run against a standalone rump kernel due to appearance
of the kern.urandom sysctl node (in case someone was wondering ...)
2014-01-17 02:12:48 +00:00
pooka
d0f1bd312c
forgot to commit this with rump kernelcprng change
2014-01-17 02:08:56 +00:00
christos
589ee86777
the addition is handled in the alias.
2014-01-17 02:08:44 +00:00
pooka
964b56f42b
sysctl_init needs to be pretty much at the top of main()
2014-01-17 02:05:54 +00:00
christos
9bb3fc1adb
Move more code into the macro, and fix the bug where realloc would cause
...
a dangling pointer and memory corruption.
2014-01-17 02:03:44 +00:00
pooka
2d79771930
Use subr_cprng.c instead of stub implementation. Rijndael migrates from
...
rumpkern_crypto to rumpkern due to it being mandatory for cprng.
2014-01-17 01:32:53 +00:00
joerg
329758262f
This is not libc, so don't check the libc arch macro.
2014-01-17 00:49:55 +00:00
hkenken
5bb74448c5
added myself
2014-01-17 00:19:25 +00:00