ahoka
ab7aeea36d
Fix markbad command
2011-03-20 06:10:27 +00:00
nonaka
cf8c061385
if poll card detect is enabled, don't show "couldn't enable card".
2011-03-20 03:02:48 +00:00
nonaka
40ea0d961b
added ld0 for SD/MMC.
2011-03-20 03:00:56 +00:00
phx
ddf0053263
The DSM-G600 U-Boot is so restricted that there is no possibility to pass
...
any bootargs. So we will just do the default multiuser boot from wd0: when
altboot was started together with a Linux initrd image.
2011-03-20 02:07:05 +00:00
christos
3e812ebec1
don't need these and they break the build
2011-03-19 21:26:02 +00:00
hannken
d8c44cec40
Remove a vnode reference leak from msdosfs_rename. Release tdvp if either
...
doscheckpath() or relookup() fails.
Adjust test fs/vfs/t_vnops.c and remove the link count test for msdos.
Fixes PR #44661
2011-03-19 20:05:21 +00:00
phx
fcc4672d90
DLink DSM-G600 IDSEL-14 (USB) needs special handling: Pin A is mapped to
...
EPIC-IRQ 1, but Pin C must be mapped to IRQ 2.
2011-03-19 19:54:02 +00:00
jakllsch
07bc3e6b39
Fix typo, adjust less list address.
2011-03-19 17:12:12 +00:00
christos
185969dd49
from www.netlib.org
2011-03-19 16:26:36 +00:00
jakllsch
5ed27c5e1e
Add announce mailing list address for less. This and previous commits changes
...
prompted by Snader_LB.
2011-03-19 16:10:16 +00:00
phx
f96a3d06f6
Add ral(4) and stge(4) for DLink DSM-G600.
...
Disabled DIAGNOSTIC.
2011-03-19 16:05:35 +00:00
jakllsch
efc176a403
Less is now at version 436.
2011-03-19 14:54:05 +00:00
cliff
8c2354cc52
include flashio.h
2011-03-19 13:47:43 +00:00
jruoho
8e61d41493
Like in rest of the acpi(4) stack, queue all resume hooks.
2011-03-19 12:57:30 +00:00
wiz
523ab18712
Remove duplicate word.
2011-03-19 08:42:41 +00:00
wiz
8daed3c318
Add missing comma.
2011-03-19 08:41:19 +00:00
skrll
0f27bfbde0
Whitespace.
2011-03-19 06:48:09 +00:00
jruoho
acf13bc7e1
Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested.
2011-03-19 06:39:17 +00:00
ahoka
f9a44d1787
Dont try to read MSR_TEMPERATURE_TARGET on Core Duo Yonah
2011-03-19 06:15:12 +00:00
jruoho
e845edb12c
Add missing period.
2011-03-19 05:18:36 +00:00
jruoho
1194e4acc3
Briefly document __predict_true() and __predict_false().
2011-03-19 04:59:43 +00:00
cliff
0d7e06e2aa
compat/netbsd32 ioctl support for FLASH_GET_INFO
2011-03-19 04:07:35 +00:00
dholland
4a414f41ec
Fix memory leak introduced with the struct pathbuf changes. Hi, me.
...
Closes PR 44625.
2011-03-19 01:34:24 +00:00
mrg
d85d9a6541
apply the fix_label hack to partitionSizeHi as well. it's needed there.
...
to do so, move the call to fix the label inside of rf_reasonable_label()
itself, so we can fix the partition sizes before calling
rf_component_label_partitionsize() itself.
fixes the failure mode where i had garbage not in numBlocksHi but in
partitionSizeHi, and the check against rf_component_label_partitionsize()
would fail and my raid would not auto-configure.
2011-03-18 23:53:26 +00:00
joerg
73a4306de0
Update LLVM snapshot. This allows deriving the target from the binary
...
name, provides a proper CPP mode and fixes a number of compat issues
in the integrated assembler.
Build the toolchain compiler optimized and without assertions now.
2011-03-18 23:32:01 +00:00
jruoho
bf02b615d6
Note also tests(7).
2011-03-18 22:24:57 +00:00
jruoho
2d03f41467
Fix xref; security(8) -> security(7).
2011-03-18 22:19:31 +00:00
jruoho
cc518b13cc
Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
...
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.
2011-03-18 22:16:25 +00:00
jruoho
5c4331b81a
Xref x86/ichlpcib(4) instead of ichlpcib(4).
2011-03-18 21:22:04 +00:00
jruoho
0322b31dcf
Add some datasheets to SEE ALSO.
2011-03-18 21:17:17 +00:00
jruoho
036d412966
Comment out IA32_TEMPERATURE_TARGET temporarily.
2011-03-18 20:56:46 +00:00
cliff
a89d7a0136
fix typo
2011-03-18 20:23:26 +00:00
cliff
df950be7f2
style improvements, input from matt@
2011-03-18 19:58:21 +00:00
dyoung
95804f750f
Simplify tags target to reduce diffs with amd64/Makefile tags target.
2011-03-18 19:48:12 +00:00
dyoung
85f22fe9ae
Fix tags target.
2011-03-18 19:46:19 +00:00
dyoung
6d2b55b6aa
Obey MKNLS=no.
2011-03-18 19:45:27 +00:00
jakllsch
9e4c8abd95
Honor bp_timeout even if someone sets X86_BP_FLAGS_NOBOOTCONF.
2011-03-18 18:24:09 +00:00
jakllsch
f7cb5f6ff7
Honor bp_timeout even when X86_BP_FLAGS_NOBOOTCONF is set.
...
Or, in other words, bring back the 5 second countdown in pxeboot(8).
2011-03-18 18:21:38 +00:00
jakllsch
0f57ab9175
Automatically adjust pxeboot(8) stack based on the end of .bss, like is already
...
done in biosboot.S for boot(8).
(The heap location will need to be adjusted if pxeboot expands much more.)
2011-03-18 17:46:26 +00:00
jakllsch
dbf4ec1adb
Bump symtab space.
2011-03-18 17:19:06 +00:00
ahoka
4ad1d11f7a
use %zu for size_t, also add rcsid
2011-03-18 16:46:04 +00:00
tsutsui
81a6c364a8
- include <mips/mips_param.h> after MACHINE is defined
...
- remove MACHINE_ARCH and MID_MACHINE that are defined in <mips/mips_param.h>
- remove redundant comment
2011-03-18 16:39:58 +00:00
tsutsui
ad0452ba4c
- include <mips/mips_param.h> after MACHINE is defined
...
- remove redundant comment
2011-03-18 16:35:03 +00:00
tsutsui
24157545c8
Include <mips/mips_param.h> after MACHINE is defined.
2011-03-18 16:33:41 +00:00
tsutsui
d9e5144132
- include <mips/mips_param.h> after MACHINE is defined
...
- remove redundant comment
2011-03-18 16:28:51 +00:00
tsutsui
2e4462e038
Include <mips/mips_param.h> after MACHINE is defined.
2011-03-18 16:23:09 +00:00
jruoho
d466b2f980
Fix xref; security(8) -> security(7).
2011-03-18 16:21:46 +00:00
tsutsui
98e6fe4141
- include <mips/mips_param.h> after MACHINE is defined
...
- remove redundant comment
2011-03-18 16:21:30 +00:00
jruoho
0ad14641dc
Fix xref; security(8) -> security(7).
2011-03-18 16:20:12 +00:00
tsutsui
0965b62500
Include <mips/mips_param.h> after MACHINE is defined.
2011-03-18 16:19:13 +00:00