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
jnemeth
526c2d425c
Move mandoc and makemandb to base set as discussed on tech-userlevel:
...
http://mail-index.netbsd.org/tech-userlevel/2013/06/25/msg007845.html
2013-07-02 02:15:13 +00:00
matt
75db6d9605
Add sysctl
2013-06-28 22:13:56 +00:00
he
626b3edbd1
Bump the INSTALL ramdisk by 100k so that the contents fits again.
...
Approved by nonaka@
2013-06-28 19:24:28 +00:00
matt
741c872fa1
Use ANSI C string concatenation
2013-06-28 15:44:27 +00:00
htodd
7cea4ceb0f
Bump imagesize to fix build.
2013-06-28 15:31:26 +00:00
christos
9dc2582e68
add pktinfo tests
2013-06-27 20:03:36 +00:00
christos
59f914cb33
SSD cards is stupid.
2013-06-27 14:51:30 +00:00
christos
63f6ce0ea2
explain -m better
2013-06-27 03:03:16 +00:00
christos
ccedefbe54
tidy up, fix usage
2013-06-27 03:00:53 +00:00
christos
e6c0613c4b
add example for l2tp gateway.
2013-06-26 21:38:10 +00:00
christos
6a8549c699
comment out a few more to make things fit again
2013-06-26 15:53:48 +00:00
njoly
128d44c66d
Fix catpage (consttime_memcmp.0 -> consttime_memequal.0)
2013-06-26 12:07:21 +00:00
riastradh
82db4b9858
Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
...
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.
Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
riastradh
d1790daeea
Add consttime_bcmp(3) and explicit_bzero(3) to makefile and set lists.
2013-06-24 01:12:08 +00:00
matt
7be6970e12
Fix entries for
...
./usr/libdata/debug/usr/libexec/ld.elf_so-64.debug
./usr/libdata/debug/usr/libexec/ld.elf_so-o32.debug
to not be obsolete.
2013-06-21 21:13:49 +00:00
roy
2dcb1b8756
Add the timezone hook
2013-06-21 21:09:34 +00:00
roy
e4857b0a9d
Add wpa_supplicant hook
2013-06-21 19:46:58 +00:00
shm
dcb44ed179
Add myself.
2013-06-21 10:05:52 +00:00
christos
d4c14d49dd
add login_getpwclass
2013-06-20 20:43:33 +00:00
tsutsui
5075fc7efd
Add entries for m_copyup(9) man pages, updated by ryo@.
2013-06-17 12:35:02 +00:00
jakllsch
a78ff5d27c
Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it.
2013-06-16 13:47:42 +00:00
mrg
0ca6164e56
rename (new) xorg_drivers to xorg_server -- platforms that build the
...
actual Xorg server (aka "xfree86 server").
move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.
this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
kardel
d1abea10e2
adjust soekrisgpio driver to NetBSD
2013-06-10 07:14:01 +00:00
mrg
4af42f384d
add support for MKXORG_DRIVERS/xorg_drivers keyword, and use it to
...
mark the xf86-input-mouse files not all platforms use.
2013-06-10 05:04:00 +00:00