christos
706d1420d4
add __USE
2013-10-17 16:52:02 +00:00
elad
7fc0f2c504
Readd myself.
2013-10-17 02:58:56 +00:00
jdc
a6cc3df90d
Add lmenv.4 to the manual page makefile and to the set list.
2013-10-15 19:20:18 +00:00
skrll
6d846607cd
Basic man page for dwctwo.
2013-10-15 15:10:57 +00:00
joerg
aa6e9499ca
Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.
2013-10-14 16:00:16 +00:00
joerg
cb5311f9d9
Invert logic to try to fix the !clang case.
2013-10-14 11:11:13 +00:00
joerg
5748dfdc47
Update LLVM/Clang snapshot to r192551 for various bug fixes.
2013-10-14 01:37:39 +00:00
joerg
d06922ddf4
Include compiler-rt and libunwind in libc for Clang/x86 builds.
2013-10-14 01:30:21 +00:00
tsutsui
65aea71825
Fix another botch of my dumb patch in PR/45990; add missing braces.
...
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks. Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129
The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.
Should be pulled up to all netbsd-6* branches.
2013-10-13 15:32:14 +00:00
christos
0d05158efc
add new t_tcp test
2013-10-12 15:30:37 +00:00
njoly
4bbb86b347
llib-lctf.ln is dtrace specific.
2013-10-12 07:51:54 +00:00
christos
5afd56a50e
fix missing files
2013-10-10 15:22:11 +00:00
htodd
7b66a85ee1
Fix amd64 build sets with new architectures.
2013-09-29 21:34:44 +00:00
christos
d5515b086e
bump for binutils
2013-09-29 14:03:37 +00:00
joerg
5f3aa2dbae
Hook up initial build infrastructure for LLDB. Update LLVM/Clang
...
snapshot to r191390 for some required changed. Re-enable static analyzer
in Clang.
2013-09-29 12:11:59 +00:00
joerg
3657cb7f1d
Update LLVM/Clang snapshot to r191105. This brings in a better detection
...
of unused static variables and functions. Disable this for some external
code and for ioconf.c in the kernel.
2013-09-21 22:28:12 +00:00
rmind
c19ced7da2
G/C npf_ncode(9)
2013-09-19 17:29:06 +00:00
rmind
7b5edfdc0d
NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!
2013-09-19 01:49:07 +00:00
ast
d134b5afd8
After discussions with cristos regarding the previous commit, he
...
convinced me it was sufficient to define GZIP_CMD only in
distrib/utils/embedded/mkimage and not again in the config files
beagleboard.conf, rpi.conf, and rpi_inst.conf similar to how the
other variables $src, $release, $mnt, ... are only defined there.
2013-09-16 15:23:57 +00:00
ast
555103854f
Fix build release of evbarm which had been failing in mkimage
...
beagleboard_smp with the elusive message:
"gzip: can't stat: gzip: No such file or directory"
This was due to GZIP=gzip being defined in mkimage; we now use:
GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
as distrib/sets/sets.subr already does in these files as well:
distrib/utils/embedded/mkimage
distrib/utils/embedded/conf/beagleboard.conf
distrib/utils/embedded/conf/rpi.conf
distrib/utils/embedded/conf/rpi_inst.conf
2013-09-14 12:51:27 +00:00
pooka
6cd40f3fba
Install rumpuser_port.h
2013-09-10 16:51:24 +00:00
joerg
4a9f992817
Add conditional entry for lld.
2013-09-09 13:04:57 +00:00
rkujawa
3b7f8b823b
Add mpl115a(4) man page to dist list.
2013-09-08 16:01:47 +00:00
htodd
9af780857c
Fix debug build by adding cgram.debug.
2013-09-03 13:21:53 +00:00
dholland
fcb3979e2d
add cgram
2013-09-01 18:37:23 +00:00
he
6b42c440db
Bump the image size so that the contents fits again. Kernel (at
...
least INSTALL32_IP3x) has big enough area already.
2013-08-31 10:42:18 +00:00
skrll
7ce615b673
PR/48164: BEAGLEBONE_INSTALL kernel not built with preferred ABI for
...
platform
2013-08-30 10:13:39 +00:00
riastradh
c462ebccdd
Update set lists after libc minor bump.
2013-08-28 19:04:12 +00:00
slp
1abe162f6c
Added slp@ to NetBSD Developers list.
2013-08-28 15:39:30 +00:00
christos
27af00aa70
avoid copying most of libc (except gethostent_r, which unfortunately
...
adds a resolver dependency) by callling the internal nsswitch functions.
2013-08-27 09:53:33 +00:00
he
8d81ddd3bf
Bump the ramdisk image size so that the contents fits again.
2013-08-26 07:14:59 +00:00
christos
5f8c91aab5
provide the symbols sethostent.c in libc is missing.
2013-08-25 08:46:34 +00:00
jmcneill
9ca21b5a2d
4th time's a charm (I hope). Make sure that we pick up the kernel path passed to
...
mkimage command line, and not the default.
2013-08-21 22:52:28 +00:00
tron
d4e81857ee
"/usr/share/locale/ko_KR.UTF-8/LC_CTYPE" is not obsolete. It gets built
...
and installed. Correct the set entry to reflect that.
2013-08-21 20:51:57 +00:00
matt
26c3056190
Don't install libkern.a
2013-08-20 18:05:03 +00:00
matt
16212a1551
We provide ./usr/lib/libkern.a now
2013-08-20 17:43:47 +00:00
christos
f5cfca3b2e
modernize, comment out dead code, amend gethostbyaddr prototype.
2013-08-20 15:44:17 +00:00
matt
3c46e5578f
if softfloat, Install a ld.so.conf to use libc_vfp.so if there is a VFP on
...
evbarm (no other arm ports a CPU supporting VFP).
2013-08-19 16:34:29 +00:00
jmcneill
fbfe999cbc
Instead of trying to pass two kernels to beagleboard.conf, pass one and
...
derive the path to the second from the first.
2013-08-19 04:27:22 +00:00
jmcneill
0b185da1b6
Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels.
2013-08-17 13:08:16 +00:00
christos
559703fc76
new hostent related tests.
2013-08-16 15:34:05 +00:00
jmcneill
4aa709989e
support beaglebone and beagleboard with the same image
2013-08-16 00:03:01 +00:00
joerg
c25bfae0c4
Save space and strip .eh_frame sections for the ramdisks as well.
2013-08-15 12:39:28 +00:00
pooka
f7e06f90e2
Separate inet and inet6, allows inet6-only rump kernels.
2013-08-14 09:31:41 +00:00
joerg
820c9d565a
Explicitly build space constrained ramdisk images without unwind tables.
2013-08-12 16:31:28 +00:00
joerg
3a93fc01e6
Add small helper script to keep lists sorted.
2013-08-11 22:33:09 +00:00
joerg
1896cba8c4
Sort entries in strcmp order.
2013-08-11 22:29:02 +00:00
joerg
3c62b14a4b
Remove commented entries.
2013-08-11 22:27:44 +00:00
joerg
d1c1419eb8
Provide UTF-8 variants for all existing locales. The data is derived
...
from the Unicode Common Locale Data Repository.
Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.
Use EUR as currency_symbol in ISO8859-1.
Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.
Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.
2013-08-11 22:09:40 +00:00
riz
3f6bcfbe97
RPI has an ARMv6 processor, so handle RPI_INSTALL properly when
...
building for the earmv6* MACHINE_ARCHes.
2013-08-11 17:18:11 +00:00