212380 Commits

Author SHA1 Message Date
rkujawa
77c4799b9f Add wsdisplay ioctls and support for mmap'ing of linear frame buffer. 2012-07-29 20:31:53 +00:00
wiz
03dbd9491c Serial comma, whitespace fixes, sort SEE ALSO.
Bump date for previous.
2012-07-29 18:51:48 +00:00
christos
39863492ce PR/46599: Onno van der Linden: Don't call bus space commands with 0 len.
Causes the sil 3112 controller to lock up.
2012-07-29 18:20:13 +00:00
mlelstv
8ce4433821 Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
dsl
160cd430cb Make this compile with the compiler I'm using.
Move variable defs to top of function.
Don't use const static mib[] - run time initialisation won't matter,
and not using static data may actually help in a .so.
2012-07-29 14:44:13 +00:00
matt
72331d9777 Fix init call to OPENSSL_cpuid_setup.
XXX why are using a globally visible routine in a constructor?
2012-07-29 13:17:53 +00:00
mlelstv
25951a4d30 use standard macro for bdev_size declaration 2012-07-29 10:07:10 +00:00
dholland
25f0cf9440 Restore accidentally lost initialization of quotatypes[].
Fixes (null) in the kernel message triggered when you go over quota, and
maybe other things. Reported by Matthew Mondor.
2012-07-29 08:32:27 +00:00
mlelstv
e5129e3384 Use const nodes. Let sysctl_createv initialize sysctl_data. 2012-07-29 07:04:09 +00:00
pgoyette
fa22835bbb Replace local handling of entropy gathering with the new common code
recently introduced into sysmon_envsys(4).

Thanks to jruoho@ for testing.
2012-07-29 02:58:27 +00:00
matt
283ccd082a Another failed typedef fixed. 2012-07-29 00:08:19 +00:00
matt
9af4a6e26f A little constification 2012-07-29 00:07:53 +00:00
matt
a039bd91a6 Fix more -fno-common fallout.
Move more variables to common locations.
2012-07-29 00:07:06 +00:00
matt
8ad8b5528b Fix more -fno-common fallout. 2012-07-29 00:04:05 +00:00
matt
3f6bcba2e8 Remove __BUS_SPACE_HAS_STREAM_METHODS 2012-07-28 23:18:48 +00:00
matt
da1f03265f Add a few missing commas. 2012-07-28 23:13:16 +00:00
matt
35241c054c Remove IPL_SAFEPRI 2012-07-28 23:12:52 +00:00
matt
927b8a6c6e Fix -fno-common fallout. 2012-07-28 23:08:56 +00:00
matt
9099962388 extern is your friend. especially for variables in header files. 2012-07-28 23:06:30 +00:00
matt
695805a585 Remove tinfo_t which would have been a typedef had someone actually used
typedef but instead it become an unused common.
2012-07-28 23:04:45 +00:00
matt
1750060a5d Use (void *) instead of (type **) which gcc complains about. 2012-07-28 23:03:47 +00:00
matt
99d4e3051d Only SDHC 1.0 controllers can do that fucky MULTI_SEG stuff. 2012-07-28 23:02:57 +00:00
jakllsch
84276f0edb sdhc(4) currently only implements support for the SDHC 1.0 DMA mechanism, so
only enable in that case.
2012-07-28 20:08:51 +00:00
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