Commit Graph

14295 Commits

Author SHA1 Message Date
htodd
05869cd203 Fix debug build. 2015-05-26 21:37:24 +00:00
martin
5ea3997d61 Do not try to preserve permissions when copying to the -i installdir
in the METALOG case (it makes no sense at all).
2015-05-26 15:46:01 +00:00
ozaki-r
8a6480b1eb Run mcast tests on rump kernels
The tests on anita qemus failed due to that the host network environment
didn't meet the tests.

The change makes the tests independent from host environments
and the tests will pass on any environments including anita qemus.

Discussed on tech-kern and tech-net.
2015-05-26 00:42:07 +00:00
martin
9565aae1bf 2nd try: make amd64, i386, sparc64 and vax iso images use full sets.
While there fix an old bug that makefs used the build hosts /etc/group
and passwd information when creating the image.
Thanks to Andreas Gustafsson for extensive testing.
2015-05-25 15:38:33 +00:00
christos
e3370a0191 sort 2015-05-24 22:23:01 +00:00
christos
0428f8f38b fix whitespace 2015-05-24 22:22:23 +00:00
christos
f057d0b602 add missing catman pages 2015-05-24 22:21:51 +00:00
christos
1eeb780228 double quote police 2015-05-24 17:11:18 +00:00
christos
a3d0d7425d fix mkubootimage 2015-05-24 17:08:21 +00:00
martin
ec52efb27b Add full libexec contents to the CD image - this makes dhcpcd happy. 2015-05-24 09:33:20 +00:00
snj
5f0c69637a bah. this time without a typo. 2015-05-22 18:27:03 +00:00
snj
965778fdec restore rcsid accidentally deleted in previous 2015-05-22 18:26:19 +00:00
jmcneill
e37dd27486 add JETSONTK1 to armv7.img 2015-05-22 01:18:22 +00:00
htodd
eabea260ea Fix debug build lists. 2015-05-21 19:53:11 +00:00
htodd
02ee24c5e7 Fix debug build lists. 2015-05-21 18:03:09 +00:00
rjs
b596b9b9be Add xf86-video-intel-old to the build. 2015-05-21 00:12:10 +00:00
snj
35a4e6246f don't look for now-gone sparc/legal 2015-05-20 05:21:24 +00:00
snj
83a500f842 merge port-specific legal sections into the common file. most of these
entries were already in the common file, and it's a pain to maintain
them separately.
2015-05-20 05:19:19 +00:00
snj
f9dc61f5fc finish removing the set size stuff, which was thrown out four years ago. 2015-05-19 19:45:57 +00:00
snj
9c519f769f - update upgrade issues:
+ ARM ABI change
  + new users
  + new groups
- add modules set where missing
- formatting improvements
- note that rtsol{,d} will be gone in the future
- fix raw partition info
- update sparc64 hardware support
- remove note about sparc SMP support being broken
- update some size requirements (still lots of ancient bogus RAM
  minimums lingering -- HI PORTMASTERS!)
- various other minor content modernization
- whitespace fixes
2015-05-19 19:30:26 +00:00
martin
dd29c6c2e1 Revert previous untill fallout has been fixed. 2015-05-19 06:58:52 +00:00
ozaki-r
2754f5946a Add tests for route flags 2015-05-18 06:27:04 +00:00
martin
0298cca26c Add a new simple method to put whole sets on CD images (instead of
listing single binaries or patterns) and use those for the existing
ISO images.
2015-05-18 06:25:04 +00:00
pgoyette
ab8441922e Add spkr(4) module to the sets lists. 2015-05-17 05:22:43 +00:00
ozaki-r
4b2e293fbb Add missing rump flag to net/route test files 2015-05-15 10:53:58 +00:00
matt
a45d8296ac Don't keep two list of build kernels. include etc/etc.evbarm/Makefile.inc
and use it to generate list of MDSETTARGETS.
2015-05-15 06:50:41 +00:00
matt
7efc40e9c3 Update list of armv7 install kernels. 2015-05-15 06:27:48 +00:00
pgoyette
ea2ffc3595 Update sets lists for new devsw_attach(9) man page and its MLINKS 2015-05-14 00:09:54 +00:00
ozaki-r
a8d41e5542 Add basic tests for IP forwarding 2015-05-13 10:04:44 +00:00
mlelstv
1490a7ba80 Add documentation for the drvctl driver and add reference.
Fixes PR 49895.
2015-05-13 07:28:49 +00:00
pgoyette
8657f61bb9 Update sets lists for new sysv_ipc module 2015-05-13 02:17:13 +00:00
christos
14963fec7c add new lint test. 2015-05-11 17:22:37 +00:00
pgoyette
2d1ae66403 Additional commentary for where other duplicate entries might need to
be made (amd64-xen, i386-xen, and i386-xen-pae).
2015-05-11 01:05:16 +00:00
pgoyette
fb37507887 Update sets lists for new compat_sysv module. 2015-05-10 07:50:31 +00:00
snj
b70fe1db78 This product includes software developed by Yasushi Yamasaki. 2015-05-09 17:49:33 +00:00
matt
9ef253dfc0 Add compat_netbsd32.kmod if arch64 2015-05-09 14:22:34 +00:00
matt
d03fef21ba Update set lists for compat_netbsd32.kmod 2015-05-09 14:21:07 +00:00
snj
4697c995b8 first pass de-suckification for 2015. modernize content a bit, fix dirty
rotten lies, improve wording, sync legalese with reality, yada yada yada.
2015-05-09 08:13:34 +00:00
matt
e350bbfa42 add INSTALL_ERLITE kernel 2015-05-09 02:12:29 +00:00
riastradh
c6f6be16c2 Fix ytpo: INSTALLBOOTOPTIONS, not INSTALLBOOTOPTOINS.
From qjsgkem on Freenode.
2015-05-08 17:46:03 +00:00
hannken
e10a32f7f7 Remove miscfs/syncfs and
- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
  - vfs_syncer_add_to_worklist(struct mount *mp) to add
  - vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@
2015-05-06 15:57:07 +00:00
martin
f989037aa5 Fix sets for mips64 2015-05-06 05:57:48 +00:00
martin
1820660230 Fix bxcb-xkb version number 2015-05-06 05:12:10 +00:00
sjg
597c80f955 New unit-test for make 2015-05-05 21:51:48 +00:00
mrg
f3e894d0be libxcb-xkb.so has the wrong version, fix it. patch as provided by
Yorick Hardy in PR 49873.
2015-05-04 23:51:25 +00:00
pgoyette
392712d661 Add new tco(4) man page to sets list. 2015-05-04 02:43:45 +00:00
pgoyette
572ab4e2b8 Put the '/' back, but put it in the correct location! 2015-05-03 21:59:23 +00:00
pgoyette
5929e90778 Fix typo, fix the build-break. One '/' is enough in path names. 2015-05-03 07:30:52 +00:00
pgoyette
6fb6cabb23 Include the new tco module on i386 and amd64 builds 2015-05-03 02:55:04 +00:00
christos
9ea25eca93 make bigger. 2015-05-01 16:22:49 +00:00