Commit Graph

14101 Commits

Author SHA1 Message Date
martin
eb14eb2f2c Add new test program 2014-12-21 15:38:27 +00:00
uebayasi
867e9b4f2b config(1): Fix test breakage
Now config(1) checks the content of $S/conf/Makefile.kern.inc.  Install it
into config(1) test directory to fix test.  Noticed by Martin Husemann.
2014-12-20 07:02:25 +00:00
christos
f0977af9cd fix sets. 2014-12-19 05:06:41 +00:00
martin
a205742e34 kms_swrast is a symlink to the gallium.so now and doesn't get a debug file
installed - maybe that is a bug in the gallium reach over makefile, but
for now remove it from sets, so the build can work.
2014-12-18 10:02:17 +00:00
mrg
9dbcad6d0b update sets and reachover makefiles for mesa 10.3.5. 2014-12-18 06:24:27 +00:00
christos
c98d156d18 fix image building:
- round up the total size of the disk image
	- fix fdisk offset for netbsd ffs images
2014-12-14 00:28:46 +00:00
phx
f054ec9fb9 Extend size of miniroot.fs from 6m to 7m. 2014-12-13 15:51:18 +00:00
riastradh
84456ddc8b Fix MKNLS=no build by untagging unconditional empty directories.
XXX May merit investigating why these are made when MKNLS=no, but
they don't seem to hurt.
2014-12-11 23:24:12 +00:00
riastradh
a3a8644c85 Fix some tags on set lists related to zfs, solaris, lvm, mdns, xen. 2014-12-11 22:14:13 +00:00
christos
8d472b87b7 remove obsolete entries for libisccfg which are not. 2014-12-10 13:34:41 +00:00
christos
df0897c7ae bump for bind update 2014-12-10 04:42:24 +00:00
ozaki-r
b5aa5c8930 Add basic tests for ifconf (SIOCGIFCONF) 2014-12-08 04:23:03 +00:00
htodd
6677daa0c7 Fix debug build. 2014-12-04 04:35:13 +00:00
christos
590d87e737 add new address printing tests. 2014-12-02 19:56:17 +00:00
msaitoh
66504f18c9 Add missing src(7) reported by Patrick Welche. 2014-12-02 03:51:48 +00:00
pooka
4c9416f8e4 add a high-level rumpkernel.7 manpage 2014-12-02 01:51:45 +00:00
jmcneill
b74092acc2 disable wapbl for evbarm images until stability issues are sorted out 2014-11-25 13:42:31 +00:00
pettai
bc643a57c2 fix krb5_pwcheck, remove dot from htmlman 2014-11-24 12:51:23 +00:00
pettai
41a7dcd863 and html3 type too 2014-11-24 12:20:20 +00:00
pettai
2674f52973 correct cat3 man type 2014-11-24 12:14:40 +00:00
pettai
985ba9927f Add cat3 and html3 entries as well... 2014-11-24 11:19:45 +00:00
pettai
a1c8bedc0b Added new kadm5_pwcheck.3 MLINKS entries 2014-11-24 11:01:07 +00:00
tsutsui
38dea050c6 Disable "OS bootversion check" on crunched binaries for installation media.
This oscheck() function seems implemented to check compatibility
between bootloaders and /netbsd kernel, but checking /netbsd using kvm(3)
doesn't make sense on installation or even future cross builds, and
probably we will never bump bootloader version without compatibility
per recent 14 years history.

This works around overflow of 1440KB 2HD sysinst.fs, and would also be
worth to pullup to netbsd-7.
2014-11-24 08:08:23 +00:00
pettai
eddde6d369 Add kdigest(8) manpage 2014-11-22 01:28:13 +00:00
ozaki-r
326aa300a4 Add missing file entries of tests/usr.bin/xlint/lint1
This unbreaks the build.
2014-11-21 01:39:09 +00:00
christos
aca9998ecd new man pages for libpcap. 2014-11-19 19:38:40 +00:00
pooka
8994492cd1 On second thought, let's not build the rump kernel component for ac97
by default.  The component is not used on a NetBSD target anyway.
2014-11-19 01:08:42 +00:00
pooka
596e693b95 appeased the mighty setlist gods by telling them what they should know 2014-11-18 09:12:30 +00:00
christos
9f4a63f3dd fix sets for new erf{c,}l man pages. 2014-11-17 16:55:05 +00:00
christos
814298f1c7 add sys/clock.h 2014-11-17 02:16:51 +00:00
riastradh
565c83be0b Tag the Xen iSCSI modules with `iscsi' in the md.x86 lists. 2014-11-16 18:33:19 +00:00
tsutsui
58384ac8c7 Use "-Os -m68020-60" for DBG. It seems to generate smaller objects than -Os.
gcc48 with "-Os":
-rwxr-xr-x  1 tsutsui  wheel  1319596 Nov 16 20:50 obj.atari/instbin

gcc48 with "-Os -m68020-60"
-rwxr-xr-x  1 tsutsui  wheel  1314516 Nov 16 20:49 obj.atari/instbin

This allows ever growing sysinst.fs still fit into 1440KB even with gcc48.
Acually we need a real solution (ustarfs based floppies etc.) soon
but we can work around at least for NetBSD 7.0.

Should be pulled up to netbsd-7 (if NetBSD/m68k 7.0 will switch to gcc48).
2014-11-16 11:54:29 +00:00
htodd
865ef480b9 libdm moved to /lib 2014-11-15 20:28:50 +00:00
htodd
685040dc40 Remove unused variable. 2014-11-15 19:15:51 +00:00
christos
c94539ae6b handle the "special" wc NULL case. 2014-11-15 17:49:19 +00:00
uebayasi
15151b11c7 Bump image size from 512MB to 520MB. 2014-11-15 12:33:04 +00:00
uebayasi
b57644333c Merge tests. 2014-11-15 03:22:29 +00:00
uebayasi
e0d81d86b9 Test orphan ELF section placement. 2014-11-14 16:21:12 +00:00
joerg
5e9c3bb2be Install cpuid.h on X86 and arm_neon.h on ARM. 2014-11-14 15:59:46 +00:00
uebayasi
90e9fce862 Test __start_xxx/__stop_xxx symbol generation. 2014-11-14 13:30:48 +00:00
uebayasi
3dcb1bdb52 Minimal linker script test. 2014-11-14 09:03:39 +00:00
snj
6c5df44231 mention etcupdate and reorder a bit 2014-11-14 07:06:40 +00:00
tsutsui
30bc235eca Stop building a.out kernels so that mkldscript.sh is no longer necessary.
Tested "build.sh release", and the default ELF GENERIC kernel loaded by
the native bootloader just works on LUNA-II.
2014-11-13 16:18:38 +00:00
snj
62a9ce094f catch up with current ISO naming conventions 2014-11-13 08:16:42 +00:00
mlelstv
a735dbad97 libdm is needed by LVM early in the boot process. Fixes bin/49357. 2014-11-13 07:03:23 +00:00
enami
6f209f1fc0 List missing compatmodules keyword in the comment. 2014-11-12 03:49:26 +00:00
enami
548e0e4664 Add compatmodules keyword so that build.sh -V MKCOMPATMODULES=no won't fail. 2014-11-12 03:48:30 +00:00
nonaka
8eac99daba fix drmkms module path for xen. 2014-11-11 11:23:25 +00:00
christos
b69c739cec add the drmkms modules 2014-11-10 21:22:14 +00:00
uebayasi
cd6a87a95d Fix build of crunched "route". 2014-11-07 02:57:19 +00:00