Commit Graph

13509 Commits

Author SHA1 Message Date
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
rkujawa 12106d4c89 Note X-Surf 100 support. 2013-08-11 13:21:25 +00:00
dholland 3577391ca2 +tp 2013-08-10 22:37:06 +00:00
rkujawa 6d759974a0 Add xsh(4) man page to dist list. 2013-08-09 11:41:24 +00:00
he 82951483ec Bump RAMDISK size so that the contents fits again. 2013-08-08 13:21:38 +00:00
matt 85a5e2063a Move the shared libraries for librumpnet_npf to base from comp. 2013-08-08 06:23:01 +00:00
soren d75af7e216 Build orphaned man pages. 2013-08-06 22:33:59 +00:00
matt 8b76de0ee4 Not needed, either empty or contents in ad.arm 2013-08-04 07:20:34 +00:00
matt 650dede7de These aren't needed anymore (everything is in ad.arm). 2013-08-04 07:11:59 +00:00
matt 699807cd79 Add drvctl 2013-08-03 21:35:59 +00:00
jklos f65c83250d Build BeagleBone installation kernel. 2013-08-01 21:11:41 +00:00
jmcneill dff3087daa use console auto detection, ok nick 2013-08-01 10:45:21 +00:00
soren a9969a86fd Move shared x86 man pages from man8.i386 to man8.x86. 2013-07-31 21:01:13 +00:00
soren 2608fe43e6 All of the man8.i386 man pages also apply to amd64.
Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.

Closes PR port-amd64/48038.
2013-07-31 13:54:42 +00:00
htodd dc518cdf34 Fixing debug set lists for bind. Tested on amd64, testing on evbarm. 2013-07-30 20:51:38 +00:00
pgoyette f4c6189d73 More libbind9 set listupdates, for mips64 2013-07-28 20:25:34 +00:00
pgoyette a170a25190 Update sets lists for new bind9 and friends. 2013-07-28 14:02:56 +00:00
pgoyette 26fb54447e Update for new files (hello, Patrick!) 2013-07-28 13:37:57 +00:00
christos 2cdb6d11c4 lists for new bind 9.9.3-P2 2013-07-27 19:22:10 +00:00
kefren 2276864e5a add a couple of tests for dynamic MPLS routes generation using ldpd 2013-07-25 14:28:29 +00:00
kefren 96e1b99106 Add a test for RFC4182 2013-07-23 11:26:33 +00:00
kefren ff6f2bd928 Add a couple of basic IP/MPLS forwarding tests 2013-07-19 04:00:40 +00:00
matt c9855651f8 Add stub port for evbcf which has enough to do a distribution build. 2013-07-18 22:08:59 +00:00
matt 611b1a73a0 Make sure fdformat is on m68k (even sun2) 2013-07-18 21:03:07 +00:00
matt 1c909d1ed8 Make the shared library related tests dependent on pic 2013-07-18 20:35:39 +00:00
njoly 3e0f13cf65 +librumpnet_netmpls.so.0.0.debug 2013-07-18 18:11:30 +00:00
kefren 91d0f5b769 Add librumpnet_netmpls into sets' lists 2013-07-18 16:01:41 +00:00
matt cfa141e181 Export <m68k/fpreg.h> 2013-07-17 05:41:30 +00:00
khorben 2bf249a542 This is the i386 version of the support for full-disk encryption; this commit allows building the ramdisk required as well as the associated kernel module (to be loaded in the kernel by the bootloader).
This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst
2013-07-16 02:10:43 +00:00
khorben c683555d46 Enabled building the kernel module containing the ramdisk required for full-disk encryption support by default. This should be the last part necessary on the amd64 port.
XXX reproduce and test on the i386 port
XXX implement support for full-disk encryption installs in sysinst
2013-07-15 00:29:49 +00:00
khorben 7e7403a7ed Common definitions for full-disk encryption support, including the rc script responsible for asking the passphrase and chrooting. wsconsctl is also built and used in case a splash screen is enabled. 2013-07-15 00:25:38 +00:00
khorben 57ee0cb14c Build the cgdroot ramdisk by default (for full-disk encryption support). It currently contains the same utilities found in an amd64 sysinst ramdisk, which should be useful in case of emergency. 2013-07-15 00:22:10 +00:00
joerg ad436ff631 Fix stack overflow. 2013-07-10 08:00:29 +00:00
njoly 30a391c1c3 +./usr/libdata/debug/usr/libexec/ld.elf_so-sparc.debug
and restrict ld.elf_so-sparc.debug to compat builds.
2013-07-09 17:14:37 +00:00
njoly 55cfcd144b ld.elf_so-i386.debug entries are only needed for MKCOMPAT=yes builds. 2013-07-08 18:10:16 +00:00
matt 21ab2522a4 Keep both c: and d: paritions so this can work with systems that have
RAW_PART as 2 or 3.  Addresses PR/47688.
2013-07-05 15:45:17 +00:00
njoly d8a55ea891 + clang-tblgen.debug, clang.debug, llvm-tblgen.debug 2013-07-05 15:30:36 +00:00
matt cf364a0187 Just split it into two strings and eliminate the newline.
This goes into .ident so the newline doesn't matter.
2013-07-03 14:29:28 +00:00
nakayama f7f884f97e Enable tests which does not require rump if MKRUMP=no.
Pointed out by christos on source-changes-d.
2013-07-03 14:01:29 +00:00
nakayama f14537481c rump is required for tests under tests/net/net. 2013-07-02 17:56:06 +00:00