| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
set.
Requested by: marcus
Approved by: re (bmah)
Notes:
svn path=/head/; revision=107270
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107258
|
| |
|
|
|
|
|
|
| |
hardware/alpha/proc-alpha.sgml 1.45 -> 1.48
relnotes/common/new.sgml 1.454 -> 1.455
Notes:
svn path=/head/; revision=107253
|
| |
|
|
|
|
|
| |
Updated release note: Heimdal 0.5.1.
Notes:
svn path=/head/; revision=107247
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/head/; revision=107246
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A useless entry was removed, as per its comment.
Fixed a number of typos and grammos.
Old (pre-4.6) security advisories were marked as historic. Hyperlinks
were removed from these release notes to work around a buglet in
footnote numbering for printed output. These changes eliminated three
pages of only marginally-useful utility.
Clarify a note on procfs(5) mounts.
The games/freebsd-games port now exists, so refer to it when talking
about the removal of the traditional BSD games.
lukemftpd was deactivated, so remove its release note.
Add text on the demise of pkg_version -c.
Approved by: re (implicitly)
Notes:
svn path=/head/; revision=107245
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107197
|
| |
|
|
|
|
|
| |
Tested by: Kirk Strauser <kirk@strauser.com>
Notes:
svn path=/head/; revision=107186
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107181
|
| |
|
|
|
|
|
|
|
| |
doesn't build on CURRENT at the moment.)
Approved by: re (murray)
Notes:
svn path=/head/; revision=107170
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
1.76 -> 1.115 hardware/common/dev.sgml
1.2 -> 1.3 hardware/i386/proc-i386.sgml
1.1 -> 1.2 hardware/ia64/article.sgml
1.433 -> 1.454 relnotes/common/new.sgml
1.4 -> 1.6 share/sgml/release.dsl
Approved by: re (bmah)
Notes:
svn path=/head/; revision=107148
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107146
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107142
|
| |
|
|
|
|
|
|
|
|
| |
hardware/common/dev.sgml: 1.114 -> 1.115
relnotes/common/new.sgml: 1.452 -> 1.453
Approved by: re
Notes:
svn path=/head/; revision=107115
|
| |
|
|
|
|
|
| |
Approved by: re (implicitly)
Notes:
svn path=/head/; revision=107108
|
| |
|
|
|
|
|
|
| |
This patch sync'ed to 1.433 of the English version, but most of new
text are not yet translated. More will be followed.
Notes:
svn path=/head/; revision=107091
|
| |
|
|
|
|
|
|
| |
PR: 45489
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=107087
|
| |
|
|
|
|
|
|
| |
Pointed out by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
Approved by: re (implicitly)
Notes:
svn path=/head/; revision=107083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107056
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107055
|
| |
|
|
|
|
|
| |
the EFI partition, because we intend to link /boot to /efi/boot.
Notes:
svn path=/head/; revision=107049
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107027
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=107026
|
| |
|
|
|
|
|
|
|
| |
1.2 -> 1.3 ja_JP.eucJP/Makefile
(new) -> 1.3 ja_JP.eucJP/early-adopter/Makefile
(new) -> 1.5 ja_JP.eucJP/early-adopter/article.sgml
Notes:
svn path=/head/; revision=107025
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107009
|
| |
|
|
|
|
|
|
|
| |
installation/common/install.sgml: 1.15 -> 1.16
installation/sparc64/article.sgml: 1.3 -> 1.4
relnotes/common/new.sgml: 1.451 -> 1.452
Notes:
svn path=/head/; revision=106983
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more manageable.
- Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when
using CVS to checkout files. We stick release tags in these helper
variables if they are defined and then use only one cvs command instead
of two cvs commands with an .ifdef to choose between them.
- rm the old src/doc/ports directories as separate commands from the
CVS comands so that the rm commands don't need to be duplicated.
- Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to
be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs
command in an .ifdef.
- Add support for grabbing src/ and doc/ from external directories
specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same
is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a
bit tricky.
The rerelease target scripts have not been changed to use the helper
variables yet, so there is still some room for improvement.
Submitted by: kuriyama (4)
Notes:
svn path=/head/; revision=106963
|
| |
|
|
|
|
|
|
|
|
| |
release build.
PR: 45300
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=106961
|
| |
|
|
|
|
|
|
| |
this is unnecessary, because some other port is likely to depend on it
anyways. But just to be safe...
Notes:
svn path=/head/; revision=106959
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
works on sparc64, this document can now use (almost) the same
procedures as i386, et al. CDROM booting instructions are cut-and-pasted
from the older sparc64/install.sgml file, which is now unlinked from
the document build.
This document is a long ways from perfect, but it's better than shipping
instructions for an installation procedure that doesn't apply anymore.
While here, add some SGML comments to help others navigate the sources.
Notes:
svn path=/head/; revision=106951
|
| |
|
|
|
|
|
|
|
| |
we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk).
Reviewed (and partially submitted) by: kris
Notes:
svn path=/head/; revision=106926
|
| |
|
|
|
|
|
|
|
| |
early-adopter/article.sgml: add lang=de
relnotes/common/new.sgml: 1.450 -> 1.451
relnotes/ia64/article.sgml: add lang=de
Notes:
svn path=/head/; revision=106924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106919
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106913
|
| |
|
|
|
|
|
| |
EFI partition.
Notes:
svn path=/head/; revision=106884
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106868
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106858
|
| |
|
|
|
|
|
| |
just removing them from BOOTMFS using dokern.sh.
Notes:
svn path=/head/; revision=106821
|
| |
|
|
|
|
|
| |
is built on ia64 only.
Notes:
svn path=/head/; revision=106819
|
| |
|
|
|
|
|
|
|
| |
(ports/mail/popd) to the list of packages that should appear on CDROM1.
Approved by: re
Notes:
svn path=/head/; revision=106775
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106772
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106771
|
| |
|
|
|
|
|
| |
options and devices.
Notes:
svn path=/head/; revision=106768
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106764
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106763
|
| |
|
|
|
|
|
| |
Removed duplicate entry from drivers.conf.
Notes:
svn path=/head/; revision=106760
|
| |
|
|
|
|
|
| |
by drivers.conf already.
Notes:
svn path=/head/; revision=106758
|
| |
|
|
|
|
|
| |
is not compressed.
Notes:
svn path=/head/; revision=106749
|
| |
|
|
|
|
|
|
|
| |
Use openjade on all non-i386 platforms (not just alpha).
Reviewed by: -doc
Notes:
svn path=/head/; revision=106730
|
| |
|
|
|
|
|
|
|
|
| |
we created for the boot floppy, or 2) construct an EFI partition
by copying bits from /boot. The first approach creates a bootable
CD image that loads a memory disk and starts sysinstall, the second
approach creates a generic bootable CD.
Notes:
svn path=/head/; revision=106722
|