christos
4364423588
make sure that the PLT change is not lost
2012-07-28 19:21:57 +00:00
matt
a971ba5943
Remove declartions of physmem
2012-07-28 19:08:22 +00:00
matt
497c94cc1d
Fix comments about __bitfield.
2012-07-28 18:38:03 +00:00
matt
fec343bc7e
Call OPENSSL_cpuid_setup through PLT to avoid DT_TEXTREL
2012-07-28 18:06:08 +00:00
tsutsui
f952e34eb4
Handle bootarg strings passed from firmware prompt properly on LUNA-II.
...
LUNA-II seems to use a different vector from LUNA to pass bootargs.
Now we can specify RB_ASKNAME and RB_SINGLE at boot on LUNA-II.
Should be pulled up to netbsd-6.
2012-07-28 17:33:53 +00:00
hannken
b202e26bfe
Minor fix to previous -- release vnode after last use, not before.
2012-07-28 16:14:17 +00:00
njoly
734339d201
Add testcase for PR/46743
2012-07-28 16:08:39 +00:00
hannken
8f23e66316
Use `getdisksize()' to get the size of the mounted-on block device.
...
Should work for disks without partition table (wedges) now.
2012-07-28 15:12:42 +00:00
hannken
a8055efc22
Initialize `fss_flags' before setting an individual bit.
...
Not a real problem as there is only one valid bit yet.
From Edgar Fuss via tech-kern@netbsd.org
2012-07-28 15:09:44 +00:00
njoly
3db651594b
Add missing El macro.
2012-07-28 09:56:39 +00:00
njoly
6ddf50a26a
Kill extra Fc macro.
2012-07-28 09:56:09 +00:00
wiz
979c697256
regen. Updates version to 5.11, as requested by Jim Bernard in PR 46735.
2012-07-28 08:02:15 +00:00
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