mrg
d0e58b2d00
this doesn't need <execinfo.h>, which doesn't exist on older hosts.
2014-10-11 20:50:59 +00:00
mrg
db518126d4
more regen for complex and more.
2014-10-11 19:55:59 +00:00
martin
2d4c5dc1d5
If not __HAVE_ATOMIC64_OPS, do not force the test for 64bit types.
2014-10-11 17:46:58 +00:00
jmcneill
db235ac6db
disable MULTIPROCESSOR for now
2014-10-11 17:35:06 +00:00
jmcneill
e02e78f5bf
fix AWIN_MMC_FTRGLEVEL for A31
2014-10-11 17:29:59 +00:00
martin
db3a752aed
Remove a set but not used variable
2014-10-11 17:27:42 +00:00
uebayasi
fa8a98c8aa
No wsdisplay options without wsdisplay.
2014-10-11 15:55:36 +00:00
uebayasi
6d52c530bb
More debug messages.
2014-10-11 15:47:38 +00:00
uebayasi
77259bf204
On second thought, resolving "device" dependency in enddefs() is correct.
...
The problem was to select things. So put back the code to record dependency
as attributes.
While here, sprinkle more debug messages.
2014-10-11 15:20:36 +00:00
martin
069f2c5d29
Add a link time test to catch missing symbols in libc, as pointed
...
out in PR toolchain/49074.
2014-10-11 14:52:15 +00:00
mlelstv
aba91938d6
The partition size is always computed in native blocks. The code also assumes
...
that native blocks are always DEVB_SIZE (a few lines earlier) which makes
the current calculation a no-op.
2014-10-11 14:05:11 +00:00
mlelstv
217621d7a9
use disk_init() wrapper function instead of poking data structures.
2014-10-11 13:56:01 +00:00
gson
fbdc6f8ee9
When checking if the user chose to use the existing bootblocks, use
...
the appropriate variable, boottype.bp_consdev, not the uninitialized
bp.bp_consdev. Also remove bp and bootxx since their only use was in
the incorrect check. This should fix the problem of sysinst segfaulting
when you choose "Use existing bootblocks" on amd64.
2014-10-11 13:34:01 +00:00
mlelstv
49e3024a88
No longer warn about differences bewteen disk size and total sector count
...
in disklabel when the latter is just clamped to the maximum.
2014-10-11 12:36:25 +00:00
njoly
0ab951a98a
Note that rmdir(2) fails with EINVAL when the path last component is
...
`.' (dot).
2014-10-11 12:06:58 +00:00
mlelstv
53385cb9cd
clamp total number of sectors to UINT32_MAX instead of providing the
...
lower 32bit of the 64bit number.
2014-10-11 12:01:27 +00:00
uebayasi
bc6310c5db
Device midi attachment where the evil usbdevices.config is included.
2014-10-11 11:55:07 +00:00
njoly
fd871e46ea
Use '.Rv -std' for RETURN VALUES, sort ERRORS.
2014-10-11 11:50:11 +00:00
uebayasi
225f802beb
Comment out wscons related options.
2014-10-11 11:26:57 +00:00
jmcneill
0f923458b9
ahcisata is only available on the A10 and A20
2014-10-11 10:31:13 +00:00
ozaki-r
782d9eb22e
Execute if_detach within splnet where vlan_unconfig is
...
With the fix, a ifnet data of vlan can avoid use after free
that results in a fatal page fault.
This problem was found when fixing PR 49264. See
http://mail-index.netbsd.org/netbsd-bugs/2014/10/10/msg038536.html
for more detail.
2014-10-11 10:27:31 +00:00
ozaki-r
d749d98901
Tweak vlan_unconfig
...
No functional change.
2014-10-11 10:18:36 +00:00
ozaki-r
7705c61fd4
Protect vlan_unconfig with a mutex
...
It is not thread-safe but is likely to be executed in concurrent.
See PR 49264 for more detail.
2014-10-11 10:16:49 +00:00
uebayasi
69b451ffb2
Missing midi attachment.
2014-10-11 10:06:15 +00:00
uebayasi
1dcd1dc627
Don't include std.ath_hal for XEN3_DOMU.
2014-10-11 09:50:03 +00:00
uebayasi
d1bb5c1f69
Don't conplain devclass redifition to the same value; it can happen while
...
resolving dependency.
2014-10-11 09:27:51 +00:00
wiz
9ff8e27788
Give flag argument in description. Add two articles.
2014-10-11 09:23:32 +00:00
uebayasi
69e0a515c4
Missing agp attachment.
2014-10-11 09:16:15 +00:00
mrg
251814c8d8
more regen after complex and other fixes.
2014-10-11 09:15:04 +00:00
uebayasi
0e6a39b020
After yyparse() is done, print not file but stage for debug.
2014-10-11 09:09:19 +00:00
uebayasi
984251350e
Redo "device" dependency. It was completely wrong to select things just
...
after definitions at enddefs(). Resolve dependency in selectbase().
2014-10-11 09:06:29 +00:00
uebayasi
55a366c36e
Missing midi attachment.
2014-10-11 08:22:34 +00:00
martin
35c9ff1477
Need powl as alias as well
2014-10-11 07:19:27 +00:00
uebayasi
725a2536b0
Don't define WSDISPLAY_* without wsdisplay.
2014-10-11 07:18:43 +00:00
uebayasi
00d19946e2
Probably agp_apple is never used.
2014-10-11 07:03:09 +00:00
martin
5198dd7ae2
Seems we need both sqrtl and _sqrtl as a weak alias - something must be
...
wrong namespapce wise here, but this should make it build for now.
2014-10-11 06:59:29 +00:00
uebayasi
fe9a32c84e
Define filesystem attributes with vfs dependency.
2014-10-11 06:42:18 +00:00
martin
624656f169
Fix _sqrtl alias
2014-10-11 06:34:31 +00:00
enami
2858bdfe72
- Explicitly describe that kvm(3) is used when -M/-N option is used since
...
nowadays sysctl(3) is the default information retrieval method.
- Fix description about default value for -N; it is no longer a single value
these days, so just say see kvm_openfiles(3) rahter than repeating
several lines description here.
2014-10-11 06:25:32 +00:00
uebayasi
1140e58262
Pass stricter build.
2014-10-11 06:18:29 +00:00
uebayasi
2757cc55ca
Mark machdep files.
2014-10-11 06:07:48 +00:00
uebayasi
84fb961fd3
Resolve "device" definition dependency lazily.
2014-10-11 06:07:20 +00:00
dholland
5f2b8b191c
PR 49245: Fix broken RCSID (Kamil Rytarowski)
2014-10-11 05:33:25 +00:00
manu
f14b589944
Report allocated bytes on FS correctly, instead of using file size
...
(which is wrong for sparse files)
2014-10-11 04:19:38 +00:00
uebayasi
16779bb5f7
Don't enable wscons options w/o related devices.
2014-10-11 03:24:19 +00:00
uebayasi
93405beec9
Enable debug for tools.
2014-10-11 03:17:40 +00:00
jmcneill
8401e83900
dont pull in CUBIEBOARD kernel config since this is quite a bit different from the A10/A20 boards
2014-10-11 00:52:44 +00:00
christos
f1159e5250
namespace protection
2014-10-11 00:43:51 +00:00
jmcneill
2ddb0e42ba
A31 SMP support
2014-10-10 23:51:28 +00:00
jmcneill
36be35bfb0
add some extra A31 registers
2014-10-10 23:50:43 +00:00