Restore pathing for factor(1), which unnecessarily diverged in r278616factor lives in /usr/games/, not /usr/bin, in NetBSD.The correct way to handle this is do on-the-fly manipulation of the test
Restore pathing for factor(1), which unnecessarily diverged in r278616factor lives in /usr/games/, not /usr/bin, in NetBSD.The correct way to handle this is do on-the-fly manipulation of the testscript via ATF_TESTS_SH_SED_<foo>, not by modify the pathing directly inthe test script.This is being done to resolve an unnecessary conflict made when pullingback ^/head@r309469 (contrib/netbsd-tests update) to ^/stable/10.No functional changeMFC after: now
show more ...
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as th
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as they have no valueSponsored by: EMC / Isilon Storage Division
Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;update paths; and include everything in the "base" distribution.The "games" distribution being optional made sense when th
Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;update paths; and include everything in the "base" distribution.The "games" distribution being optional made sense when there were moregames and we had small disks; but the "games-like" games were moved intothe ports tree a dozen years ago and the remaining "utility-like" gamesoccupy less than 0.001% of my laptop's small hard drive. Meanwhile everynew user is confronted by the question "do you want games installed" whenthey they try to install FreeBSD.The next steps will be:2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), andcaesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor,morse, number, primes, and random, since there is evidence that those arestill being used.3. Merging src/games into src/usr.bin.This change will not be MFCed.Reviewed by: jmgDiscussed at: EuroBSDConApproved by: gjb (release-affecting changes)
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeksDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division