Commit Graph

212373 Commits

Author SHA1 Message Date
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
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