window(1) was replaced by tmux(1) on March 2011. The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.
This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached. And the branching has just happened!
These were documented in revision 1.97 of src/BUILDING, but were
not documented in src/doc/BUILDING.sh. The original log message
was:
revision 1.97
date: 2012/01/22 03:53:32; author: tsutsui; state: Exp; lines: +39 -0
Add "live-image" and "install-image" target support to build.sh.
"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
msdosfs or partitioning MD label structures) support this target.
"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.
For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.htmlhttp://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.htmlhttp://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.htmlhttp://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html
No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.
Closes PR toolchain/45153 and PR misc/45155.
for backup purposes. While here, also improve the earlier quota-related
entries.
At quota2 merge time [20110306]:
- main entry is for "ffs", not "kernel"
- add entry to note addition of repquota -x
- add entry to note addition of quotactl(8)
- add entry to note changes to quotactl(2)
- avoid explicitly saying to use repquota -x and quotactl(8) to migrate
as it's no longer quite accurate
At libquota addition time [20120201]:
- main entry is for "libquota", not "kernel"
- add entry to note that quotactl(2) is gone and __quotactl(2) is now
a private interface
- add entry to note that the repquota -x dump format changed (from xml
to tabular)
- continue to make no reference to the vfs-level changes as they aren't
user-facing
Prompted/suggested by apb@; ok by martin for releng.
- clarify and correct the notes on the format of the file on top;
- remove spurious trailing whitespace on several places;
- update `Version' (4.1.34 was imported on 2010-04-17) and `Current
Version' fields for the `ipf' entry, as well as correct the path
to its license file (which uses the non-American spelling, using
a `c' instead of an `s') and use a semicolon in its line instead
of a comma;
- update / correct `Curr Vers', `Home page' and `Notes' fields for
the pkg_install entry, as well as correct some minor typing
mistakes there;
- add note for the license change for rcs-5.8;
- since 5.8 is released, change the note on rcs concerning its
Purdue FTP site (the line as it was dates from r1.1 of this file);
- clarify the license field for the `texinfo' entry;
- update version fields of the `services' / `protocols' entry,
split those for the two (like was already done for the `Archive
Site' field in r1.780 of this file), clarify the `Archive Site'
fields for the two, and add a trailing slash (`/') to its `Home
Page' field.