Commit Graph

212345 Commits

Author SHA1 Message Date
matt efbf8fe2cd Fix some -fno-common fallout. 2012-07-28 02:08:50 +00:00
matt 681a8bcc0b physmem is defined in uvm_page.c 2012-07-28 00:57:04 +00:00
matt b1afbb311c Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
matt 4dcc9e2fdc Make this compile with i386/conf/ALL 2012-07-28 00:42:47 +00:00
matt 10543b2146 -fno-common fallout. 2012-07-28 00:10:22 +00:00
matt 8a64184d2a Get new openssl to work on powerpc. 2012-07-27 23:01:23 +00:00
drochner dba2da8249 gcc -fno-common fallout 2012-07-27 22:55:29 +00:00
matt 556095151a Increase ramdisk size. 2012-07-27 22:40:48 +00:00
matt 75d1db6793 Fix -fno-common fallout. 2012-07-27 22:24:13 +00:00
matt 234c45d0cb Fix some -fno-common fallout 2012-07-27 22:13:58 +00:00
matt 5415192cf6 Add EG20T UART entries.
Closes PR/45567.
2012-07-27 21:51:31 +00:00
matt 34f5472e6b Regen. 2012-07-27 21:50:52 +00:00
matt 2725f8aa33 Add EG20T PCH. Closes PR/45567. 2012-07-27 21:50:32 +00:00
christos 7dab8608fa mention PATH_MAX instead of 16. 2012-07-27 21:33:46 +00:00
christos c359006f4e This cannot be used because we are compiling with __ARM_ARCH_3__ and it needs
a minimum of 4
2012-07-27 21:28:24 +00:00
christos 371fb85ca8 remove extra parens that make clang bitchy. 2012-07-27 21:22:55 +00:00
christos 72e4156b86 revert racy vfork() parent-blocking-before-child-execs-or-exits code.
ok rmind
2012-07-27 20:52:49 +00:00
wiz f5baaa3a80 Fix error in SYNOPSIS, sort. 2012-07-27 20:49:48 +00:00
christos abb96b5702 Instead of leaving the file directive which is inconsistent and may contains
paths, instead include our assembly macros
2012-07-27 19:34:13 +00:00
christos 662e5a1b5f avoid an alloca for SSP 2012-07-27 18:35:57 +00:00
wiz 8a3946005d Mention option arguments in DESCRIPTION. 2012-07-27 18:34:35 +00:00
wiz e9890e4637 New sentence, new line.
Use Aq or Ao/Ac instead of \*[Lt] \*[Gt].
Remove duplicate RCS Id.
2012-07-27 18:28:53 +00:00
christos 20d591e2dc regen for the new version 2012-07-27 18:22:59 +00:00
wiz b713a39753 Remove trailing whitespace. 2012-07-27 18:22:04 +00:00
christos fc13d98204 mention assembly file regeneration too 2012-07-27 18:21:59 +00:00
christos 25f2218e23 more assembly munging 2012-07-27 18:16:53 +00:00
christos fc700fffcd provide OPENSSL_cpuid_setup to the haves and the havenots
[still there are other platforms ia64, s370, powerpc64] where we can do better.
2012-07-27 18:10:40 +00:00
christos 59b796f522 undo previous: some ports don't have it in the constructor! 2012-07-27 17:45:59 +00:00
jnemeth b9973e9aa6 OpenSSH 1.0.1c -> OpenSSL 1.0.1c 2012-07-27 17:39:36 +00:00
christos 5f605781bc don't do cpuid anymore. 2012-07-27 17:27:43 +00:00
ginsbach 97b6b6c2cc Note addition of POSIX pr(1) -f and -p options. 2012-07-27 16:49:07 +00:00
jakllsch 8f128a3925 Convert amr(4) to device_t (CFATTACH_DECL_NEW). 2012-07-27 16:25:11 +00:00
christos 414b1de06c only x86 has AESNI 2012-07-27 16:05:27 +00:00
christos c0ab76c295 make OPENSSL_cpuid_setup global again 2012-07-27 16:04:30 +00:00
matt b9a3e8ed82 Remove safepri. 2012-07-27 14:05:08 +00:00
jakllsch d1934bdd72 Convert twa(4) to device_t (CFATTACH_DECL_NEW). 2012-07-27 14:02:17 +00:00
pooka c303bcbe4c Bit-un-rot the proplib portability layer. 2012-07-27 09:10:59 +00:00
pooka 3b3ffd7039 Once again, make the rump kernel hypercall layer work on Linux. 2012-07-27 09:09:05 +00:00
pooka 09452c4910 Use mmap hypercall for memory allocation only when absolutely necessary
(map == module_map).  Otherwise, use the malloc hypercall.  This avoids
relying on the platform's mmap() to be able to return arbitrarily
alignment memory.
2012-07-27 09:06:01 +00:00
abs d6cb28dd2a - Adjust the TOC parsing to reject an TOC with invalid (zero) track ids.
Avoids dereferencing off the start of the TOC track array.
- Add #ifdef GDROMDEBUGTOC for dumping out the gdrom TOC values
2012-07-27 07:42:26 +00:00
manu b8b95eab4a Rename slow sopreq queue into node sopreq queue, to refet the fact that
is only intended for postponed node reclaims.
When purging the node sopreq queue, do not call puffs_msg_sendresp(), as
it makes no sense.
2012-07-27 07:38:44 +00:00
manu efa196dac9 puffs mounts share global pools. This means that the puffs_vfsops cannot
be vfs_detach'ed by module autounload before puffs_vfsop_unmount() completes
and has freed ressource from the pools. By holding a reference on
puffs_vfsops from each mount, we ensure that no race can occur here.

Works around the crash in kern/46734
2012-07-27 07:25:56 +00:00
apb c185f8ef0c zoneinfo: Import tzdata2012d. [apb 20120722] 2012-07-27 07:21:01 +00:00
matt 2b5bbd5317 Enable -fno-common for GCC compiled kernels 2012-07-27 05:40:51 +00:00
matt f770105b50 Note removal of safepri 2012-07-27 05:38:21 +00:00
matt f96ef7b3c5 Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD
header file (if not, a value of 0 is assmued).
2012-07-27 05:36:09 +00:00
matt c476e7cf03 Use %r6 for setting PSL_RI, not %r30 since r30 needs to be preserved. 2012-07-27 04:17:07 +00:00
kiyohara b113d48dab Enable mvcesa.
Also enable idmac in SHEEVAPLUG.
2012-07-27 03:10:23 +00:00
kiyohara 11ef2a5b15 Add mvcesa. 2012-07-27 03:03:34 +00:00
kiyohara 068a6eb9af Add Marvell CESA(Cryptographic Engines and Security Accelerator) module driver.
But support only PIO-mode now.  Also AES-CBC not supported.
 Don't know how to process to AES CBC in PIO-mode. I haven't found IV registers.
2012-07-27 03:00:01 +00:00